[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. 8484 1726867664.06497: 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-4H6 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 8484 1726867664.06977: Added group all to inventory 8484 1726867664.06979: Added group ungrouped to inventory 8484 1726867664.06986: Group all now contains ungrouped 8484 1726867664.06989: Examining possible inventory source: /tmp/snapshot-6Dj/inventory.yml 8484 1726867664.37606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 8484 1726867664.37791: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 8484 1726867664.37817: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 8484 1726867664.37994: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 8484 1726867664.38188: Loaded config def from plugin (inventory/script) 8484 1726867664.38190: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 8484 1726867664.38234: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 8484 1726867664.38442: Loaded config def from plugin (inventory/yaml) 8484 1726867664.38445: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 8484 1726867664.38604: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 8484 1726867664.39857: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 8484 1726867664.39860: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 8484 1726867664.39863: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 8484 1726867664.39939: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 8484 1726867664.39945: Loading data from /tmp/snapshot-6Dj/inventory.yml 8484 1726867664.40126: /tmp/snapshot-6Dj/inventory.yml was not parsable by auto 8484 1726867664.40344: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 8484 1726867664.40385: Loading data from /tmp/snapshot-6Dj/inventory.yml 8484 1726867664.40469: group all already in inventory 8484 1726867664.40808: set inventory_file for managed_node1 8484 1726867664.40812: set inventory_dir for managed_node1 8484 1726867664.40813: Added host managed_node1 to inventory 8484 1726867664.40818: Added host managed_node1 to group all 8484 1726867664.40819: set ansible_host for managed_node1 8484 1726867664.40820: set ansible_ssh_extra_args for managed_node1 8484 1726867664.40824: set inventory_file for managed_node2 8484 1726867664.40828: set inventory_dir for managed_node2 8484 1726867664.40829: Added host managed_node2 to inventory 8484 1726867664.40830: Added host managed_node2 to group all 8484 1726867664.40832: set ansible_host for managed_node2 8484 1726867664.40833: set ansible_ssh_extra_args for managed_node2 8484 1726867664.40835: set inventory_file for managed_node3 8484 1726867664.40838: set inventory_dir for managed_node3 8484 1726867664.40839: Added host managed_node3 to inventory 8484 1726867664.40840: Added host managed_node3 to group all 8484 1726867664.40841: set ansible_host for managed_node3 8484 1726867664.40841: set ansible_ssh_extra_args for managed_node3 8484 1726867664.40844: Reconcile groups and hosts in inventory. 8484 1726867664.40848: Group ungrouped now contains managed_node1 8484 1726867664.40850: Group ungrouped now contains managed_node2 8484 1726867664.40851: Group ungrouped now contains managed_node3 8484 1726867664.40945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 8484 1726867664.41105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 8484 1726867664.41153: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 8484 1726867664.41192: Loaded config def from plugin (vars/host_group_vars) 8484 1726867664.41194: 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) 8484 1726867664.41201: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 8484 1726867664.41217: 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) 8484 1726867664.41260: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 8484 1726867664.41629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867664.41732: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 8484 1726867664.41782: Loaded config def from plugin (connection/local) 8484 1726867664.41786: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 8484 1726867664.42880: Loaded config def from plugin (connection/paramiko_ssh) 8484 1726867664.42883: 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) 8484 1726867664.45332: 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) 8484 1726867664.45398: Loaded config def from plugin (connection/psrp) 8484 1726867664.45401: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 8484 1726867664.46404: 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) 8484 1726867664.46446: Loaded config def from plugin (connection/ssh) 8484 1726867664.46451: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 8484 1726867664.50546: 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) 8484 1726867664.50595: Loaded config def from plugin (connection/winrm) 8484 1726867664.50598: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 8484 1726867664.50630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 8484 1726867664.50702: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 8484 1726867664.50769: Loaded config def from plugin (shell/cmd) 8484 1726867664.50774: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 8484 1726867664.50807: 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) 8484 1726867664.50903: Loaded config def from plugin (shell/powershell) 8484 1726867664.50912: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 8484 1726867664.50988: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 8484 1726867664.51271: Loaded config def from plugin (shell/sh) 8484 1726867664.51273: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 8484 1726867664.51317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 8484 1726867664.51488: Loaded config def from plugin (become/runas) 8484 1726867664.51490: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 8484 1726867664.51879: Loaded config def from plugin (become/su) 8484 1726867664.51881: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 8484 1726867664.52145: Loaded config def from plugin (become/sudo) 8484 1726867664.52148: 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 8484 1726867664.52203: Added /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/library to loader search path 8484 1726867664.52236: Added /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/module_utils to loader search path 8484 1726867664.52243: Added /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/module_utils to loader search path 8484 1726867664.52265: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml 8484 1726867664.53123: in VariableManager get_vars() 8484 1726867664.53385: done with get_vars() 8484 1726867664.54339: trying /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/library 8484 1726867664.54385: trying /usr/local/lib/python3.12/site-packages/ansible/modules 8484 1726867664.64423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 8484 1726867664.65467: in VariableManager get_vars() 8484 1726867664.65604: done with get_vars() 8484 1726867664.65659: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 8484 1726867664.65779: 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 8484 1726867664.66230: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 8484 1726867664.66630: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 8484 1726867664.66633: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-4H6/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) 8484 1726867664.66663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 8484 1726867664.66804: 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) 8484 1726867664.67095: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 8484 1726867664.67381: Loaded config def from plugin (callback/default) 8484 1726867664.67384: 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) 8484 1726867664.69646: Loaded config def from plugin (callback/junit) 8484 1726867664.69649: 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) 8484 1726867664.69695: 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) 8484 1726867664.69892: Loaded config def from plugin (callback/minimal) 8484 1726867664.69894: 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) 8484 1726867664.70060: 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) 8484 1726867664.70130: Loaded config def from plugin (callback/tree) 8484 1726867664.70134: 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 8484 1726867664.70512: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 8484 1726867664.70515: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-4H6/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_extend_basic.yml *********************************************** 1 plays in /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml 8484 1726867664.70549: in VariableManager get_vars() 8484 1726867664.70566: done with get_vars() 8484 1726867664.70575: in VariableManager get_vars() 8484 1726867664.70701: done with get_vars() 8484 1726867664.70708: variable 'omit' from source: magic vars 8484 1726867664.70749: in VariableManager get_vars() 8484 1726867664.70916: done with get_vars() 8484 1726867664.70948: variable 'omit' from source: magic vars PLAY [Basic snapshot test] ***************************************************** 8484 1726867664.72493: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 8484 1726867664.72682: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 8484 1726867664.72877: getting the remaining hosts for this loop 8484 1726867664.72879: done getting the remaining hosts for this loop 8484 1726867664.72882: getting the next task for host managed_node3 8484 1726867664.72886: done getting next task for host managed_node3 8484 1726867664.72888: ^ task is: TASK: Gathering Facts 8484 1726867664.72889: ^ 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 8484 1726867664.72892: getting variables 8484 1726867664.72893: in VariableManager get_vars() 8484 1726867664.72902: Calling all_inventory to load vars for managed_node3 8484 1726867664.72905: Calling groups_inventory to load vars for managed_node3 8484 1726867664.72907: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867664.72920: Calling all_plugins_play to load vars for managed_node3 8484 1726867664.73186: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867664.73190: Calling groups_plugins_play to load vars for managed_node3 8484 1726867664.73221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867664.73268: done with get_vars() 8484 1726867664.73276: done getting variables 8484 1726867664.73336: 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-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:2 Friday 20 September 2024 17:27:44 -0400 (0:00:00.030) 0:00:00.030 ****** 8484 1726867664.73357: entering _queue_task() for managed_node3/gather_facts 8484 1726867664.73359: Creating lock for gather_facts 8484 1726867664.79418: worker is 1 (out of 1 available) 8484 1726867664.79429: exiting _queue_task() for managed_node3/gather_facts 8484 1726867664.79441: done queuing things up, now waiting for results queue to drain 8484 1726867664.79443: waiting for pending results... 8484 1726867664.79989: running TaskExecutor() for managed_node3/TASK: Gathering Facts 8484 1726867664.80024: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000015 8484 1726867664.80047: variable 'ansible_search_path' from source: unknown 8484 1726867664.80163: calling self._execute() 8484 1726867664.80399: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867664.80406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867664.80408: variable 'omit' from source: magic vars 8484 1726867664.80679: variable 'omit' from source: magic vars 8484 1726867664.80710: variable 'omit' from source: magic vars 8484 1726867664.80748: variable 'omit' from source: magic vars 8484 1726867664.81278: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867664.81282: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867664.81284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867664.81287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867664.81290: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867664.81292: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867664.81294: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867664.81296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867664.81905: Set connection var ansible_pipelining to False 8484 1726867664.81909: Set connection var ansible_timeout to 10 8484 1726867664.81912: Set connection var ansible_connection to ssh 8484 1726867664.81914: Set connection var ansible_shell_type to sh 8484 1726867664.81916: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867664.81919: Set connection var ansible_shell_executable to /bin/sh 8484 1726867664.81921: variable 'ansible_shell_executable' from source: unknown 8484 1726867664.81924: variable 'ansible_connection' from source: unknown 8484 1726867664.81926: variable 'ansible_module_compression' from source: unknown 8484 1726867664.81928: variable 'ansible_shell_type' from source: unknown 8484 1726867664.81933: variable 'ansible_shell_executable' from source: unknown 8484 1726867664.81935: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867664.81937: variable 'ansible_pipelining' from source: unknown 8484 1726867664.81940: variable 'ansible_timeout' from source: unknown 8484 1726867664.81942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867664.82422: 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) 8484 1726867664.82675: variable 'omit' from source: magic vars 8484 1726867664.82685: starting attempt loop 8484 1726867664.82691: running the handler 8484 1726867664.82711: variable 'ansible_facts' from source: unknown 8484 1726867664.82829: _low_level_execute_command(): starting 8484 1726867664.82844: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867664.84993: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867664.85097: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867664.85110: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867664.85297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867664.87181: stdout chunk (state=3): >>>/root <<< 8484 1726867664.87196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867664.87226: stderr chunk (state=3): >>><<< 8484 1726867664.87239: stdout chunk (state=3): >>><<< 8484 1726867664.87317: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867664.87337: _low_level_execute_command(): starting 8484 1726867664.87478: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202 `" && echo ansible-tmp-1726867664.8732386-8527-119301259986202="` echo /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202 `" ) && sleep 0' 8484 1726867664.88755: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867664.88792: 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 <<< 8484 1726867664.88858: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867664.88958: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867664.89086: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867664.89097: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867664.89346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867664.89450: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867664.91456: stdout chunk (state=3): >>>ansible-tmp-1726867664.8732386-8527-119301259986202=/root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202 <<< 8484 1726867664.91655: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867664.91659: stdout chunk (state=3): >>><<< 8484 1726867664.91661: stderr chunk (state=3): >>><<< 8484 1726867664.91777: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867664.8732386-8527-119301259986202=/root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867664.91880: variable 'ansible_module_compression' from source: unknown 8484 1726867664.91883: ANSIBALLZ: Using generic lock for ansible.legacy.setup 8484 1726867664.91885: ANSIBALLZ: Acquiring lock 8484 1726867664.91888: ANSIBALLZ: Lock acquired: 140415009842256 8484 1726867664.91890: ANSIBALLZ: Creating module 8484 1726867665.53821: ANSIBALLZ: Writing module into payload 8484 1726867665.54326: ANSIBALLZ: Writing module 8484 1726867665.54330: ANSIBALLZ: Renaming module 8484 1726867665.54333: ANSIBALLZ: Done creating module 8484 1726867665.54335: variable 'ansible_facts' from source: unknown 8484 1726867665.54337: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867665.54339: _low_level_execute_command(): starting 8484 1726867665.54341: _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' 8484 1726867665.55758: 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 <<< 8484 1726867665.55831: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867665.56051: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867665.56210: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867665.56252: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867665.56407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867665.58267: stdout chunk (state=3): >>>PLATFORM <<< 8484 1726867665.58282: stdout chunk (state=3): >>>Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 8484 1726867665.58388: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867665.58602: stderr chunk (state=3): >>><<< 8484 1726867665.58605: stdout chunk (state=3): >>><<< 8484 1726867665.59040: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867665.59046 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 8484 1726867665.59049: _low_level_execute_command(): starting 8484 1726867665.59051: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 8484 1726867665.59221: Sending initial data 8484 1726867665.59393: Sent initial data (1181 bytes) 8484 1726867665.60589: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867665.60702: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867665.60705: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867665.60708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867665.61067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867665.61083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867665.64556: 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"} <<< 8484 1726867665.65038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867665.65061: stderr chunk (state=3): >>><<< 8484 1726867665.65072: stdout chunk (state=3): >>><<< 8484 1726867665.65098: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867665.65240: variable 'ansible_facts' from source: unknown 8484 1726867665.65366: variable 'ansible_facts' from source: unknown 8484 1726867665.65415: variable 'ansible_module_compression' from source: unknown 8484 1726867665.65486: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 8484 1726867665.65534: variable 'ansible_facts' from source: unknown 8484 1726867665.65969: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py 8484 1726867665.66410: Sending initial data 8484 1726867665.66413: Sent initial data (152 bytes) 8484 1726867665.67534: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867665.67577: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867665.67677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867665.69356: 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 <<< 8484 1726867665.69445: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867665.69551: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmptq06u6_l /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py <<< 8484 1726867665.69554: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py" <<< 8484 1726867665.69690: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmptq06u6_l" to remote "/root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py" <<< 8484 1726867665.73010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867665.73050: stderr chunk (state=3): >>><<< 8484 1726867665.73078: stdout chunk (state=3): >>><<< 8484 1726867665.73096: done transferring module to remote 8484 1726867665.73180: _low_level_execute_command(): starting 8484 1726867665.73184: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/ /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py && sleep 0' 8484 1726867665.73787: 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 <<< 8484 1726867665.73850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867665.73916: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867665.73931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867665.73963: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867665.74100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867665.76065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867665.76068: stdout chunk (state=3): >>><<< 8484 1726867665.76073: stderr chunk (state=3): >>><<< 8484 1726867665.76325: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867665.76328: _low_level_execute_command(): starting 8484 1726867665.76331: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/AnsiballZ_setup.py && sleep 0' 8484 1726867665.76884: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867665.76890: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867665.76901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867665.76919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867665.76930: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867665.76936: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867665.76946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867665.76959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867665.76967: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867665.76978: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867665.76995: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867665.76998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867665.77033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867665.77086: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867665.77132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867665.77237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867665.79464: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867665.79490: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867665.79523: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867665.79534: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867665.79607: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867665.79629: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867665.79673: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867665.79711: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867665.79748: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867665.79767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.79787: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867665.79820: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867665.79839: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867665.79862: 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 0x7f5861b084d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861ad7b30> <<< 8484 1726867665.79890: 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' <<< 8484 1726867665.79913: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861b0aa50> import '_signal' # <<< 8484 1726867665.79953: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867665.79974: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867665.80000: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867665.80086: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867665.80112: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867665.80177: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867665.80180: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867665.80211: 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' <<< 8484 1726867665.80251: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 8484 1726867665.80254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618bd130> <<< 8484 1726867665.80323: 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 0x7f58618be120> <<< 8484 1726867665.80348: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867665.80391: 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. <<< 8484 1726867665.80753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867665.80796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867665.80803: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867665.80826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.80838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867665.80866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867665.80883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867665.80908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867665.80942: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618fbf80> <<< 8484 1726867665.80974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867665.80997: 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 0x7f5861910110> <<< 8484 1726867665.81014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867665.81027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867665.81054: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867665.81115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.81120: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867665.81157: 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 0x7f5861933950> <<< 8484 1726867665.81164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867665.81202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861933fe0> import '_collections' # <<< 8484 1726867665.81241: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861913bf0> <<< 8484 1726867665.81256: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867665.81281: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619112e0> <<< 8484 1726867665.81368: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618f9130> <<< 8484 1726867665.81425: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867665.81431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867665.81450: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867665.81468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867665.81496: 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' <<< 8484 1726867665.81541: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861957920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861956540> <<< 8484 1726867665.81577: 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 0x7f5861912390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861954d40> <<< 8484 1726867665.81651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867665.81655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861984980> <<< 8484 1726867665.81697: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618f83b0> # /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' <<< 8484 1726867665.81718: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.81724: 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 0x7f5861984e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861984ce0> <<< 8484 1726867665.81756: 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 0x7f58619850d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618f6ed0> <<< 8484 1726867665.81799: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867665.81830: 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 <<< 8484 1726867665.81834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867665.81867: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861985790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861985490> import 'importlib.machinery' # <<< 8484 1726867665.81911: 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' <<< 8484 1726867665.81914: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861986690> import 'importlib.util' # <<< 8484 1726867665.81937: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867665.81985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867665.82017: 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 0x7f58619a08c0> import 'errno' # <<< 8484 1726867665.82057: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.82094: 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 0x7f58619a2000> <<< 8484 1726867665.82124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619a2ea0> <<< 8484 1726867665.82165: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.82179: 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 0x7f58619a3500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619a23f0> <<< 8484 1726867665.82212: 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' <<< 8484 1726867665.82233: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.82259: 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 0x7f58619a3ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619a35f0> <<< 8484 1726867665.82297: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619866f0> <<< 8484 1726867665.82339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867665.82353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867665.82377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867665.82387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867665.82425: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.82465: 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 0x7f5861693da0> # /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' <<< 8484 1726867665.82495: 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 0x7f58616c0860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c05c0> <<< 8484 1726867665.82510: 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 0x7f58616c0890> <<< 8484 1726867665.82540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867665.82557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867665.82611: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.82736: 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 0x7f58616c11c0> <<< 8484 1726867665.82872: 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 0x7f58616c1b80> <<< 8484 1726867665.82911: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c0a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861691f40> <<< 8484 1726867665.82916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867665.82945: 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 <<< 8484 1726867665.83005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c2f90> <<< 8484 1726867665.83009: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c1cd0> <<< 8484 1726867665.83038: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861986de0> <<< 8484 1726867665.83043: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867665.83109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.83125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867665.83158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867665.83178: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616eb290> <<< 8484 1726867665.83242: 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' <<< 8484 1726867665.83276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867665.83291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867665.83325: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861713650> <<< 8484 1726867665.83347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867665.83400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867665.83438: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867665.83474: 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 0x7f586176c410> <<< 8484 1726867665.83505: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867665.83531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867665.83544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867665.83583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867665.83664: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586176eb70> <<< 8484 1726867665.83737: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586176c530> <<< 8484 1726867665.83775: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861731430> <<< 8484 1726867665.83825: 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 0x7f586156d490> <<< 8484 1726867665.83838: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861712450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c3e60> <<< 8484 1726867665.83999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867665.84029: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5861712a50> <<< 8484 1726867665.84261: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_du7u5qh1/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 8484 1726867665.84381: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.84413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867665.84422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867665.84462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867665.84534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867665.84577: 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' <<< 8484 1726867665.84598: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615d31d0> import '_typing' # <<< 8484 1726867665.84775: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615b20c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615b1220> <<< 8484 1726867665.84806: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.84834: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867665.84858: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867665.84882: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.86286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.87447: 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 0x7f58615d0ec0> <<< 8484 1726867665.87477: 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' <<< 8484 1726867665.87510: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867665.87544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867665.87558: 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' <<< 8484 1726867665.87585: 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 0x7f5861602ba0> <<< 8484 1726867665.87614: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861602930> <<< 8484 1726867665.87656: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861602240> <<< 8484 1726867665.87681: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867665.87696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867665.87722: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861602690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615d3e60> <<< 8484 1726867665.87754: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867665.87803: 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 0x7f58616038c0> <<< 8484 1726867665.87809: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.87824: 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 0x7f5861603a40> <<< 8484 1726867665.87836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867665.87890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867665.87893: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867665.87939: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861603f80> <<< 8484 1726867665.87942: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867665.87982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867665.87997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867665.88027: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f25d00> <<< 8484 1726867665.88060: 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 0x7f5860f27920> <<< 8484 1726867665.88102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867665.88117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867665.88141: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2c2c0> <<< 8484 1726867665.88157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867665.88215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867665.88232: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2d430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867665.88266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867665.88297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867665.88317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867665.88346: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2ff50> <<< 8484 1726867665.88391: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.88413: 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 0x7f58618fad50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2e210> <<< 8484 1726867665.88458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867665.88475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867665.88489: 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' <<< 8484 1726867665.88513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867665.88645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867665.88677: 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 0x7f5860f33e90> import '_tokenize' # <<< 8484 1726867665.88750: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f32960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f326c0> <<< 8484 1726867665.88784: 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' <<< 8484 1726867665.88856: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f32c30> <<< 8484 1726867665.88895: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2e720> <<< 8484 1726867665.88934: 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 0x7f5860f77f80> <<< 8484 1726867665.88939: 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' <<< 8484 1726867665.88996: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f78290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 8484 1726867665.88999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867665.89041: 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' <<< 8484 1726867665.89044: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.89068: 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 0x7f5860f79d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f79ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867665.89115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867665.89159: 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 0x7f5860f7c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f7a3f0> <<< 8484 1726867665.89191: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867665.89244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.89271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867665.89281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867665.89313: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f7faa0> <<< 8484 1726867665.89445: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f7c470> <<< 8484 1726867665.89513: 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' <<< 8484 1726867665.89531: 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 0x7f5860f80800> <<< 8484 1726867665.89543: 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 0x7f5860f80770> <<< 8484 1726867665.89598: 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 0x7f5860f80920> <<< 8484 1726867665.89625: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f78380> # /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' <<< 8484 1726867665.89643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867665.89663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867665.89715: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.89728: 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 0x7f5860e0c320> <<< 8484 1726867665.89874: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.89894: 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 0x7f5860e0d370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f82ab0> <<< 8484 1726867665.89941: 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 0x7f5860f83e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f826c0> # zipimport: zlib available <<< 8484 1726867665.89965: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.89978: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867665.90056: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.90168: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.90175: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867665.90203: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867665.90324: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.90443: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.90997: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.91533: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867665.91569: 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' # <<< 8484 1726867665.91584: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.91634: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.91645: 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 0x7f5860e11520> <<< 8484 1726867665.91738: 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' <<< 8484 1726867665.91742: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e12240> <<< 8484 1726867665.91757: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e0d610> <<< 8484 1726867665.91802: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867665.91848: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867665.91852: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867665.92006: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.92169: 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' <<< 8484 1726867665.92173: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e12960> <<< 8484 1726867665.92188: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.92646: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93156: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93239: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867665.93273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93320: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867665.93435: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93486: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867665.93502: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867665.93522: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93555: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93604: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867665.93607: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.93826: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.94054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867665.94125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867665.94134: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867665.94245: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e135f0> # zipimport: zlib available <<< 8484 1726867665.94362: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.94439: 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' # <<< 8484 1726867665.94503: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867665.94569: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867665.94637: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.94701: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.94751: 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 <<< 8484 1726867665.94776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.94857: 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 0x7f5860e1e180> <<< 8484 1726867665.94887: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e1bdd0> <<< 8484 1726867665.94906: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867665.94965: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.95026: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.95055: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.95097: 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 <<< 8484 1726867665.95111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 8484 1726867665.95186: 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 <<< 8484 1726867665.95308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867665.95342: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f06990> <<< 8484 1726867665.95436: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860ffe660> <<< 8484 1726867665.95462: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e1e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f79310> # destroy ansible.module_utils.distro <<< 8484 1726867665.95538: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867665.95636: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867665.95679: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.95718: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.95777: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867665.95858: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.95929: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # <<< 8484 1726867665.96009: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867665.96134: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867665.96204: 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 # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 8484 1726867665.96257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867665.96293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867665.96305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867665.96353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867665.96398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867665.96460: 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 0x7f5860af67e0> <<< 8484 1726867665.96510: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860af5c10> <<< 8484 1726867665.96556: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860af4620> <<< 8484 1726867665.96730: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb2480> <<< 8484 1726867665.96825: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb0410> <<< 8484 1726867665.96897: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 8484 1726867665.97005: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.97163: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.97204: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.97256: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 8484 1726867665.97298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867665.97304: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 8484 1726867665.97336: stdout chunk (state=3): >>># /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' <<< 8484 1726867665.97357: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e99970> <<< 8484 1726867665.97382: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 8484 1726867665.97407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 8484 1726867665.97416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867665.97446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867665.97475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867665.97511: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b40aa0> <<< 8484 1726867665.97534: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867665.97552: 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 0x7f5860b40dd0> <<< 8484 1726867665.97585: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b34290> <<< 8484 1726867665.97651: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b07830> <<< 8484 1726867665.97810: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb1400> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb0830> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 8484 1726867665.97834: stdout chunk (state=3): >>># 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 0x7f5860b43a10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b432c0> # 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 0x7f5860b43470> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b426f0> <<< 8484 1726867665.98037: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 8484 1726867665.98040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b43a40> # /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 0x7f58608f2600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58608f05f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb07a0> <<< 8484 1726867665.98116: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 8484 1726867665.98152: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 8484 1726867665.98155: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.98209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 8484 1726867665.98261: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.98642: stdout chunk (state=3): >>>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 <<< 8484 1726867665.98663: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.98727: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.98783: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.98860: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 8484 1726867665.98874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.99340: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.99772: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 8484 1726867665.99788: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.99835: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.99887: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.99931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867665.99961: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 8484 1726867665.99986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 8484 1726867666.00205: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 8484 1726867666.00252: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00305: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00352: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 8484 1726867666.00376: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00408: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00434: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 8484 1726867666.00473: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00515: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 8484 1726867666.00525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00585: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00676: 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' <<< 8484 1726867666.00717: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58608f3bc0> <<< 8484 1726867666.00736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867666.00762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867666.00892: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58608f33b0> import 'ansible.module_utils.facts.system.local' # <<< 8484 1726867666.00897: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.00962: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 8484 1726867666.01039: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 8484 1726867666.01222: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01290: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01363: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 8484 1726867666.01368: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01407: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867666.01505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867666.01583: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867666.01637: 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 0x7f5860936660> <<< 8484 1726867666.01844: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586091b320> import 'ansible.module_utils.facts.system.python' # <<< 8484 1726867666.01858: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01899: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.01963: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 8484 1726867666.02053: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.02130: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.02276: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.02892: stdout chunk (state=3): >>>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 0x7f586094a300> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586091b6e0> 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 <<< 8484 1726867666.02931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.03096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 8484 1726867666.03099: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.03220: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.03323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.03339: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.03546: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867666.03653: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.03710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 8484 1726867666.03722: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.04010: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.04014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 8484 1726867666.04019: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.04031: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.04603: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.05128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 8484 1726867666.05184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 8484 1726867666.05246: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.05397: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 8484 1726867666.05452: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.05550: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 8484 1726867666.05561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.05721: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.05884: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 8484 1726867666.05888: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06133: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.06299: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06444: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06698: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 8484 1726867666.06718: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06745: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 8484 1726867666.06748: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06820: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06919: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 8484 1726867666.06923: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06925: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.06951: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 8484 1726867666.06954: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07015: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07061: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 8484 1726867666.07136: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867666.07184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 8484 1726867666.07196: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07461: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07750: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 8484 1726867666.07791: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 8484 1726867666.07869: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07883: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07920: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 8484 1726867666.07973: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.07994: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 8484 1726867666.08009: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # <<< 8484 1726867666.08092: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08154: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08229: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 8484 1726867666.08305: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 8484 1726867666.08317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867666.08500: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867666.08518: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08655: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # <<< 8484 1726867666.08659: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 8484 1726867666.08661: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08710: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.08819: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 8484 1726867666.08826: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.09167: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 8484 1726867666.09204: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.09267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 8484 1726867666.09365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.09368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 8484 1726867666.09375: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.09475: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867666.09593: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 8484 1726867666.09709: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # <<< 8484 1726867666.09942: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 8484 1726867666.10047: 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' <<< 8484 1726867666.10279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 8484 1726867666.10282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 8484 1726867666.10285: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867666.10287: 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 0x7f5860977d70> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860974740> <<< 8484 1726867666.10289: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860974aa0> <<< 8484 1726867666.29579: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 8484 1726867666.29602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 8484 1726867666.29618: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58609bba70> <<< 8484 1726867666.29635: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 8484 1726867666.29673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 8484 1726867666.29700: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860929070> <<< 8484 1726867666.29756: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 8484 1726867666.29761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867666.29800: 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' <<< 8484 1726867666.29804: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586092a2d0> <<< 8484 1726867666.29823: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860929e80> <<< 8484 1726867666.30082: 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 <<< 8484 1726867666.50748: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "27", "second": "46", "epoch": "1726867666", "epoch_int": "1726867666", "date": "2024-09-20", "time": "17:27:46", "iso8601_micro": "2024-09-20T21:27:46.099080Z", "iso8601": "2024-09-20T21:27:46Z", "iso8601_basic": "20240920T172746099080", "iso8601_basic_short": "20240920T172746", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_iscsi_iqn": "", "ansible_fips": false, "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_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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_fibre_channel_wwn": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_loadavg": {"1m": 0.81396484375, "5m": 0.4716796875, "15m": 0.22900390625}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "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": 2818, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 713, "free": 2818}, "nocache": {"free": 3278, "used": 253}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "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-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 328, "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": 261680820224, "block_size": 4096, "block_total": 65519099, "block_available": 63886919, "block_used": 1632180, "inode_total": 131070960, "inode_available": 131027181, "inode_used": 43779, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 8484 1726867666.51434: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 8484 1726867666.51441: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.51445: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 8484 1726867666.51451: 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 <<< 8484 1726867666.51455: stdout chunk (state=3): >>># cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 8484 1726867666.51458: stdout chunk (state=3): >>># cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale <<< 8484 1726867666.51460: stdout chunk (state=3): >>># cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors <<< 8484 1726867666.51726: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.52041: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867666.52076: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867666.52096: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8484 1726867666.52326: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 8484 1726867666.52345: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool <<< 8484 1726867666.52362: stdout chunk (state=3): >>># destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle <<< 8484 1726867666.52390: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 8484 1726867666.52436: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 8484 1726867666.52455: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 8484 1726867666.52498: stdout chunk (state=3): >>># destroy termios <<< 8484 1726867666.52585: stdout chunk (state=3): >>># destroy json # destroy socket # destroy struct <<< 8484 1726867666.52624: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing <<< 8484 1726867666.52662: stdout chunk (state=3): >>># destroy array # destroy multiprocessing.dummy.connection <<< 8484 1726867666.52665: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 8484 1726867666.52667: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 8484 1726867666.52669: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.52677: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.52748: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.52817: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867666.52955: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867666.52973: stdout chunk (state=3): >>># destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867666.53025: 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 <<< 8484 1726867666.53055: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.53132: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867666.53143: 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 <<< 8484 1726867666.53458: stdout chunk (state=3): >>># 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 <<< 8484 1726867666.53475: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867666.53647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867666.53658: stderr chunk (state=3): >>>Shared connection to 10.31.42.108 closed. <<< 8484 1726867666.53721: stderr chunk (state=3): >>><<< 8484 1726867666.53733: stdout chunk (state=3): >>><<< 8484 1726867666.53931: _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 0x7f5861b084d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861ad7b30> # /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 0x7f5861b0aa50> 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 0x7f58618bd130> # /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 0x7f58618be120> 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 0x7f58618fbf80> # /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 0x7f5861910110> # /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 0x7f5861933950> # /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 0x7f5861933fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861913bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619112e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618f9130> # /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 0x7f5861957920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861956540> # /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 0x7f5861912390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861954d40> # /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 0x7f5861984980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618f83b0> # /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 0x7f5861984e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861984ce0> # 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 0x7f58619850d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58618f6ed0> # /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 0x7f5861985790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861985490> 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 0x7f5861986690> 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 0x7f58619a08c0> 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 0x7f58619a2000> # /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 0x7f58619a2ea0> # 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 0x7f58619a3500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619a23f0> # /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 0x7f58619a3ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619a35f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58619866f0> # /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 0x7f5861693da0> # /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 0x7f58616c0860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c05c0> # 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 0x7f58616c0890> # /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 0x7f58616c11c0> # 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 0x7f58616c1b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c0a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861691f40> # /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 0x7f58616c2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c1cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861986de0> # /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 0x7f58616eb290> # /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 0x7f5861713650> # /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 0x7f586176c410> # /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 0x7f586176eb70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586176c530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861731430> # /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 0x7f586156d490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861712450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58616c3e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5861712a50> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_du7u5qh1/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 0x7f58615d31d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615b20c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615b1220> # 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 0x7f58615d0ec0> # /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 0x7f5861602ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861602930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5861602240> # /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 0x7f5861602690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58615d3e60> 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 0x7f58616038c0> # 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 0x7f5861603a40> # /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 0x7f5861603f80> 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 0x7f5860f25d00> # 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 0x7f5860f27920> # /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 0x7f5860f2c2c0> # /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 0x7f5860f2d430> # /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 0x7f5860f2ff50> # 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 0x7f58618fad50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2e210> # /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 0x7f5860f33e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f32960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f326c0> # /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 0x7f5860f32c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f2e720> # 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 0x7f5860f77f80> # /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 0x7f5860f78290> # /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 0x7f5860f79d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f79ac0> # /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 0x7f5860f7c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f7a3f0> # /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 0x7f5860f7faa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f7c470> # 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 0x7f5860f80800> # 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 0x7f5860f80770> # 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 0x7f5860f80920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f78380> # /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 0x7f5860e0c320> # 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 0x7f5860e0d370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f82ab0> # 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 0x7f5860f83e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f826c0> # 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 0x7f5860e11520> # /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 0x7f5860e12240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e0d610> 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 0x7f5860e12960> # 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 0x7f5860e135f0> # 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 0x7f5860e1e180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e1bdd0> 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 0x7f5860f06990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860ffe660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860e1e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860f79310> # 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 0x7f5860af67e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860af5c10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860af4620> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb2480> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb0410> 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 0x7f5860e99970> # /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 0x7f5860b40aa0> # 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 0x7f5860b40dd0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b34290> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b07830> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb1400> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb0830> # /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 0x7f5860b43a10> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b432c0> # 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 0x7f5860b43470> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860b426f0> # /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 0x7f5860b43a40> # /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 0x7f58608f2600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58608f05f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860eb07a0> 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 0x7f58608f3bc0> # /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 0x7f58608f33b0> 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 0x7f5860936660> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586091b320> 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 0x7f586094a300> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f586091b6e0> 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 0x7f5860977d70> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860974740> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860974aa0> # /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 0x7f58609bba70> # /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 0x7f5860929070> # /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 0x7f586092a2d0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5860929e80> 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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "27", "second": "46", "epoch": "1726867666", "epoch_int": "1726867666", "date": "2024-09-20", "time": "17:27:46", "iso8601_micro": "2024-09-20T21:27:46.099080Z", "iso8601": "2024-09-20T21:27:46Z", "iso8601_basic": "20240920T172746099080", "iso8601_basic_short": "20240920T172746", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_iscsi_iqn": "", "ansible_fips": false, "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_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "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_fibre_channel_wwn": [], "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_is_chroot": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_pkg_mgr": "dnf", "ansible_lsb": {}, "ansible_local": {}, "ansible_service_mgr": "systemd", "ansible_loadavg": {"1m": 0.81396484375, "5m": 0.4716796875, "15m": 0.22900390625}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "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": 2818, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 713, "free": 2818}, "nocache": {"free": 3278, "used": 253}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "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-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 328, "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": 261680820224, "block_size": 4096, "block_total": 65519099, "block_available": 63886919, "block_used": 1632180, "inode_total": 131070960, "inode_available": 131027181, "inode_used": 43779, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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_node3 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. 8484 1726867666.56304: 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-1726867664.8732386-8527-119301259986202/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867666.56308: _low_level_execute_command(): starting 8484 1726867666.56310: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867664.8732386-8527-119301259986202/ > /dev/null 2>&1 && sleep 0' 8484 1726867666.56678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867666.56693: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867666.56716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867666.56738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867666.56754: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867666.56821: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867666.56873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867666.56889: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867666.56917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867666.57047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867666.59361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867666.59366: stdout chunk (state=3): >>><<< 8484 1726867666.59369: stderr chunk (state=3): >>><<< 8484 1726867666.59585: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867666.59588: handler run complete 8484 1726867666.59632: variable 'ansible_facts' from source: unknown 8484 1726867666.59796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.60775: variable 'ansible_facts' from source: unknown 8484 1726867666.61179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.61380: attempt loop complete, returning result 8484 1726867666.61391: _execute() done 8484 1726867666.61400: dumping result to json 8484 1726867666.61458: done dumping result, returning 8484 1726867666.61474: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [02e58e3f-6ce9-dbaf-c049-000000000015] 8484 1726867666.61485: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000015 ok: [managed_node3] 8484 1726867666.62888: no more pending results, returning what we have 8484 1726867666.62891: results queue empty 8484 1726867666.62892: checking for any_errors_fatal 8484 1726867666.62893: done checking for any_errors_fatal 8484 1726867666.62894: checking for max_fail_percentage 8484 1726867666.62895: done checking for max_fail_percentage 8484 1726867666.62896: checking to see if all hosts have failed and the running result is not ok 8484 1726867666.62897: done checking to see if all hosts have failed 8484 1726867666.62898: getting the remaining hosts for this loop 8484 1726867666.62900: done getting the remaining hosts for this loop 8484 1726867666.62903: getting the next task for host managed_node3 8484 1726867666.62908: done getting next task for host managed_node3 8484 1726867666.63476: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000015 8484 1726867666.63479: WORKER PROCESS EXITING 8484 1726867666.63574: ^ task is: TASK: meta (flush_handlers) 8484 1726867666.63577: ^ 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 8484 1726867666.63582: getting variables 8484 1726867666.63584: in VariableManager get_vars() 8484 1726867666.63610: Calling all_inventory to load vars for managed_node3 8484 1726867666.63613: Calling groups_inventory to load vars for managed_node3 8484 1726867666.63616: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867666.63626: Calling all_plugins_play to load vars for managed_node3 8484 1726867666.63629: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867666.63633: Calling groups_plugins_play to load vars for managed_node3 8484 1726867666.64201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.64904: done with get_vars() 8484 1726867666.64915: done getting variables 8484 1726867666.65035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 8484 1726867666.65218: in VariableManager get_vars() 8484 1726867666.65228: Calling all_inventory to load vars for managed_node3 8484 1726867666.65230: Calling groups_inventory to load vars for managed_node3 8484 1726867666.65234: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867666.65238: Calling all_plugins_play to load vars for managed_node3 8484 1726867666.65241: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867666.65244: Calling groups_plugins_play to load vars for managed_node3 8484 1726867666.65799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.66410: done with get_vars() 8484 1726867666.66429: done queuing things up, now waiting for results queue to drain 8484 1726867666.66439: results queue empty 8484 1726867666.66440: checking for any_errors_fatal 8484 1726867666.66442: done checking for any_errors_fatal 8484 1726867666.66443: checking for max_fail_percentage 8484 1726867666.66444: done checking for max_fail_percentage 8484 1726867666.66445: checking to see if all hosts have failed and the running result is not ok 8484 1726867666.66445: done checking to see if all hosts have failed 8484 1726867666.66446: getting the remaining hosts for this loop 8484 1726867666.66447: done getting the remaining hosts for this loop 8484 1726867666.66450: getting the next task for host managed_node3 8484 1726867666.66455: done getting next task for host managed_node3 8484 1726867666.66457: ^ task is: TASK: Setup 8484 1726867666.66459: ^ 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 8484 1726867666.66461: getting variables 8484 1726867666.66462: in VariableManager get_vars() 8484 1726867666.66716: Calling all_inventory to load vars for managed_node3 8484 1726867666.66719: Calling groups_inventory to load vars for managed_node3 8484 1726867666.66722: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867666.66726: Calling all_plugins_play to load vars for managed_node3 8484 1726867666.66729: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867666.66738: Calling groups_plugins_play to load vars for managed_node3 8484 1726867666.67442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.68575: done with get_vars() 8484 1726867666.68585: done getting variables TASK [Setup] ******************************************************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:40 Friday 20 September 2024 17:27:46 -0400 (0:00:01.952) 0:00:01.983 ****** 8484 1726867666.68660: entering _queue_task() for managed_node3/include_tasks 8484 1726867666.68776: Creating lock for include_tasks 8484 1726867666.69521: worker is 1 (out of 1 available) 8484 1726867666.69539: exiting _queue_task() for managed_node3/include_tasks 8484 1726867666.69548: done queuing things up, now waiting for results queue to drain 8484 1726867666.69550: waiting for pending results... 8484 1726867666.69902: running TaskExecutor() for managed_node3/TASK: Setup 8484 1726867666.69993: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000006 8484 1726867666.70093: variable 'ansible_search_path' from source: unknown 8484 1726867666.70133: calling self._execute() 8484 1726867666.70577: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867666.70581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867666.70584: variable 'omit' from source: magic vars 8484 1726867666.70586: _execute() done 8484 1726867666.70588: dumping result to json 8484 1726867666.70590: done dumping result, returning 8484 1726867666.70593: done running TaskExecutor() for managed_node3/TASK: Setup [02e58e3f-6ce9-dbaf-c049-000000000006] 8484 1726867666.70595: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000006 8484 1726867666.70672: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000006 8484 1726867666.70677: WORKER PROCESS EXITING 8484 1726867666.70726: no more pending results, returning what we have 8484 1726867666.70743: in VariableManager get_vars() 8484 1726867666.70781: Calling all_inventory to load vars for managed_node3 8484 1726867666.70784: Calling groups_inventory to load vars for managed_node3 8484 1726867666.70788: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867666.70799: Calling all_plugins_play to load vars for managed_node3 8484 1726867666.70805: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867666.70807: Calling groups_plugins_play to load vars for managed_node3 8484 1726867666.71559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.72189: done with get_vars() 8484 1726867666.72198: variable 'ansible_search_path' from source: unknown 8484 1726867666.72218: we have included files to process 8484 1726867666.72220: generating all_blocks data 8484 1726867666.72221: done generating all_blocks data 8484 1726867666.72222: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml 8484 1726867666.72223: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml 8484 1726867666.72226: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml 8484 1726867666.72800: in VariableManager get_vars() 8484 1726867666.72819: done with get_vars() 8484 1726867666.72867: done processing included file 8484 1726867666.72875: iterating over new_blocks loaded from include file 8484 1726867666.72877: in VariableManager get_vars() 8484 1726867666.72890: done with get_vars() 8484 1726867666.72892: filtering new block on tags 8484 1726867666.72911: done filtering new block on tags 8484 1726867666.72914: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml for managed_node3 8484 1726867666.72919: extending task lists for all hosts with included blocks 8484 1726867666.73158: done extending task lists 8484 1726867666.73159: done processing included files 8484 1726867666.73160: results queue empty 8484 1726867666.73161: checking for any_errors_fatal 8484 1726867666.73162: done checking for any_errors_fatal 8484 1726867666.73163: checking for max_fail_percentage 8484 1726867666.73164: done checking for max_fail_percentage 8484 1726867666.73165: checking to see if all hosts have failed and the running result is not ok 8484 1726867666.73166: done checking to see if all hosts have failed 8484 1726867666.73167: getting the remaining hosts for this loop 8484 1726867666.73168: done getting the remaining hosts for this loop 8484 1726867666.73173: getting the next task for host managed_node3 8484 1726867666.73177: done getting next task for host managed_node3 8484 1726867666.73179: ^ task is: TASK: Check if system is ostree 8484 1726867666.73181: ^ 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 8484 1726867666.73183: getting variables 8484 1726867666.73184: in VariableManager get_vars() 8484 1726867666.73192: Calling all_inventory to load vars for managed_node3 8484 1726867666.73194: Calling groups_inventory to load vars for managed_node3 8484 1726867666.73201: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867666.73207: Calling all_plugins_play to load vars for managed_node3 8484 1726867666.73209: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867666.73212: Calling groups_plugins_play to load vars for managed_node3 8484 1726867666.73447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867666.73726: done with get_vars() 8484 1726867666.73735: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:10 Friday 20 September 2024 17:27:46 -0400 (0:00:00.051) 0:00:02.035 ****** 8484 1726867666.73810: entering _queue_task() for managed_node3/stat 8484 1726867666.74144: worker is 1 (out of 1 available) 8484 1726867666.74156: exiting _queue_task() for managed_node3/stat 8484 1726867666.74166: done queuing things up, now waiting for results queue to drain 8484 1726867666.74167: waiting for pending results... 8484 1726867666.74576: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 8484 1726867666.74695: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000026 8484 1726867666.74716: variable 'ansible_search_path' from source: unknown 8484 1726867666.74723: variable 'ansible_search_path' from source: unknown 8484 1726867666.74757: calling self._execute() 8484 1726867666.74835: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867666.74847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867666.74861: variable 'omit' from source: magic vars 8484 1726867666.74969: variable 'omit' from source: magic vars 8484 1726867666.75018: variable 'omit' from source: magic vars 8484 1726867666.75057: variable 'omit' from source: magic vars 8484 1726867666.75105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867666.75154: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867666.75181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867666.75206: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867666.75222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867666.75261: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867666.75271: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867666.75283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867666.75429: Set connection var ansible_pipelining to False 8484 1726867666.75464: Set connection var ansible_timeout to 10 8484 1726867666.75476: Set connection var ansible_connection to ssh 8484 1726867666.75495: Set connection var ansible_shell_type to sh 8484 1726867666.75566: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867666.75569: Set connection var ansible_shell_executable to /bin/sh 8484 1726867666.75573: variable 'ansible_shell_executable' from source: unknown 8484 1726867666.75575: variable 'ansible_connection' from source: unknown 8484 1726867666.75578: variable 'ansible_module_compression' from source: unknown 8484 1726867666.75580: variable 'ansible_shell_type' from source: unknown 8484 1726867666.75583: variable 'ansible_shell_executable' from source: unknown 8484 1726867666.75585: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867666.75587: variable 'ansible_pipelining' from source: unknown 8484 1726867666.75589: variable 'ansible_timeout' from source: unknown 8484 1726867666.75591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867666.75849: 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__) 8484 1726867666.75864: variable 'omit' from source: magic vars 8484 1726867666.75876: starting attempt loop 8484 1726867666.75891: running the handler 8484 1726867666.75910: _low_level_execute_command(): starting 8484 1726867666.75927: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867666.76759: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867666.76781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867666.76812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867666.76838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867666.76865: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867666.77043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 8484 1726867666.79436: stdout chunk (state=3): >>>/root <<< 8484 1726867666.79641: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867666.79644: stdout chunk (state=3): >>><<< 8484 1726867666.79648: stderr chunk (state=3): >>><<< 8484 1726867666.79754: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 8484 1726867666.79761: _low_level_execute_command(): starting 8484 1726867666.79764: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076 `" && echo ansible-tmp-1726867666.7967317-8615-23529323583076="` echo /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076 `" ) && sleep 0' 8484 1726867666.80882: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867666.80927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867666.80943: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867666.80986: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867666.81228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 8484 1726867666.84065: stdout chunk (state=3): >>>ansible-tmp-1726867666.7967317-8615-23529323583076=/root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076 <<< 8484 1726867666.84283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867666.84321: stderr chunk (state=3): >>><<< 8484 1726867666.84331: stdout chunk (state=3): >>><<< 8484 1726867666.84355: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867666.7967317-8615-23529323583076=/root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 8484 1726867666.84454: variable 'ansible_module_compression' from source: unknown 8484 1726867666.84530: ANSIBALLZ: Using lock for stat 8484 1726867666.84541: ANSIBALLZ: Acquiring lock 8484 1726867666.84549: ANSIBALLZ: Lock acquired: 140415009843072 8484 1726867666.84557: ANSIBALLZ: Creating module 8484 1726867667.08864: ANSIBALLZ: Writing module into payload 8484 1726867667.09021: ANSIBALLZ: Writing module 8484 1726867667.09150: ANSIBALLZ: Renaming module 8484 1726867667.09165: ANSIBALLZ: Done creating module 8484 1726867667.09193: variable 'ansible_facts' from source: unknown 8484 1726867667.09416: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py 8484 1726867667.10029: Sending initial data 8484 1726867667.10034: Sent initial data (150 bytes) 8484 1726867667.11187: 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 <<< 8484 1726867667.11215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867667.11237: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867667.11284: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867667.11517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867667.11674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867667.13384: 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 <<< 8484 1726867667.13472: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867667.13566: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmprlhwynar /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py <<< 8484 1726867667.13569: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py" <<< 8484 1726867667.13641: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmprlhwynar" to remote "/root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py" <<< 8484 1726867667.15331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867667.15432: stderr chunk (state=3): >>><<< 8484 1726867667.15435: stdout chunk (state=3): >>><<< 8484 1726867667.15443: done transferring module to remote 8484 1726867667.15459: _low_level_execute_command(): starting 8484 1726867667.15467: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/ /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py && sleep 0' 8484 1726867667.16803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867667.16854: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867667.16962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867667.17080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867667.17122: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867667.17206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867667.19167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867667.19173: stdout chunk (state=3): >>><<< 8484 1726867667.19175: stderr chunk (state=3): >>><<< 8484 1726867667.19190: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867667.19197: _low_level_execute_command(): starting 8484 1726867667.19205: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/AnsiballZ_stat.py && sleep 0' 8484 1726867667.20497: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867667.20514: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867667.20531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867667.20557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867667.20752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867667.20789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867667.20861: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867667.21096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867667.23325: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867667.23357: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867667.23392: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867667.23468: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867667.23503: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867667.23506: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867667.23588: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 8484 1726867667.23711: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867667.23715: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867667.23740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867667.23764: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f212184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f211e7b30> <<< 8484 1726867667.23805: 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 0x7f9f2121aa50> <<< 8484 1726867667.23896: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 8484 1726867667.23910: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867667.24013: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867667.24158: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867667.24166: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867667.24169: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867667.24279: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2102d130> # /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 0x7f9f2102e120> import 'site' # <<< 8484 1726867667.24307: 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. <<< 8484 1726867667.24555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867667.24558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867667.24614: 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' <<< 8484 1726867667.24618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867667.24663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867667.24802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867667.24833: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2106aed0> # /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 0x7f9f210801d0> # /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' <<< 8484 1726867667.24850: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867667.24894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867667.24925: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867667.25039: 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 0x7f9f210a39e0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867667.25059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21083cb0> import '_functools' # <<< 8484 1726867667.25088: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21081430> <<< 8484 1726867667.25181: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210691f0> <<< 8484 1726867667.25210: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867667.25231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867667.25414: stdout chunk (state=3): >>>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 0x7f9f210c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210c6540> # /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 0x7f9f210822d0> <<< 8484 1726867667.25417: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210c4da0> <<< 8484 1726867667.25445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867667.25500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21068470> # /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' <<< 8484 1726867667.25633: 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 0x7f9f210f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f4d10> # 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 0x7f9f210f5100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21066f90> # /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' <<< 8484 1726867667.25663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867667.25693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f54c0> <<< 8484 1726867667.25831: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867667.25834: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 8484 1726867667.25890: 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 0x7f9f210f6690> 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 0x7f9f21110860> <<< 8484 1726867667.25921: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867667.25925: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867667.26060: 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 0x7f9f21111fa0> <<< 8484 1726867667.26067: 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' <<< 8484 1726867667.26126: 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 0x7f9f21112e40> # 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 0x7f9f21113470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21112390> # /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' <<< 8484 1726867667.26189: 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 0x7f9f21113e60> <<< 8484 1726867667.26256: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21113590> <<< 8484 1726867667.26261: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f66f0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867667.26297: 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 <<< 8484 1726867667.26343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867667.26573: 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 0x7f9f20ed3d40> # /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' <<< 8484 1726867667.26577: 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 0x7f9f20f00830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f00590> <<< 8484 1726867667.26579: 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 0x7f9f20f00860><<< 8484 1726867667.26672: 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' <<< 8484 1726867667.26676: 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 0x7f9f20f01160> <<< 8484 1726867667.26878: 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 0x7f9f20f01b50> <<< 8484 1726867667.26903: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f00a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20ed1ee0> # /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 0x7f9f20f02f00> <<< 8484 1726867667.26932: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f019d0> <<< 8484 1726867667.26948: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f6db0> <<< 8484 1726867667.27206: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f27230> # /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' <<< 8484 1726867667.27221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867667.27244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867667.27274: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f535f0> <<< 8484 1726867667.27305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867667.27428: stdout chunk (state=3): >>># 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 0x7f9f20fac3e0> <<< 8484 1726867667.27445: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867667.27479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867667.27588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867667.27621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867667.27641: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20faeb40> <<< 8484 1726867667.27767: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20fac500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f753d0> <<< 8484 1726867667.27795: 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 0x7f9f20dad460> <<< 8484 1726867667.27807: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f52420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f03e00> <<< 8484 1726867667.27913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867667.27936: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9f20f529f0> <<< 8484 1726867667.28168: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_99yeead1/ansible_stat_payload.zip' # zipimport: zlib available <<< 8484 1726867667.28286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.28324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867667.28400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867667.28424: 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'<<< 8484 1726867667.28447: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20dff230> import '_typing' # <<< 8484 1726867667.28632: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20de2120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20de1280> <<< 8484 1726867667.28641: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.28669: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867667.28785: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.28789: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867667.28804: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.30174: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.31310: 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 0x7f9f20dfd100> <<< 8484 1726867667.31344: 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' <<< 8484 1726867667.31438: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9f20e2eae0> <<< 8484 1726867667.31475: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e2e870> <<< 8484 1726867667.31510: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e2e180> <<< 8484 1726867667.31530: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867667.31674: 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 0x7f9f20e2e900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20dffec0> 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 0x7f9f20e2f830> # 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 0x7f9f20e2fa40> <<< 8484 1726867667.31677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867667.31719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867667.31736: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867667.31786: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e2ff80> import 'pwd' # <<< 8484 1726867667.31810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867667.31878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867667.31905: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20711d00> <<< 8484 1726867667.32000: 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 0x7f9f20713920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867667.32008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207182f0> <<< 8484 1726867667.32035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867667.32071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20719490> <<< 8484 1726867667.32207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867667.32214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071bf20> <<< 8484 1726867667.32232: 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 0x7f9f20f02e70> <<< 8484 1726867667.32260: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071a210> <<< 8484 1726867667.32278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867667.32323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867667.32386: 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' <<< 8484 1726867667.32417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071fe90> <<< 8484 1726867667.32440: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867667.32706: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071e6c0> # /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 0x7f9f2071ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071a6f0> # 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 0x7f9f20763f20> # /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 0x7f9f20764230> <<< 8484 1726867667.32740: 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 <<< 8484 1726867667.32743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867667.32766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867667.32790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867667.32819: 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 0x7f9f20765c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20765a60> <<< 8484 1726867667.32833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867667.32961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867667.33005: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867667.33078: 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 0x7f9f20768170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20766330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867667.33115: 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 <<< 8484 1726867667.33245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867667.33267: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2076b950> <<< 8484 1726867667.33294: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20768320> <<< 8484 1726867667.33365: 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 0x7f9f2076c740> <<< 8484 1726867667.33397: 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 0x7f9f2076c9e0> <<< 8484 1726867667.33478: 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 0x7f9f2076cb60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207643b0> <<< 8484 1726867667.33507: 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 <<< 8484 1726867667.33568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867667.33597: stdout chunk (state=3): >>># 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 0x7f9f207f8320> <<< 8484 1726867667.33752: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867667.33832: 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 0x7f9f207f97f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2076eab0> <<< 8484 1726867667.33863: 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 0x7f9f2076fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2076e6c0> # zipimport: zlib available <<< 8484 1726867667.33866: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867667.34006: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.34046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.34077: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867667.34178: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.34190: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867667.34235: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.34355: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.34954: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.35661: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9f207fda00> <<< 8484 1726867667.35746: 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' <<< 8484 1726867667.35757: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207fe750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207f9910> <<< 8484 1726867667.35860: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867667.35863: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.35865: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867667.36032: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.38484: 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 0x7f9f207fe510> # 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 <<< 8484 1726867667.38599: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.38837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867667.39192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207ffa10> # zipimport: zlib available <<< 8484 1726867667.39612: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867667.40056: stdout chunk (state=3): >>># 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 0x7f9f2060a4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20605c10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867667.40162: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /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' <<< 8484 1726867667.40220: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e86c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e66960> <<< 8484 1726867667.40410: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2060a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207ff890> # 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' # <<< 8484 1726867667.40440: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867667.40466: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867667.40690: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.40822: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867667.40941: 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"}}} <<< 8484 1726867667.40955: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867667.41323: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 8484 1726867667.41346: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # 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 <<< 8484 1726867667.41400: stdout chunk (state=3): >>># 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 <<< 8484 1726867667.41456: stdout chunk (state=3): >>># cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 8484 1726867667.41578: stdout chunk (state=3): >>># 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 <<< 8484 1726867667.41852: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 8484 1726867667.41891: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867667.41932: stdout chunk (state=3): >>># 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 <<< 8484 1726867667.42112: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 8484 1726867667.42125: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # 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 <<< 8484 1726867667.42316: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867667.42385: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 8484 1726867667.42419: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867667.42500: 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 # destroy time <<< 8484 1726867667.42790: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867667.43151: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867667.43154: stdout chunk (state=3): >>><<< 8484 1726867667.43162: stderr chunk (state=3): >>><<< 8484 1726867667.43297: _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 0x7f9f212184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f211e7b30> # /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 0x7f9f2121aa50> 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 0x7f9f2102d130> # /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 0x7f9f2102e120> 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 0x7f9f2106aed0> # /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 0x7f9f210801d0> # /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 0x7f9f210a39e0> # /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 0x7f9f210a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21083cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21081430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210691f0> # /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 0x7f9f210c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210c6540> # /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 0x7f9f210822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210c4da0> # /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 0x7f9f210f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21068470> # /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 0x7f9f210f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f4d10> # 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 0x7f9f210f5100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21066f90> # /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 0x7f9f210f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f54c0> 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 0x7f9f210f6690> 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 0x7f9f21110860> 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 0x7f9f21111fa0> # /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 0x7f9f21112e40> # 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 0x7f9f21113470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21112390> # /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 0x7f9f21113e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f21113590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f66f0> # /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 0x7f9f20ed3d40> # /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 0x7f9f20f00830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f00590> # 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 0x7f9f20f00860> # /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 0x7f9f20f01160> # 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 0x7f9f20f01b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f00a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20ed1ee0> # /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 0x7f9f20f02f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f019d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f210f6db0> # /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 0x7f9f20f27230> # /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 0x7f9f20f535f0> # /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 0x7f9f20fac3e0> # /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 0x7f9f20faeb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20fac500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f753d0> # /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 0x7f9f20dad460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f52420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20f03e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9f20f529f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_99yeead1/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 0x7f9f20dff230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20de2120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20de1280> # 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 0x7f9f20dfd100> # /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 0x7f9f20e2eae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e2e870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e2e180> # /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 0x7f9f20e2e900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20dffec0> 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 0x7f9f20e2f830> # 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 0x7f9f20e2fa40> # /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 0x7f9f20e2ff80> 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 0x7f9f20711d00> # 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 0x7f9f20713920> # /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 0x7f9f207182f0> # /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 0x7f9f20719490> # /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 0x7f9f2071bf20> # 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 0x7f9f20f02e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071a210> # /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 0x7f9f2071fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071e6c0> # /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 0x7f9f2071ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2071a6f0> # 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 0x7f9f20763f20> # /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 0x7f9f20764230> # /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 0x7f9f20765c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20765a60> # /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 0x7f9f20768170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20766330> # /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 0x7f9f2076b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20768320> # 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 0x7f9f2076c740> # 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 0x7f9f2076c9e0> # 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 0x7f9f2076cb60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207643b0> # /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 0x7f9f207f8320> # 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 0x7f9f207f97f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2076eab0> # 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 0x7f9f2076fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2076e6c0> # 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 0x7f9f207fda00> # /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 0x7f9f207fe750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207f9910> 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 0x7f9f207fe510> # 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 0x7f9f207ffa10> # 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 0x7f9f2060a4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20605c10> 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 0x7f9f20e86c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f20e66960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f2060a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9f207ff890> # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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 8484 1726867667.44153: 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-1726867666.7967317-8615-23529323583076/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867667.44156: _low_level_execute_command(): starting 8484 1726867667.44158: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867666.7967317-8615-23529323583076/ > /dev/null 2>&1 && sleep 0' 8484 1726867667.44301: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867667.44304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867667.44307: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867667.44309: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867667.44311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867667.44371: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867667.44495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867667.46619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867667.46695: stderr chunk (state=3): >>><<< 8484 1726867667.46698: stdout chunk (state=3): >>><<< 8484 1726867667.46876: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867667.46879: handler run complete 8484 1726867667.46882: attempt loop complete, returning result 8484 1726867667.46884: _execute() done 8484 1726867667.46886: dumping result to json 8484 1726867667.46889: done dumping result, returning 8484 1726867667.46891: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [02e58e3f-6ce9-dbaf-c049-000000000026] 8484 1726867667.46893: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000026 8484 1726867667.46960: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000026 8484 1726867667.46964: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 8484 1726867667.47032: no more pending results, returning what we have 8484 1726867667.47036: results queue empty 8484 1726867667.47037: checking for any_errors_fatal 8484 1726867667.47038: done checking for any_errors_fatal 8484 1726867667.47039: checking for max_fail_percentage 8484 1726867667.47041: done checking for max_fail_percentage 8484 1726867667.47041: checking to see if all hosts have failed and the running result is not ok 8484 1726867667.47042: done checking to see if all hosts have failed 8484 1726867667.47043: getting the remaining hosts for this loop 8484 1726867667.47045: done getting the remaining hosts for this loop 8484 1726867667.47049: getting the next task for host managed_node3 8484 1726867667.47056: done getting next task for host managed_node3 8484 1726867667.47059: ^ task is: TASK: Set mount parent 8484 1726867667.47062: ^ 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 8484 1726867667.47065: getting variables 8484 1726867667.47067: in VariableManager get_vars() 8484 1726867667.47103: Calling all_inventory to load vars for managed_node3 8484 1726867667.47107: Calling groups_inventory to load vars for managed_node3 8484 1726867667.47111: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.47121: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.47125: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.47128: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.47694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.48036: done with get_vars() 8484 1726867667.48056: done getting variables 8484 1726867667.48205: 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 mount parent] ******************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:15 Friday 20 September 2024 17:27:47 -0400 (0:00:00.744) 0:00:02.779 ****** 8484 1726867667.48234: entering _queue_task() for managed_node3/set_fact 8484 1726867667.48236: Creating lock for set_fact 8484 1726867667.48804: worker is 1 (out of 1 available) 8484 1726867667.48935: exiting _queue_task() for managed_node3/set_fact 8484 1726867667.48945: done queuing things up, now waiting for results queue to drain 8484 1726867667.48946: waiting for pending results... 8484 1726867667.49586: running TaskExecutor() for managed_node3/TASK: Set mount parent 8484 1726867667.49591: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000027 8484 1726867667.49594: variable 'ansible_search_path' from source: unknown 8484 1726867667.49596: variable 'ansible_search_path' from source: unknown 8484 1726867667.49605: calling self._execute() 8484 1726867667.49643: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.49686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.49702: variable 'omit' from source: magic vars 8484 1726867667.49960: variable 'omit' from source: magic vars 8484 1726867667.50040: variable 'omit' from source: magic vars 8484 1726867667.50504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867667.53832: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867667.53933: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867667.53995: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867667.54143: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867667.54252: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867667.54463: variable '__ostree_booted_stat' from source: set_fact 8484 1726867667.54537: variable 'omit' from source: magic vars 8484 1726867667.54576: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867667.54619: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867667.54647: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867667.54668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867667.54685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867667.54755: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867667.54759: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.54761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.54863: Set connection var ansible_pipelining to False 8484 1726867667.54878: Set connection var ansible_timeout to 10 8484 1726867667.54930: Set connection var ansible_connection to ssh 8484 1726867667.54934: Set connection var ansible_shell_type to sh 8484 1726867667.54936: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867667.54938: Set connection var ansible_shell_executable to /bin/sh 8484 1726867667.54944: variable 'ansible_shell_executable' from source: unknown 8484 1726867667.54951: variable 'ansible_connection' from source: unknown 8484 1726867667.54957: variable 'ansible_module_compression' from source: unknown 8484 1726867667.54962: variable 'ansible_shell_type' from source: unknown 8484 1726867667.54978: variable 'ansible_shell_executable' from source: unknown 8484 1726867667.54984: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.54991: variable 'ansible_pipelining' from source: unknown 8484 1726867667.55038: variable 'ansible_timeout' from source: unknown 8484 1726867667.55041: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.55126: 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) 8484 1726867667.55147: variable 'omit' from source: magic vars 8484 1726867667.55157: starting attempt loop 8484 1726867667.55163: running the handler 8484 1726867667.55186: handler run complete 8484 1726867667.55203: attempt loop complete, returning result 8484 1726867667.55256: _execute() done 8484 1726867667.55259: dumping result to json 8484 1726867667.55261: done dumping result, returning 8484 1726867667.55263: done running TaskExecutor() for managed_node3/TASK: Set mount parent [02e58e3f-6ce9-dbaf-c049-000000000027] 8484 1726867667.55265: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000027 ok: [managed_node3] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } 8484 1726867667.55421: no more pending results, returning what we have 8484 1726867667.55424: results queue empty 8484 1726867667.55425: checking for any_errors_fatal 8484 1726867667.55430: done checking for any_errors_fatal 8484 1726867667.55430: checking for max_fail_percentage 8484 1726867667.55432: done checking for max_fail_percentage 8484 1726867667.55433: checking to see if all hosts have failed and the running result is not ok 8484 1726867667.55434: done checking to see if all hosts have failed 8484 1726867667.55435: getting the remaining hosts for this loop 8484 1726867667.55437: done getting the remaining hosts for this loop 8484 1726867667.55441: getting the next task for host managed_node3 8484 1726867667.55448: done getting next task for host managed_node3 8484 1726867667.55451: ^ task is: TASK: Run the storage role install base packages 8484 1726867667.55454: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867667.55458: getting variables 8484 1726867667.55460: in VariableManager get_vars() 8484 1726867667.55495: Calling all_inventory to load vars for managed_node3 8484 1726867667.55498: Calling groups_inventory to load vars for managed_node3 8484 1726867667.55507: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.55517: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.55520: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.55523: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.56163: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000027 8484 1726867667.56167: WORKER PROCESS EXITING 8484 1726867667.56190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.56527: done with get_vars() 8484 1726867667.56538: done getting variables TASK [Run the storage role install base packages] ****************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:19 Friday 20 September 2024 17:27:47 -0400 (0:00:00.083) 0:00:02.863 ****** 8484 1726867667.56636: entering _queue_task() for managed_node3/include_role 8484 1726867667.56638: Creating lock for include_role 8484 1726867667.57013: worker is 1 (out of 1 available) 8484 1726867667.57023: exiting _queue_task() for managed_node3/include_role 8484 1726867667.57033: done queuing things up, now waiting for results queue to drain 8484 1726867667.57034: waiting for pending results... 8484 1726867667.57177: running TaskExecutor() for managed_node3/TASK: Run the storage role install base packages 8484 1726867667.57298: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000028 8484 1726867667.57330: variable 'ansible_search_path' from source: unknown 8484 1726867667.57337: variable 'ansible_search_path' from source: unknown 8484 1726867667.57379: calling self._execute() 8484 1726867667.57459: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.57473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.57490: variable 'omit' from source: magic vars 8484 1726867667.57609: _execute() done 8484 1726867667.57617: dumping result to json 8484 1726867667.57626: done dumping result, returning 8484 1726867667.57637: done running TaskExecutor() for managed_node3/TASK: Run the storage role install base packages [02e58e3f-6ce9-dbaf-c049-000000000028] 8484 1726867667.57657: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000028 8484 1726867667.57919: no more pending results, returning what we have 8484 1726867667.57925: in VariableManager get_vars() 8484 1726867667.57956: Calling all_inventory to load vars for managed_node3 8484 1726867667.57960: Calling groups_inventory to load vars for managed_node3 8484 1726867667.57963: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.58092: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.58096: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.58099: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.58530: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000028 8484 1726867667.58533: WORKER PROCESS EXITING 8484 1726867667.58553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.58878: done with get_vars() 8484 1726867667.58887: variable 'ansible_search_path' from source: unknown 8484 1726867667.58888: variable 'ansible_search_path' from source: unknown 8484 1726867667.59155: variable 'omit' from source: magic vars 8484 1726867667.59190: variable 'omit' from source: magic vars 8484 1726867667.59208: variable 'omit' from source: magic vars 8484 1726867667.59211: we have included files to process 8484 1726867667.59212: generating all_blocks data 8484 1726867667.59214: done generating all_blocks data 8484 1726867667.59217: processing included file: fedora.linux_system_roles.storage 8484 1726867667.59249: in VariableManager get_vars() 8484 1726867667.59268: done with get_vars() 8484 1726867667.59333: in VariableManager get_vars() 8484 1726867667.59352: done with get_vars() 8484 1726867667.59422: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 8484 1726867667.59525: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 8484 1726867667.59797: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 8484 1726867667.59947: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 8484 1726867667.60090: in VariableManager get_vars() 8484 1726867667.60115: done with get_vars() 8484 1726867667.60333: in VariableManager get_vars() 8484 1726867667.60356: done with get_vars() 8484 1726867667.60475: iterating over new_blocks loaded from include file 8484 1726867667.60477: in VariableManager get_vars() 8484 1726867667.60490: done with get_vars() 8484 1726867667.60492: filtering new block on tags 8484 1726867667.60514: done filtering new block on tags 8484 1726867667.60517: in VariableManager get_vars() 8484 1726867667.60528: done with get_vars() 8484 1726867667.60530: filtering new block on tags 8484 1726867667.60549: done filtering new block on tags 8484 1726867667.60551: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 8484 1726867667.60556: extending task lists for all hosts with included blocks 8484 1726867667.60773: done extending task lists 8484 1726867667.60775: done processing included files 8484 1726867667.60776: results queue empty 8484 1726867667.60776: checking for any_errors_fatal 8484 1726867667.60784: done checking for any_errors_fatal 8484 1726867667.60785: checking for max_fail_percentage 8484 1726867667.60786: done checking for max_fail_percentage 8484 1726867667.60787: checking to see if all hosts have failed and the running result is not ok 8484 1726867667.60788: done checking to see if all hosts have failed 8484 1726867667.60788: getting the remaining hosts for this loop 8484 1726867667.60790: done getting the remaining hosts for this loop 8484 1726867667.60792: getting the next task for host managed_node3 8484 1726867667.60796: done getting next task for host managed_node3 8484 1726867667.60799: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867667.60803: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867667.60812: getting variables 8484 1726867667.60813: in VariableManager get_vars() 8484 1726867667.60824: Calling all_inventory to load vars for managed_node3 8484 1726867667.60826: Calling groups_inventory to load vars for managed_node3 8484 1726867667.60828: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.60832: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.60835: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.60837: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.61077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.61409: done with get_vars() 8484 1726867667.61418: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 17:27:47 -0400 (0:00:00.048) 0:00:02.911 ****** 8484 1726867667.61491: entering _queue_task() for managed_node3/include_tasks 8484 1726867667.61891: worker is 1 (out of 1 available) 8484 1726867667.61988: exiting _queue_task() for managed_node3/include_tasks 8484 1726867667.62071: done queuing things up, now waiting for results queue to drain 8484 1726867667.62074: waiting for pending results... 8484 1726867667.62550: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867667.62789: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000006c 8484 1726867667.62806: variable 'ansible_search_path' from source: unknown 8484 1726867667.62813: variable 'ansible_search_path' from source: unknown 8484 1726867667.62857: calling self._execute() 8484 1726867667.62939: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.62950: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.62965: variable 'omit' from source: magic vars 8484 1726867667.63308: _execute() done 8484 1726867667.63334: dumping result to json 8484 1726867667.63341: done dumping result, returning 8484 1726867667.63359: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-00000000006c] 8484 1726867667.63586: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006c 8484 1726867667.63652: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006c 8484 1726867667.63655: WORKER PROCESS EXITING 8484 1726867667.63726: no more pending results, returning what we have 8484 1726867667.63730: in VariableManager get_vars() 8484 1726867667.63768: Calling all_inventory to load vars for managed_node3 8484 1726867667.63772: Calling groups_inventory to load vars for managed_node3 8484 1726867667.63775: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.63783: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.63786: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.63788: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.64553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.65073: done with get_vars() 8484 1726867667.65081: variable 'ansible_search_path' from source: unknown 8484 1726867667.65082: variable 'ansible_search_path' from source: unknown 8484 1726867667.65147: we have included files to process 8484 1726867667.65148: generating all_blocks data 8484 1726867667.65149: done generating all_blocks data 8484 1726867667.65152: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867667.65153: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867667.65156: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867667.66301: done processing included file 8484 1726867667.66303: iterating over new_blocks loaded from include file 8484 1726867667.66305: in VariableManager get_vars() 8484 1726867667.66326: done with get_vars() 8484 1726867667.66328: filtering new block on tags 8484 1726867667.66345: done filtering new block on tags 8484 1726867667.66351: in VariableManager get_vars() 8484 1726867667.66394: done with get_vars() 8484 1726867667.66397: filtering new block on tags 8484 1726867667.66415: done filtering new block on tags 8484 1726867667.66417: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 8484 1726867667.66422: extending task lists for all hosts with included blocks 8484 1726867667.66711: done extending task lists 8484 1726867667.66713: done processing included files 8484 1726867667.66713: results queue empty 8484 1726867667.66714: checking for any_errors_fatal 8484 1726867667.66716: done checking for any_errors_fatal 8484 1726867667.66717: checking for max_fail_percentage 8484 1726867667.66718: done checking for max_fail_percentage 8484 1726867667.66719: checking to see if all hosts have failed and the running result is not ok 8484 1726867667.66719: done checking to see if all hosts have failed 8484 1726867667.66720: getting the remaining hosts for this loop 8484 1726867667.66722: done getting the remaining hosts for this loop 8484 1726867667.66724: getting the next task for host managed_node3 8484 1726867667.66728: done getting next task for host managed_node3 8484 1726867667.66730: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 8484 1726867667.66733: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867667.66741: getting variables 8484 1726867667.66742: in VariableManager get_vars() 8484 1726867667.66753: Calling all_inventory to load vars for managed_node3 8484 1726867667.66755: Calling groups_inventory to load vars for managed_node3 8484 1726867667.66757: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.66761: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.66763: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.66766: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.67146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.67544: done with get_vars() 8484 1726867667.67553: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 17:27:47 -0400 (0:00:00.061) 0:00:02.973 ****** 8484 1726867667.67630: entering _queue_task() for managed_node3/setup 8484 1726867667.67863: worker is 1 (out of 1 available) 8484 1726867667.68013: exiting _queue_task() for managed_node3/setup 8484 1726867667.68024: done queuing things up, now waiting for results queue to drain 8484 1726867667.68025: waiting for pending results... 8484 1726867667.68293: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 8484 1726867667.68319: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000099 8484 1726867667.68339: variable 'ansible_search_path' from source: unknown 8484 1726867667.68346: variable 'ansible_search_path' from source: unknown 8484 1726867667.68391: calling self._execute() 8484 1726867667.68465: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.68477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.68493: variable 'omit' from source: magic vars 8484 1726867667.69027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867667.72414: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867667.72578: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867667.72829: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867667.72886: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867667.73078: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867667.73160: 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) 8484 1726867667.73218: 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) 8484 1726867667.73405: 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) 8484 1726867667.73430: 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) 8484 1726867667.73472: 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) 8484 1726867667.73732: 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) 8484 1726867667.73736: 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) 8484 1726867667.73739: 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) 8484 1726867667.73844: 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) 8484 1726867667.73864: 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) 8484 1726867667.74162: variable '__storage_required_facts' from source: role '' all vars 8484 1726867667.74442: variable 'ansible_facts' from source: unknown 8484 1726867667.74721: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867667.74729: when evaluation is False, skipping this task 8484 1726867667.74736: _execute() done 8484 1726867667.74749: dumping result to json 8484 1726867667.74757: done dumping result, returning 8484 1726867667.74772: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000000099] 8484 1726867667.75039: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000099 8484 1726867667.75113: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000099 8484 1726867667.75116: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867667.75165: no more pending results, returning what we have 8484 1726867667.75168: results queue empty 8484 1726867667.75169: checking for any_errors_fatal 8484 1726867667.75173: done checking for any_errors_fatal 8484 1726867667.75174: checking for max_fail_percentage 8484 1726867667.75176: done checking for max_fail_percentage 8484 1726867667.75177: checking to see if all hosts have failed and the running result is not ok 8484 1726867667.75178: done checking to see if all hosts have failed 8484 1726867667.75179: getting the remaining hosts for this loop 8484 1726867667.75180: done getting the remaining hosts for this loop 8484 1726867667.75184: getting the next task for host managed_node3 8484 1726867667.75192: done getting next task for host managed_node3 8484 1726867667.75196: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867667.75201: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867667.75216: getting variables 8484 1726867667.75219: in VariableManager get_vars() 8484 1726867667.75255: Calling all_inventory to load vars for managed_node3 8484 1726867667.75258: Calling groups_inventory to load vars for managed_node3 8484 1726867667.75260: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.75271: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.75505: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.75509: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.76626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.77574: done with get_vars() 8484 1726867667.77587: done getting variables 8484 1726867667.78108: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 17:27:47 -0400 (0:00:00.105) 0:00:03.078 ****** 8484 1726867667.78146: entering _queue_task() for managed_node3/include_vars 8484 1726867667.78148: Creating lock for include_vars 8484 1726867667.79116: worker is 1 (out of 1 available) 8484 1726867667.79128: exiting _queue_task() for managed_node3/include_vars 8484 1726867667.79139: done queuing things up, now waiting for results queue to drain 8484 1726867667.79141: waiting for pending results... 8484 1726867667.79536: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867667.79666: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000009a 8484 1726867667.79799: variable 'ansible_search_path' from source: unknown 8484 1726867667.79803: variable 'ansible_search_path' from source: unknown 8484 1726867667.80569: variable 'ansible_facts' from source: unknown 8484 1726867667.81457: variable 'ansible_facts' from source: unknown 8484 1726867667.82078: variable 'ansible_facts' from source: unknown 8484 1726867667.82357: variable 'ansible_facts' from source: unknown 8484 1726867667.82498: variable 'omit' from source: magic vars 8484 1726867667.82680: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.82717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.82729: variable 'omit' from source: magic vars 8484 1726867667.83224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867667.83975: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867667.83979: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867667.83982: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867667.83988: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867667.84182: variable '__vars_file' from source: task vars 8484 1726867667.84378: variable 'role_path' from source: magic vars 8484 1726867667.84381: variable 'item' from source: unknown 8484 1726867667.84384: Evaluated conditional (__vars_file is file): False 8484 1726867667.84386: when evaluation is False, skipping this task 8484 1726867667.84545: variable 'item' from source: unknown 8484 1726867667.84753: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867667.85415: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.85419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.85422: variable 'omit' from source: magic vars 8484 1726867667.85626: variable '__vars_file' from source: task vars 8484 1726867667.85660: variable 'role_path' from source: magic vars 8484 1726867667.85672: variable 'item' from source: unknown 8484 1726867667.85696: Evaluated conditional (__vars_file is file): False 8484 1726867667.85705: when evaluation is False, skipping this task 8484 1726867667.85747: variable 'item' from source: unknown 8484 1726867667.85813: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867667.85978: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.85982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.85985: variable 'omit' from source: magic vars 8484 1726867667.86136: variable '__vars_file' from source: task vars 8484 1726867667.86303: variable 'role_path' from source: magic vars 8484 1726867667.86306: variable 'item' from source: unknown 8484 1726867667.86308: Evaluated conditional (__vars_file is file): True 8484 1726867667.86310: variable 'omit' from source: magic vars 8484 1726867667.86316: variable 'omit' from source: magic vars 8484 1726867667.86379: variable '__vars_file' from source: task vars 8484 1726867667.86450: variable '__vars_file' from source: task vars 8484 1726867667.86601: variable 'role_path' from source: magic vars 8484 1726867667.86612: variable 'item' from source: unknown 8484 1726867667.86659: variable 'omit' from source: magic vars 8484 1726867667.86693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867667.86754: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867667.86778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867667.86801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867667.86817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867667.86857: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867667.86867: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.86975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.87100: Set connection var ansible_pipelining to False 8484 1726867667.87113: Set connection var ansible_timeout to 10 8484 1726867667.87124: Set connection var ansible_connection to ssh 8484 1726867667.87143: Set connection var ansible_shell_type to sh 8484 1726867667.87165: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867667.87181: Set connection var ansible_shell_executable to /bin/sh 8484 1726867667.87226: variable 'ansible_shell_executable' from source: unknown 8484 1726867667.87236: variable 'ansible_connection' from source: unknown 8484 1726867667.87251: variable 'ansible_module_compression' from source: unknown 8484 1726867667.87361: variable 'ansible_shell_type' from source: unknown 8484 1726867667.87364: variable 'ansible_shell_executable' from source: unknown 8484 1726867667.87366: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.87368: variable 'ansible_pipelining' from source: unknown 8484 1726867667.87371: variable 'ansible_timeout' from source: unknown 8484 1726867667.87374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.88058: 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) 8484 1726867667.88061: variable 'omit' from source: magic vars 8484 1726867667.88064: starting attempt loop 8484 1726867667.88066: running the handler 8484 1726867667.88087: handler run complete 8484 1726867667.88101: attempt loop complete, returning result 8484 1726867667.88119: variable 'item' from source: unknown 8484 1726867667.88218: variable 'item' from source: unknown ok: [managed_node3] => (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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 8484 1726867667.88667: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.88672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.88675: variable 'omit' from source: magic vars 8484 1726867667.89260: variable '__vars_file' from source: task vars 8484 1726867667.89682: variable 'role_path' from source: magic vars 8484 1726867667.89685: variable 'item' from source: unknown 8484 1726867667.89691: Evaluated conditional (__vars_file is file): True 8484 1726867667.89694: variable 'omit' from source: magic vars 8484 1726867667.89696: variable 'omit' from source: magic vars 8484 1726867667.89932: variable '__vars_file' from source: task vars 8484 1726867667.90375: variable '__vars_file' from source: task vars 8484 1726867667.90500: variable 'role_path' from source: magic vars 8484 1726867667.90503: variable 'item' from source: unknown 8484 1726867667.90506: variable 'omit' from source: magic vars 8484 1726867667.90508: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867667.90510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867667.90607: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867667.90700: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867667.90715: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.91003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.91006: Set connection var ansible_pipelining to False 8484 1726867667.91008: Set connection var ansible_timeout to 10 8484 1726867667.91010: Set connection var ansible_connection to ssh 8484 1726867667.91086: Set connection var ansible_shell_type to sh 8484 1726867667.91240: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867667.91243: Set connection var ansible_shell_executable to /bin/sh 8484 1726867667.91245: variable 'ansible_shell_executable' from source: unknown 8484 1726867667.91247: variable 'ansible_connection' from source: unknown 8484 1726867667.91249: variable 'ansible_module_compression' from source: unknown 8484 1726867667.91251: variable 'ansible_shell_type' from source: unknown 8484 1726867667.91253: variable 'ansible_shell_executable' from source: unknown 8484 1726867667.91254: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.91256: variable 'ansible_pipelining' from source: unknown 8484 1726867667.91258: variable 'ansible_timeout' from source: unknown 8484 1726867667.91260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.91528: 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) 8484 1726867667.91544: variable 'omit' from source: magic vars 8484 1726867667.91554: starting attempt loop 8484 1726867667.91561: running the handler 8484 1726867667.91614: handler run complete 8484 1726867667.91647: attempt loop complete, returning result 8484 1726867667.91666: variable 'item' from source: unknown 8484 1726867667.91816: variable 'item' from source: unknown ok: [managed_node3] => (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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 8484 1726867667.92614: dumping result to json 8484 1726867667.92618: done dumping result, returning 8484 1726867667.92622: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-00000000009a] 8484 1726867667.92625: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000009a 8484 1726867667.92685: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000009a 8484 1726867667.92691: WORKER PROCESS EXITING 8484 1726867667.92798: no more pending results, returning what we have 8484 1726867667.92803: results queue empty 8484 1726867667.92804: checking for any_errors_fatal 8484 1726867667.92809: done checking for any_errors_fatal 8484 1726867667.92810: checking for max_fail_percentage 8484 1726867667.92811: done checking for max_fail_percentage 8484 1726867667.92812: checking to see if all hosts have failed and the running result is not ok 8484 1726867667.92813: done checking to see if all hosts have failed 8484 1726867667.92814: getting the remaining hosts for this loop 8484 1726867667.92815: done getting the remaining hosts for this loop 8484 1726867667.92822: getting the next task for host managed_node3 8484 1726867667.92836: done getting next task for host managed_node3 8484 1726867667.92841: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 8484 1726867667.92845: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867667.92859: getting variables 8484 1726867667.92861: in VariableManager get_vars() 8484 1726867667.92899: Calling all_inventory to load vars for managed_node3 8484 1726867667.92903: Calling groups_inventory to load vars for managed_node3 8484 1726867667.92905: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867667.92918: Calling all_plugins_play to load vars for managed_node3 8484 1726867667.92924: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867667.92928: Calling groups_plugins_play to load vars for managed_node3 8484 1726867667.94121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867667.95049: done with get_vars() 8484 1726867667.95061: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 17:27:47 -0400 (0:00:00.172) 0:00:03.251 ****** 8484 1726867667.95428: entering _queue_task() for managed_node3/stat 8484 1726867667.96292: worker is 1 (out of 1 available) 8484 1726867667.96305: exiting _queue_task() for managed_node3/stat 8484 1726867667.96319: done queuing things up, now waiting for results queue to drain 8484 1726867667.96321: waiting for pending results... 8484 1726867667.96777: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 8484 1726867667.97074: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000009c 8484 1726867667.97087: variable 'ansible_search_path' from source: unknown 8484 1726867667.97090: variable 'ansible_search_path' from source: unknown 8484 1726867667.97126: calling self._execute() 8484 1726867667.97321: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867667.97325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867667.97337: variable 'omit' from source: magic vars 8484 1726867667.98482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867667.98947: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867667.98951: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867667.99050: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867667.99136: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867667.99219: 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) 8484 1726867667.99365: 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) 8484 1726867667.99390: 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) 8484 1726867667.99418: 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) 8484 1726867667.99652: Evaluated conditional (not __storage_is_ostree is defined): True 8484 1726867667.99656: variable 'omit' from source: magic vars 8484 1726867667.99848: variable 'omit' from source: magic vars 8484 1726867667.99882: variable 'omit' from source: magic vars 8484 1726867668.00128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867668.00132: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867668.00134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867668.00136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.00188: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.00283: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867668.00287: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.00289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.00512: Set connection var ansible_pipelining to False 8484 1726867668.00518: Set connection var ansible_timeout to 10 8484 1726867668.00521: Set connection var ansible_connection to ssh 8484 1726867668.00561: Set connection var ansible_shell_type to sh 8484 1726867668.00565: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867668.00567: Set connection var ansible_shell_executable to /bin/sh 8484 1726867668.00777: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.00780: variable 'ansible_connection' from source: unknown 8484 1726867668.00783: variable 'ansible_module_compression' from source: unknown 8484 1726867668.00786: variable 'ansible_shell_type' from source: unknown 8484 1726867668.00788: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.00790: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.00792: variable 'ansible_pipelining' from source: unknown 8484 1726867668.00794: variable 'ansible_timeout' from source: unknown 8484 1726867668.00796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.00829: 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__) 8484 1726867668.00842: variable 'omit' from source: magic vars 8484 1726867668.00847: starting attempt loop 8484 1726867668.00849: running the handler 8484 1726867668.00864: _low_level_execute_command(): starting 8484 1726867668.00881: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867668.01666: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867668.01684: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867668.01758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.01799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.01811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.01830: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.02082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.03726: stdout chunk (state=3): >>>/root <<< 8484 1726867668.03844: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.03942: stderr chunk (state=3): >>><<< 8484 1726867668.04042: stdout chunk (state=3): >>><<< 8484 1726867668.04068: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867668.04273: _low_level_execute_command(): starting 8484 1726867668.04277: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407 `" && echo ansible-tmp-1726867668.040676-8671-128839224434407="` echo /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407 `" ) && sleep 0' 8484 1726867668.05154: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867668.05389: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.05405: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.05419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.05599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.07600: stdout chunk (state=3): >>>ansible-tmp-1726867668.040676-8671-128839224434407=/root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407 <<< 8484 1726867668.07775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.07881: stderr chunk (state=3): >>><<< 8484 1726867668.07891: stdout chunk (state=3): >>><<< 8484 1726867668.07917: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867668.040676-8671-128839224434407=/root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867668.08081: variable 'ansible_module_compression' from source: unknown 8484 1726867668.08142: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867668.08231: variable 'ansible_facts' from source: unknown 8484 1726867668.08576: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py 8484 1726867668.08705: Sending initial data 8484 1726867668.08715: Sent initial data (150 bytes) 8484 1726867668.10087: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.10177: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.10272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.10287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.10408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.12661: 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 <<< 8484 1726867668.12678: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867668.12760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867668.12894: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp0rw9wgj5 /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py <<< 8484 1726867668.12897: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py" <<< 8484 1726867668.13057: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp0rw9wgj5" to remote "/root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py" <<< 8484 1726867668.15580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.15583: stdout chunk (state=3): >>><<< 8484 1726867668.15586: stderr chunk (state=3): >>><<< 8484 1726867668.15588: done transferring module to remote 8484 1726867668.15590: _low_level_execute_command(): starting 8484 1726867668.15592: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/ /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py && sleep 0' 8484 1726867668.17449: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867668.17453: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867668.17459: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.17462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.17464: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.17530: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.17618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.20319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.20327: stdout chunk (state=3): >>><<< 8484 1726867668.20330: stderr chunk (state=3): >>><<< 8484 1726867668.20346: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867668.20348: _low_level_execute_command(): starting 8484 1726867668.20353: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/AnsiballZ_stat.py && sleep 0' 8484 1726867668.21579: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867668.21775: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.21792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.21805: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.21925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.25050: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867668.25113: stdout chunk (state=3): >>>import _imp # builtin<<< 8484 1726867668.25119: stdout chunk (state=3): >>> <<< 8484 1726867668.25156: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867668.25273: stdout chunk (state=3): >>> import '_weakref' # <<< 8484 1726867668.25280: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867668.25362: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867668.25367: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867668.25427: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867668.25433: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867668.25594: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook<<< 8484 1726867668.25664: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867668.25780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867668.25799: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cf0184d0><<< 8484 1726867668.25828: stdout chunk (state=3): >>> <<< 8484 1726867668.25834: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cefe7b30> # /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'<<< 8484 1726867668.25838: stdout chunk (state=3): >>> <<< 8484 1726867668.25840: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cf01aa50> <<< 8484 1726867668.25858: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867668.25869: stdout chunk (state=3): >>> <<< 8484 1726867668.25927: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867668.26014: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867668.26031: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867668.26139: stdout chunk (state=3): >>> <<< 8484 1726867668.26176: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867668.26232: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867668.26257: stdout chunk (state=3): >>> <<< 8484 1726867668.26278: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867668.26322: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867668.26389: 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' <<< 8484 1726867668.26438: 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'<<< 8484 1726867668.26496: stdout chunk (state=3): >>> import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee09130> <<< 8484 1726867668.26596: 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<<< 8484 1726867668.26614: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867668.26628: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee0a120> import 'site' # <<< 8484 1726867668.26703: 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 <<< 8484 1726867668.26900: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 8484 1726867668.27053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867668.27085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867668.27147: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867668.27192: 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 <<< 8484 1726867668.27315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867668.27331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867668.27354: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee46ed0><<< 8484 1726867668.27368: stdout chunk (state=3): >>> <<< 8484 1726867668.27475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 8484 1726867668.27597: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee5c1d0> # /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' <<< 8484 1726867668.27600: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867668.27665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867668.27702: stdout chunk (state=3): >>> import 'itertools' # <<< 8484 1726867668.27716: stdout chunk (state=3): >>> <<< 8484 1726867668.27729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867668.27899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee7fa70> # /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 0x7fd8ceea0140><<< 8484 1726867668.27903: stdout chunk (state=3): >>> import '_collections' # <<< 8484 1726867668.27915: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee5fd10><<< 8484 1726867668.27936: stdout chunk (state=3): >>> import '_functools' # <<< 8484 1726867668.28059: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee5d430> <<< 8484 1726867668.28126: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee451f0><<< 8484 1726867668.28136: stdout chunk (state=3): >>> <<< 8484 1726867668.28184: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 8484 1726867668.28194: stdout chunk (state=3): >>> <<< 8484 1726867668.28247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867668.28278: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 8484 1726867668.28348: stdout chunk (state=3): >>> <<< 8484 1726867668.28359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 8484 1726867668.28449: stdout chunk (state=3): >>> import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceea39e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceea2600> <<< 8484 1726867668.28477: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 8484 1726867668.28700: 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 0x7fd8cee5e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceea0e30> # /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 0x7fd8ceed09b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee44470> # /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'<<< 8484 1726867668.28718: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867668.28746: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.28753: stdout chunk (state=3): >>> <<< 8484 1726867668.28755: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ceed0e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed0d10><<< 8484 1726867668.28908: 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 0x7fd8ceed1100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee42f90> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867668.28911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867668.28913: stdout chunk (state=3): >>> <<< 8484 1726867668.28939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 8484 1726867668.28953: stdout chunk (state=3): >>> <<< 8484 1726867668.29005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed17f0><<< 8484 1726867668.29111: stdout chunk (state=3): >>> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed14c0> 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' <<< 8484 1726867668.29125: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed26f0><<< 8484 1726867668.29148: stdout chunk (state=3): >>> import 'importlib.util' # <<< 8484 1726867668.29161: stdout chunk (state=3): >>> <<< 8484 1726867668.29174: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867668.29259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867668.29292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867668.29325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceeec8c0><<< 8484 1726867668.29500: stdout chunk (state=3): >>> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ceeee000> # /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' <<< 8484 1726867668.29504: 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'<<< 8484 1726867668.29525: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceeeeea0> <<< 8484 1726867668.29574: 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'<<< 8484 1726867668.29601: stdout chunk (state=3): >>> import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ceeef500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceeee3f0><<< 8484 1726867668.29621: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 8484 1726867668.29730: stdout chunk (state=3): >>> # 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' <<< 8484 1726867668.29733: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ceeeff80> <<< 8484 1726867668.29760: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceeef6b0><<< 8484 1726867668.29827: stdout chunk (state=3): >>> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed0da0> <<< 8484 1726867668.29861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 8484 1726867668.29876: stdout chunk (state=3): >>> <<< 8484 1726867668.29909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 8484 1726867668.30062: stdout chunk (state=3): >>> <<< 8484 1726867668.30066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8cec67dd0><<< 8484 1726867668.30069: stdout chunk (state=3): >>> <<< 8484 1726867668.30092: 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'<<< 8484 1726867668.30137: stdout chunk (state=3): >>> # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.30186: 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 0x7fd8cec908f0> <<< 8484 1726867668.30207: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec90650> # 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'<<< 8484 1726867668.30318: stdout chunk (state=3): >>> import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8cec90920> # /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' <<< 8484 1726867668.30384: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.30560: stdout chunk (state=3): >>> <<< 8484 1726867668.30584: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867668.30605: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8cec91250> <<< 8484 1726867668.30819: 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 0x7fd8cec91c40> <<< 8484 1726867668.30886: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec90b00> <<< 8484 1726867668.30922: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec65f70> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867668.31026: 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' <<< 8484 1726867668.31052: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec92ff0> <<< 8484 1726867668.31148: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec91ac0> <<< 8484 1726867668.31151: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed2de0><<< 8484 1726867668.31155: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867668.31279: 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<<< 8484 1726867668.31352: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867668.31377: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cecb7380> <<< 8484 1726867668.31675: 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 0x7fd8cecdf740> # /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' <<< 8484 1726867668.31752: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ced404d0> <<< 8484 1726867668.31788: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867668.31885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867668.31898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867668.32081: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ced42c30> <<< 8484 1726867668.32129: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ced405f0> <<< 8484 1726867668.32181: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ced05520> <<< 8484 1726867668.32260: 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 0x7fd8ceb415b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cecde540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec93f50> <<< 8484 1726867668.32394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867668.32439: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd8cecdeb40> <<< 8484 1726867668.32586: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_pnmtbjfx/ansible_stat_payload.zip' # zipimport: zlib available <<< 8484 1726867668.32874: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867668.32981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867668.33018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867668.33042: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867668.33312: 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 0x7fd8ceb93320> import '_typing' # <<< 8484 1726867668.33341: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceb76210> <<< 8484 1726867668.33391: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceb75370> # zipimport: zlib available import 'ansible' # <<< 8484 1726867668.33424: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867668.33523: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867668.35657: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.37575: 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 0x7fd8ceb911f0> # /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 <<< 8484 1726867668.37589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867668.37615: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867668.37630: 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 0x7fd8cebbec90> <<< 8484 1726867668.37673: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cebbea20><<< 8484 1726867668.37687: stdout chunk (state=3): >>> <<< 8484 1726867668.37741: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cebbe330> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 8484 1726867668.37763: stdout chunk (state=3): >>> <<< 8484 1726867668.37769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'<<< 8484 1726867668.37822: stdout chunk (state=3): >>> import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cebbe810> <<< 8484 1726867668.37841: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceb93d40> <<< 8484 1726867668.37868: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867668.37907: 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'<<< 8484 1726867668.37939: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8cebbf920> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.37959: stdout chunk (state=3): >>> # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.37977: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8cebbfb60><<< 8484 1726867668.38007: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867668.38083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 8484 1726867668.38109: stdout chunk (state=3): >>> import '_locale' # <<< 8484 1726867668.38191: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cebbff50> import 'pwd' # <<< 8484 1726867668.38257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867668.38315: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce50de50> <<< 8484 1726867668.38352: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.38373: stdout chunk (state=3): >>> # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.38378: stdout chunk (state=3): >>> import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ce50fa70><<< 8484 1726867668.38407: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867668.38437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 8484 1726867668.38450: stdout chunk (state=3): >>> <<< 8484 1726867668.38524: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce510470> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 8484 1726867668.38530: stdout chunk (state=3): >>> <<< 8484 1726867668.38564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 8484 1726867668.38596: stdout chunk (state=3): >>> import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce511610> <<< 8484 1726867668.38656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867668.38689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867668.38716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 8484 1726867668.38734: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 8484 1726867668.38821: stdout chunk (state=3): >>> import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce518110> <<< 8484 1726867668.38881: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867668.38901: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867668.38923: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ce518260> <<< 8484 1726867668.38948: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5123c0> <<< 8484 1726867668.38981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867668.39045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867668.39092: 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'<<< 8484 1726867668.39119: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867668.39142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 8484 1726867668.39188: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867668.39220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce51bf80><<< 8484 1726867668.39249: stdout chunk (state=3): >>> import '_tokenize' # <<< 8484 1726867668.39333: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce51ab10><<< 8484 1726867668.39363: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce51a870> <<< 8484 1726867668.39401: 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' <<< 8484 1726867668.39552: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce51ade0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5128d0> <<< 8484 1726867668.39597: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867668.39609: 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 0x7fd8ce560260> <<< 8484 1726867668.39672: 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 0x7fd8ce560350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py<<< 8484 1726867668.39701: stdout chunk (state=3): >>> <<< 8484 1726867668.39712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 8484 1726867668.39753: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867668.39757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867668.39795: 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 0x7fd8ce561e50><<< 8484 1726867668.39879: stdout chunk (state=3): >>> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce561c10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867668.40236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ce5643b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce562510> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 8484 1726867668.40244: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867668.40300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867668.40306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867668.40328: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867668.40396: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce567b60><<< 8484 1726867668.40559: stdout chunk (state=3): >>> <<< 8484 1726867668.40592: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce564530><<< 8484 1726867668.40615: stdout chunk (state=3): >>> <<< 8484 1726867668.40702: 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' <<< 8484 1726867668.40736: 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 0x7fd8ce568950> <<< 8484 1726867668.40782: 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'<<< 8484 1726867668.40807: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ce5689b0> <<< 8484 1726867668.40868: 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' <<< 8484 1726867668.40899: 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 0x7fd8ce568e00> <<< 8484 1726867668.40960: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce560560> <<< 8484 1726867668.40968: 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 <<< 8484 1726867668.41016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867668.41019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867668.41091: 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' <<< 8484 1726867668.41131: 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 0x7fd8ce5f44d0><<< 8484 1726867668.41259: stdout chunk (state=3): >>> <<< 8484 1726867668.41402: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867668.41428: 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 0x7fd8ce5f5910> <<< 8484 1726867668.41459: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce56ac60> <<< 8484 1726867668.41525: 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' <<< 8484 1726867668.41529: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ce56a5d0> <<< 8484 1726867668.41551: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce56a8a0> <<< 8484 1726867668.41579: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.41606: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867668.41640: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867668.41778: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867668.41859: stdout chunk (state=3): >>> <<< 8484 1726867668.41925: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.41972: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867668.42014: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.42034: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867668.42061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.42440: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867668.43366: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.44300: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867668.44341: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 8484 1726867668.44379: stdout chunk (state=3): >>> <<< 8484 1726867668.44382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867668.44563: 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 0x7fd8ce5f9a30> <<< 8484 1726867668.44676: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5fa840> <<< 8484 1726867668.44700: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5f5b80> import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867668.44720: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.44744: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867668.44778: stdout chunk (state=3): >>> import 'ansible.module_utils._text' # <<< 8484 1726867668.44810: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867668.44966: stdout chunk (state=3): >>> <<< 8484 1726867668.45041: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.45288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867668.45318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867668.45354: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5f95b0> # zipimport: zlib available<<< 8484 1726867668.45357: stdout chunk (state=3): >>> <<< 8484 1726867668.46098: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.46975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.46995: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.47034: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867668.47059: stdout chunk (state=3): >>> <<< 8484 1726867668.47081: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.47124: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867668.47143: stdout chunk (state=3): >>> <<< 8484 1726867668.47178: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867668.47202: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867668.47429: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # <<< 8484 1726867668.47563: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867668.47591: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.47959: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.48323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 8484 1726867668.48346: stdout chunk (state=3): >>> <<< 8484 1726867668.48425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867668.48459: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867668.48566: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5fb950> <<< 8484 1726867668.48596: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.48713: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.48832: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867668.48854: stdout chunk (state=3): >>> import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867668.48933: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867668.48987: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867668.49014: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.49085: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.49157: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867668.49240: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867668.49340: 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 <<< 8484 1726867668.49414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867668.49557: 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' <<< 8484 1726867668.49568: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8ce4063f0> <<< 8484 1726867668.49623: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce401b20><<< 8484 1726867668.49667: stdout chunk (state=3): >>> <<< 8484 1726867668.49686: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867668.49720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867668.49825: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867668.49851: stdout chunk (state=3): >>> <<< 8484 1726867668.50184: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867668.50249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867668.50255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867668.50332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867668.50397: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec1ecc0> <<< 8484 1726867668.50464: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec0e9c0> <<< 8484 1726867668.50563: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce406600> <<< 8484 1726867668.50592: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce406390> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867668.50672: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867668.50720: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867668.50792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867668.50872: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 8484 1726867668.50920: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867668.51298: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.51537: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867668.51704: 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__ <<< 8484 1726867668.52226: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 8484 1726867668.52345: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # 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 <<< 8484 1726867668.52463: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 8484 1726867668.52753: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867668.52783: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867668.52825: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 8484 1726867668.52968: stdout chunk (state=3): >>># 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 <<< 8484 1726867668.52986: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867668.53004: stdout chunk (state=3): >>># destroy array <<< 8484 1726867668.53026: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867668.53040: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867668.53061: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867668.53086: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867668.53090: stdout chunk (state=3): >>># destroy argparse # destroy json <<< 8484 1726867668.53103: stdout chunk (state=3): >>># destroy logging # destroy shlex <<< 8484 1726867668.53113: stdout chunk (state=3): >>># destroy subprocess <<< 8484 1726867668.53179: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867668.53206: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 8484 1726867668.53217: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 8484 1726867668.53273: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867668.53394: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # 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 <<< 8484 1726867668.53454: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867668.53637: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867668.53668: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867668.53675: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867668.53700: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 8484 1726867668.53880: stdout chunk (state=3): >>># 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 <<< 8484 1726867668.53927: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867668.53959: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref <<< 8484 1726867668.53985: stdout chunk (state=3): >>># destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 8484 1726867668.54004: stdout chunk (state=3): >>># destroy time <<< 8484 1726867668.54033: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867668.54052: stdout chunk (state=3): >>># destroy _weakref <<< 8484 1726867668.54082: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867668.54103: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867668.54127: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867668.54152: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 8484 1726867668.54176: stdout chunk (state=3): >>># destroy _functools # destroy builtins <<< 8484 1726867668.54363: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 8484 1726867668.54628: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867668.54654: stderr chunk (state=3): >>><<< 8484 1726867668.54657: stdout chunk (state=3): >>><<< 8484 1726867668.54815: _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 0x7fd8cf0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cefe7b30> # /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 0x7fd8cf01aa50> 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 0x7fd8cee09130> # /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 0x7fd8cee0a120> 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 0x7fd8cee46ed0> # /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 0x7fd8cee5c1d0> # /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 0x7fd8cee7fa70> # /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 0x7fd8ceea0140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee5fd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee5d430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee451f0> # /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 0x7fd8ceea39e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceea2600> # /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 0x7fd8cee5e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceea0e30> # /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 0x7fd8ceed09b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee44470> # /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 0x7fd8ceed0e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed0d10> # 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 0x7fd8ceed1100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cee42f90> # /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 0x7fd8ceed17f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed14c0> 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 0x7fd8ceed26f0> 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 0x7fd8ceeec8c0> 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 0x7fd8ceeee000> # /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 0x7fd8ceeeeea0> # 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 0x7fd8ceeef500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceeee3f0> # /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 0x7fd8ceeeff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceeef6b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed0da0> # /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 0x7fd8cec67dd0> # /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 0x7fd8cec908f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec90650> # 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 0x7fd8cec90920> # /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 0x7fd8cec91250> # 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 0x7fd8cec91c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec90b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec65f70> # /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 0x7fd8cec92ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec91ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceed2de0> # /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 0x7fd8cecb7380> # /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 0x7fd8cecdf740> # /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 0x7fd8ced404d0> # /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 0x7fd8ced42c30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ced405f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ced05520> # /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 0x7fd8ceb415b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cecde540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec93f50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd8cecdeb40> # zipimport: found 30 names in '/tmp/ansible_stat_payload_pnmtbjfx/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 0x7fd8ceb93320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceb76210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceb75370> # 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 0x7fd8ceb911f0> # /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 0x7fd8cebbec90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cebbea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cebbe330> # /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 0x7fd8cebbe810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ceb93d40> 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 0x7fd8cebbf920> # 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 0x7fd8cebbfb60> # /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 0x7fd8cebbff50> 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 0x7fd8ce50de50> # 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 0x7fd8ce50fa70> # /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 0x7fd8ce510470> # /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 0x7fd8ce511610> # /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 0x7fd8ce518110> # 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 0x7fd8ce518260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5123c0> # /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 0x7fd8ce51bf80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce51ab10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce51a870> # /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 0x7fd8ce51ade0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5128d0> # 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 0x7fd8ce560260> # /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 0x7fd8ce560350> # /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 0x7fd8ce561e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce561c10> # /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 0x7fd8ce5643b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce562510> # /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 0x7fd8ce567b60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce564530> # 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 0x7fd8ce568950> # 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 0x7fd8ce5689b0> # 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 0x7fd8ce568e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce560560> # /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 0x7fd8ce5f44d0> # 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 0x7fd8ce5f5910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce56ac60> # 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 0x7fd8ce56a5d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce56a8a0> # 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 0x7fd8ce5f9a30> # /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 0x7fd8ce5fa840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce5f5b80> 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 0x7fd8ce5f95b0> # 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 0x7fd8ce5fb950> # 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 0x7fd8ce4063f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce401b20> 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 0x7fd8cec1ecc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8cec0e9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce406600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8ce406390> # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867668.55692: 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-1726867668.040676-8671-128839224434407/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867668.55695: _low_level_execute_command(): starting 8484 1726867668.55698: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867668.040676-8671-128839224434407/ > /dev/null 2>&1 && sleep 0' 8484 1726867668.55739: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867668.55784: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867668.55793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867668.55868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.55877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.55893: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.55910: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.56046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.58730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.58754: stderr chunk (state=3): >>><<< 8484 1726867668.58757: stdout chunk (state=3): >>><<< 8484 1726867668.58767: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867668.58781: handler run complete 8484 1726867668.58798: attempt loop complete, returning result 8484 1726867668.58802: _execute() done 8484 1726867668.58806: dumping result to json 8484 1726867668.58873: done dumping result, returning 8484 1726867668.58876: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-00000000009c] 8484 1726867668.58878: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000009c 8484 1726867668.58949: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000009c 8484 1726867668.58952: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 8484 1726867668.59044: no more pending results, returning what we have 8484 1726867668.59047: results queue empty 8484 1726867668.59047: checking for any_errors_fatal 8484 1726867668.59059: done checking for any_errors_fatal 8484 1726867668.59059: checking for max_fail_percentage 8484 1726867668.59063: done checking for max_fail_percentage 8484 1726867668.59063: checking to see if all hosts have failed and the running result is not ok 8484 1726867668.59064: done checking to see if all hosts have failed 8484 1726867668.59065: getting the remaining hosts for this loop 8484 1726867668.59066: done getting the remaining hosts for this loop 8484 1726867668.59149: getting the next task for host managed_node3 8484 1726867668.59156: done getting next task for host managed_node3 8484 1726867668.59160: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 8484 1726867668.59163: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867668.59176: getting variables 8484 1726867668.59178: in VariableManager get_vars() 8484 1726867668.59208: Calling all_inventory to load vars for managed_node3 8484 1726867668.59210: Calling groups_inventory to load vars for managed_node3 8484 1726867668.59211: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867668.59220: Calling all_plugins_play to load vars for managed_node3 8484 1726867668.59222: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867668.59224: Calling groups_plugins_play to load vars for managed_node3 8484 1726867668.59478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867668.59758: done with get_vars() 8484 1726867668.59769: done getting variables 8484 1726867668.59857: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 17:27:48 -0400 (0:00:00.644) 0:00:03.895 ****** 8484 1726867668.59892: entering _queue_task() for managed_node3/set_fact 8484 1726867668.60123: worker is 1 (out of 1 available) 8484 1726867668.60135: exiting _queue_task() for managed_node3/set_fact 8484 1726867668.60149: done queuing things up, now waiting for results queue to drain 8484 1726867668.60150: waiting for pending results... 8484 1726867668.60386: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 8484 1726867668.60492: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000009d 8484 1726867668.60504: variable 'ansible_search_path' from source: unknown 8484 1726867668.60507: variable 'ansible_search_path' from source: unknown 8484 1726867668.60536: calling self._execute() 8484 1726867668.60603: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.60610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.60619: variable 'omit' from source: magic vars 8484 1726867668.60953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867668.61150: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867668.61182: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867668.61209: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867668.61238: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867668.61300: 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) 8484 1726867668.61320: 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) 8484 1726867668.61341: 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) 8484 1726867668.61361: 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) 8484 1726867668.61449: Evaluated conditional (not __storage_is_ostree is defined): True 8484 1726867668.61452: variable 'omit' from source: magic vars 8484 1726867668.61498: variable 'omit' from source: magic vars 8484 1726867668.61775: variable '__ostree_booted_stat' from source: set_fact 8484 1726867668.61778: variable 'omit' from source: magic vars 8484 1726867668.61781: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867668.61783: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867668.61785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867668.61787: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.61789: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.61816: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867668.61829: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.61841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.61959: Set connection var ansible_pipelining to False 8484 1726867668.61973: Set connection var ansible_timeout to 10 8484 1726867668.61980: Set connection var ansible_connection to ssh 8484 1726867668.61990: Set connection var ansible_shell_type to sh 8484 1726867668.61998: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867668.62008: Set connection var ansible_shell_executable to /bin/sh 8484 1726867668.62035: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.62047: variable 'ansible_connection' from source: unknown 8484 1726867668.62051: variable 'ansible_module_compression' from source: unknown 8484 1726867668.62053: variable 'ansible_shell_type' from source: unknown 8484 1726867668.62056: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.62059: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.62061: variable 'ansible_pipelining' from source: unknown 8484 1726867668.62063: variable 'ansible_timeout' from source: unknown 8484 1726867668.62067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.62178: 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) 8484 1726867668.62201: variable 'omit' from source: magic vars 8484 1726867668.62212: starting attempt loop 8484 1726867668.62218: running the handler 8484 1726867668.62233: handler run complete 8484 1726867668.62305: attempt loop complete, returning result 8484 1726867668.62333: _execute() done 8484 1726867668.62345: dumping result to json 8484 1726867668.62373: done dumping result, returning 8484 1726867668.62377: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-00000000009d] 8484 1726867668.62379: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000009d 8484 1726867668.62542: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000009d 8484 1726867668.62545: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } 8484 1726867668.62610: no more pending results, returning what we have 8484 1726867668.62613: results queue empty 8484 1726867668.62614: checking for any_errors_fatal 8484 1726867668.62621: done checking for any_errors_fatal 8484 1726867668.62622: checking for max_fail_percentage 8484 1726867668.62623: done checking for max_fail_percentage 8484 1726867668.62624: checking to see if all hosts have failed and the running result is not ok 8484 1726867668.62625: done checking to see if all hosts have failed 8484 1726867668.62626: getting the remaining hosts for this loop 8484 1726867668.62627: done getting the remaining hosts for this loop 8484 1726867668.62631: getting the next task for host managed_node3 8484 1726867668.62639: done getting next task for host managed_node3 8484 1726867668.62643: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 8484 1726867668.62646: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867668.62658: getting variables 8484 1726867668.62660: in VariableManager get_vars() 8484 1726867668.62819: Calling all_inventory to load vars for managed_node3 8484 1726867668.62822: Calling groups_inventory to load vars for managed_node3 8484 1726867668.62824: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867668.62833: Calling all_plugins_play to load vars for managed_node3 8484 1726867668.62838: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867668.62841: Calling groups_plugins_play to load vars for managed_node3 8484 1726867668.63139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867668.63412: done with get_vars() 8484 1726867668.63429: done getting variables 8484 1726867668.63482: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 17:27:48 -0400 (0:00:00.036) 0:00:03.932 ****** 8484 1726867668.63509: entering _queue_task() for managed_node3/set_fact 8484 1726867668.63739: worker is 1 (out of 1 available) 8484 1726867668.63752: exiting _queue_task() for managed_node3/set_fact 8484 1726867668.63765: done queuing things up, now waiting for results queue to drain 8484 1726867668.63767: waiting for pending results... 8484 1726867668.63947: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 8484 1726867668.64026: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000006d 8484 1726867668.64038: variable 'ansible_search_path' from source: unknown 8484 1726867668.64042: variable 'ansible_search_path' from source: unknown 8484 1726867668.64067: calling self._execute() 8484 1726867668.64130: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.64134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.64160: variable 'omit' from source: magic vars 8484 1726867668.64245: variable 'omit' from source: magic vars 8484 1726867668.64294: variable 'omit' from source: magic vars 8484 1726867668.64344: variable 'omit' from source: magic vars 8484 1726867668.64360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867668.64400: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867668.64418: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867668.64482: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.64486: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.64488: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867668.64490: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.64493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.64605: Set connection var ansible_pipelining to False 8484 1726867668.64617: Set connection var ansible_timeout to 10 8484 1726867668.64620: Set connection var ansible_connection to ssh 8484 1726867668.64623: Set connection var ansible_shell_type to sh 8484 1726867668.64637: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867668.64640: Set connection var ansible_shell_executable to /bin/sh 8484 1726867668.64675: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.64678: variable 'ansible_connection' from source: unknown 8484 1726867668.64683: variable 'ansible_module_compression' from source: unknown 8484 1726867668.64685: variable 'ansible_shell_type' from source: unknown 8484 1726867668.64689: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.64691: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.64693: variable 'ansible_pipelining' from source: unknown 8484 1726867668.64695: variable 'ansible_timeout' from source: unknown 8484 1726867668.64697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.64847: 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) 8484 1726867668.64851: variable 'omit' from source: magic vars 8484 1726867668.64854: starting attempt loop 8484 1726867668.64856: running the handler 8484 1726867668.64858: handler run complete 8484 1726867668.64861: attempt loop complete, returning result 8484 1726867668.64863: _execute() done 8484 1726867668.64865: dumping result to json 8484 1726867668.64872: done dumping result, returning 8484 1726867668.64880: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [02e58e3f-6ce9-dbaf-c049-00000000006d] 8484 1726867668.64884: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006d 8484 1726867668.65038: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006d 8484 1726867668.65046: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 8484 1726867668.65115: no more pending results, returning what we have 8484 1726867668.65117: results queue empty 8484 1726867668.65118: checking for any_errors_fatal 8484 1726867668.65123: done checking for any_errors_fatal 8484 1726867668.65124: checking for max_fail_percentage 8484 1726867668.65126: done checking for max_fail_percentage 8484 1726867668.65127: checking to see if all hosts have failed and the running result is not ok 8484 1726867668.65127: done checking to see if all hosts have failed 8484 1726867668.65128: getting the remaining hosts for this loop 8484 1726867668.65129: done getting the remaining hosts for this loop 8484 1726867668.65134: getting the next task for host managed_node3 8484 1726867668.65139: done getting next task for host managed_node3 8484 1726867668.65143: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 8484 1726867668.65147: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867668.65157: getting variables 8484 1726867668.65158: in VariableManager get_vars() 8484 1726867668.65193: Calling all_inventory to load vars for managed_node3 8484 1726867668.65197: Calling groups_inventory to load vars for managed_node3 8484 1726867668.65200: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867668.65208: Calling all_plugins_play to load vars for managed_node3 8484 1726867668.65210: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867668.65214: Calling groups_plugins_play to load vars for managed_node3 8484 1726867668.65482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867668.65946: done with get_vars() 8484 1726867668.65955: done getting variables 8484 1726867668.66011: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 17:27:48 -0400 (0:00:00.025) 0:00:03.957 ****** 8484 1726867668.66044: entering _queue_task() for managed_node3/set_fact 8484 1726867668.66268: worker is 1 (out of 1 available) 8484 1726867668.66287: exiting _queue_task() for managed_node3/set_fact 8484 1726867668.66303: done queuing things up, now waiting for results queue to drain 8484 1726867668.66304: waiting for pending results... 8484 1726867668.66687: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 8484 1726867668.66692: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000006e 8484 1726867668.66695: variable 'ansible_search_path' from source: unknown 8484 1726867668.66697: variable 'ansible_search_path' from source: unknown 8484 1726867668.66700: calling self._execute() 8484 1726867668.66716: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.66728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.66742: variable 'omit' from source: magic vars 8484 1726867668.66853: variable 'omit' from source: magic vars 8484 1726867668.66917: variable 'omit' from source: magic vars 8484 1726867668.66956: variable 'omit' from source: magic vars 8484 1726867668.67025: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867668.67062: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867668.67089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867668.67114: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.67130: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.67159: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867668.67168: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.67178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.67281: Set connection var ansible_pipelining to False 8484 1726867668.67292: Set connection var ansible_timeout to 10 8484 1726867668.67299: Set connection var ansible_connection to ssh 8484 1726867668.67310: Set connection var ansible_shell_type to sh 8484 1726867668.67325: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867668.67336: Set connection var ansible_shell_executable to /bin/sh 8484 1726867668.67379: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.67387: variable 'ansible_connection' from source: unknown 8484 1726867668.67391: variable 'ansible_module_compression' from source: unknown 8484 1726867668.67396: variable 'ansible_shell_type' from source: unknown 8484 1726867668.67399: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.67403: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.67406: variable 'ansible_pipelining' from source: unknown 8484 1726867668.67408: variable 'ansible_timeout' from source: unknown 8484 1726867668.67409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.67525: 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) 8484 1726867668.67547: variable 'omit' from source: magic vars 8484 1726867668.67550: starting attempt loop 8484 1726867668.67553: running the handler 8484 1726867668.67555: handler run complete 8484 1726867668.67564: attempt loop complete, returning result 8484 1726867668.67566: _execute() done 8484 1726867668.67569: dumping result to json 8484 1726867668.67573: done dumping result, returning 8484 1726867668.67581: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [02e58e3f-6ce9-dbaf-c049-00000000006e] 8484 1726867668.67585: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006e ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 8484 1726867668.67729: no more pending results, returning what we have 8484 1726867668.67731: results queue empty 8484 1726867668.67732: checking for any_errors_fatal 8484 1726867668.67736: done checking for any_errors_fatal 8484 1726867668.67737: checking for max_fail_percentage 8484 1726867668.67738: done checking for max_fail_percentage 8484 1726867668.67739: checking to see if all hosts have failed and the running result is not ok 8484 1726867668.67740: done checking to see if all hosts have failed 8484 1726867668.67740: getting the remaining hosts for this loop 8484 1726867668.67741: done getting the remaining hosts for this loop 8484 1726867668.67744: getting the next task for host managed_node3 8484 1726867668.67758: done getting next task for host managed_node3 8484 1726867668.67763: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 8484 1726867668.67766: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867668.67778: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006e 8484 1726867668.67781: WORKER PROCESS EXITING 8484 1726867668.67787: getting variables 8484 1726867668.67788: in VariableManager get_vars() 8484 1726867668.67810: Calling all_inventory to load vars for managed_node3 8484 1726867668.67812: Calling groups_inventory to load vars for managed_node3 8484 1726867668.67813: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867668.67818: Calling all_plugins_play to load vars for managed_node3 8484 1726867668.67819: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867668.67821: Calling groups_plugins_play to load vars for managed_node3 8484 1726867668.67965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867668.68311: done with get_vars() 8484 1726867668.68319: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 17:27:48 -0400 (0:00:00.023) 0:00:03.980 ****** 8484 1726867668.68376: entering _queue_task() for managed_node3/include_tasks 8484 1726867668.68531: worker is 1 (out of 1 available) 8484 1726867668.68544: exiting _queue_task() for managed_node3/include_tasks 8484 1726867668.68556: done queuing things up, now waiting for results queue to drain 8484 1726867668.68557: waiting for pending results... 8484 1726867668.68705: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 8484 1726867668.68796: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000006f 8484 1726867668.68800: variable 'ansible_search_path' from source: unknown 8484 1726867668.68803: variable 'ansible_search_path' from source: unknown 8484 1726867668.68829: calling self._execute() 8484 1726867668.68882: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.68889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.68908: variable 'omit' from source: magic vars 8484 1726867668.69186: variable 'storage_provider' from source: role '' defaults 8484 1726867668.69204: _execute() done 8484 1726867668.69209: dumping result to json 8484 1726867668.69212: done dumping result, returning 8484 1726867668.69226: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [02e58e3f-6ce9-dbaf-c049-00000000006f] 8484 1726867668.69229: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006f 8484 1726867668.69310: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000006f 8484 1726867668.69313: WORKER PROCESS EXITING 8484 1726867668.69368: no more pending results, returning what we have 8484 1726867668.69374: in VariableManager get_vars() 8484 1726867668.69402: Calling all_inventory to load vars for managed_node3 8484 1726867668.69405: Calling groups_inventory to load vars for managed_node3 8484 1726867668.69407: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867668.69414: Calling all_plugins_play to load vars for managed_node3 8484 1726867668.69416: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867668.69419: Calling groups_plugins_play to load vars for managed_node3 8484 1726867668.69562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867668.69744: done with get_vars() 8484 1726867668.69750: variable 'ansible_search_path' from source: unknown 8484 1726867668.69751: variable 'ansible_search_path' from source: unknown 8484 1726867668.69774: we have included files to process 8484 1726867668.69775: generating all_blocks data 8484 1726867668.69776: done generating all_blocks data 8484 1726867668.69778: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867668.69779: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867668.69780: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867668.70814: in VariableManager get_vars() 8484 1726867668.70838: done with get_vars() 8484 1726867668.71681: 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 8484 1726867668.72225: done processing included file 8484 1726867668.72227: iterating over new_blocks loaded from include file 8484 1726867668.72228: in VariableManager get_vars() 8484 1726867668.72239: done with get_vars() 8484 1726867668.72240: filtering new block on tags 8484 1726867668.72267: done filtering new block on tags 8484 1726867668.72269: in VariableManager get_vars() 8484 1726867668.72282: done with get_vars() 8484 1726867668.72283: filtering new block on tags 8484 1726867668.72303: done filtering new block on tags 8484 1726867668.72305: in VariableManager get_vars() 8484 1726867668.72316: done with get_vars() 8484 1726867668.72317: filtering new block on tags 8484 1726867668.72339: done filtering new block on tags 8484 1726867668.72341: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 8484 1726867668.72343: extending task lists for all hosts with included blocks 8484 1726867668.72727: done extending task lists 8484 1726867668.72728: done processing included files 8484 1726867668.72728: results queue empty 8484 1726867668.72728: checking for any_errors_fatal 8484 1726867668.72730: done checking for any_errors_fatal 8484 1726867668.72730: checking for max_fail_percentage 8484 1726867668.72731: done checking for max_fail_percentage 8484 1726867668.72731: checking to see if all hosts have failed and the running result is not ok 8484 1726867668.72732: done checking to see if all hosts have failed 8484 1726867668.72732: getting the remaining hosts for this loop 8484 1726867668.72733: done getting the remaining hosts for this loop 8484 1726867668.72735: getting the next task for host managed_node3 8484 1726867668.72737: done getting next task for host managed_node3 8484 1726867668.72739: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 8484 1726867668.72741: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867668.72746: getting variables 8484 1726867668.72747: in VariableManager get_vars() 8484 1726867668.72754: Calling all_inventory to load vars for managed_node3 8484 1726867668.72755: Calling groups_inventory to load vars for managed_node3 8484 1726867668.72756: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867668.72759: Calling all_plugins_play to load vars for managed_node3 8484 1726867668.72761: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867668.72762: Calling groups_plugins_play to load vars for managed_node3 8484 1726867668.72896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867668.73064: done with get_vars() 8484 1726867668.73072: done getting variables 8484 1726867668.73124: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 17:27:48 -0400 (0:00:00.047) 0:00:04.028 ****** 8484 1726867668.73147: entering _queue_task() for managed_node3/package 8484 1726867668.73152: Creating lock for package 8484 1726867668.73329: worker is 1 (out of 1 available) 8484 1726867668.73340: exiting _queue_task() for managed_node3/package 8484 1726867668.73353: done queuing things up, now waiting for results queue to drain 8484 1726867668.73355: waiting for pending results... 8484 1726867668.73512: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 8484 1726867668.73597: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000dc 8484 1726867668.73608: variable 'ansible_search_path' from source: unknown 8484 1726867668.73611: variable 'ansible_search_path' from source: unknown 8484 1726867668.73637: calling self._execute() 8484 1726867668.73697: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.73704: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.73707: variable 'omit' from source: magic vars 8484 1726867668.74047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867668.74212: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867668.74244: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867668.74272: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867668.74318: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867668.74381: 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) 8484 1726867668.74399: 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) 8484 1726867668.74418: 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) 8484 1726867668.74436: 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) 8484 1726867668.74542: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 8484 1726867668.74545: variable 'omit' from source: magic vars 8484 1726867668.74593: variable 'omit' from source: magic vars 8484 1726867668.74614: variable 'blivet_package_list' from source: include_vars 8484 1726867668.74667: variable 'blivet_package_list' from source: include_vars 8484 1726867668.74744: variable 'ansible_architecture' from source: facts 8484 1726867668.74874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867668.76151: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867668.76204: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867668.76230: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867668.76252: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867668.76273: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867668.76318: 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) 8484 1726867668.76337: 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) 8484 1726867668.76354: 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) 8484 1726867668.76380: 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) 8484 1726867668.76391: 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) 8484 1726867668.76462: variable '__storage_is_ostree' from source: set_fact 8484 1726867668.76465: variable 'omit' from source: magic vars 8484 1726867668.76482: variable 'omit' from source: magic vars 8484 1726867668.76503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867668.76525: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867668.76541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867668.76553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.76561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867668.76584: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867668.76587: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.76589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.76656: Set connection var ansible_pipelining to False 8484 1726867668.76660: Set connection var ansible_timeout to 10 8484 1726867668.76663: Set connection var ansible_connection to ssh 8484 1726867668.76672: Set connection var ansible_shell_type to sh 8484 1726867668.76676: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867668.76681: Set connection var ansible_shell_executable to /bin/sh 8484 1726867668.76697: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.76700: variable 'ansible_connection' from source: unknown 8484 1726867668.76705: variable 'ansible_module_compression' from source: unknown 8484 1726867668.76708: variable 'ansible_shell_type' from source: unknown 8484 1726867668.76710: variable 'ansible_shell_executable' from source: unknown 8484 1726867668.76712: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867668.76715: variable 'ansible_pipelining' from source: unknown 8484 1726867668.76717: variable 'ansible_timeout' from source: unknown 8484 1726867668.76719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867668.76789: 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) 8484 1726867668.76797: variable 'omit' from source: magic vars 8484 1726867668.76805: starting attempt loop 8484 1726867668.76808: running the handler 8484 1726867668.76811: variable 'ansible_facts' from source: unknown 8484 1726867668.76813: variable 'ansible_facts' from source: unknown 8484 1726867668.76856: _low_level_execute_command(): starting 8484 1726867668.76860: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867668.77337: 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 <<< 8484 1726867668.77349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867668.77375: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.77378: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867668.77381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.77440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.77443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.77445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.77548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.79958: stdout chunk (state=3): >>>/root <<< 8484 1726867668.80110: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.80134: stderr chunk (state=3): >>><<< 8484 1726867668.80137: stdout chunk (state=3): >>><<< 8484 1726867668.80154: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867668.80163: _low_level_execute_command(): starting 8484 1726867668.80168: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758 `" && echo ansible-tmp-1726867668.8015304-8706-119208272955758="` echo /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758 `" ) && sleep 0' 8484 1726867668.80598: 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 <<< 8484 1726867668.80606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867668.80608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867668.80610: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867668.80614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.80657: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.80661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.80762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.83587: stdout chunk (state=3): >>>ansible-tmp-1726867668.8015304-8706-119208272955758=/root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758 <<< 8484 1726867668.83764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867668.83785: stderr chunk (state=3): >>><<< 8484 1726867668.83789: stdout chunk (state=3): >>><<< 8484 1726867668.83801: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867668.8015304-8706-119208272955758=/root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867668.83829: variable 'ansible_module_compression' from source: unknown 8484 1726867668.83881: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 8484 1726867668.83884: ANSIBALLZ: Acquiring lock 8484 1726867668.83887: ANSIBALLZ: Lock acquired: 140415009842256 8484 1726867668.83889: ANSIBALLZ: Creating module 8484 1726867668.95928: ANSIBALLZ: Writing module into payload 8484 1726867668.96082: ANSIBALLZ: Writing module 8484 1726867668.96104: ANSIBALLZ: Renaming module 8484 1726867668.96108: ANSIBALLZ: Done creating module 8484 1726867668.96125: variable 'ansible_facts' from source: unknown 8484 1726867668.96179: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py 8484 1726867668.96282: Sending initial data 8484 1726867668.96285: Sent initial data (150 bytes) 8484 1726867668.96745: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867668.96748: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867668.96753: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.96760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867668.96762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867668.96813: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867668.96816: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867668.96819: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867668.96922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867668.99296: 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 <<< 8484 1726867668.99300: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867668.99391: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867668.99490: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpfxt8413c /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py <<< 8484 1726867668.99494: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py" <<< 8484 1726867668.99581: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpfxt8413c" to remote "/root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py" <<< 8484 1726867669.00477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867669.00592: stderr chunk (state=3): >>><<< 8484 1726867669.00603: stdout chunk (state=3): >>><<< 8484 1726867669.00605: done transferring module to remote 8484 1726867669.00607: _low_level_execute_command(): starting 8484 1726867669.00609: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/ /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py && sleep 0' 8484 1726867669.00954: 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 <<< 8484 1726867669.00957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867669.00959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867669.00961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867669.01010: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867669.01013: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867669.01115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867669.03691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867669.03712: stderr chunk (state=3): >>><<< 8484 1726867669.03716: stdout chunk (state=3): >>><<< 8484 1726867669.03733: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867669.03736: _low_level_execute_command(): starting 8484 1726867669.03739: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/AnsiballZ_dnf.py && sleep 0' 8484 1726867669.04140: 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 <<< 8484 1726867669.04144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867669.04146: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867669.04149: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867669.04150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867669.04204: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867669.04210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867669.04309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867669.07589: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867669.07690: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867669.07736: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867669.07796: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867669.07821: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867669.07902: 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' <<< 8484 1726867669.08085: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddfbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddf8bb00> # /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 0x7f70ddfbea50> <<< 8484 1726867669.08089: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867669.08133: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867669.08157: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867669.08204: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867669.08215: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867669.08331: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867669.08376: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867669.08411: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867669.08436: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867669.08465: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867669.08495: stdout chunk (state=3): >>>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' <<< 8484 1726867669.08526: 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 <<< 8484 1726867669.08542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867669.08679: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddfcd130> # /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 0x7f70ddfce120> <<< 8484 1726867669.08713: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867669.08728: 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. <<< 8484 1726867669.09160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867669.09186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867669.09214: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867669.09250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.09253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867669.09323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867669.09326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867669.09378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867669.09398: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dddf3f80> <<< 8484 1726867669.09477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde00110> <<< 8484 1726867669.09496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867669.09518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867669.09544: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867669.09621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.09646: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867669.09765: 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 0x7f70dde23980> # /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 0x7f70dde23f50> import '_collections' # <<< 8484 1726867669.09816: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde03c20> <<< 8484 1726867669.09824: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867669.09856: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde012e0> <<< 8484 1726867669.09989: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dddf1130> <<< 8484 1726867669.10028: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867669.10057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867669.10085: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867669.10097: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867669.10137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867669.10140: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867669.10247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde47920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde46540> # /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 0x7f70dde02390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde44c80> <<< 8484 1726867669.10327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867669.10347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde74950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dddf03b0> <<< 8484 1726867669.10367: 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' <<< 8484 1726867669.10420: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.10436: 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 0x7f70dde74e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde74cb0> <<< 8484 1726867669.10566: 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 0x7f70dde750a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddde6ed0> # /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 <<< 8484 1726867669.10594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867669.10630: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde75790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde75460> import 'importlib.machinery' # <<< 8484 1726867669.10661: 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' <<< 8484 1726867669.10688: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde76660> <<< 8484 1726867669.10717: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867669.10748: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867669.10765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867669.10873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'<<< 8484 1726867669.10899: 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 0x7f70dde90890> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.11106: 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 0x7f70dde91fd0> # /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 0x7f70dde92e70> # 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 0x7f70dde934a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde923c0> # /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' <<< 8484 1726867669.11110: 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 0x7f70dde93f20> <<< 8484 1726867669.11131: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde93650> <<< 8484 1726867669.11176: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde766c0> <<< 8484 1726867669.11197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867669.11234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867669.11260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867669.11288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867669.11351: 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 0x7f70ddbcfdd0> <<< 8484 1726867669.11375: 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' <<< 8484 1726867669.11413: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.11453: 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 0x7f70ddbfc920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfc680> <<< 8484 1726867669.11485: 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 0x7f70ddbfc830> <<< 8484 1726867669.11499: 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' <<< 8484 1726867669.11598: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.11791: 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 0x7f70ddbfd190> <<< 8484 1726867669.12082: 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 0x7f70ddbfdac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbcdf70> # /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 <<< 8484 1726867669.12085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867669.12138: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfee40> <<< 8484 1726867669.12142: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfd940> <<< 8484 1726867669.12152: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde76db0> <<< 8484 1726867669.12178: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867669.12265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.12295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867669.12336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867669.12384: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddc231d0> <<< 8484 1726867669.12446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867669.12480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.12559: 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' <<< 8484 1726867669.12599: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddc4f590> <<< 8484 1726867669.12613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867669.12675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867669.12759: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867669.12791: 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 0x7f70ddca8380> <<< 8484 1726867669.12830: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867669.12860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867669.12959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867669.13081: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddcaaae0> <<< 8484 1726867669.13185: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddca84a0> <<< 8484 1726867669.13226: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddc753a0> <<< 8484 1726867669.13278: 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 0x7f70dd525460> <<< 8484 1726867669.13310: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddc4e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbffda0> <<< 8484 1726867669.13563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f70ddc4e990> <<< 8484 1726867669.13715: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_013w9yu4/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867669.13922: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.13969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867669.13974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867669.14029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867669.14138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867669.14364: 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 0x7f70dd57f200> import '_typing' # <<< 8484 1726867669.14475: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd55e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd55d250> <<< 8484 1726867669.14480: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.14525: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867669.14558: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867669.14561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.14597: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867669.14600: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.16796: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.18676: 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 0x7f70dd57cf50> <<< 8484 1726867669.18717: 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' <<< 8484 1726867669.18779: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867669.18783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867669.18835: 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' <<< 8484 1726867669.18839: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.18871: 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 0x7f70dd5a6ab0> <<< 8484 1726867669.18898: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5a6870> <<< 8484 1726867669.18940: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5a61b0> <<< 8484 1726867669.18962: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867669.19078: 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 0x7f70dd5a6c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd57fc20> 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 0x7f70dd5a7860> <<< 8484 1726867669.19095: 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 0x7f70dd5a7a10> <<< 8484 1726867669.19120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867669.19257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 8484 1726867669.19262: stdout chunk (state=3): >>> import '_locale' # <<< 8484 1726867669.19288: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5a7f20> <<< 8484 1726867669.19304: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867669.19320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867669.19361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867669.19555: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd411d60> # 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 0x7f70dd413980> # /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 0x7f70dd418380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867669.19589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867669.19613: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd419280> <<< 8484 1726867669.19640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867669.19690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867669.19726: 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' <<< 8484 1726867669.19809: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41bf20> <<< 8484 1726867669.19856: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.19863: 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 0x7f70ddbfedb0> <<< 8484 1726867669.19889: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41a1e0> <<< 8484 1726867669.19911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867669.19954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867669.19983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867669.19988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867669.20007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867669.20051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867669.20079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867669.20084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867669.20232: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41e6c0> # /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'<<< 8484 1726867669.20237: stdout chunk (state=3): >>> <<< 8484 1726867669.20338: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41ec30> <<< 8484 1726867669.20378: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41a6f0> <<< 8484 1726867669.20406: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.20411: 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 0x7f70dd463ef0> <<< 8484 1726867669.20441: 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 <<< 8484 1726867669.20448: 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 0x7f70dd464140> <<< 8484 1726867669.20478: 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 <<< 8484 1726867669.20507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867669.20532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867669.20537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867669.20596: 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 0x7f70dd465d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd465af0> <<< 8484 1726867669.20753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867669.20814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867669.20880: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.20886: 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 0x7f70dd468290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd466420> <<< 8484 1726867669.20920: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867669.20980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.21016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867669.21028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867669.21041: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867669.21106: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd46ba40> <<< 8484 1726867669.21315: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd468410> <<< 8484 1726867669.21404: 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 0x7f70dd46c7a0> <<< 8484 1726867669.21443: 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 0x7f70dd46ca10> <<< 8484 1726867669.21511: 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 0x7f70dd46cd40> <<< 8484 1726867669.21668: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd464440> # /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 0x7f70dd4f8350> <<< 8484 1726867669.21917: 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 0x7f70dd4f9520> <<< 8484 1726867669.21958: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd46eae0> # 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 0x7f70dd46fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd46e6f0> <<< 8484 1726867669.21989: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.22022: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867669.22055: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.22060: stdout chunk (state=3): >>> <<< 8484 1726867669.22174: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.22314: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.22325: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.22337: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867669.22561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.22564: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867669.22757: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.22772: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.23674: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.24575: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 8484 1726867669.24594: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867669.24625: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867669.24652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.24727: 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 0x7f70dd4fd760> <<< 8484 1726867669.24850: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867669.24855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867669.24883: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4fe480> <<< 8484 1726867669.24889: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4f95b0> <<< 8484 1726867669.24966: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867669.24976: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.25007: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.25018: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867669.25044: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.25279: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.25519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867669.25532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867669.25538: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4fe630> <<< 8484 1726867669.25733: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.26323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.27061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.27167: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.27286: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867669.27299: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.27455: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867669.27519: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.27657: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867669.27688: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.27694: stdout chunk (state=3): >>> <<< 8484 1726867669.27720: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.27738: stdout chunk (state=3): >>> <<< 8484 1726867669.27749: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 8484 1726867669.27788: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.27792: stdout chunk (state=3): >>> <<< 8484 1726867669.27859: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.27917: stdout chunk (state=3): >>> import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867669.27923: stdout chunk (state=3): >>> <<< 8484 1726867669.27952: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.27961: stdout chunk (state=3): >>> <<< 8484 1726867669.28326: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.28457: stdout chunk (state=3): >>> <<< 8484 1726867669.28729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 8484 1726867669.28734: stdout chunk (state=3): >>> <<< 8484 1726867669.28838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 8484 1726867669.28844: stdout chunk (state=3): >>> <<< 8484 1726867669.28874: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867669.28881: stdout chunk (state=3): >>> <<< 8484 1726867669.29003: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4ff830><<< 8484 1726867669.29010: stdout chunk (state=3): >>> <<< 8484 1726867669.29031: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.29157: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.29162: stdout chunk (state=3): >>> <<< 8484 1726867669.29272: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867669.29278: stdout chunk (state=3): >>> <<< 8484 1726867669.29310: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867669.29316: stdout chunk (state=3): >>> <<< 8484 1726867669.29411: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 8484 1726867669.29416: stdout chunk (state=3): >>> <<< 8484 1726867669.29474: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867669.29499: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.29506: stdout chunk (state=3): >>> <<< 8484 1726867669.29580: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.29585: stdout chunk (state=3): >>> <<< 8484 1726867669.29649: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.29738: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867669.29742: stdout chunk (state=3): >>> <<< 8484 1726867669.29863: 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 <<< 8484 1726867669.29940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.30078: 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'<<< 8484 1726867669.30090: stdout chunk (state=3): >>> <<< 8484 1726867669.30096: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.30171: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dd30a150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd305a60><<< 8484 1726867669.30178: stdout chunk (state=3): >>> <<< 8484 1726867669.30228: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867669.30234: stdout chunk (state=3): >>> <<< 8484 1726867669.30245: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867669.30251: stdout chunk (state=3): >>> <<< 8484 1726867669.30267: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.30352: stdout chunk (state=3): >>> <<< 8484 1726867669.30388: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.30395: stdout chunk (state=3): >>> <<< 8484 1726867669.30505: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.30514: stdout chunk (state=3): >>> <<< 8484 1726867669.30549: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.30555: stdout chunk (state=3): >>> <<< 8484 1726867669.30620: 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<<< 8484 1726867669.30626: stdout chunk (state=3): >>> <<< 8484 1726867669.30655: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.30673: 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<<< 8484 1726867669.30709: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 8484 1726867669.30715: stdout chunk (state=3): >>> <<< 8484 1726867669.30753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 8484 1726867669.30755: stdout chunk (state=3): >>> <<< 8484 1726867669.30849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 8484 1726867669.30882: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 8484 1726867669.30917: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 8484 1726867669.30922: stdout chunk (state=3): >>> <<< 8484 1726867669.31022: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5faa20><<< 8484 1726867669.31052: stdout chunk (state=3): >>> <<< 8484 1726867669.31105: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5e26f0><<< 8484 1726867669.31110: stdout chunk (state=3): >>> <<< 8484 1726867669.31227: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd30a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4fc140><<< 8484 1726867669.31260: stdout chunk (state=3): >>> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available<<< 8484 1726867669.31313: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867669.31316: stdout chunk (state=3): >>> <<< 8484 1726867669.31358: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867669.31369: stdout chunk (state=3): >>> <<< 8484 1726867669.31380: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867669.31474: stdout chunk (state=3): >>> import 'ansible.module_utils.basic' # <<< 8484 1726867669.31483: stdout chunk (state=3): >>> <<< 8484 1726867669.31509: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.31532: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.31538: stdout chunk (state=3): >>> <<< 8484 1726867669.31557: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 8484 1726867669.31594: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.31602: stdout chunk (state=3): >>> <<< 8484 1726867669.32565: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.32750: stdout chunk (state=3): >>> <<< 8484 1726867669.33447: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867669.33454: stdout chunk (state=3): >>> <<< 8484 1726867669.34583: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.35703: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py<<< 8484 1726867669.35715: stdout chunk (state=3): >>> <<< 8484 1726867669.35729: 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 0x7f70dd39c740><<< 8484 1726867669.35735: stdout chunk (state=3): >>> <<< 8484 1726867669.35783: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py<<< 8484 1726867669.35790: stdout chunk (state=3): >>> <<< 8484 1726867669.35809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.35819: stdout chunk (state=3): >>> import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39c980><<< 8484 1726867669.35832: stdout chunk (state=3): >>> <<< 8484 1726867669.35861: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py<<< 8484 1726867669.35868: stdout chunk (state=3): >>> <<< 8484 1726867669.35887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 8484 1726867669.35934: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py<<< 8484 1726867669.35938: stdout chunk (state=3): >>> <<< 8484 1726867669.35940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'<<< 8484 1726867669.35983: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 8484 1726867669.36008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 8484 1726867669.36053: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39d0d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39cc50> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py<<< 8484 1726867669.36061: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'<<< 8484 1726867669.36097: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py<<< 8484 1726867669.36100: stdout chunk (state=3): >>> <<< 8484 1726867669.36189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39d9d0><<< 8484 1726867669.36194: stdout chunk (state=3): >>> <<< 8484 1726867669.36227: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py<<< 8484 1726867669.36236: stdout chunk (state=3): >>> <<< 8484 1726867669.36248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 8484 1726867669.36287: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py<<< 8484 1726867669.36292: stdout chunk (state=3): >>> <<< 8484 1726867669.36338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py<<< 8484 1726867669.36344: stdout chunk (state=3): >>> <<< 8484 1726867669.36368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'<<< 8484 1726867669.36398: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867669.36453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 8484 1726867669.36483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'<<< 8484 1726867669.36510: stdout chunk (state=3): >>> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd389880><<< 8484 1726867669.36515: stdout chunk (state=3): >>> <<< 8484 1726867669.36550: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'<<< 8484 1726867669.36592: stdout chunk (state=3): >>> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd389700> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867669.36618: 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 0x7f70dcfda660><<< 8484 1726867669.36706: stdout chunk (state=3): >>> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39f170><<< 8484 1726867669.36709: stdout chunk (state=3): >>> <<< 8484 1726867669.36736: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py<<< 8484 1726867669.36743: stdout chunk (state=3): >>> <<< 8484 1726867669.36800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'<<< 8484 1726867669.36807: stdout chunk (state=3): >>> <<< 8484 1726867669.36836: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py<<< 8484 1726867669.36841: stdout chunk (state=3): >>> <<< 8484 1726867669.36868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'<<< 8484 1726867669.36873: stdout chunk (state=3): >>> <<< 8484 1726867669.36978: stdout chunk (state=3): >>># /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'<<< 8484 1726867669.36983: stdout chunk (state=3): >>> <<< 8484 1726867669.37083: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfed250><<< 8484 1726867669.37090: stdout chunk (state=3): >>> <<< 8484 1726867669.37107: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfdbdd0><<< 8484 1726867669.37112: stdout chunk (state=3): >>> <<< 8484 1726867669.37168: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfdb170><<< 8484 1726867669.37179: stdout chunk (state=3): >>> <<< 8484 1726867669.37225: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39e630> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py<<< 8484 1726867669.37231: stdout chunk (state=3): >>> <<< 8484 1726867669.37264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867669.37385: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'<<< 8484 1726867669.37393: stdout chunk (state=3): >>> <<< 8484 1726867669.37421: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 8484 1726867669.37445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'<<< 8484 1726867669.37455: stdout chunk (state=3): >>> <<< 8484 1726867669.37498: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd0591c0> <<< 8484 1726867669.37720: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd0112e0><<< 8484 1726867669.37914: stdout chunk (state=3): >>> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4ff440><<< 8484 1726867669.37920: stdout chunk (state=3): >>> <<< 8484 1726867669.37948: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py<<< 8484 1726867669.37959: stdout chunk (state=3): >>> <<< 8484 1726867669.37974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'<<< 8484 1726867669.37979: stdout chunk (state=3): >>> <<< 8484 1726867669.38014: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py<<< 8484 1726867669.38019: stdout chunk (state=3): >>> <<< 8484 1726867669.38065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'<<< 8484 1726867669.38071: stdout chunk (state=3): >>> <<< 8484 1726867669.38125: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py<<< 8484 1726867669.38130: stdout chunk (state=3): >>> <<< 8484 1726867669.38156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'<<< 8484 1726867669.38160: stdout chunk (state=3): >>> <<< 8484 1726867669.38178: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd060c50> <<< 8484 1726867669.38209: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd05af90><<< 8484 1726867669.38217: stdout chunk (state=3): >>> <<< 8484 1726867669.38235: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd010dd0> <<< 8484 1726867669.38284: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39e030><<< 8484 1726867669.38292: stdout chunk (state=3): >>> <<< 8484 1726867669.38311: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39da60><<< 8484 1726867669.38315: stdout chunk (state=3): >>> <<< 8484 1726867669.38337: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39d730> <<< 8484 1726867669.38381: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39c9e0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py<<< 8484 1726867669.38388: stdout chunk (state=3): >>> <<< 8484 1726867669.38400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc'<<< 8484 1726867669.38441: stdout chunk (state=3): >>> import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39da90> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 8484 1726867669.38489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py<<< 8484 1726867669.38496: stdout chunk (state=3): >>> <<< 8484 1726867669.38585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd0612b0><<< 8484 1726867669.38598: stdout chunk (state=3): >>> <<< 8484 1726867669.38615: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd060e60><<< 8484 1726867669.38620: stdout chunk (state=3): >>> <<< 8484 1726867669.38652: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py<<< 8484 1726867669.38673: stdout chunk (state=3): >>> <<< 8484 1726867669.38683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.38753: stdout chunk (state=3): >>> <<< 8484 1726867669.38819: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd0619d0><<< 8484 1726867669.38828: stdout chunk (state=3): >>> <<< 8484 1726867669.38861: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py<<< 8484 1726867669.38866: stdout chunk (state=3): >>> <<< 8484 1726867669.38922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867669.39060: stdout chunk (state=3): >>># /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'<<< 8484 1726867669.39065: stdout chunk (state=3): >>> <<< 8484 1726867669.39164: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.39172: stdout chunk (state=3): >>> <<< 8484 1726867669.39296: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.39302: stdout chunk (state=3): >>> <<< 8484 1726867669.39453: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dd068770> <<< 8484 1726867669.39638: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd049910><<< 8484 1726867669.39641: stdout chunk (state=3): >>> <<< 8484 1726867669.39687: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd062b10> <<< 8484 1726867669.39724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py<<< 8484 1726867669.39729: stdout chunk (state=3): >>> <<< 8484 1726867669.39763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867669.39820: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd0495b0> <<< 8484 1726867669.39865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867669.39894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 8484 1726867669.39918: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd07e7e0> <<< 8484 1726867669.39967: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 8484 1726867669.40010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py<<< 8484 1726867669.40016: stdout chunk (state=3): >>> <<< 8484 1726867669.40042: 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 0x7f70dd07f470><<< 8484 1726867669.40074: stdout chunk (state=3): >>> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd07ef30> <<< 8484 1726867669.40152: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867669.40228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'<<< 8484 1726867669.40233: stdout chunk (state=3): >>> <<< 8484 1726867669.40342: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd07f920><<< 8484 1726867669.40349: stdout chunk (state=3): >>> <<< 8484 1726867669.40376: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py<<< 8484 1726867669.40442: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867669.40817: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd017e00><<< 8484 1726867669.40824: stdout chunk (state=3): >>> <<< 8484 1726867669.40858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py<<< 8484 1726867669.40864: stdout chunk (state=3): >>> <<< 8484 1726867669.40899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867669.41008: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa4380> # zipimport: zlib available <<< 8484 1726867669.41174: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867669.41178: stdout chunk (state=3): >>> <<< 8484 1726867669.41206: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.41417: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.41654: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available<<< 8484 1726867669.41660: stdout chunk (state=3): >>> <<< 8484 1726867669.41816: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.respawn' # <<< 8484 1726867669.41843: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.42063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.42256: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867669.42455: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867669.43136: 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<<< 8484 1726867669.43147: stdout chunk (state=3): >>> <<< 8484 1726867669.43151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.43204: 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 <<< 8484 1726867669.43229: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867669.43276: 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'<<< 8484 1726867669.43293: stdout chunk (state=3): >>> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa7230> <<< 8484 1726867669.43392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'<<< 8484 1726867669.43397: stdout chunk (state=3): >>> <<< 8484 1726867669.43613: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa7350><<< 8484 1726867669.43620: stdout chunk (state=3): >>> <<< 8484 1726867669.43654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py<<< 8484 1726867669.43685: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'<<< 8484 1726867669.43690: stdout chunk (state=3): >>> <<< 8484 1726867669.43738: 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'<<< 8484 1726867669.43791: stdout chunk (state=3): >>> # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.43809: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.43831: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dccfb560> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dccfadb0><<< 8484 1726867669.43887: stdout chunk (state=3): >>> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.43891: stdout chunk (state=3): >>> <<< 8484 1726867669.43908: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.43921: stdout chunk (state=3): >>> import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dccfaf90><<< 8484 1726867669.43986: stdout chunk (state=3): >>> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa7890><<< 8484 1726867669.43996: stdout chunk (state=3): >>> <<< 8484 1726867669.44013: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa64e0><<< 8484 1726867669.44018: stdout chunk (state=3): >>> <<< 8484 1726867669.44067: 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<<< 8484 1726867669.44127: 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 0x7f70dcfa6f00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867669.44271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'<<< 8484 1726867669.44281: stdout chunk (state=3): >>> <<< 8484 1726867669.44316: 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<<< 8484 1726867669.44362: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.44368: stdout chunk (state=3): >>> <<< 8484 1726867669.44389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'<<< 8484 1726867669.44452: stdout chunk (state=3): >>> <<< 8484 1726867669.44580: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'<<< 8484 1726867669.44590: stdout chunk (state=3): >>> # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'<<< 8484 1726867669.44611: stdout chunk (state=3): >>> import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dcd7cb90><<< 8484 1726867669.44615: stdout chunk (state=3): >>> <<< 8484 1726867669.44636: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcd7c770> <<< 8484 1726867669.44748: 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 # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'<<< 8484 1726867669.44753: stdout chunk (state=3): >>> <<< 8484 1726867669.44837: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'<<< 8484 1726867669.44866: stdout chunk (state=3): >>> <<< 8484 1726867669.44869: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'<<< 8484 1726867669.44873: stdout chunk (state=3): >>> import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dcda44a0><<< 8484 1726867669.44874: stdout chunk (state=3): >>> <<< 8484 1726867669.44932: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcd7cce0><<< 8484 1726867669.44943: stdout chunk (state=3): >>> <<< 8484 1726867669.45051: 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 <<< 8484 1726867669.45123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867669.46617: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'<<< 8484 1726867669.46626: stdout chunk (state=3): >>> <<< 8484 1726867669.46653: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'<<< 8484 1726867669.46657: stdout chunk (state=3): >>> <<< 8484 1726867669.46685: stdout chunk (state=3): >>>import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dc8bb620> <<< 8484 1726867669.46791: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcda46b0><<< 8484 1726867669.46831: 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<<< 8484 1726867669.46838: stdout chunk (state=3): >>> <<< 8484 1726867669.46969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'<<< 8484 1726867669.47051: stdout chunk (state=3): >>> <<< 8484 1726867669.47120: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 8484 1726867669.47142: stdout chunk (state=3): >>> # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 8484 1726867669.47146: stdout chunk (state=3): >>> <<< 8484 1726867669.47157: stdout chunk (state=3): >>>import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dc9311f0><<< 8484 1726867669.47161: stdout chunk (state=3): >>> <<< 8484 1726867669.47427: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dc8bbaa0><<< 8484 1726867669.47439: stdout chunk (state=3): >>> <<< 8484 1726867669.47462: 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<<< 8484 1726867669.47534: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867669.47680: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 8484 1726867669.47683: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 8484 1726867669.47699: stdout chunk (state=3): >>>import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dc96c110><<< 8484 1726867669.47754: stdout chunk (state=3): >>> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dc931280><<< 8484 1726867669.47759: stdout chunk (state=3): >>> <<< 8484 1726867669.47803: 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<<< 8484 1726867669.47810: stdout chunk (state=3): >>> <<< 8484 1726867669.47893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'<<< 8484 1726867669.47953: stdout chunk (state=3): >>> <<< 8484 1726867669.48037: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'<<< 8484 1726867669.48062: stdout chunk (state=3): >>> <<< 8484 1726867669.48067: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 8484 1726867669.48069: stdout chunk (state=3): >>>import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70daedc290><<< 8484 1726867669.48095: stdout chunk (state=3): >>> <<< 8484 1726867669.48140: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dc96c4a0><<< 8484 1726867669.48182: 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 <<< 8484 1726867669.48217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'<<< 8484 1726867669.48296: stdout chunk (state=3): >>> # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867669.48335: 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 0x7f70daedd580> <<< 8484 1726867669.48365: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedc980> <<< 8484 1726867669.48398: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcd7c2f0> <<< 8484 1726867669.48464: 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 <<< 8484 1726867669.48490: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867669.48527: 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<<< 8484 1726867669.48551: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'<<< 8484 1726867669.48561: stdout chunk (state=3): >>> <<< 8484 1726867669.48611: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'<<< 8484 1726867669.48622: stdout chunk (state=3): >>> <<< 8484 1726867669.48657: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.48692: 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 0x7f70daf04aa0><<< 8484 1726867669.48744: stdout chunk (state=3): >>> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedfef0><<< 8484 1726867669.48747: stdout chunk (state=3): >>> <<< 8484 1726867669.48780: 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 <<< 8484 1726867669.48830: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'<<< 8484 1726867669.48882: 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 <<< 8484 1726867669.48909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'<<< 8484 1726867669.48941: 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' <<< 8484 1726867669.48996: stdout chunk (state=3): >>>import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf070b0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py<<< 8484 1726867669.49024: stdout chunk (state=3): >>> <<< 8484 1726867669.49047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'<<< 8484 1726867669.49068: 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<<< 8484 1726867669.49076: stdout chunk (state=3): >>> <<< 8484 1726867669.49092: 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 0x7f70daf07f80><<< 8484 1726867669.49140: 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<<< 8484 1726867669.49147: stdout chunk (state=3): >>> <<< 8484 1726867669.49163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.49252: stdout chunk (state=3): >>> <<< 8484 1726867669.49846: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'<<< 8484 1726867669.49866: stdout chunk (state=3): >>> <<< 8484 1726867669.49892: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 8484 1726867669.49895: stdout chunk (state=3): >>>import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70daf24890> <<< 8484 1726867669.49954: 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<<< 8484 1726867669.49960: stdout chunk (state=3): >>> <<< 8484 1726867669.49990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'<<< 8484 1726867669.50007: stdout chunk (state=3): >>> import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf245f0><<< 8484 1726867669.50028: stdout chunk (state=3): >>> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf24200><<< 8484 1726867669.50056: stdout chunk (state=3): >>> <<< 8484 1726867669.50079: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf06f90><<< 8484 1726867669.50119: stdout chunk (state=3): >>> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf06900><<< 8484 1726867669.50126: stdout chunk (state=3): >>> <<< 8484 1726867669.50163: 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<<< 8484 1726867669.50208: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.50347: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'<<< 8484 1726867669.50395: stdout chunk (state=3): >>> # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70daf27830> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf074a0><<< 8484 1726867669.50401: stdout chunk (state=3): >>> <<< 8484 1726867669.50509: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf04da0><<< 8484 1726867669.50553: stdout chunk (state=3): >>> <<< 8484 1726867669.50580: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedf500><<< 8484 1726867669.50586: stdout chunk (state=3): >>> <<< 8484 1726867669.50620: 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<<< 8484 1726867669.50754: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.50841: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'<<< 8484 1726867669.50847: stdout chunk (state=3): >>> <<< 8484 1726867669.50868: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'<<< 8484 1726867669.50874: stdout chunk (state=3): >>> import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70daedfc20> <<< 8484 1726867669.50895: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedf980> <<< 8484 1726867669.50949: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedd700><<< 8484 1726867669.50952: stdout chunk (state=3): >>> <<< 8484 1726867669.51006: 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<<< 8484 1726867669.51010: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.51027: stdout chunk (state=3): >>> <<< 8484 1726867669.51032: stdout chunk (state=3): >>>import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf60ec0><<< 8484 1726867669.51075: 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<<< 8484 1726867669.51081: stdout chunk (state=3): >>> <<< 8484 1726867669.51126: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'<<< 8484 1726867669.51163: 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<<< 8484 1726867669.51168: stdout chunk (state=3): >>> <<< 8484 1726867669.51197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'<<< 8484 1726867669.51235: 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<<< 8484 1726867669.51240: stdout chunk (state=3): >>> <<< 8484 1726867669.51266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'<<< 8484 1726867669.51294: stdout chunk (state=3): >>> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf633b0><<< 8484 1726867669.51337: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 8484 1726867669.51342: stdout chunk (state=3): >>> <<< 8484 1726867669.51364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 8484 1726867669.51421: stdout chunk (state=3): >>> import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf63b90><<< 8484 1726867669.51425: stdout chunk (state=3): >>> <<< 8484 1726867669.51427: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf626f0><<< 8484 1726867669.51467: 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 <<< 8484 1726867669.51513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'<<< 8484 1726867669.51551: stdout chunk (state=3): >>> import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf903e0><<< 8484 1726867669.51565: stdout chunk (state=3): >>> <<< 8484 1726867669.51597: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf60e90><<< 8484 1726867669.51656: 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<<< 8484 1726867669.51676: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.51707: 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<<< 8484 1726867669.51717: stdout chunk (state=3): >>> <<< 8484 1726867669.51752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'<<< 8484 1726867669.51801: 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 <<< 8484 1726867669.52002: stdout chunk (state=3): >>># 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 0x7f70daf91e50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf913d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf911f0> # /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 <<< 8484 1726867669.52030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'<<< 8484 1726867669.52074: 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<<< 8484 1726867669.52118: stdout chunk (state=3): >>> <<< 8484 1726867669.52147: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'<<< 8484 1726867669.52218: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbce90><<< 8484 1726867669.52272: stdout chunk (state=3): >>> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867669.52358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'<<< 8484 1726867669.52372: stdout chunk (state=3): >>> <<< 8484 1726867669.52480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'<<< 8484 1726867669.52511: stdout chunk (state=3): >>> <<< 8484 1726867669.52541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867669.52564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867669.52589: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da88ef30> <<< 8484 1726867669.52624: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.52682: stdout chunk (state=3): >>> # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.52686: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70da88f290><<< 8484 1726867669.52769: stdout chunk (state=3): >>> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbf1a0> <<< 8484 1726867669.52811: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbd340> <<< 8484 1726867669.52855: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbc380><<< 8484 1726867669.52859: stdout chunk (state=3): >>> <<< 8484 1726867669.52915: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf925d0> <<< 8484 1726867669.52931: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf92330><<< 8484 1726867669.52973: 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<<< 8484 1726867669.53015: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'<<< 8484 1726867669.53050: 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<<< 8484 1726867669.53061: stdout chunk (state=3): >>> <<< 8484 1726867669.53109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py<<< 8484 1726867669.53142: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867669.53173: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8c8e00> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da88ff50><<< 8484 1726867669.53242: stdout chunk (state=3): >>> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf92b10> <<< 8484 1726867669.53275: 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 <<< 8484 1726867669.53309: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867669.53396: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8c94c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py <<< 8484 1726867669.53400: 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 0x7f70da8c9880><<< 8484 1726867669.53440: 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<<< 8484 1726867669.53444: stdout chunk (state=3): >>> <<< 8484 1726867669.53509: 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 0x7f70da8c9940> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py<<< 8484 1726867669.53513: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.53515: stdout chunk (state=3): >>> <<< 8484 1726867669.53563: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8c9a60> # /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<<< 8484 1726867669.53567: stdout chunk (state=3): >>> <<< 8484 1726867669.53615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'<<< 8484 1726867669.53654: 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<<< 8484 1726867669.53669: stdout chunk (state=3): >>> <<< 8484 1726867669.53710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'<<< 8484 1726867669.53956: 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 0x7f70da8e8620> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8ca750><<< 8484 1726867669.53961: stdout chunk (state=3): >>> <<< 8484 1726867669.53964: 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 <<< 8484 1726867669.53966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8e8800><<< 8484 1726867669.54016: 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 <<< 8484 1726867669.54026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'<<< 8484 1726867669.54073: stdout chunk (state=3): >>> import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8e88f0><<< 8484 1726867669.54130: stdout chunk (state=3): >>> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8c9730><<< 8484 1726867669.54148: 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<<< 8484 1726867669.54165: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'<<< 8484 1726867669.54184: stdout chunk (state=3): >>> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8e8950><<< 8484 1726867669.54215: 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<<< 8484 1726867669.54250: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'<<< 8484 1726867669.54299: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py<<< 8484 1726867669.54310: stdout chunk (state=3): >>> <<< 8484 1726867669.54432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'<<< 8484 1726867669.54459: stdout chunk (state=3): >>> <<< 8484 1726867669.54553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867669.54634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867669.54684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867669.54716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867669.54767: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.54802: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.54806: stdout chunk (state=3): >>>import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70da934440> <<< 8484 1726867669.54956: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da913860> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da9122d0><<< 8484 1726867669.54961: stdout chunk (state=3): >>> <<< 8484 1726867669.55203: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8ea210> <<< 8484 1726867669.55234: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8e9670> <<< 8484 1726867669.55282: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 8484 1726867669.55295: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 8484 1726867669.55312: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4fc260> <<< 8484 1726867669.55365: 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' <<< 8484 1726867669.55417: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd46cdd0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 8484 1726867669.55439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'<<< 8484 1726867669.55454: stdout chunk (state=3): >>> import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da950c20><<< 8484 1726867669.55490: 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 <<< 8484 1726867669.55518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'<<< 8484 1726867669.55521: stdout chunk (state=3): >>> import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da950e90><<< 8484 1726867669.55565: 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 <<< 8484 1726867669.55618: stdout chunk (state=3): >>># 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 <<< 8484 1726867669.55680: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da9517f0><<< 8484 1726867669.55686: stdout chunk (state=3): >>> <<< 8484 1726867669.55726: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da951280> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py <<< 8484 1726867669.55753: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da9526f0><<< 8484 1726867669.55786: stdout chunk (state=3): >>> import 'gc' # <<< 8484 1726867669.55791: stdout chunk (state=3): >>> <<< 8484 1726867669.55825: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dccfb6b0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa6150><<< 8484 1726867669.55855: stdout chunk (state=3): >>> <<< 8484 1726867669.56619: 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<<< 8484 1726867669.56651: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867669.56719: 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 0x7f70da9531d0><<< 8484 1726867669.56725: stdout chunk (state=3): >>> <<< 8484 1726867669.56805: 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' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py<<< 8484 1726867669.56809: stdout chunk (state=3): >>> <<< 8484 1726867669.56881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867669.57095: 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 # 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 0x7f70da727c80> # /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' <<< 8484 1726867669.57105: 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<<< 8484 1726867669.57126: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867669.57174: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py<<< 8484 1726867669.57197: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.57214: stdout chunk (state=3): >>> <<< 8484 1726867669.57394: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.57426: stdout chunk (state=3): >>> # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70da74dd00> <<< 8484 1726867669.57466: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da74d8b0> <<< 8484 1726867669.57501: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867669.57541: stdout chunk (state=3): >>> # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.57569: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70dd3070b0><<< 8484 1726867669.57586: stdout chunk (state=3): >>> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da74c770> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da727fb0><<< 8484 1726867669.57622: stdout chunk (state=3): >>> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da724ce0><<< 8484 1726867669.57628: stdout chunk (state=3): >>> <<< 8484 1726867669.57666: 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<<< 8484 1726867669.57674: stdout chunk (state=3): >>> <<< 8484 1726867669.57686: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'<<< 8484 1726867669.57710: stdout chunk (state=3): >>> import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da727a70><<< 8484 1726867669.57747: 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<<< 8484 1726867669.57753: stdout chunk (state=3): >>> <<< 8484 1726867669.57801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.57835: 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 <<< 8484 1726867669.57878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'<<< 8484 1726867669.57932: stdout chunk (state=3): >>> import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7631a0><<< 8484 1726867669.57937: stdout chunk (state=3): >>> <<< 8484 1726867669.58005: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da761cd0><<< 8484 1726867669.58009: stdout chunk (state=3): >>> <<< 8484 1726867669.58042: 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<<< 8484 1726867669.58067: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'<<< 8484 1726867669.58093: stdout chunk (state=3): >>> import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7889b0><<< 8484 1726867669.58125: 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 <<< 8484 1726867669.58159: 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 0x7f70da788cb0><<< 8484 1726867669.58202: 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<<< 8484 1726867669.58206: stdout chunk (state=3): >>> <<< 8484 1726867669.58219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'<<< 8484 1726867669.58241: stdout chunk (state=3): >>> import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da788f20><<< 8484 1726867669.58287: 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<<< 8484 1726867669.58293: stdout chunk (state=3): >>> <<< 8484 1726867669.58313: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'<<< 8484 1726867669.58336: stdout chunk (state=3): >>> import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7891c0><<< 8484 1726867669.58376: 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<<< 8484 1726867669.58383: stdout chunk (state=3): >>> <<< 8484 1726867669.58389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'<<< 8484 1726867669.58430: 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<<< 8484 1726867669.58433: stdout chunk (state=3): >>> <<< 8484 1726867669.58485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'<<< 8484 1726867669.58541: stdout chunk (state=3): >>> import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7898e0><<< 8484 1726867669.58544: stdout chunk (state=3): >>> <<< 8484 1726867669.58573: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da789730><<< 8484 1726867669.58578: stdout chunk (state=3): >>> <<< 8484 1726867669.58599: 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<<< 8484 1726867669.58619: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'<<< 8484 1726867669.58638: stdout chunk (state=3): >>> import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da78b1d0><<< 8484 1726867669.58679: 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 <<< 8484 1726867669.58708: 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 0x7f70da78b2c0><<< 8484 1726867669.58731: 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<<< 8484 1726867669.58747: stdout chunk (state=3): >>> <<< 8484 1726867669.58808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da78b500><<< 8484 1726867669.58814: stdout chunk (state=3): >>> <<< 8484 1726867669.58867: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'<<< 8484 1726867669.58876: stdout chunk (state=3): >>> <<< 8484 1726867669.58904: 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<<< 8484 1726867669.58936: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867669.58965: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a0470><<< 8484 1726867669.58986: stdout chunk (state=3): >>> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da78bce0><<< 8484 1726867669.59022: 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 <<< 8484 1726867669.59054: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'<<< 8484 1726867669.59072: stdout chunk (state=3): >>> import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a1010><<< 8484 1726867669.59119: 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<<< 8484 1726867669.59122: stdout chunk (state=3): >>> <<< 8484 1726867669.59134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'<<< 8484 1726867669.59150: stdout chunk (state=3): >>> import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a1460><<< 8484 1726867669.59188: 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 <<< 8484 1726867669.59221: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'<<< 8484 1726867669.59236: stdout chunk (state=3): >>> import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a1640><<< 8484 1726867669.59278: 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<<< 8484 1726867669.59283: stdout chunk (state=3): >>> <<< 8484 1726867669.59320: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'<<< 8484 1726867669.59366: stdout chunk (state=3): >>> import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a1910><<< 8484 1726867669.59373: stdout chunk (state=3): >>> <<< 8484 1726867669.59410: 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<<< 8484 1726867669.59416: stdout chunk (state=3): >>> <<< 8484 1726867669.59442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a2810><<< 8484 1726867669.59482: 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<<< 8484 1726867669.59484: stdout chunk (state=3): >>> <<< 8484 1726867669.59520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a2a80> <<< 8484 1726867669.59574: 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'<<< 8484 1726867669.59603: stdout chunk (state=3): >>> import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a2c90><<< 8484 1726867669.59607: stdout chunk (state=3): >>> <<< 8484 1726867669.59653: 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<<< 8484 1726867669.59700: stdout chunk (state=3): >>> # 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 <<< 8484 1726867669.59722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' <<< 8484 1726867669.59762: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a3860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a33b0><<< 8484 1726867669.59795: 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<<< 8484 1726867669.59800: stdout chunk (state=3): >>> <<< 8484 1726867669.59859: stdout chunk (state=3): >>># 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<<< 8484 1726867669.59867: stdout chunk (state=3): >>> <<< 8484 1726867669.59889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'<<< 8484 1726867669.59910: stdout chunk (state=3): >>> import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7c86e0><<< 8484 1726867669.59926: stdout chunk (state=3): >>> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a3fe0><<< 8484 1726867669.59963: 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 <<< 8484 1726867669.59994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'<<< 8484 1726867669.60005: stdout chunk (state=3): >>> import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7c9340><<< 8484 1726867669.60042: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867669.60087: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'<<< 8484 1726867669.60112: stdout chunk (state=3): >>> import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7c9640><<< 8484 1726867669.60118: stdout chunk (state=3): >>> <<< 8484 1726867669.60151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'<<< 8484 1726867669.60176: stdout chunk (state=3): >>> import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7ca570><<< 8484 1726867669.60216: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py <<< 8484 1726867669.60220: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'<<< 8484 1726867669.60273: stdout chunk (state=3): >>> import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7ca810> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 8484 1726867669.60292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'<<< 8484 1726867669.60314: stdout chunk (state=3): >>> import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7ca9c0><<< 8484 1726867669.60331: stdout chunk (state=3): >>> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da953620><<< 8484 1726867669.60353: stdout chunk (state=3): >>> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da9533b0><<< 8484 1726867669.60387: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da952ae0> <<< 8484 1726867669.60430: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'<<< 8484 1726867669.60487: 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<<< 8484 1726867669.60494: stdout chunk (state=3): >>> <<< 8484 1726867669.60515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.60559: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb0e0><<< 8484 1726867669.60602: 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<<< 8484 1726867669.60612: stdout chunk (state=3): >>> <<< 8484 1726867669.60658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 8484 1726867669.60731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'<<< 8484 1726867669.60786: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py<<< 8484 1726867669.60799: stdout chunk (state=3): >>> <<< 8484 1726867669.60842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867669.60971: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7ed820> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 8484 1726867669.61122: stdout chunk (state=3): >>># 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 <<< 8484 1726867669.61147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867669.61199: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7eef00> <<< 8484 1726867669.61318: 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'<<< 8484 1726867669.61321: stdout chunk (state=3): >>> <<< 8484 1726867669.61369: stdout chunk (state=3): >>>import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70da7ee180> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7edd30> <<< 8484 1726867669.61374: 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 <<< 8484 1726867669.61403: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867669.61444: 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<<< 8484 1726867669.61482: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da53c890> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da523c80><<< 8484 1726867669.61523: 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<<< 8484 1726867669.61535: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.61591: 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 <<< 8484 1726867669.61644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'<<< 8484 1726867669.61680: stdout chunk (state=3): >>> <<< 8484 1726867669.61730: 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<<< 8484 1726867669.61736: stdout chunk (state=3): >>> <<< 8484 1726867669.61779: 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 0x7f70da53f7d0> <<< 8484 1726867669.61825: 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'<<< 8484 1726867669.61837: stdout chunk (state=3): >>> import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da53f8f0><<< 8484 1726867669.61876: 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<<< 8484 1726867669.61924: stdout chunk (state=3): >>> <<< 8484 1726867669.61940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 8484 1726867669.62014: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da53cf20> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da53cbf0> <<< 8484 1726867669.62105: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb650> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 8484 1726867669.62127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'<<< 8484 1726867669.62167: stdout chunk (state=3): >>> import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7eca70> <<< 8484 1726867669.62199: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb3b0><<< 8484 1726867669.62216: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da953380><<< 8484 1726867669.62267: 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 <<< 8484 1726867669.62384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867669.62403: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da566330> <<< 8484 1726867669.62425: 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 <<< 8484 1726867669.62493: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'<<< 8484 1726867669.62498: stdout chunk (state=3): >>> <<< 8484 1726867669.62533: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da566c00> # /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 <<< 8484 1726867669.62572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da567bf0><<< 8484 1726867669.62620: 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 <<< 8484 1726867669.62654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'<<< 8484 1726867669.62657: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da590290><<< 8484 1726867669.62693: 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 <<< 8484 1726867669.62750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 8484 1726867669.62775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867669.62810: 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'<<< 8484 1726867669.62881: stdout chunk (state=3): >>> # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.63099: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867669.63110: stdout chunk (state=3): >>>import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70da591940> <<< 8484 1726867669.63141: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da591310> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da590fb0><<< 8484 1726867669.63169: stdout chunk (state=3): >>> <<< 8484 1726867669.63205: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da590c50> # /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<<< 8484 1726867669.63225: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'<<< 8484 1726867669.63320: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da591040> <<< 8484 1726867669.63350: 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<<< 8484 1726867669.63382: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867669.63433: 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<<< 8484 1726867669.63436: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867669.63497: 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<<< 8484 1726867669.63500: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'<<< 8484 1726867669.63537: stdout chunk (state=3): >>> import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da593620> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 8484 1726867669.63589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5936e0><<< 8484 1726867669.63600: stdout chunk (state=3): >>> <<< 8484 1726867669.63640: 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'<<< 8484 1726867669.63768: stdout chunk (state=3): >>> <<< 8484 1726867669.63828: 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'<<< 8484 1726867669.63833: stdout chunk (state=3): >>> <<< 8484 1726867669.63895: stdout chunk (state=3): >>>import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70da593e00> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da593c80> <<< 8484 1726867669.63899: 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 <<< 8484 1726867669.63949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 8484 1726867669.63976: 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 <<< 8484 1726867669.63991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 8484 1726867669.64064: 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 <<< 8484 1726867669.64218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867669.64255: 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 <<< 8484 1726867669.64314: 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 0x7f70da5c23c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 8484 1726867669.64342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'<<< 8484 1726867669.64377: stdout chunk (state=3): >>> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py<<< 8484 1726867669.64393: stdout chunk (state=3): >>> <<< 8484 1726867669.64564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c35c0> # /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 0x7f70da5c3830> # /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 0x7f70da5c39b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c37d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c30b0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c2540> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c17f0> <<< 8484 1726867669.64609: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c0da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c0620> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da593110><<< 8484 1726867669.64656: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da592600> <<< 8484 1726867669.64692: 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<<< 8484 1726867669.64715: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'<<< 8484 1726867669.64731: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c3290><<< 8484 1726867669.64779: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867669.64803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'<<< 8484 1726867669.64817: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c3e90><<< 8484 1726867669.64872: 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<<< 8484 1726867669.64895: 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 0x7f70da5ec7a0><<< 8484 1726867669.64923: 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 <<< 8484 1726867669.64974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'<<< 8484 1726867669.64978: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5ecb30><<< 8484 1726867669.65010: 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 <<< 8484 1726867669.65048: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'<<< 8484 1726867669.65088: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5ed430><<< 8484 1726867669.65116: 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 <<< 8484 1726867669.65159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'<<< 8484 1726867669.65222: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5edfa0> <<< 8484 1726867669.85607: stdout chunk (state=3): >>> <<< 8484 1726867669.85613: 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}}}<<< 8484 1726867669.85665: stdout chunk (state=3): >>> <<< 8484 1726867669.87371: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 8484 1726867669.88085: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 8484 1726867669.88092: stdout chunk (state=3): >>> <<< 8484 1726867669.88141: stdout chunk (state=3): >>># clear sys.path_hooks <<< 8484 1726867669.88145: stdout chunk (state=3): >>># clear builtins._ <<< 8484 1726867669.88150: stdout chunk (state=3): >>># clear sys.path<<< 8484 1726867669.88174: stdout chunk (state=3): >>> # clear sys.argv <<< 8484 1726867669.88198: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value<<< 8484 1726867669.88228: stdout chunk (state=3): >>> # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 8484 1726867669.88266: 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<<< 8484 1726867669.88299: stdout chunk (state=3): >>> # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site<<< 8484 1726867669.88334: stdout chunk (state=3): >>> # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # 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<<< 8484 1726867669.88376: stdout chunk (state=3): >>> # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2<<< 8484 1726867669.88405: stdout chunk (state=3): >>> # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib<<< 8484 1726867669.88425: stdout chunk (state=3): >>> # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 8484 1726867669.88465: 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<<< 8484 1726867669.88472: stdout chunk (state=3): >>> # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale<<< 8484 1726867669.88501: stdout chunk (state=3): >>> # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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<<< 8484 1726867669.88530: stdout chunk (state=3): >>> # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon<<< 8484 1726867669.88572: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes<<< 8484 1726867669.88592: stdout chunk (state=3): >>> # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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<<< 8484 1726867669.88620: 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<<< 8484 1726867669.88624: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88646: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88667: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88692: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88722: stdout chunk (state=3): >>> # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase<<< 8484 1726867669.88751: stdout chunk (state=3): >>> # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl <<< 8484 1726867669.88777: stdout chunk (state=3): >>># cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # 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<<< 8484 1726867669.88806: stdout chunk (state=3): >>> # 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 <<< 8484 1726867669.88835: stdout chunk (state=3): >>># 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<<< 8484 1726867669.88865: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88899: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88935: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88957: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.88980: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.89007: stdout chunk (state=3): >>> # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check<<< 8484 1726867669.89032: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.89057: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.89072: stdout chunk (state=3): >>> # 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 <<< 8484 1726867669.89096: stdout chunk (state=3): >>># 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<<< 8484 1726867669.89116: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.89134: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.89160: stdout chunk (state=3): >>> # 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 <<< 8484 1726867669.89187: stdout chunk (state=3): >>># 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<<< 8484 1726867669.89217: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.89260: stdout chunk (state=3): >>> # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade <<< 8484 1726867669.90284: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 8484 1726867669.90308: stdout chunk (state=3): >>> # destroy _bz2<<< 8484 1726867669.90331: stdout chunk (state=3): >>> # destroy _lzma<<< 8484 1726867669.90334: stdout chunk (state=3): >>> # destroy bz2<<< 8484 1726867669.90377: stdout chunk (state=3): >>> # destroy lzma # destroy zipfile._path <<< 8484 1726867669.90385: stdout chunk (state=3): >>># destroy zipfile<<< 8484 1726867669.90418: stdout chunk (state=3): >>> # destroy pathlib # destroy zipfile._path.glob # destroy ntpath<<< 8484 1726867669.90424: stdout chunk (state=3): >>> <<< 8484 1726867669.90460: stdout chunk (state=3): >>># destroy zipimport # destroy __main__<<< 8484 1726867669.90482: stdout chunk (state=3): >>> # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp<<< 8484 1726867669.90489: stdout chunk (state=3): >>> # destroy syslog<<< 8484 1726867669.90536: stdout chunk (state=3): >>> # destroy selinux<<< 8484 1726867669.90545: stdout chunk (state=3): >>> <<< 8484 1726867669.90574: stdout chunk (state=3): >>># destroy distro<<< 8484 1726867669.90580: stdout chunk (state=3): >>> <<< 8484 1726867669.90761: stdout chunk (state=3): >>># 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 <<< 8484 1726867669.90797: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings<<< 8484 1726867669.90804: stdout chunk (state=3): >>> # cleanup[3] wiping _decimal<<< 8484 1726867669.90840: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.cli <<< 8484 1726867669.90843: stdout chunk (state=3): >>># destroy dnf.cli.format <<< 8484 1726867669.90864: stdout chunk (state=3): >>># destroy dnf.cli.term<<< 8484 1726867669.90882: stdout chunk (state=3): >>> <<< 8484 1726867669.90904: stdout chunk (state=3): >>># destroy dnf.cli.progress <<< 8484 1726867669.90909: stdout chunk (state=3): >>># destroy dnf.cli.aliases<<< 8484 1726867669.90919: stdout chunk (state=3): >>> <<< 8484 1726867669.90940: stdout chunk (state=3): >>># destroy dnf.cli.option_parser <<< 8484 1726867669.90967: stdout chunk (state=3): >>># destroy dnf.cli.demand <<< 8484 1726867669.90972: stdout chunk (state=3): >>># destroy dnf.cli.cli<<< 8484 1726867669.90975: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.cli.commands.upgrademinimal<<< 8484 1726867669.91000: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo <<< 8484 1726867669.91031: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module <<< 8484 1726867669.91072: stdout chunk (state=3): >>># 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<<< 8484 1726867669.91102: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.91123: stdout chunk (state=3): >>> # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans<<< 8484 1726867669.91145: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.91179: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.91209: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.91233: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast<<< 8484 1726867669.91267: stdout chunk (state=3): >>> # destroy dis # destroy token # cleanup[3] wiping _opcode <<< 8484 1726867669.91284: stdout chunk (state=3): >>># cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction<<< 8484 1726867669.91308: stdout chunk (state=3): >>> # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc<<< 8484 1726867669.91327: stdout chunk (state=3): >>> # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey<<< 8484 1726867669.91354: stdout chunk (state=3): >>> # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm<<< 8484 1726867669.91380: stdout chunk (state=3): >>> # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf<<< 8484 1726867669.91411: stdout chunk (state=3): >>> # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo<<< 8484 1726867669.91432: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf<<< 8484 1726867669.91455: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._common_types<<< 8484 1726867669.91469: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text<<< 8484 1726867669.91503: stdout chunk (state=3): >>> # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request<<< 8484 1726867669.91525: stdout chunk (state=3): >>> # destroy bisect # cleanup[3] wiping urllib.error<<< 8484 1726867669.91551: stdout chunk (state=3): >>> # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl<<< 8484 1726867669.91567: stdout chunk (state=3): >>> # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application<<< 8484 1726867669.91592: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.91612: stdout chunk (state=3): >>> # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser<<< 8484 1726867669.91650: stdout chunk (state=3): >>> # cleanup[3] wiping email._encoded_words<<< 8484 1726867669.91665: stdout chunk (state=3): >>> # cleanup[3] wiping email._policybase<<< 8484 1726867669.91681: stdout chunk (state=3): >>> # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr<<< 8484 1726867669.91704: stdout chunk (state=3): >>> # cleanup[3] wiping calendar # cleanup[3] wiping email.header<<< 8484 1726867669.91723: stdout chunk (state=3): >>> # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime<<< 8484 1726867669.91737: stdout chunk (state=3): >>> # cleanup[3] wiping email.errors<<< 8484 1726867669.91755: stdout chunk (state=3): >>> # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base<<< 8484 1726867669.91777: stdout chunk (state=3): >>> # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr<<< 8484 1726867669.91797: stdout chunk (state=3): >>> # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders<<< 8484 1726867669.91827: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.91859: stdout chunk (state=3): >>> # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian<<< 8484 1726867669.91878: 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<<< 8484 1726867669.91892: stdout chunk (state=3): >>> # cleanup[3] wiping socket # cleanup[3] wiping array<<< 8484 1726867669.91912: stdout chunk (state=3): >>> # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader<<< 8484 1726867669.91933: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers<<< 8484 1726867669.91949: stdout chunk (state=3): >>> # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid<<< 8484 1726867669.91972: stdout chunk (state=3): >>> # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize<<< 8484 1726867669.91991: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize<<< 8484 1726867669.92005: stdout chunk (state=3): >>> # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex<<< 8484 1726867669.92030: stdout chunk (state=3): >>> # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd<<< 8484 1726867669.92044: stdout chunk (state=3): >>> # cleanup[3] wiping locale<<< 8484 1726867669.92055: stdout chunk (state=3): >>> # destroy encodings<<< 8484 1726867669.92074: stdout chunk (state=3): >>> # cleanup[3] wiping _locale<<< 8484 1726867669.92096: stdout chunk (state=3): >>> # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit<<< 8484 1726867669.92111: stdout chunk (state=3): >>> # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json<<< 8484 1726867669.92134: stdout chunk (state=3): >>> # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress<<< 8484 1726867669.92153: stdout chunk (state=3): >>> # cleanup[3] wiping urllib<<< 8484 1726867669.92162: stdout chunk (state=3): >>> # destroy urllib.response <<< 8484 1726867669.92185: stdout chunk (state=3): >>># destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile<<< 8484 1726867669.92198: stdout chunk (state=3): >>> # cleanup[3] wiping weakref<<< 8484 1726867669.92217: stdout chunk (state=3): >>> # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2<<< 8484 1726867669.92220: stdout chunk (state=3): >>> # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math<<< 8484 1726867669.92251: stdout chunk (state=3): >>> # cleanup[3] wiping shutil # cleanup[3] wiping zlib <<< 8484 1726867669.92272: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util<<< 8484 1726867669.92299: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc<<< 8484 1726867669.92304: stdout chunk (state=3): >>> # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 8484 1726867669.92327: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap<<< 8484 1726867669.92336: stdout chunk (state=3): >>> # cleanup[3] wiping base64 # cleanup[3] wiping binascii<<< 8484 1726867669.92356: stdout chunk (state=3): >>> # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler<<< 8484 1726867669.92379: stdout chunk (state=3): >>> # destroy enum<<< 8484 1726867669.92389: stdout chunk (state=3): >>> # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 8484 1726867669.92405: stdout chunk (state=3): >>> # cleanup[3] wiping _sre<<< 8484 1726867669.92428: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 8484 1726867669.92431: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc<<< 8484 1726867669.92457: stdout chunk (state=3): >>> # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator<<< 8484 1726867669.92484: stdout chunk (state=3): >>> # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath<<< 8484 1726867669.92502: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath<<< 8484 1726867669.92523: stdout chunk (state=3): >>> # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc<<< 8484 1726867669.92536: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.92569: stdout chunk (state=3): >>> # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 8484 1726867669.92576: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings<<< 8484 1726867669.92603: stdout chunk (state=3): >>> # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 8484 1726867669.92611: stdout chunk (state=3): >>> <<< 8484 1726867669.92661: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867669.92665: stdout chunk (state=3): >>># destroy _dbus_bindings<<< 8484 1726867669.92690: stdout chunk (state=3): >>> # destroy decimal <<< 8484 1726867669.92704: stdout chunk (state=3): >>># destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon<<< 8484 1726867669.92954: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867669.93645: stdout chunk (state=3): >>># destroy sys.monitoring<<< 8484 1726867669.93654: stdout chunk (state=3): >>> <<< 8484 1726867669.93677: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867669.93765: stdout chunk (state=3): >>># destroy _weakref <<< 8484 1726867669.93773: stdout chunk (state=3): >>># destroy _thread <<< 8484 1726867669.93794: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867669.93851: stdout chunk (state=3): >>># destroy platform<<< 8484 1726867669.93863: stdout chunk (state=3): >>> <<< 8484 1726867669.93907: stdout chunk (state=3): >>># destroy _uuid <<< 8484 1726867669.93913: stdout chunk (state=3): >>># destroy stat <<< 8484 1726867669.93915: stdout chunk (state=3): >>># destroy genericpath <<< 8484 1726867669.93937: stdout chunk (state=3): >>># destroy re._parser <<< 8484 1726867669.93951: stdout chunk (state=3): >>># destroy tokenize<<< 8484 1726867669.93958: stdout chunk (state=3): >>> <<< 8484 1726867669.94006: stdout chunk (state=3): >>># destroy _compat_pickle<<< 8484 1726867669.94013: stdout chunk (state=3): >>> <<< 8484 1726867669.94042: stdout chunk (state=3): >>># destroy libdnf._error<<< 8484 1726867669.94055: stdout chunk (state=3): >>> <<< 8484 1726867669.94059: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867669.94108: stdout chunk (state=3): >>># destroy _queue<<< 8484 1726867669.94124: stdout chunk (state=3): >>> <<< 8484 1726867669.94138: stdout chunk (state=3): >>># destroy array<<< 8484 1726867669.94148: stdout chunk (state=3): >>> # destroy copyreg<<< 8484 1726867669.94191: stdout chunk (state=3): >>> # destroy _pickle<<< 8484 1726867669.94207: stdout chunk (state=3): >>> <<< 8484 1726867669.94216: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error<<< 8484 1726867669.94248: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing<<< 8484 1726867669.94255: stdout chunk (state=3): >>> <<< 8484 1726867669.94355: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves<<< 8484 1726867669.94358: stdout chunk (state=3): >>> # destroy gzip<<< 8484 1726867669.94360: stdout chunk (state=3): >>> # destroy _frozen_importlib_external<<< 8484 1726867669.94362: stdout chunk (state=3): >>> # destroy _imp # destroy _io # destroy marshal # destroy unicodedata<<< 8484 1726867669.94400: stdout chunk (state=3): >>> # destroy _blake2<<< 8484 1726867669.94427: stdout chunk (state=3): >>> # destroy email<<< 8484 1726867669.94456: stdout chunk (state=3): >>> # destroy queue # destroy shlex # destroy pwd # destroy gettext<<< 8484 1726867669.94483: stdout chunk (state=3): >>> # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json<<< 8484 1726867669.94516: stdout chunk (state=3): >>> # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib<<< 8484 1726867669.94550: stdout chunk (state=3): >>> # destroy urllib.parse # destroy fnmatch<<< 8484 1726867669.94669: stdout chunk (state=3): >>> # destroy tempfile # destroy traceback <<< 8484 1726867669.94827: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse<<< 8484 1726867669.94867: stdout chunk (state=3): >>> # 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<<< 8484 1726867669.94984: stdout chunk (state=3): >>> # 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 <<< 8484 1726867669.95048: stdout chunk (state=3): >>># destroy _warnings <<< 8484 1726867669.95078: stdout chunk (state=3): >>># destroy posix <<< 8484 1726867669.95133: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string<<< 8484 1726867669.95216: stdout chunk (state=3): >>> # destroy _ssl<<< 8484 1726867669.95228: stdout chunk (state=3): >>> <<< 8484 1726867669.95363: stdout chunk (state=3): >>># clear sys.meta_path <<< 8484 1726867669.95378: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib<<< 8484 1726867669.95460: stdout chunk (state=3): >>> <<< 8484 1726867669.95667: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases<<< 8484 1726867669.95709: stdout chunk (state=3): >>> # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437<<< 8484 1726867669.95768: stdout chunk (state=3): >>> # destroy _codecs <<< 8484 1726867669.95775: stdout chunk (state=3): >>># destroy re # destroy _random <<< 8484 1726867669.95829: stdout chunk (state=3): >>># destroy _sre # destroy _operator <<< 8484 1726867669.95849: stdout chunk (state=3): >>># destroy _functools # clear sys.audit hooks<<< 8484 1726867669.95974: stdout chunk (state=3): >>> <<< 8484 1726867669.96887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867669.96890: stdout chunk (state=3): >>><<< 8484 1726867669.96892: stderr chunk (state=3): >>><<< 8484 1726867669.97040: _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 0x7f70ddfbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddf8bb00> # /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 0x7f70ddfbea50> 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 0x7f70ddfcd130> # /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 0x7f70ddfce120> 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 0x7f70dddf3f80> # /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 0x7f70dde00110> # /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 0x7f70dde23980> # /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 0x7f70dde23f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde03c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde012e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dddf1130> # /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 0x7f70dde47920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde46540> # /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 0x7f70dde02390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde44c80> # /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 0x7f70dde74950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dddf03b0> # /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 0x7f70dde74e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde74cb0> # 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 0x7f70dde750a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddde6ed0> # /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 0x7f70dde75790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde75460> 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 0x7f70dde76660> 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 0x7f70dde90890> 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 0x7f70dde91fd0> # /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 0x7f70dde92e70> # 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 0x7f70dde934a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde923c0> # /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 0x7f70dde93f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde93650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde766c0> # /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 0x7f70ddbcfdd0> # /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 0x7f70ddbfc920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfc680> # 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 0x7f70ddbfc830> # /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 0x7f70ddbfd190> # 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 0x7f70ddbfdac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbcdf70> # /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 0x7f70ddbfee40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbfd940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dde76db0> # /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 0x7f70ddc231d0> # /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 0x7f70ddc4f590> # /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 0x7f70ddca8380> # /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 0x7f70ddcaaae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddca84a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddc753a0> # /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 0x7f70dd525460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddc4e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ddbffda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f70ddc4e990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_013w9yu4/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 0x7f70dd57f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd55e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd55d250> # 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 0x7f70dd57cf50> # /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 0x7f70dd5a6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5a61b0> # /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 0x7f70dd5a6c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd57fc20> 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 0x7f70dd5a7860> # 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 0x7f70dd5a7a10> # /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 0x7f70dd5a7f20> 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 0x7f70dd411d60> # 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 0x7f70dd413980> # /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 0x7f70dd418380> # /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 0x7f70dd419280> # /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 0x7f70dd41bf20> # 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 0x7f70ddbfedb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41a1e0> # /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 0x7f70dd41fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41e6c0> # /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 0x7f70dd41ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd41a6f0> # 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 0x7f70dd463ef0> # /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 0x7f70dd464140> # /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 0x7f70dd465d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd465af0> # /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 0x7f70dd468290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd466420> # /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 0x7f70dd46ba40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd468410> # 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 0x7f70dd46c7a0> # 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 0x7f70dd46ca10> # 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 0x7f70dd46cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd464440> # /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 0x7f70dd4f8350> # 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 0x7f70dd4f9520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd46eae0> # 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 0x7f70dd46fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd46e6f0> # 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 0x7f70dd4fd760> # /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 0x7f70dd4fe480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4f95b0> 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 0x7f70dd4fe630> # 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 0x7f70dd4ff830> # 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 0x7f70dd30a150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd305a60> 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 0x7f70dd5faa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd5e26f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd30a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4fc140> # 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 0x7f70dd39c740> # /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 0x7f70dd39c980> # /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 0x7f70dd39d0d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39cc50> # /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 0x7f70dd39d9d0> # /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 0x7f70dd389880> # /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 0x7f70dd389700> # /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 0x7f70dcfda660> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39f170> # /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 0x7f70dcfed250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfdbdd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfdb170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39e630> # /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 0x7f70dd0591c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd0112e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd4ff440> # /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 0x7f70dd060c50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd05af90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd010dd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39e030> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39da60> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39d730> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd39c9e0> # /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 0x7f70dd39da90> # /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 0x7f70dd0612b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd060e60> # /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 0x7f70dd0619d0> # /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 0x7f70dd068770> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd049910> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd062b10> # /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 0x7f70dd0495b0> # /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 0x7f70dd07e7e0> # /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 0x7f70dd07f470> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dd07ef30> # /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 0x7f70dd07f920> # /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 0x7f70dd017e00> # /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 0x7f70dcfa4380> # 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 0x7f70dcfa7230> # /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 0x7f70dcfa7350> # /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 0x7f70dccfb560> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dccfadb0> # 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 0x7f70dccfaf90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa7890> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa64e0> # /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 0x7f70dcfa6f00> # /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 0x7f70dcd7cb90> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcd7c770> # /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 0x7f70dcda44a0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcd7cce0> # /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 0x7f70dc8bb620> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcda46b0> # /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 0x7f70dc9311f0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dc8bbaa0> # /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 0x7f70dc96c110> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dc931280> # /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 0x7f70daedc290> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dc96c4a0> # /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 0x7f70daedd580> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedc980> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcd7c2f0> # /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 0x7f70daf04aa0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedfef0> # /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 0x7f70daf070b0> # /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 0x7f70daf07f80> # /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 0x7f70daf24890> # /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 0x7f70daf245f0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf24200> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf06f90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf06900> # /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 0x7f70daf27830> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf074a0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf04da0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedf500> # /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 0x7f70daedfc20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedf980> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daedd700> # /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 0x7f70daf60ec0> # /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 0x7f70daf633b0> # /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 0x7f70daf63b90> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf626f0> # /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 0x7f70daf903e0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf60e90> # /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 0x7f70daf91e50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf913d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf911f0> # /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 0x7f70dafbce90> # /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 0x7f70da88ef30> # 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 0x7f70da88f290> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbf1a0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbd340> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dafbc380> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf925d0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf92330> # /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 0x7f70da8c8e00> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da88ff50> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70daf92b10> # /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 0x7f70da8c94c0> # /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 0x7f70da8c9880> # /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 0x7f70da8c9940> # /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 0x7f70da8c9a60> # /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 0x7f70da8e8620> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8ca750> # /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 0x7f70da8e8800> # /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 0x7f70da8e88f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8c9730> # /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 0x7f70da8e8950> # /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 0x7f70da934440> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da913860> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da9122d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8ea210> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da8e9670> # /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 0x7f70dd4fc260> # /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 0x7f70dd46cdd0> # /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 0x7f70da950c20> # /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 0x7f70da950e90> # /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 0x7f70da9517f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da951280> # /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 0x7f70da9526f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dccfb6b0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70dcfa6150> # /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 0x7f70da9531d0> # /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 0x7f70da727c80> # /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 0x7f70da74dd00> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da74d8b0> # 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 0x7f70dd3070b0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da74c770> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da727fb0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da724ce0> # /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 0x7f70da727a70> # /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 0x7f70da7631a0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da761cd0> # /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 0x7f70da7889b0> # /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 0x7f70da788cb0> # /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 0x7f70da788f20> # /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 0x7f70da7891c0> # /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 0x7f70da7898e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da789730> # /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 0x7f70da78b1d0> # /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 0x7f70da78b2c0> # /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 0x7f70da78b500> # /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 0x7f70da7a0470> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da78bce0> # /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 0x7f70da7a1010> # /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 0x7f70da7a1460> # /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 0x7f70da7a1640> # /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 0x7f70da7a1910> # /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 0x7f70da7a2810> # /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 0x7f70da7a2a80> # /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 0x7f70da7a2c90> # /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 0x7f70da7a3860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a33b0> # /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 0x7f70da7c86e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7a3fe0> # /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 0x7f70da7c9340> # /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 0x7f70da7c9640> # /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 0x7f70da7ca570> # /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 0x7f70da7ca810> # /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 0x7f70da7ca9c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da953620> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da9533b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da952ae0> # /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 0x7f70da7cb380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb0e0> # /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 0x7f70da7ed820> # /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 0x7f70da7eef00> # 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 0x7f70da7ee180> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7edd30> # /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 0x7f70da53c890> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da523c80> # /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 0x7f70da53f7d0> # /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 0x7f70da53f8f0> # /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 0x7f70da53cf20> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da53cbf0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb650> # /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 0x7f70da7eca70> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da7cb3b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da953380> # /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 0x7f70da566330> # /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 0x7f70da566c00> # /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 0x7f70da567bf0> # /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 0x7f70da590290> # /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 0x7f70da591940> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da591310> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da590fb0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da590c50> # /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 0x7f70da591040> # /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 0x7f70da593620> # /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 0x7f70da5936e0> # /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 0x7f70da593e00> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da593c80> # /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 0x7f70da5c23c0> # /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 0x7f70da5c35c0> # /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 0x7f70da5c3830> # /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 0x7f70da5c39b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c37d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c30b0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c2540> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c17f0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c0da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da5c0620> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da593110> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70da592600> # /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 0x7f70da5c3290> # /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 0x7f70da5c3e90> # /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 0x7f70da5ec7a0> # /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 0x7f70da5ecb30> # /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 0x7f70da5ed430> # /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 0x7f70da5edfa0> {"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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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 8484 1726867669.98698: 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-1726867668.8015304-8706-119208272955758/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867669.98701: _low_level_execute_command(): starting 8484 1726867669.98704: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867668.8015304-8706-119208272955758/ > /dev/null 2>&1 && sleep 0' 8484 1726867669.98706: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867669.98708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867669.98710: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867669.98712: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867669.98714: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867669.98716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867669.98791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867669.98869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867670.01508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867670.01533: stderr chunk (state=3): >>><<< 8484 1726867670.01536: stdout chunk (state=3): >>><<< 8484 1726867670.01552: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867670.01558: handler run complete 8484 1726867670.01594: attempt loop complete, returning result 8484 1726867670.01597: _execute() done 8484 1726867670.01600: dumping result to json 8484 1726867670.01602: done dumping result, returning 8484 1726867670.01616: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [02e58e3f-6ce9-dbaf-c049-0000000000dc] 8484 1726867670.01619: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000dc 8484 1726867670.01718: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000dc 8484 1726867670.01720: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867670.01803: no more pending results, returning what we have 8484 1726867670.01806: results queue empty 8484 1726867670.01807: checking for any_errors_fatal 8484 1726867670.01808: done checking for any_errors_fatal 8484 1726867670.01809: checking for max_fail_percentage 8484 1726867670.01811: done checking for max_fail_percentage 8484 1726867670.01811: checking to see if all hosts have failed and the running result is not ok 8484 1726867670.01812: done checking to see if all hosts have failed 8484 1726867670.01813: getting the remaining hosts for this loop 8484 1726867670.01814: done getting the remaining hosts for this loop 8484 1726867670.01818: getting the next task for host managed_node3 8484 1726867670.01825: done getting next task for host managed_node3 8484 1726867670.01828: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 8484 1726867670.01834: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867670.01843: getting variables 8484 1726867670.01845: in VariableManager get_vars() 8484 1726867670.01880: Calling all_inventory to load vars for managed_node3 8484 1726867670.01883: Calling groups_inventory to load vars for managed_node3 8484 1726867670.01885: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867670.01893: Calling all_plugins_play to load vars for managed_node3 8484 1726867670.01896: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867670.01898: Calling groups_plugins_play to load vars for managed_node3 8484 1726867670.02137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867670.02322: done with get_vars() 8484 1726867670.02331: done getting variables 8484 1726867670.02400: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 17:27:50 -0400 (0:00:01.292) 0:00:05.321 ****** 8484 1726867670.02436: entering _queue_task() for managed_node3/debug 8484 1726867670.02437: Creating lock for debug 8484 1726867670.02639: worker is 1 (out of 1 available) 8484 1726867670.02653: exiting _queue_task() for managed_node3/debug 8484 1726867670.02666: done queuing things up, now waiting for results queue to drain 8484 1726867670.02668: waiting for pending results... 8484 1726867670.02835: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 8484 1726867670.02931: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000dd 8484 1726867670.02941: variable 'ansible_search_path' from source: unknown 8484 1726867670.02944: variable 'ansible_search_path' from source: unknown 8484 1726867670.02980: calling self._execute() 8484 1726867670.03044: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.03047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.03056: variable 'omit' from source: magic vars 8484 1726867670.03136: variable 'omit' from source: magic vars 8484 1726867670.03183: variable 'omit' from source: magic vars 8484 1726867670.03220: variable 'omit' from source: magic vars 8484 1726867670.03238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867670.03266: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867670.03293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867670.03303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867670.03311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867670.03336: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867670.03339: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.03341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.03414: Set connection var ansible_pipelining to False 8484 1726867670.03419: Set connection var ansible_timeout to 10 8484 1726867670.03422: Set connection var ansible_connection to ssh 8484 1726867670.03431: Set connection var ansible_shell_type to sh 8484 1726867670.03434: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867670.03439: Set connection var ansible_shell_executable to /bin/sh 8484 1726867670.03457: variable 'ansible_shell_executable' from source: unknown 8484 1726867670.03460: variable 'ansible_connection' from source: unknown 8484 1726867670.03462: variable 'ansible_module_compression' from source: unknown 8484 1726867670.03464: variable 'ansible_shell_type' from source: unknown 8484 1726867670.03467: variable 'ansible_shell_executable' from source: unknown 8484 1726867670.03469: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.03473: variable 'ansible_pipelining' from source: unknown 8484 1726867670.03476: variable 'ansible_timeout' from source: unknown 8484 1726867670.03481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.03593: 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) 8484 1726867670.03606: variable 'omit' from source: magic vars 8484 1726867670.03609: starting attempt loop 8484 1726867670.03613: running the handler 8484 1726867670.03860: handler run complete 8484 1726867670.03881: attempt loop complete, returning result 8484 1726867670.03884: _execute() done 8484 1726867670.03887: dumping result to json 8484 1726867670.03889: done dumping result, returning 8484 1726867670.03895: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [02e58e3f-6ce9-dbaf-c049-0000000000dd] 8484 1726867670.03900: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000dd 8484 1726867670.03981: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000dd 8484 1726867670.03983: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 8484 1726867670.04045: no more pending results, returning what we have 8484 1726867670.04047: results queue empty 8484 1726867670.04048: checking for any_errors_fatal 8484 1726867670.04054: done checking for any_errors_fatal 8484 1726867670.04055: checking for max_fail_percentage 8484 1726867670.04056: done checking for max_fail_percentage 8484 1726867670.04057: checking to see if all hosts have failed and the running result is not ok 8484 1726867670.04057: done checking to see if all hosts have failed 8484 1726867670.04058: getting the remaining hosts for this loop 8484 1726867670.04059: done getting the remaining hosts for this loop 8484 1726867670.04062: getting the next task for host managed_node3 8484 1726867670.04067: done getting next task for host managed_node3 8484 1726867670.04072: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 8484 1726867670.04076: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867670.04084: getting variables 8484 1726867670.04085: in VariableManager get_vars() 8484 1726867670.04125: Calling all_inventory to load vars for managed_node3 8484 1726867670.04128: Calling groups_inventory to load vars for managed_node3 8484 1726867670.04129: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867670.04135: Calling all_plugins_play to load vars for managed_node3 8484 1726867670.04137: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867670.04138: Calling groups_plugins_play to load vars for managed_node3 8484 1726867670.04309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867670.04489: done with get_vars() 8484 1726867670.04496: done getting variables 8484 1726867670.04536: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 17:27:50 -0400 (0:00:00.021) 0:00:05.342 ****** 8484 1726867670.04559: entering _queue_task() for managed_node3/debug 8484 1726867670.04737: worker is 1 (out of 1 available) 8484 1726867670.04749: exiting _queue_task() for managed_node3/debug 8484 1726867670.04760: done queuing things up, now waiting for results queue to drain 8484 1726867670.04761: waiting for pending results... 8484 1726867670.04905: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 8484 1726867670.04984: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000de 8484 1726867670.05005: variable 'ansible_search_path' from source: unknown 8484 1726867670.05009: variable 'ansible_search_path' from source: unknown 8484 1726867670.05025: calling self._execute() 8484 1726867670.05079: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.05084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.05092: variable 'omit' from source: magic vars 8484 1726867670.05165: variable 'omit' from source: magic vars 8484 1726867670.05215: variable 'omit' from source: magic vars 8484 1726867670.05238: variable 'omit' from source: magic vars 8484 1726867670.05269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867670.05297: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867670.05314: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867670.05335: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867670.05339: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867670.05361: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867670.05364: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.05366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.05436: Set connection var ansible_pipelining to False 8484 1726867670.05440: Set connection var ansible_timeout to 10 8484 1726867670.05442: Set connection var ansible_connection to ssh 8484 1726867670.05453: Set connection var ansible_shell_type to sh 8484 1726867670.05457: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867670.05462: Set connection var ansible_shell_executable to /bin/sh 8484 1726867670.05480: variable 'ansible_shell_executable' from source: unknown 8484 1726867670.05483: variable 'ansible_connection' from source: unknown 8484 1726867670.05486: variable 'ansible_module_compression' from source: unknown 8484 1726867670.05488: variable 'ansible_shell_type' from source: unknown 8484 1726867670.05491: variable 'ansible_shell_executable' from source: unknown 8484 1726867670.05493: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.05498: variable 'ansible_pipelining' from source: unknown 8484 1726867670.05500: variable 'ansible_timeout' from source: unknown 8484 1726867670.05505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.05607: 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) 8484 1726867670.05614: variable 'omit' from source: magic vars 8484 1726867670.05620: starting attempt loop 8484 1726867670.05623: running the handler 8484 1726867670.05865: handler run complete 8484 1726867670.05889: attempt loop complete, returning result 8484 1726867670.05893: _execute() done 8484 1726867670.05896: dumping result to json 8484 1726867670.05898: done dumping result, returning 8484 1726867670.05904: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [02e58e3f-6ce9-dbaf-c049-0000000000de] 8484 1726867670.05906: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000de 8484 1726867670.05984: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000de 8484 1726867670.05988: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 8484 1726867670.06039: no more pending results, returning what we have 8484 1726867670.06042: results queue empty 8484 1726867670.06042: checking for any_errors_fatal 8484 1726867670.06046: done checking for any_errors_fatal 8484 1726867670.06047: checking for max_fail_percentage 8484 1726867670.06048: done checking for max_fail_percentage 8484 1726867670.06049: checking to see if all hosts have failed and the running result is not ok 8484 1726867670.06050: done checking to see if all hosts have failed 8484 1726867670.06050: getting the remaining hosts for this loop 8484 1726867670.06051: done getting the remaining hosts for this loop 8484 1726867670.06054: getting the next task for host managed_node3 8484 1726867670.06059: done getting next task for host managed_node3 8484 1726867670.06063: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 8484 1726867670.06067: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867670.06076: getting variables 8484 1726867670.06078: in VariableManager get_vars() 8484 1726867670.06104: Calling all_inventory to load vars for managed_node3 8484 1726867670.06107: Calling groups_inventory to load vars for managed_node3 8484 1726867670.06109: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867670.06116: Calling all_plugins_play to load vars for managed_node3 8484 1726867670.06119: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867670.06120: Calling groups_plugins_play to load vars for managed_node3 8484 1726867670.06266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867670.06463: done with get_vars() 8484 1726867670.06471: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 17:27:50 -0400 (0:00:00.019) 0:00:05.362 ****** 8484 1726867670.06525: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867670.06526: Creating lock for fedora.linux_system_roles.blivet 8484 1726867670.06706: worker is 1 (out of 1 available) 8484 1726867670.06720: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867670.06731: done queuing things up, now waiting for results queue to drain 8484 1726867670.06732: waiting for pending results... 8484 1726867670.06889: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 8484 1726867670.06974: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000df 8484 1726867670.06985: variable 'ansible_search_path' from source: unknown 8484 1726867670.06989: variable 'ansible_search_path' from source: unknown 8484 1726867670.07021: calling self._execute() 8484 1726867670.07082: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.07086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.07094: variable 'omit' from source: magic vars 8484 1726867670.07451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867670.07623: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867670.07656: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867670.07684: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867670.07710: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867670.07772: 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) 8484 1726867670.07793: 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) 8484 1726867670.07814: 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) 8484 1726867670.07832: 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) 8484 1726867670.07938: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867670.07941: variable 'omit' from source: magic vars 8484 1726867670.07986: variable 'omit' from source: magic vars 8484 1726867670.08075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867670.09579: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867670.09620: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867670.09650: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867670.09674: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867670.09695: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867670.09730: 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) 8484 1726867670.09753: 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) 8484 1726867670.09772: 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) 8484 1726867670.09799: 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) 8484 1726867670.09812: 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) 8484 1726867670.09968: variable 'storage_use_partitions' from source: role '' defaults 8484 1726867670.09978: variable 'storage_disklabel_type' from source: role '' defaults 8484 1726867670.09981: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867670.10030: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867670.10092: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867670.10137: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867670.10204: variable 'omit' from source: magic vars 8484 1726867670.10226: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867670.10246: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867670.10262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867670.10277: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867670.10285: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867670.10316: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867670.10319: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.10322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.10385: Set connection var ansible_pipelining to False 8484 1726867670.10393: Set connection var ansible_timeout to 10 8484 1726867670.10398: Set connection var ansible_connection to ssh 8484 1726867670.10400: Set connection var ansible_shell_type to sh 8484 1726867670.10410: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867670.10413: Set connection var ansible_shell_executable to /bin/sh 8484 1726867670.10432: variable 'ansible_shell_executable' from source: unknown 8484 1726867670.10435: variable 'ansible_connection' from source: unknown 8484 1726867670.10438: variable 'ansible_module_compression' from source: unknown 8484 1726867670.10440: variable 'ansible_shell_type' from source: unknown 8484 1726867670.10442: variable 'ansible_shell_executable' from source: unknown 8484 1726867670.10444: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867670.10446: variable 'ansible_pipelining' from source: unknown 8484 1726867670.10449: variable 'ansible_timeout' from source: unknown 8484 1726867670.10453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867670.10545: 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__) 8484 1726867670.10553: variable 'omit' from source: magic vars 8484 1726867670.10562: starting attempt loop 8484 1726867670.10565: running the handler 8484 1726867670.10578: _low_level_execute_command(): starting 8484 1726867670.10584: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867670.11094: 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 <<< 8484 1726867670.11107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867670.11110: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867670.11113: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867670.11163: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867670.11166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867670.11175: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867670.11283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867670.13669: stdout chunk (state=3): >>>/root <<< 8484 1726867670.13809: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867670.13835: stderr chunk (state=3): >>><<< 8484 1726867670.13838: stdout chunk (state=3): >>><<< 8484 1726867670.13860: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867670.13873: _low_level_execute_command(): starting 8484 1726867670.13877: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868 `" && echo ansible-tmp-1726867670.1385858-8745-186153228349868="` echo /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868 `" ) && sleep 0' 8484 1726867670.14316: 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 <<< 8484 1726867670.14319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867670.14321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867670.14323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867670.14373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867670.14378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867670.14482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867670.17358: stdout chunk (state=3): >>>ansible-tmp-1726867670.1385858-8745-186153228349868=/root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868 <<< 8484 1726867670.17514: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867670.17539: stderr chunk (state=3): >>><<< 8484 1726867670.17542: stdout chunk (state=3): >>><<< 8484 1726867670.17557: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867670.1385858-8745-186153228349868=/root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867670.17597: variable 'ansible_module_compression' from source: unknown 8484 1726867670.17650: ANSIBALLZ: Using lock for fedora.linux_system_roles.blivet 8484 1726867670.17655: ANSIBALLZ: Acquiring lock 8484 1726867670.17657: ANSIBALLZ: Lock acquired: 140415007592896 8484 1726867670.17660: ANSIBALLZ: Creating module 8484 1726867670.28977: ANSIBALLZ: Writing module into payload 8484 1726867670.29200: ANSIBALLZ: Writing module 8484 1726867670.29232: ANSIBALLZ: Renaming module 8484 1726867670.29247: ANSIBALLZ: Done creating module 8484 1726867670.29275: variable 'ansible_facts' from source: unknown 8484 1726867670.29358: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py 8484 1726867670.29718: Sending initial data 8484 1726867670.29721: Sent initial data (153 bytes) 8484 1726867670.30459: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867670.30490: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867670.30503: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867670.30551: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867670.30563: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867670.30668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867670.33036: 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 <<< 8484 1726867670.33129: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867670.33256: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp6t9excsf /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py <<< 8484 1726867670.33265: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py" <<< 8484 1726867670.33351: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp6t9excsf" to remote "/root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py" <<< 8484 1726867670.34479: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867670.34520: stderr chunk (state=3): >>><<< 8484 1726867670.34529: stdout chunk (state=3): >>><<< 8484 1726867670.34554: done transferring module to remote 8484 1726867670.34578: _low_level_execute_command(): starting 8484 1726867670.34595: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/ /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py && sleep 0' 8484 1726867670.35285: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867670.35306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867670.35328: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867670.35414: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867670.35449: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867670.35574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867670.38258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867670.38262: stderr chunk (state=3): >>><<< 8484 1726867670.38264: stdout chunk (state=3): >>><<< 8484 1726867670.38364: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867670.38367: _low_level_execute_command(): starting 8484 1726867670.38372: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/AnsiballZ_blivet.py && sleep 0' 8484 1726867670.38915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867670.38931: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867670.38946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867670.38964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867670.39060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867670.39085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867670.39100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867670.39328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867670.42502: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867670.42531: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867670.42774: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867670.42820: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867670.42879: 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' <<< 8484 1726867670.42923: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867670.42956: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867670.43023: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867670.43027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867670.43038: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76411104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76410dfb30> <<< 8484 1726867670.43087: 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' <<< 8484 1726867670.43114: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7641112a50> import '_signal' # <<< 8484 1726867670.43155: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867670.43196: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867670.43200: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867670.43237: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867670.43363: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867670.43400: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867670.43453: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867670.43499: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 8484 1726867670.43510: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867670.43549: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867670.43582: 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' <<< 8484 1726867670.43784: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640ec1130> <<< 8484 1726867670.43811: 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 0x7f7640ec2120> 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. <<< 8484 1726867670.44190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867670.44221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867670.44257: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867670.44275: 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 <<< 8484 1726867670.44338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867670.44361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867670.44391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867670.44473: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f07f80> # /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' <<< 8484 1726867670.44495: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f14110> <<< 8484 1726867670.44517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867670.44538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867670.44572: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867670.44667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.44696: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867670.44723: 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 0x7f7640f379b0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867670.44869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f37f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f17c50> import '_functools' # <<< 8484 1726867670.44881: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f15370> <<< 8484 1726867670.45025: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f05130> <<< 8484 1726867670.45053: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867670.45080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867670.45107: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867670.45124: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867670.45173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867670.45196: 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' <<< 8484 1726867670.45247: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f5b8f0> <<< 8484 1726867670.45279: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f5a510> <<< 8484 1726867670.45394: 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 0x7f7640f16360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f58d70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867670.45424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f88920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f043b0> # /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' <<< 8484 1726867670.45480: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867670.45497: 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 0x7f7640f88dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f88c80> <<< 8484 1726867670.45668: 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 0x7f7640f89070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640efaed0> # /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 0x7f7640f89760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f89430> import 'importlib.machinery' # <<< 8484 1726867670.45704: 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' <<< 8484 1726867670.45718: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f8a660> <<< 8484 1726867670.45750: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867670.45786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867670.45831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867670.45876: 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' <<< 8484 1726867670.45891: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640fa4890> <<< 8484 1726867670.45903: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867670.45940: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867670.45974: 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 0x7f7640fa5fd0> <<< 8484 1726867670.45992: 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' <<< 8484 1726867670.46009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867670.46029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867670.46060: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640fa6e40> <<< 8484 1726867670.46095: 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 0x7f7640fa74a0> <<< 8484 1726867670.46204: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640fa63c0> # /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' <<< 8484 1726867670.46208: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867670.46219: 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 0x7f7640fa7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640fa7650> <<< 8484 1726867670.46279: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f8a6c0> <<< 8484 1726867670.46316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867670.46345: 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 <<< 8484 1726867670.46389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867670.46577: 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 0x7f7640ce3da0> # /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 0x7f7640d0c8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0c650> <<< 8484 1726867670.46585: 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 0x7f7640d0c920> # /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' <<< 8484 1726867670.46651: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867670.46830: 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 0x7f7640d0d250> <<< 8484 1726867670.47204: 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 0x7f7640d0dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0cb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640ce1f40> # /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 0x7f7640d0f050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0dd90> <<< 8484 1726867670.47208: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f8adb0> <<< 8484 1726867670.47243: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867670.47326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.47385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867670.47388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867670.47445: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d373b0> <<< 8484 1726867670.47496: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867670.47524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.47545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867670.47574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867670.47627: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d5b770> <<< 8484 1726867670.47674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867670.47718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867670.47827: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867670.47839: 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 0x7f7640dbc590> <<< 8484 1726867670.48030: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867670.48169: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640dbecc0> <<< 8484 1726867670.48249: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640dbc6b0> <<< 8484 1726867670.48305: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d85580> <<< 8484 1726867670.48336: 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 0x7f7640bc1640> <<< 8484 1726867670.48379: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d5a570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0ff80> <<< 8484 1726867670.48580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867670.48603: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7640d5a690> <<< 8484 1726867670.48796: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_pkhe4yo4/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 8484 1726867670.49066: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867670.49086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867670.49397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c13380> import '_typing' # <<< 8484 1726867670.49612: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640bf6270> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640bf53d0> <<< 8484 1726867670.49655: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.49658: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867670.49736: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867670.49753: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.51900: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.53805: 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 0x7f7640c11250><<< 8484 1726867670.53842: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867670.53853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.53898: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867670.53920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867670.53941: 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' <<< 8484 1726867670.53978: 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 0x7f7640c42cf0> <<< 8484 1726867670.54036: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c42a80> <<< 8484 1726867670.54081: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c42390> <<< 8484 1726867670.54123: 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' <<< 8484 1726867670.54175: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c42de0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c13da0> <<< 8484 1726867670.54264: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7640c43a70> # 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 0x7f7640c43cb0> <<< 8484 1726867670.54473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c6c170> 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' <<< 8484 1726867670.54522: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640519f40> <<< 8484 1726867670.54579: 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 0x7f764051bb60> <<< 8484 1726867670.54593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867670.54618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867670.54676: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764051c560> <<< 8484 1726867670.54769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764051d700> <<< 8484 1726867670.54794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867670.54840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867670.54869: 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' <<< 8484 1726867670.54959: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640524200> <<< 8484 1726867670.55015: 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 0x7f7640524320> <<< 8484 1726867670.55145: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764051e4b0> # /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 <<< 8484 1726867670.55169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867670.55197: 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' <<< 8484 1726867670.55326: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640568080> import '_tokenize' # <<< 8484 1726867670.55364: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640526ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640526900> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867670.55378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867670.55496: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640526e70> <<< 8484 1726867670.55578: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764051f6e0> # 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 0x7f764056c200> <<< 8484 1726867670.55781: 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 0x7f764056c440> # /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 0x7f764056de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764056dc70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867670.55961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867670.56150: 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 0x7f76405703b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764056e570> # /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 <<< 8484 1726867670.56162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867670.56225: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640573b90> <<< 8484 1726867670.56429: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640570560> <<< 8484 1726867670.56520: 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 0x7f7640574920> <<< 8484 1726867670.56550: 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 0x7f7640574e30> <<< 8484 1726867670.56631: 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 0x7f7640574ce0> <<< 8484 1726867670.56657: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764056c5f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 8484 1726867670.56694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867670.56704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867670.56756: 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' <<< 8484 1726867670.56793: 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 0x7f7640400500> <<< 8484 1726867670.57092: 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 0x7f76404017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640576c90> <<< 8484 1726867670.57104: 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 0x7f7640577890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76405768d0> <<< 8484 1726867670.57255: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867670.57307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.57442: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.57462: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867670.57494: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.57511: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867670.57710: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.57906: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867670.57917: stdout chunk (state=3): >>> <<< 8484 1726867670.58833: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.59747: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867670.59768: 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' # <<< 8484 1726867670.59797: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867670.59811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.59996: 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 0x7f7640405a60> <<< 8484 1726867670.60016: 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' <<< 8484 1726867670.60054: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404067e0> <<< 8484 1726867670.60088: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640401a30> <<< 8484 1726867670.60161: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867670.60195: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867670.60226: stdout chunk (state=3): >>> <<< 8484 1726867670.60246: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867670.60287: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867670.60677: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.60822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 8484 1726867670.60825: stdout chunk (state=3): >>> <<< 8484 1726867670.60873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640406840> <<< 8484 1726867670.60905: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867670.60916: stdout chunk (state=3): >>> <<< 8484 1726867670.61695: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.62445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.62563: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.62686: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867670.62689: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.62748: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.62785: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867670.62865: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.62906: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.63040: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867670.63064: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867670.63100: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.63149: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.63220: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867670.63230: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.63595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.63956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867670.64064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867670.64080: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867670.64195: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404079e0> # zipimport: zlib available <<< 8484 1726867670.64356: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.64415: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867670.64438: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867670.64464: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.64522: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.64586: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867670.64643: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.64761: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.64801: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.64904: 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 <<< 8484 1726867670.65048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.65108: 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 0x7f7640412360> <<< 8484 1726867670.65159: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764040f230> <<< 8484 1726867670.65204: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867670.65363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.65384: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.65421: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.65467: 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' <<< 8484 1726867670.65494: 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 <<< 8484 1726867670.65552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867670.65555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867670.65654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867670.65690: 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' <<< 8484 1726867670.65781: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640502a20> <<< 8484 1726867670.65835: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c7a720> <<< 8484 1726867670.65973: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640405310> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867670.66039: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867670.66120: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867670.66160: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867670.66199: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 8484 1726867670.66220: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867670.66258: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867670.66261: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867670.66309: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867670.66356: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.69031: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.71459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867670.71589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867670.71614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867670.71638: 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' <<< 8484 1726867670.71660: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76400fccb0> <<< 8484 1726867670.71693: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400fc0e0> <<< 8484 1726867670.71961: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640491100> <<< 8484 1726867670.72013: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404a4bf0> <<< 8484 1726867670.72063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.72203: 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 <<< 8484 1726867670.72218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.72247: 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' <<< 8484 1726867670.72542: 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' <<< 8484 1726867670.72545: 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 0x7f764010e840> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764010e450> # /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 0x7f7640130f80> # /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' <<< 8484 1726867670.72586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867670.72609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867670.72635: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401321b0> <<< 8484 1726867670.72713: 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 0x7f7640131ac0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640131850> <<< 8484 1726867670.72739: 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 <<< 8484 1726867670.72784: stdout chunk (state=3): >>># 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 0x7f76401346b0> <<< 8484 1726867670.73111: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640134440> # /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' <<< 8484 1726867670.73142: 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' <<< 8484 1726867670.73260: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 8484 1726867670.73339: 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' <<< 8484 1726867670.73350: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401364e0> <<< 8484 1726867670.73435: 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 0x7f7640136270> <<< 8484 1726867670.73456: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640135b20> <<< 8484 1726867670.73515: 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' <<< 8484 1726867670.73552: 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' <<< 8484 1726867670.73575: 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 <<< 8484 1726867670.73595: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.73791: stdout chunk (state=3): >>># 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 0x7f76401392e0> # /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 0x7f7640139670> # /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 0x7f7640139ac0> # /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 0x7f764013a330> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640138950> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640138410> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867670.73823: 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' <<< 8484 1726867670.73826: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867670.73844: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764013a900> <<< 8484 1726867670.73968: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640137f20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640137e90> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 8484 1726867670.74010: stdout chunk (state=3): >>># 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' <<< 8484 1726867670.74037: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764017d0d0> <<< 8484 1726867670.74059: 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 <<< 8484 1726867670.74085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 8484 1726867670.74112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 8484 1726867670.74144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 8484 1726867670.74239: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764017df70> <<< 8484 1726867670.74363: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764017d640> <<< 8484 1726867670.74513: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764013b380> <<< 8484 1726867670.74537: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 8484 1726867670.74618: 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 <<< 8484 1726867670.74645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 8484 1726867670.74898: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401869c0> <<< 8484 1726867670.74936: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 8484 1726867670.74992: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 8484 1726867670.75031: stdout chunk (state=3): >>>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' <<< 8484 1726867670.75434: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764018c290> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640135010> <<< 8484 1726867670.75500: 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 <<< 8484 1726867670.75569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 8484 1726867670.75608: 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 # 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 <<< 8484 1726867670.75636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 8484 1726867670.75960: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764001a120> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640019940> <<< 8484 1726867670.77160: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640186600> <<< 8484 1726867670.77163: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 8484 1726867670.77225: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764010e9f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764010d7f0> <<< 8484 1726867670.77936: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404a6780> <<< 8484 1726867670.77973: 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' <<< 8484 1726867670.78105: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764002e870> <<< 8484 1726867670.78119: 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 0x7f7640030620> <<< 8484 1726867670.78136: 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' <<< 8484 1726867670.78190: 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 <<< 8484 1726867670.78195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 8484 1726867670.78222: 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 <<< 8484 1726867670.78259: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 8484 1726867670.78299: 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' <<< 8484 1726867670.78330: 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' <<< 8484 1726867670.78360: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640033dd0> <<< 8484 1726867670.78393: 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 0x7f76400343e0> <<< 8484 1726867670.78556: 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 <<< 8484 1726867670.78584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 8484 1726867670.78614: 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' <<< 8484 1726867670.78643: 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 <<< 8484 1726867670.78673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' <<< 8484 1726867670.78678: 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 <<< 8484 1726867670.78681: 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 0x7f7640035490> <<< 8484 1726867670.78696: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035340> <<< 8484 1726867670.78714: 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 <<< 8484 1726867670.78728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 8484 1726867670.78781: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035730> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400350a0> <<< 8484 1726867670.78808: 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 <<< 8484 1726867670.78824: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867670.78834: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 8484 1726867670.78873: 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 0x7f7640035c10> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035a60> <<< 8484 1726867670.78901: 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' <<< 8484 1726867670.78926: 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 <<< 8484 1726867670.78964: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 8484 1726867670.79026: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035f70> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035c70> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640034830> <<< 8484 1726867670.79060: 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' <<< 8484 1726867670.79085: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640034ec0> <<< 8484 1726867670.79116: 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' <<< 8484 1726867670.79177: 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' # /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' <<< 8484 1726867670.79205: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640039ee0> <<< 8484 1726867670.79208: 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 <<< 8484 1726867670.79226: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc' <<< 8484 1726867670.79232: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764003a240> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640039c40> <<< 8484 1726867670.79277: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400392b0> # /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' <<< 8484 1726867670.79285: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764003a390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640033aa0> <<< 8484 1726867670.79318: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 8484 1726867670.79324: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764003a3f0> <<< 8484 1726867670.79625: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640031610> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640030ce0> <<< 8484 1726867670.79646: 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 <<< 8484 1726867670.79668: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 8484 1726867670.79682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 8484 1726867670.79739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 8484 1726867670.79760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 8484 1726867670.79810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 8484 1726867670.79862: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400427b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400415e0> <<< 8484 1726867670.79904: 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 0x7f76400428d0> <<< 8484 1726867670.80036: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640031310> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py <<< 8484 1726867670.80084: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 8484 1726867670.80135: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.80185: 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' <<< 8484 1726867670.80219: stdout chunk (state=3): >>>import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401cbc50> # /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' <<< 8484 1726867670.80275: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 8484 1726867670.80325: 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 <<< 8484 1726867670.80338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867670.80376: 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' <<< 8484 1726867670.80452: 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 <<< 8484 1726867670.80496: stdout chunk (state=3): >>># 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 0x7f763f048860> # /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 0x7f763f049040> <<< 8484 1726867670.80499: 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 0x7f763f049640> <<< 8484 1726867670.80520: 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 <<< 8484 1726867670.80558: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 8484 1726867670.80630: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f049970> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f0486e0> <<< 8484 1726867670.80654: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640077e00> <<< 8484 1726867670.80750: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640074c20> <<< 8484 1726867670.80805: 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' # /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' <<< 8484 1726867670.80824: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f05c6b0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400753d0> <<< 8484 1726867670.80887: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640074770> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py <<< 8484 1726867670.80889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 8484 1726867670.80919: 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' <<< 8484 1726867670.80966: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f05cc80> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400750a0> <<< 8484 1726867670.80996: 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 <<< 8484 1726867670.81003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 8484 1726867670.81037: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f05cec0> <<< 8484 1726867670.81060: 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 <<< 8484 1726867670.81116: stdout chunk (state=3): >>># 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 0x7f763f05d2e0> <<< 8484 1726867670.81160: 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' <<< 8484 1726867670.81194: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f05dac0> <<< 8484 1726867670.81442: 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' <<< 8484 1726867670.81461: 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 <<< 8484 1726867670.81576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867670.81635: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867670.81652: stdout chunk (state=3): >>># 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 0x7f763f0854f0> <<< 8484 1726867670.81675: 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' <<< 8484 1726867670.81703: 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 <<< 8484 1726867670.81741: 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 0x7f763f086630> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f086000> # /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py <<< 8484 1726867670.81773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f0869c0> <<< 8484 1726867670.81813: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 8484 1726867670.81861: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f087560> <<< 8484 1726867670.81884: 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 <<< 8484 1726867670.81901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867670.81934: 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' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee2e270> <<< 8484 1726867670.81989: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee2cf50> # /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' <<< 8484 1726867670.82009: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee2f6e0> <<< 8484 1726867670.82027: 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 <<< 8484 1726867670.82069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee58a40> <<< 8484 1726867670.82106: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867670.82127: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee59880> <<< 8484 1726867670.82163: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f07a7e0> <<< 8484 1726867670.82227: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f07a450> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 8484 1726867670.82252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867670.82294: 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' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee5bcb0> <<< 8484 1726867670.82333: 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' <<< 8484 1726867670.82379: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 8484 1726867670.82503: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee84650> <<< 8484 1726867670.82560: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee5b5c0> <<< 8484 1726867670.82838: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee5b1d0> <<< 8484 1726867670.82841: 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' import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eea4e30> <<< 8484 1726867670.82878: 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 # 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 0x7f763eea4f80> <<< 8484 1726867670.82903: 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 <<< 8484 1726867670.82997: 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' <<< 8484 1726867670.83036: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebc6b0> <<< 8484 1726867670.83057: 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 <<< 8484 1726867670.83163: stdout chunk (state=3): >>># 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 0x7f763eebcd70> <<< 8484 1726867670.83194: 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' <<< 8484 1726867670.83241: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebd6d0> <<< 8484 1726867670.83253: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 8484 1726867670.83308: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebda60> <<< 8484 1726867670.83322: 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' <<< 8484 1726867670.83364: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebe0c0> # /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' <<< 8484 1726867670.83430: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebe390> # /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' <<< 8484 1726867670.83457: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebe960> <<< 8484 1726867670.83535: 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 # 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 0x7f763eebeb40> <<< 8484 1726867670.83552: 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 <<< 8484 1726867670.83567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 8484 1726867670.83617: 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' <<< 8484 1726867670.83736: stdout chunk (state=3): >>># 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 0x7f763eebfe00> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebfc80> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebed20> # /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py <<< 8484 1726867670.83774: stdout chunk (state=3): >>># 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' <<< 8484 1726867670.83806: 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 <<< 8484 1726867670.83898: stdout chunk (state=3): >>># 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 0x7f763eef4bc0> <<< 8484 1726867670.83937: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eef47d0> <<< 8484 1726867670.83951: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eef4260> <<< 8484 1726867670.84357: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eea5430> <<< 8484 1726867670.84379: 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 <<< 8484 1726867670.84413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867670.84450: 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 <<< 8484 1726867670.84468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867670.84495: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eeb8590> <<< 8484 1726867670.84533: 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 <<< 8484 1726867670.84537: stdout chunk (state=3): >>># 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 0x7f763eeb89b0> <<< 8484 1726867670.84719: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eea7080> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py <<< 8484 1726867670.84723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 8484 1726867670.84744: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867670.85693: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebba40> # /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' <<< 8484 1726867670.85721: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebbbf0> <<< 8484 1726867670.85816: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebb110> <<< 8484 1726867670.85822: 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 <<< 8484 1726867670.85982: stdout chunk (state=3): >>># 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 0x7f763ed3e060> # /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' <<< 8484 1726867670.86003: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed3f4a0> # /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' <<< 8484 1726867670.86039: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed3fc80> <<< 8484 1726867670.86181: 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 <<< 8484 1726867670.86196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 8484 1726867670.86232: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed50590> # /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' <<< 8484 1726867670.86253: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed52330> <<< 8484 1726867670.86304: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401ca3c0> # /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 0x7f763f07a180> <<< 8484 1726867670.86641: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640046db0> # /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' <<< 8484 1726867670.86725: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed85520> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py <<< 8484 1726867670.86777: 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 0x7f763ed86360> <<< 8484 1726867670.86792: 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 <<< 8484 1726867670.86987: stdout chunk (state=3): >>># 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 0x7f763ed86b40> <<< 8484 1726867670.87118: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed84470> <<< 8484 1726867670.87140: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867670.87180: 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' <<< 8484 1726867670.87236: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763edc05f0> <<< 8484 1726867670.87440: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401ca120> <<< 8484 1726867670.87458: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867670.87593: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763edd20f0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 8484 1726867670.87915: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.87945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 8484 1726867670.87951: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763edebaa0> <<< 8484 1726867670.87982: 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 <<< 8484 1726867670.88020: stdout chunk (state=3): >>># 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 0x7f763ee080e0> <<< 8484 1726867670.88030: 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 <<< 8484 1726867670.88063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 8484 1726867670.88106: 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 <<< 8484 1726867670.88143: stdout chunk (state=3): >>># 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 0x7f763ee0a3c0> <<< 8484 1726867670.88428: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee085c0> <<< 8484 1726867670.88456: 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' <<< 8484 1726867670.88556: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ec58890> <<< 8484 1726867670.89111: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ede8590> <<< 8484 1726867670.89121: 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 <<< 8484 1726867670.89162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867670.89352: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ede87a0> <<< 8484 1726867670.89385: 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' <<< 8484 1726867670.89439: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ecbe960> <<< 8484 1726867670.89473: 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' <<< 8484 1726867670.89703: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ecbf4a0> # /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 0x7f763ecbffe0> # /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 0x7f763eccc470> # /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' <<< 8484 1726867670.89724: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eccd310> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 8484 1726867670.89753: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867670.89917: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eccdbe0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640030770> <<< 8484 1726867670.89989: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 8484 1726867670.90268: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ecce660> <<< 8484 1726867670.90289: 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 <<< 8484 1726867670.90352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 8484 1726867670.90380: 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 <<< 8484 1726867670.90506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eb19010> <<< 8484 1726867670.90538: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eceabd0> <<< 8484 1726867670.90592: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.90627: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 8484 1726867670.90650: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867670.90684: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 8484 1726867670.91060: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.91457: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 8484 1726867670.91760: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867670.92013: 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": {}}}} <<< 8484 1726867670.92044: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867670.93619: 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 <<< 8484 1726867670.93820: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 8484 1726867670.94076: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95053: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867670.95090: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 8484 1726867670.95093: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867670.95199: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95286: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 8484 1726867670.95323: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 8484 1726867670.95363: 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 # 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 <<< 8484 1726867670.95403: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95431: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95435: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95513: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95516: 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 # 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 <<< 8484 1726867670.95546: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GObject <<< 8484 1726867670.95626: 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 # 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 <<< 8484 1726867670.95662: 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 # 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 <<< 8484 1726867670.95666: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 8484 1726867670.95742: 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 <<< 8484 1726867670.95753: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.95973: stdout chunk (state=3): >>># cleanup[3] wiping threading <<< 8484 1726867670.96007: 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 # 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 <<< 8484 1726867670.97153: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867670.97161: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 8484 1726867670.97164: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 8484 1726867670.97209: stdout chunk (state=3): >>># destroy _struct <<< 8484 1726867670.97275: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 8484 1726867670.97298: stdout chunk (state=3): >>># destroy pyudev <<< 8484 1726867670.97341: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 8484 1726867670.97420: 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 <<< 8484 1726867670.97442: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 8484 1726867670.97503: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 8484 1726867670.97550: 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 <<< 8484 1726867670.97555: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.97619: stdout chunk (state=3): >>># destroy parted # destroy io # destroy _opcode <<< 8484 1726867670.97623: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867670.97626: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 8484 1726867670.97705: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 8484 1726867670.97731: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867670.97790: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 8484 1726867670.97835: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867670.97865: 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 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 <<< 8484 1726867670.97894: 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 <<< 8484 1726867670.98288: stdout chunk (state=3): >>># 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 <<< 8484 1726867670.98339: stdout chunk (state=3): >>># destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867670.99025: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867670.99028: stdout chunk (state=3): >>><<< 8484 1726867670.99037: stderr chunk (state=3): >>><<< 8484 1726867670.99165: _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 0x7f76411104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76410dfb30> # /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 0x7f7641112a50> 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 0x7f7640ec1130> # /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 0x7f7640ec2120> 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 0x7f7640f07f80> # /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 0x7f7640f14110> # /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 0x7f7640f379b0> # /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 0x7f7640f37f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f17c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f15370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f05130> # /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 0x7f7640f5b8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f5a510> # /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 0x7f7640f16360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f58d70> # /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 0x7f7640f88920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f043b0> # /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 0x7f7640f88dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f88c80> # 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 0x7f7640f89070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640efaed0> # /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 0x7f7640f89760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f89430> 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 0x7f7640f8a660> 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 0x7f7640fa4890> 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 0x7f7640fa5fd0> # /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 0x7f7640fa6e40> # 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 0x7f7640fa74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640fa63c0> # /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 0x7f7640fa7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640fa7650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f8a6c0> # /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 0x7f7640ce3da0> # /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 0x7f7640d0c8f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0c650> # 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 0x7f7640d0c920> # /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 0x7f7640d0d250> # 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 0x7f7640d0dc40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0cb00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640ce1f40> # /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 0x7f7640d0f050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0dd90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640f8adb0> # /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 0x7f7640d373b0> # /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 0x7f7640d5b770> # /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 0x7f7640dbc590> # /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 0x7f7640dbecc0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640dbc6b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d85580> # /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 0x7f7640bc1640> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d5a570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640d0ff80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7640d5a690> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_pkhe4yo4/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 0x7f7640c13380> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640bf6270> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640bf53d0> # 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 0x7f7640c11250> # /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 0x7f7640c42cf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c42a80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c42390> # /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 0x7f7640c42de0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c13da0> 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 0x7f7640c43a70> # 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 0x7f7640c43cb0> # /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 0x7f7640c6c170> 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 0x7f7640519f40> # 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 0x7f764051bb60> # /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 0x7f764051c560> # /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 0x7f764051d700> # /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 0x7f7640524200> # 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 0x7f7640524320> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764051e4b0> # /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 0x7f7640568080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640526ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640526900> # /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 0x7f7640526e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764051f6e0> # 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 0x7f764056c200> # /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 0x7f764056c440> # /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 0x7f764056de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764056dc70> # /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 0x7f76405703b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764056e570> # /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 0x7f7640573b90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640570560> # 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 0x7f7640574920> # 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 0x7f7640574e30> # 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 0x7f7640574ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764056c5f0> # /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 0x7f7640400500> # 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 0x7f76404017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640576c90> # 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 0x7f7640577890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76405768d0> # 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 0x7f7640405a60> # /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 0x7f76404067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640401a30> 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 0x7f7640406840> # 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 0x7f76404079e0> # 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 0x7f7640412360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764040f230> 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 0x7f7640502a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640c7a720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640405310> # 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 0x7f76400fccb0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400fc0e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640491100> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404a4bf0> # 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 0x7f764010e840> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764010e450> # /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 0x7f7640130f80> # /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 0x7f76401321b0> # 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 0x7f7640131ac0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640131850> # /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 0x7f76401346b0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640134440> # /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 0x7f76401364e0> # 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 0x7f7640136270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640135b20> # /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 0x7f76401392e0> # /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 0x7f7640139670> # /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 0x7f7640139ac0> # /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 0x7f764013a330> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640138950> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640138410> # 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 0x7f764013a900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640137f20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640137e90> # /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 0x7f764017d0d0> # /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 0x7f764017df70> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764017d640> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764013b380> 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 0x7f76401869c0> 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 0x7f764018c290> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640135010> # /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 0x7f764001a120> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640019940> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640186600> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764010e9f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f764010d7f0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76404a6780> # /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 0x7f764002e870> # /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 0x7f7640030620> # /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 0x7f7640033dd0> # /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 0x7f76400343e0> # /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 0x7f7640035490> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035340> # /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 0x7f7640035730> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400350a0> # /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 0x7f7640035c10> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035a60> # /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 0x7f7640035f70> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640035c70> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640034830> # /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 0x7f7640034ec0> # /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 0x7f7640039ee0> # /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 0x7f764003a240> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640039c40> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400392b0> # /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 0x7f764003a390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640033aa0> # /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 0x7f764003a3f0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640031610> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640030ce0> # /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 0x7f76400427b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400415e0> # /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 0x7f76400428d0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640031310> # /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 0x7f76401cbc50> # /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 0x7f763f048860> # /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 0x7f763f049040> # /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 0x7f763f049640> # /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 0x7f763f049970> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f0486e0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640077e00> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640074c20> # /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 0x7f763f05c6b0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400753d0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640074770> # /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 0x7f763f05cc80> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76400750a0> # /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 0x7f763f05cec0> # /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 0x7f763f05d2e0> # /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 0x7f763f05dac0> # /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 0x7f763f0854f0> # /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 0x7f763f086630> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f086000> # /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 0x7f763f0869c0> # /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 0x7f763f087560> # /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 0x7f763ee2e270> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee2cf50> # /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 0x7f763ee2f6e0> # /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 0x7f763ee58a40> # /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 0x7f763ee59880> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f07a7e0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763f07a450> # /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 0x7f763ee5bcb0> # /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 0x7f763ee84650> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee5b5c0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee5b1d0> # /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 0x7f763eea4e30> # /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 0x7f763eea4f80> # /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 0x7f763eebc6b0> # /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 0x7f763eebcd70> # /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 0x7f763eebd6d0> # /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 0x7f763eebda60> # /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 0x7f763eebe0c0> # /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 0x7f763eebe390> # /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 0x7f763eebe960> # /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 0x7f763eebeb40> # /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 0x7f763eebfe00> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebfc80> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebed20> # /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 0x7f763eef4bc0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eef47d0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eef4260> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eea5430> # /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 0x7f763eeb8590> # /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 0x7f763eeb89b0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eea7080> # /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 0x7f763eebba40> # /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 0x7f763eebbbf0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eebb110> # /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 0x7f763ed3e060> # /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 0x7f763ed3f4a0> # /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 0x7f763ed3fc80> # /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 0x7f763ed50590> # /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 0x7f763ed52330> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401ca3c0> # /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 0x7f763f07a180> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640046db0> # /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 0x7f763ed85520> # /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 0x7f763ed86360> # /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 0x7f763ed86b40> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ed84470> # /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 0x7f763edc05f0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76401ca120> # /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 0x7f763edd20f0> # /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 0x7f763edebaa0> # /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 0x7f763ee080e0> # /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 0x7f763ee0a3c0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ee085c0> # /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 0x7f763ec58890> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763ede8590> # /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 0x7f763ede87a0> # /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 0x7f763ecbe960> # /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 0x7f763ecbf4a0> # /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 0x7f763ecbffe0> # /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 0x7f763eccc470> # /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 0x7f763eccd310> # /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 0x7f763eccdbe0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7640030770> # /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 0x7f763ecce660> # /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 0x7f763eb19010> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f763eceabd0> # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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 8484 1726867671.00478: 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-1726867670.1385858-8745-186153228349868/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867671.00482: _low_level_execute_command(): starting 8484 1726867671.00484: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867670.1385858-8745-186153228349868/ > /dev/null 2>&1 && sleep 0' 8484 1726867671.00487: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867671.00489: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867671.00492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867671.00494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867671.00512: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867671.00517: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867671.00519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.00524: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867671.00526: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867671.00529: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867671.00531: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.00533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867671.00536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867671.00538: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867671.00632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867671.03395: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867671.03462: stderr chunk (state=3): >>><<< 8484 1726867671.03512: stdout chunk (state=3): >>><<< 8484 1726867671.03678: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867671.03682: handler run complete 8484 1726867671.03685: attempt loop complete, returning result 8484 1726867671.03689: _execute() done 8484 1726867671.03694: dumping result to json 8484 1726867671.03696: done dumping result, returning 8484 1726867671.03699: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [02e58e3f-6ce9-dbaf-c049-0000000000df] 8484 1726867671.03702: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000df 8484 1726867671.03996: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000df 8484 1726867671.04000: WORKER PROCESS EXITING ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 8484 1726867671.04257: no more pending results, returning what we have 8484 1726867671.04260: results queue empty 8484 1726867671.04261: checking for any_errors_fatal 8484 1726867671.04266: done checking for any_errors_fatal 8484 1726867671.04267: checking for max_fail_percentage 8484 1726867671.04269: done checking for max_fail_percentage 8484 1726867671.04398: checking to see if all hosts have failed and the running result is not ok 8484 1726867671.04400: done checking to see if all hosts have failed 8484 1726867671.04401: getting the remaining hosts for this loop 8484 1726867671.04403: done getting the remaining hosts for this loop 8484 1726867671.04407: getting the next task for host managed_node3 8484 1726867671.04414: done getting next task for host managed_node3 8484 1726867671.04417: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 8484 1726867671.04423: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867671.04439: getting variables 8484 1726867671.04440: in VariableManager get_vars() 8484 1726867671.04581: Calling all_inventory to load vars for managed_node3 8484 1726867671.04584: Calling groups_inventory to load vars for managed_node3 8484 1726867671.04587: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867671.04596: Calling all_plugins_play to load vars for managed_node3 8484 1726867671.04599: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867671.04602: Calling groups_plugins_play to load vars for managed_node3 8484 1726867671.05080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867671.05700: done with get_vars() 8484 1726867671.05733: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 17:27:51 -0400 (0:00:00.993) 0:00:06.355 ****** 8484 1726867671.05885: entering _queue_task() for managed_node3/include_tasks 8484 1726867671.06206: worker is 1 (out of 1 available) 8484 1726867671.06219: exiting _queue_task() for managed_node3/include_tasks 8484 1726867671.06230: done queuing things up, now waiting for results queue to drain 8484 1726867671.06232: waiting for pending results... 8484 1726867671.06421: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 8484 1726867671.06513: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e0 8484 1726867671.06523: variable 'ansible_search_path' from source: unknown 8484 1726867671.06526: variable 'ansible_search_path' from source: unknown 8484 1726867671.06551: calling self._execute() 8484 1726867671.06624: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867671.06628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867671.06636: variable 'omit' from source: magic vars 8484 1726867671.07082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867671.07326: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867671.07339: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867671.07405: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867671.07416: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867671.07481: 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) 8484 1726867671.07499: 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) 8484 1726867671.07524: 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) 8484 1726867671.07542: 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) 8484 1726867671.07660: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867671.07664: _execute() done 8484 1726867671.07667: dumping result to json 8484 1726867671.07671: done dumping result, returning 8484 1726867671.07679: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [02e58e3f-6ce9-dbaf-c049-0000000000e0] 8484 1726867671.07684: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e0 8484 1726867671.07769: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e0 8484 1726867671.07814: no more pending results, returning what we have 8484 1726867671.07822: in VariableManager get_vars() 8484 1726867671.07856: Calling all_inventory to load vars for managed_node3 8484 1726867671.07858: Calling groups_inventory to load vars for managed_node3 8484 1726867671.07861: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867671.07868: Calling all_plugins_play to load vars for managed_node3 8484 1726867671.07872: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867671.07877: Calling groups_plugins_play to load vars for managed_node3 8484 1726867671.07921: WORKER PROCESS EXITING 8484 1726867671.08180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867671.08439: done with get_vars() 8484 1726867671.08446: variable 'ansible_search_path' from source: unknown 8484 1726867671.08446: variable 'ansible_search_path' from source: unknown 8484 1726867671.08638: variable 'storage_provider' from source: role '' defaults 8484 1726867671.08705: we have included files to process 8484 1726867671.08706: generating all_blocks data 8484 1726867671.08708: done generating all_blocks data 8484 1726867671.08712: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867671.08713: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867671.08715: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867671.09109: in VariableManager get_vars() 8484 1726867671.09135: done with get_vars() 8484 1726867671.09152: done processing included file 8484 1726867671.09155: iterating over new_blocks loaded from include file 8484 1726867671.09156: in VariableManager get_vars() 8484 1726867671.09173: done with get_vars() 8484 1726867671.09174: filtering new block on tags 8484 1726867671.09191: done filtering new block on tags 8484 1726867671.09192: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node3 8484 1726867671.09196: extending task lists for all hosts with included blocks 8484 1726867671.09679: done extending task lists 8484 1726867671.09680: done processing included files 8484 1726867671.09681: results queue empty 8484 1726867671.09682: checking for any_errors_fatal 8484 1726867671.09685: done checking for any_errors_fatal 8484 1726867671.09686: checking for max_fail_percentage 8484 1726867671.09687: done checking for max_fail_percentage 8484 1726867671.09687: checking to see if all hosts have failed and the running result is not ok 8484 1726867671.09688: done checking to see if all hosts have failed 8484 1726867671.09688: getting the remaining hosts for this loop 8484 1726867671.09689: done getting the remaining hosts for this loop 8484 1726867671.09690: getting the next task for host managed_node3 8484 1726867671.09693: done getting next task for host managed_node3 8484 1726867671.09695: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 8484 1726867671.09697: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867671.09705: getting variables 8484 1726867671.09706: in VariableManager get_vars() 8484 1726867671.09713: Calling all_inventory to load vars for managed_node3 8484 1726867671.09715: Calling groups_inventory to load vars for managed_node3 8484 1726867671.09719: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867671.09722: Calling all_plugins_play to load vars for managed_node3 8484 1726867671.09724: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867671.09725: Calling groups_plugins_play to load vars for managed_node3 8484 1726867671.10010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867671.10178: done with get_vars() 8484 1726867671.10187: done getting variables 8484 1726867671.10215: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 20 September 2024 17:27:51 -0400 (0:00:00.043) 0:00:06.399 ****** 8484 1726867671.10239: entering _queue_task() for managed_node3/set_fact 8484 1726867671.10424: worker is 1 (out of 1 available) 8484 1726867671.10437: exiting _queue_task() for managed_node3/set_fact 8484 1726867671.10449: done queuing things up, now waiting for results queue to drain 8484 1726867671.10451: waiting for pending results... 8484 1726867671.10620: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 8484 1726867671.10711: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000015b 8484 1726867671.10722: variable 'ansible_search_path' from source: unknown 8484 1726867671.10725: variable 'ansible_search_path' from source: unknown 8484 1726867671.10925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867671.12720: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867671.12723: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867671.12756: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867671.12842: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867671.12845: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867671.12898: 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) 8484 1726867671.12920: 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) 8484 1726867671.12944: 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) 8484 1726867671.12987: 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) 8484 1726867671.12997: 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) 8484 1726867671.13133: dumping result to json 8484 1726867671.13149: done dumping result, returning 8484 1726867671.13160: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [02e58e3f-6ce9-dbaf-c049-00000000015b] 8484 1726867671.13164: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000015b 8484 1726867671.13318: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000015b 8484 1726867671.13322: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867671.13409: no more pending results, returning what we have 8484 1726867671.13413: results queue empty 8484 1726867671.13414: checking for any_errors_fatal 8484 1726867671.13415: done checking for any_errors_fatal 8484 1726867671.13416: checking for max_fail_percentage 8484 1726867671.13417: done checking for max_fail_percentage 8484 1726867671.13418: checking to see if all hosts have failed and the running result is not ok 8484 1726867671.13420: done checking to see if all hosts have failed 8484 1726867671.13421: getting the remaining hosts for this loop 8484 1726867671.13422: done getting the remaining hosts for this loop 8484 1726867671.13425: getting the next task for host managed_node3 8484 1726867671.13430: done getting next task for host managed_node3 8484 1726867671.13433: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 8484 1726867671.13440: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867671.13455: getting variables 8484 1726867671.13456: in VariableManager get_vars() 8484 1726867671.13487: Calling all_inventory to load vars for managed_node3 8484 1726867671.13489: Calling groups_inventory to load vars for managed_node3 8484 1726867671.13492: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867671.13500: Calling all_plugins_play to load vars for managed_node3 8484 1726867671.13502: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867671.13507: Calling groups_plugins_play to load vars for managed_node3 8484 1726867671.13752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867671.13950: done with get_vars() 8484 1726867671.13957: done getting variables 8484 1726867671.13995: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 20 September 2024 17:27:51 -0400 (0:00:00.037) 0:00:06.437 ****** 8484 1726867671.14038: entering _queue_task() for managed_node3/package 8484 1726867671.14307: worker is 1 (out of 1 available) 8484 1726867671.14321: exiting _queue_task() for managed_node3/package 8484 1726867671.14332: done queuing things up, now waiting for results queue to drain 8484 1726867671.14333: waiting for pending results... 8484 1726867671.14531: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 8484 1726867671.14625: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000015d 8484 1726867671.14635: variable 'ansible_search_path' from source: unknown 8484 1726867671.14638: variable 'ansible_search_path' from source: unknown 8484 1726867671.14664: calling self._execute() 8484 1726867671.14764: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867671.14768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867671.14773: variable 'omit' from source: magic vars 8484 1726867671.15076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867671.16852: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867671.16940: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867671.16951: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867671.16992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867671.17020: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867671.17113: 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) 8484 1726867671.17133: 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) 8484 1726867671.17152: 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) 8484 1726867671.17192: 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) 8484 1726867671.17204: 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) 8484 1726867671.17300: Evaluated conditional (install_copr | d(false) | bool): False 8484 1726867671.17305: when evaluation is False, skipping this task 8484 1726867671.17308: _execute() done 8484 1726867671.17311: dumping result to json 8484 1726867671.17313: done dumping result, returning 8484 1726867671.17327: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [02e58e3f-6ce9-dbaf-c049-00000000015d] 8484 1726867671.17330: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000015d 8484 1726867671.17409: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000015d 8484 1726867671.17412: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 8484 1726867671.17485: no more pending results, returning what we have 8484 1726867671.17488: results queue empty 8484 1726867671.17488: checking for any_errors_fatal 8484 1726867671.17493: done checking for any_errors_fatal 8484 1726867671.17494: checking for max_fail_percentage 8484 1726867671.17496: done checking for max_fail_percentage 8484 1726867671.17496: checking to see if all hosts have failed and the running result is not ok 8484 1726867671.17497: done checking to see if all hosts have failed 8484 1726867671.17498: getting the remaining hosts for this loop 8484 1726867671.17499: done getting the remaining hosts for this loop 8484 1726867671.17502: getting the next task for host managed_node3 8484 1726867671.17508: done getting next task for host managed_node3 8484 1726867671.17512: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 8484 1726867671.17517: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867671.17528: getting variables 8484 1726867671.17529: in VariableManager get_vars() 8484 1726867671.17559: Calling all_inventory to load vars for managed_node3 8484 1726867671.17561: Calling groups_inventory to load vars for managed_node3 8484 1726867671.17563: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867671.17572: Calling all_plugins_play to load vars for managed_node3 8484 1726867671.17574: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867671.17577: Calling groups_plugins_play to load vars for managed_node3 8484 1726867671.17744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867671.17928: done with get_vars() 8484 1726867671.17936: done getting variables TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 20 September 2024 17:27:51 -0400 (0:00:00.039) 0:00:06.476 ****** 8484 1726867671.17998: entering _queue_task() for managed_node3/include_tasks 8484 1726867671.18198: worker is 1 (out of 1 available) 8484 1726867671.18211: exiting _queue_task() for managed_node3/include_tasks 8484 1726867671.18224: done queuing things up, now waiting for results queue to drain 8484 1726867671.18226: waiting for pending results... 8484 1726867671.18418: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs 8484 1726867671.18500: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000015e 8484 1726867671.18513: variable 'ansible_search_path' from source: unknown 8484 1726867671.18516: variable 'ansible_search_path' from source: unknown 8484 1726867671.18843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867671.20736: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867671.20824: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867671.20829: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867671.20983: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867671.20987: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867671.20990: 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) 8484 1726867671.21029: 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) 8484 1726867671.21066: 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) 8484 1726867671.21178: 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) 8484 1726867671.21182: 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) 8484 1726867671.21400: dumping result to json 8484 1726867671.21403: done dumping result, returning 8484 1726867671.21406: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs [02e58e3f-6ce9-dbaf-c049-00000000015e] 8484 1726867671.21408: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000015e 8484 1726867671.21508: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000015e 8484 1726867671.21511: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867671.21590: no more pending results, returning what we have 8484 1726867671.21593: results queue empty 8484 1726867671.21593: checking for any_errors_fatal 8484 1726867671.21600: done checking for any_errors_fatal 8484 1726867671.21601: checking for max_fail_percentage 8484 1726867671.21603: done checking for max_fail_percentage 8484 1726867671.21603: checking to see if all hosts have failed and the running result is not ok 8484 1726867671.21604: done checking to see if all hosts have failed 8484 1726867671.21605: getting the remaining hosts for this loop 8484 1726867671.21606: done getting the remaining hosts for this loop 8484 1726867671.21610: getting the next task for host managed_node3 8484 1726867671.21620: done getting next task for host managed_node3 8484 1726867671.21625: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 8484 1726867671.21631: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867671.21657: getting variables 8484 1726867671.21659: in VariableManager get_vars() 8484 1726867671.21694: Calling all_inventory to load vars for managed_node3 8484 1726867671.21697: Calling groups_inventory to load vars for managed_node3 8484 1726867671.21702: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867671.21711: Calling all_plugins_play to load vars for managed_node3 8484 1726867671.21714: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867671.21718: Calling groups_plugins_play to load vars for managed_node3 8484 1726867671.22008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867671.22326: done with get_vars() 8484 1726867671.22337: done getting variables 8484 1726867671.22381: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 17:27:51 -0400 (0:00:00.044) 0:00:06.521 ****** 8484 1726867671.22404: entering _queue_task() for managed_node3/package 8484 1726867671.22648: worker is 1 (out of 1 available) 8484 1726867671.22662: exiting _queue_task() for managed_node3/package 8484 1726867671.22677: done queuing things up, now waiting for results queue to drain 8484 1726867671.22679: waiting for pending results... 8484 1726867671.23056: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 8484 1726867671.23098: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e1 8484 1726867671.23113: variable 'ansible_search_path' from source: unknown 8484 1726867671.23116: variable 'ansible_search_path' from source: unknown 8484 1726867671.23140: calling self._execute() 8484 1726867671.23205: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867671.23208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867671.23221: variable 'omit' from source: magic vars 8484 1726867671.23495: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867671.23745: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867671.23820: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867671.23832: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867671.23924: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867671.23996: 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) 8484 1726867671.24023: 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) 8484 1726867671.24041: 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) 8484 1726867671.24061: 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) 8484 1726867671.24260: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867671.24269: variable 'omit' from source: magic vars 8484 1726867671.24336: variable 'omit' from source: magic vars 8484 1726867671.24508: variable 'package_info' from source: set_fact 8484 1726867671.24513: variable 'extra_pkgs' from source: task vars 8484 1726867671.24706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867671.27152: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867671.27184: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867671.27215: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867671.27238: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867671.27361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867671.27379: 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) 8484 1726867671.27485: 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) 8484 1726867671.27490: 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) 8484 1726867671.27493: 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) 8484 1726867671.27495: 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) 8484 1726867671.27596: variable '__storage_is_ostree' from source: set_fact 8484 1726867671.27600: variable 'omit' from source: magic vars 8484 1726867671.27626: variable 'omit' from source: magic vars 8484 1726867671.27762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867671.27769: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867671.27773: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867671.27775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867671.27777: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867671.27779: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867671.27782: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867671.27786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867671.27860: Set connection var ansible_pipelining to False 8484 1726867671.28074: Set connection var ansible_timeout to 10 8484 1726867671.28077: Set connection var ansible_connection to ssh 8484 1726867671.28083: Set connection var ansible_shell_type to sh 8484 1726867671.28089: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867671.28093: Set connection var ansible_shell_executable to /bin/sh 8484 1726867671.28095: variable 'ansible_shell_executable' from source: unknown 8484 1726867671.28097: variable 'ansible_connection' from source: unknown 8484 1726867671.28100: variable 'ansible_module_compression' from source: unknown 8484 1726867671.28105: variable 'ansible_shell_type' from source: unknown 8484 1726867671.28108: variable 'ansible_shell_executable' from source: unknown 8484 1726867671.28110: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867671.28112: variable 'ansible_pipelining' from source: unknown 8484 1726867671.28114: variable 'ansible_timeout' from source: unknown 8484 1726867671.28115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867671.28178: 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) 8484 1726867671.28205: variable 'omit' from source: magic vars 8484 1726867671.28223: starting attempt loop 8484 1726867671.28241: running the handler 8484 1726867671.28258: variable 'ansible_facts' from source: unknown 8484 1726867671.28269: variable 'ansible_facts' from source: unknown 8484 1726867671.28346: _low_level_execute_command(): starting 8484 1726867671.28359: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867671.29009: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.29020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867671.29037: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867671.29151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867671.31494: stdout chunk (state=3): >>>/root <<< 8484 1726867671.31642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867671.31665: stderr chunk (state=3): >>><<< 8484 1726867671.31677: stdout chunk (state=3): >>><<< 8484 1726867671.31694: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867671.31706: _low_level_execute_command(): starting 8484 1726867671.31709: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863 `" && echo ansible-tmp-1726867671.3169327-8791-64662564858863="` echo /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863 `" ) && sleep 0' 8484 1726867671.32185: 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 <<< 8484 1726867671.32189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.32192: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867671.32194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.32257: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867671.32261: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867671.32359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867671.35127: stdout chunk (state=3): >>>ansible-tmp-1726867671.3169327-8791-64662564858863=/root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863 <<< 8484 1726867671.35312: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867671.35332: stderr chunk (state=3): >>><<< 8484 1726867671.35335: stdout chunk (state=3): >>><<< 8484 1726867671.35355: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867671.3169327-8791-64662564858863=/root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867671.35382: variable 'ansible_module_compression' from source: unknown 8484 1726867671.35426: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867671.35485: variable 'ansible_facts' from source: unknown 8484 1726867671.35588: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py 8484 1726867671.35790: Sending initial data 8484 1726867671.35793: Sent initial data (149 bytes) 8484 1726867671.36265: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867671.36282: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867671.36384: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867671.36429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867671.36546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867671.38876: 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 <<< 8484 1726867671.38959: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867671.39051: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpumq0s1wa /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py <<< 8484 1726867671.39055: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py" <<< 8484 1726867671.39174: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpumq0s1wa" to remote "/root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py" <<< 8484 1726867671.40681: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867671.40685: stdout chunk (state=3): >>><<< 8484 1726867671.40687: stderr chunk (state=3): >>><<< 8484 1726867671.40689: done transferring module to remote 8484 1726867671.40691: _low_level_execute_command(): starting 8484 1726867671.40693: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/ /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py && sleep 0' 8484 1726867671.41260: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867671.41282: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867671.41337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867671.41367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867671.41388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867671.41453: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.41502: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867671.41525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867671.41554: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867671.41688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867671.44295: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867671.44341: stderr chunk (state=3): >>><<< 8484 1726867671.44375: stdout chunk (state=3): >>><<< 8484 1726867671.44432: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867671.44443: _low_level_execute_command(): starting 8484 1726867671.44460: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/AnsiballZ_dnf.py && sleep 0' 8484 1726867671.45156: 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 <<< 8484 1726867671.45161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867671.45163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867671.45165: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867671.45169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867671.45225: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867671.45230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867671.45232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867671.45356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867671.48545: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867671.48608: stdout chunk (state=3): >>>import _imp # builtin<<< 8484 1726867671.48611: stdout chunk (state=3): >>> <<< 8484 1726867671.48659: stdout chunk (state=3): >>>import '_thread' # <<< 8484 1726867671.48664: stdout chunk (state=3): >>> <<< 8484 1726867671.48695: stdout chunk (state=3): >>>import '_warnings' # <<< 8484 1726867671.48710: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867671.48715: stdout chunk (state=3): >>> <<< 8484 1726867671.48835: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867671.48852: stdout chunk (state=3): >>> <<< 8484 1726867671.48939: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # <<< 8484 1726867671.49056: stdout chunk (state=3): >>> # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.49083: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867671.49123: stdout chunk (state=3): >>> import 'codecs' # <<< 8484 1726867671.49131: stdout chunk (state=3): >>> <<< 8484 1726867671.49186: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 8484 1726867671.49190: stdout chunk (state=3): >>> <<< 8484 1726867671.49231: 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 0x7fa8b9b684d0><<< 8484 1726867671.49255: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9b37b30><<< 8484 1726867671.49290: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 8484 1726867671.49294: stdout chunk (state=3): >>> <<< 8484 1726867671.49323: 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 0x7fa8b9b6aa50><<< 8484 1726867671.49363: stdout chunk (state=3): >>> import '_signal' # <<< 8484 1726867671.49366: stdout chunk (state=3): >>> <<< 8484 1726867671.49406: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867671.49423: stdout chunk (state=3): >>> import 'abc' # <<< 8484 1726867671.49464: stdout chunk (state=3): >>> import 'io' # <<< 8484 1726867671.49521: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867671.49653: stdout chunk (state=3): >>> <<< 8484 1726867671.49679: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867671.49723: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867671.49742: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867671.49746: stdout chunk (state=3): >>> <<< 8484 1726867671.49794: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867671.49823: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867671.49849: stdout chunk (state=3): >>>Processing user site-packages <<< 8484 1726867671.49880: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867671.49897: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages'<<< 8484 1726867671.49906: stdout chunk (state=3): >>> Adding directory: '/usr/lib/python3.12/site-packages'<<< 8484 1726867671.49934: stdout chunk (state=3): >>> Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'<<< 8484 1726867671.49937: stdout chunk (state=3): >>> <<< 8484 1726867671.49999: 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'<<< 8484 1726867671.50036: stdout chunk (state=3): >>> import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b991d130> <<< 8484 1726867671.50155: 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<<< 8484 1726867671.50166: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b991e120> <<< 8484 1726867671.50278: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8484 1726867671.50730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867671.50757: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 8484 1726867671.50770: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.50816: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 8484 1726867671.50830: stdout chunk (state=3): >>> <<< 8484 1726867671.50880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 8484 1726867671.50913: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867671.50956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 8484 1726867671.50980: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9963f80><<< 8484 1726867671.51014: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867671.51053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'<<< 8484 1726867671.51090: stdout chunk (state=3): >>> import '_operator' # <<< 8484 1726867671.51123: stdout chunk (state=3): >>> import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9970110> <<< 8484 1726867671.51190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 8484 1726867671.51202: stdout chunk (state=3): >>> <<< 8484 1726867671.51236: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 8484 1726867671.51239: stdout chunk (state=3): >>> <<< 8484 1726867671.51355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 8484 1726867671.51358: stdout chunk (state=3): >>> <<< 8484 1726867671.51386: 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'<<< 8484 1726867671.51430: stdout chunk (state=3): >>> import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9993950> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 8484 1726867671.51439: stdout chunk (state=3): >>> <<< 8484 1726867671.51462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9993fe0><<< 8484 1726867671.51494: stdout chunk (state=3): >>> import '_collections' # <<< 8484 1726867671.51510: stdout chunk (state=3): >>> <<< 8484 1726867671.51592: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9973bf0> import '_functools' # <<< 8484 1726867671.51642: stdout chunk (state=3): >>> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99712e0> <<< 8484 1726867671.51782: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9961130> <<< 8484 1726867671.51848: 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' <<< 8484 1726867671.51899: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867671.51916: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867671.51946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 8484 1726867671.51983: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867671.52041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99b7920> <<< 8484 1726867671.52079: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99b6540> <<< 8484 1726867671.52207: 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 0x7fa8b9972390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99b4d40> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py<<< 8484 1726867671.52250: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867671.52254: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e4980> <<< 8484 1726867671.52273: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99603b0><<< 8484 1726867671.52318: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867671.52369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.52386: 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 0x7fa8b99e4e30><<< 8484 1726867671.52709: stdout chunk (state=3): >>> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e4ce0> # 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 0x7fa8b99e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9956ed0> # /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 0x7fa8b99e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e5490> import 'importlib.machinery' # <<< 8484 1726867671.52743: stdout chunk (state=3): >>> # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 8484 1726867671.52761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 8484 1726867671.52779: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e6690><<< 8484 1726867671.52886: stdout chunk (state=3): >>> import 'importlib.util' # <<< 8484 1726867671.52890: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867671.52926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'<<< 8484 1726867671.52963: stdout chunk (state=3): >>> <<< 8484 1726867671.52978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867671.53035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9a008c0> import 'errno' # <<< 8484 1726867671.53079: stdout chunk (state=3): >>> # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.53085: stdout chunk (state=3): >>> <<< 8484 1726867671.53147: 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 0x7fa8b9a02000> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867671.53212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py<<< 8484 1726867671.53215: stdout chunk (state=3): >>> <<< 8484 1726867671.53227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'<<< 8484 1726867671.53256: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9a02ea0><<< 8484 1726867671.53310: stdout chunk (state=3): >>> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.53316: stdout chunk (state=3): >>> <<< 8484 1726867671.53337: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.53341: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b9a03500><<< 8484 1726867671.53381: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9a023f0><<< 8484 1726867671.53406: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 8484 1726867671.53421: stdout chunk (state=3): >>> <<< 8484 1726867671.53466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 8484 1726867671.53501: stdout chunk (state=3): >>> # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.53582: 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 0x7fa8b9a03ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9a035f0><<< 8484 1726867671.53625: stdout chunk (state=3): >>> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e66f0> <<< 8484 1726867671.53661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867671.53804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867671.53858: 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'<<< 8484 1726867671.53861: stdout chunk (state=3): >>> # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.53864: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.53866: stdout chunk (state=3): >>> <<< 8484 1726867671.53874: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b973fda0><<< 8484 1726867671.53922: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 8484 1726867671.53980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'<<< 8484 1726867671.54148: 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 0x7fa8b976c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976c680> # 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 0x7fa8b976c860> # /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' <<< 8484 1726867671.54259: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.54378: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.54381: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b976d1f0> <<< 8484 1726867671.54639: 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 0x7fa8b976dbe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976caa0><<< 8484 1726867671.54674: stdout chunk (state=3): >>> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b973df40><<< 8484 1726867671.54691: stdout chunk (state=3): >>> <<< 8484 1726867671.54713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 8484 1726867671.54758: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867671.54855: 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' <<< 8484 1726867671.54897: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976dd30><<< 8484 1726867671.54902: stdout chunk (state=3): >>> <<< 8484 1726867671.54962: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e6de0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 8484 1726867671.55056: stdout chunk (state=3): >>> <<< 8484 1726867671.55075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.55182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867671.55209: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9793350> <<< 8484 1726867671.55342: 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' <<< 8484 1726867671.55369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 8484 1726867671.55449: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867671.55484: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b97b76e0><<< 8484 1726867671.55525: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 8484 1726867671.55528: stdout chunk (state=3): >>> <<< 8484 1726867671.55671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 8484 1726867671.55899: stdout chunk (state=3): >>> import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b98184d0> # /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<<< 8484 1726867671.55930: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 8484 1726867671.55951: stdout chunk (state=3): >>> <<< 8484 1726867671.56097: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b981ac30> <<< 8484 1726867671.56225: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b98185f0> <<< 8484 1726867671.56271: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b97dd4f0><<< 8484 1726867671.56325: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867671.56369: 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 0x7fa8b91255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b97b64e0><<< 8484 1726867671.56374: stdout chunk (state=3): >>> <<< 8484 1726867671.56393: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976ff20><<< 8484 1726867671.56564: stdout chunk (state=3): >>> <<< 8484 1726867671.56608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867671.56645: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa8b9125850> <<< 8484 1726867671.56846: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_7i_2qvf8/ansible_ansible.legacy.dnf_payload.zip' <<< 8484 1726867671.56857: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.57103: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.57120: stdout chunk (state=3): >>> <<< 8484 1726867671.57143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867671.57183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 8484 1726867671.57187: stdout chunk (state=3): >>> <<< 8484 1726867671.57264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 8484 1726867671.57267: stdout chunk (state=3): >>> <<< 8484 1726867671.57394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867671.57439: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 8484 1726867671.57474: 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 0x7fa8b917b350><<< 8484 1726867671.57477: stdout chunk (state=3): >>> import '_typing' # <<< 8484 1726867671.57668: stdout chunk (state=3): >>> <<< 8484 1726867671.57819: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b915e240><<< 8484 1726867671.57824: stdout chunk (state=3): >>> <<< 8484 1726867671.57863: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b915d3a0> # zipimport: zlib available<<< 8484 1726867671.57868: stdout chunk (state=3): >>> <<< 8484 1726867671.57912: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867671.57922: stdout chunk (state=3): >>> <<< 8484 1726867671.57953: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.57982: stdout chunk (state=3): >>> <<< 8484 1726867671.58007: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.58043: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.58073: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867671.58076: stdout chunk (state=3): >>> <<< 8484 1726867671.58097: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.60308: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.60321: stdout chunk (state=3): >>> <<< 8484 1726867671.62100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py<<< 8484 1726867671.62123: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9179220><<< 8484 1726867671.62162: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 8484 1726867671.62165: stdout chunk (state=3): >>> <<< 8484 1726867671.62207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 8484 1726867671.62220: stdout chunk (state=3): >>> <<< 8484 1726867671.62238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867671.62266: 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'<<< 8484 1726867671.62319: stdout chunk (state=3): >>> # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.62322: stdout chunk (state=3): >>> <<< 8484 1726867671.62345: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.62351: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b91a2cf0><<< 8484 1726867671.62413: stdout chunk (state=3): >>> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91a2a80><<< 8484 1726867671.62417: stdout chunk (state=3): >>> <<< 8484 1726867671.62463: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91a23c0><<< 8484 1726867671.62468: stdout chunk (state=3): >>> <<< 8484 1726867671.62501: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 8484 1726867671.62505: stdout chunk (state=3): >>> <<< 8484 1726867671.62549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867671.62586: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91a27e0> <<< 8484 1726867671.62600: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b917bfe0><<< 8484 1726867671.62617: stdout chunk (state=3): >>> import 'atexit' # <<< 8484 1726867671.62626: stdout chunk (state=3): >>> <<< 8484 1726867671.62675: 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 0x7fa8b91a39b0><<< 8484 1726867671.62726: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.62748: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.62775: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b91a3bf0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 8484 1726867671.62778: stdout chunk (state=3): >>> <<< 8484 1726867671.62855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 8484 1726867671.62883: stdout chunk (state=3): >>> import '_locale' # <<< 8484 1726867671.62942: stdout chunk (state=3): >>> import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91c8110><<< 8484 1726867671.62963: stdout chunk (state=3): >>> <<< 8484 1726867671.62984: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867671.62988: stdout chunk (state=3): >>> <<< 8484 1726867671.63023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 8484 1726867671.63028: stdout chunk (state=3): >>> <<< 8484 1726867671.63106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 8484 1726867671.63156: stdout chunk (state=3): >>> <<< 8484 1726867671.63175: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9011ee0><<< 8484 1726867671.63179: stdout chunk (state=3): >>> <<< 8484 1726867671.63211: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.63232: stdout chunk (state=3): >>> # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.63238: stdout chunk (state=3): >>> import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b9013b00><<< 8484 1726867671.63281: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867671.63319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 8484 1726867671.63381: stdout chunk (state=3): >>> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9018500><<< 8484 1726867671.63389: stdout chunk (state=3): >>> <<< 8484 1726867671.63417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 8484 1726867671.63422: stdout chunk (state=3): >>> <<< 8484 1726867671.63472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 8484 1726867671.63516: stdout chunk (state=3): >>> import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90196a0> <<< 8484 1726867671.63548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 8484 1726867671.63619: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 8484 1726867671.63628: stdout chunk (state=3): >>> <<< 8484 1726867671.63660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 8484 1726867671.63669: stdout chunk (state=3): >>> <<< 8484 1726867671.63682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 8484 1726867671.63688: stdout chunk (state=3): >>> <<< 8484 1726867671.63787: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901c170><<< 8484 1726867671.63858: stdout chunk (state=3): >>> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.63878: 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 0x7fa8b901c290><<< 8484 1726867671.63924: stdout chunk (state=3): >>> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901a420><<< 8484 1726867671.63928: stdout chunk (state=3): >>> <<< 8484 1726867671.64024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867671.64061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867671.64100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 8484 1726867671.64113: stdout chunk (state=3): >>> <<< 8484 1726867671.64180: 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' <<< 8484 1726867671.64226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py<<< 8484 1726867671.64249: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 8484 1726867671.64268: stdout chunk (state=3): >>> import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9060080><<< 8484 1726867671.64295: stdout chunk (state=3): >>> import '_tokenize' # <<< 8484 1726867671.64428: stdout chunk (state=3): >>> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901eb70> <<< 8484 1726867671.64445: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901e8d0> <<< 8484 1726867671.64477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 8484 1726867671.64509: stdout chunk (state=3): >>> <<< 8484 1726867671.64519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867671.64648: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901ee40><<< 8484 1726867671.64651: stdout chunk (state=3): >>> <<< 8484 1726867671.64716: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901a930><<< 8484 1726867671.64729: stdout chunk (state=3): >>> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.64743: stdout chunk (state=3): >>> # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.64781: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b9064350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py<<< 8484 1726867671.64808: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.64860: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90644a0> # /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' <<< 8484 1726867671.64891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867671.64913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867671.64948: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.64960: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.64978: stdout chunk (state=3): >>> import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b9065f40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9065d00><<< 8484 1726867671.65012: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<< 8484 1726867671.65016: stdout chunk (state=3): >>> <<< 8484 1726867671.65245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.65263: stdout chunk (state=3): >>> <<< 8484 1726867671.65276: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.65286: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b90684d0> <<< 8484 1726867671.65304: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9066600> <<< 8484 1726867671.65340: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 8484 1726867671.65413: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.65445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 8484 1726867671.65449: stdout chunk (state=3): >>> <<< 8484 1726867671.65474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 8484 1726867671.65485: stdout chunk (state=3): >>> <<< 8484 1726867671.65505: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867671.65578: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906bcb0><<< 8484 1726867671.65654: stdout chunk (state=3): >>> <<< 8484 1726867671.65795: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9068680><<< 8484 1726867671.65800: stdout chunk (state=3): >>> <<< 8484 1726867671.65893: 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'<<< 8484 1726867671.65905: stdout chunk (state=3): >>> <<< 8484 1726867671.65914: 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' <<< 8484 1726867671.65917: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b906ca70><<< 8484 1726867671.65971: 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' <<< 8484 1726867671.65989: 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' <<< 8484 1726867671.66063: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b906cce0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.66093: 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' <<< 8484 1726867671.66097: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b906ce60> <<< 8484 1726867671.66128: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90645c0><<< 8484 1726867671.66151: stdout chunk (state=3): >>> <<< 8484 1726867671.66188: 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'<<< 8484 1726867671.66225: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 8484 1726867671.66230: stdout chunk (state=3): >>> <<< 8484 1726867671.66277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 8484 1726867671.66328: stdout chunk (state=3): >>> # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.66333: stdout chunk (state=3): >>> <<< 8484 1726867671.66375: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.66454: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b90f85f0> <<< 8484 1726867671.66646: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.66662: stdout chunk (state=3): >>> <<< 8484 1726867671.66681: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.66684: stdout chunk (state=3): >>> import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b90f9880> <<< 8484 1726867671.66703: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906ed80><<< 8484 1726867671.66759: 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'<<< 8484 1726867671.66777: 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' <<< 8484 1726867671.66780: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b906f980> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906e9c0><<< 8484 1726867671.66816: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867671.66821: stdout chunk (state=3): >>> <<< 8484 1726867671.66854: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867671.66907: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867671.67061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.67199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.67206: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.67264: stdout chunk (state=3): >>> import 'ansible.module_utils.common' # # zipimport: zlib available<<< 8484 1726867671.67267: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867671.67295: stdout chunk (state=3): >>> <<< 8484 1726867671.67309: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available<<< 8484 1726867671.67468: stdout chunk (state=3): >>> <<< 8484 1726867671.67516: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.67709: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.68635: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.69588: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867671.69612: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867671.69663: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867671.69720: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 8484 1726867671.69733: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.69801: 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'<<< 8484 1726867671.69977: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b90fda90> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867671.69981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867671.70209: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90fe8a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90f9b20> <<< 8484 1726867671.70212: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available<<< 8484 1726867671.70258: stdout chunk (state=3): >>> import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867671.70468: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.70708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 8484 1726867671.70739: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867671.70772: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90fe780> <<< 8484 1726867671.70786: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.70957: stdout chunk (state=3): >>> <<< 8484 1726867671.71587: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.72328: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.72334: stdout chunk (state=3): >>> <<< 8484 1726867671.72455: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.72461: stdout chunk (state=3): >>> <<< 8484 1726867671.72574: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867671.72586: stdout chunk (state=3): >>> <<< 8484 1726867671.72606: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.72659: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.72664: stdout chunk (state=3): >>> <<< 8484 1726867671.72718: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867671.72742: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.72747: stdout chunk (state=3): >>> <<< 8484 1726867671.72862: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.72999: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867671.73037: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.73039: stdout chunk (state=3): >>> <<< 8484 1726867671.73064: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867671.73090: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867671.73162: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867671.73165: stdout chunk (state=3): >>> <<< 8484 1726867671.73221: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867671.73254: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.73263: stdout chunk (state=3): >>> <<< 8484 1726867671.73757: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.74065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867671.74152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 8484 1726867671.74154: stdout chunk (state=3): >>> <<< 8484 1726867671.74200: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867671.74319: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90ffad0><<< 8484 1726867671.74342: stdout chunk (state=3): >>> <<< 8484 1726867671.74350: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.74481: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.74491: stdout chunk (state=3): >>> <<< 8484 1726867671.74597: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867671.74627: stdout chunk (state=3): >>> import 'ansible.module_utils.common.validation' # <<< 8484 1726867671.74642: stdout chunk (state=3): >>> import 'ansible.module_utils.common.parameters' # <<< 8484 1726867671.74691: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available<<< 8484 1726867671.74754: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867671.74772: stdout chunk (state=3): >>> <<< 8484 1726867671.74821: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867671.74827: stdout chunk (state=3): >>> <<< 8484 1726867671.74859: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.74931: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.74937: stdout chunk (state=3): >>> <<< 8484 1726867671.75082: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 8484 1726867671.75088: stdout chunk (state=3): >>> <<< 8484 1726867671.75195: 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<<< 8484 1726867671.75201: stdout chunk (state=3): >>> <<< 8484 1726867671.75274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.75277: stdout chunk (state=3): >>> <<< 8484 1726867671.75409: 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'<<< 8484 1726867671.75412: stdout chunk (state=3): >>> # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.75430: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b8f0a570><<< 8484 1726867671.75503: stdout chunk (state=3): >>> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f052e0><<< 8484 1726867671.75510: stdout chunk (state=3): >>> <<< 8484 1726867671.75547: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867671.75551: stdout chunk (state=3): >>> <<< 8484 1726867671.75572: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867671.75594: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.75653: stdout chunk (state=3): >>> <<< 8484 1726867671.75712: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.75719: stdout chunk (state=3): >>> <<< 8484 1726867671.75825: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.75834: stdout chunk (state=3): >>> <<< 8484 1726867671.75869: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.75944: 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 <<< 8484 1726867671.75960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.76000: 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<<< 8484 1726867671.76007: stdout chunk (state=3): >>> <<< 8484 1726867671.76078: 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 <<< 8484 1726867671.76181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 8484 1726867671.76213: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 8484 1726867671.76218: stdout chunk (state=3): >>> <<< 8484 1726867671.76249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 8484 1726867671.76349: stdout chunk (state=3): >>> import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91fade0><<< 8484 1726867671.76353: stdout chunk (state=3): >>> <<< 8484 1726867671.76442: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91e2ab0><<< 8484 1726867671.76448: stdout chunk (state=3): >>> <<< 8484 1726867671.76592: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f0a750> <<< 8484 1726867671.76638: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9963e30> <<< 8484 1726867671.76672: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867671.76675: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867671.76689: stdout chunk (state=3): >>> <<< 8484 1726867671.76740: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 8484 1726867671.76765: stdout chunk (state=3): >>> import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867671.76891: stdout chunk (state=3): >>> import 'ansible.module_utils.basic' # <<< 8484 1726867671.76934: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867671.76960: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 8484 1726867671.76986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.77898: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.77963: stdout chunk (state=3): >>> <<< 8484 1726867671.78812: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.78816: stdout chunk (state=3): >>> <<< 8484 1726867671.80048: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.80999: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py<<< 8484 1726867671.81013: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.81067: stdout chunk (state=3): >>> import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9ce30> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py<<< 8484 1726867671.81076: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.81116: stdout chunk (state=3): >>> import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9d040> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py<<< 8484 1726867671.81120: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 8484 1726867671.81182: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py<<< 8484 1726867671.81187: stdout chunk (state=3): >>> <<< 8484 1726867671.81207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9d760><<< 8484 1726867671.81259: stdout chunk (state=3): >>> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9d310> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py<<< 8484 1726867671.81274: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'<<< 8484 1726867671.81295: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 8484 1726867671.81383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9e090> <<< 8484 1726867671.81436: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 8484 1726867671.81440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 8484 1726867671.81491: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py<<< 8484 1726867671.81493: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'<<< 8484 1726867671.81675: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /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 0x7fa8b8f88e90> # /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 0x7fa8b8f88140> # /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'<<< 8484 1726867671.81687: stdout chunk (state=3): >>> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b52a20><<< 8484 1726867671.81776: stdout chunk (state=3): >>> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9f860> <<< 8484 1726867671.81824: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867671.81888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'<<< 8484 1726867671.81906: stdout chunk (state=3): >>> <<< 8484 1726867671.81922: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py<<< 8484 1726867671.81926: stdout chunk (state=3): >>> <<< 8484 1726867671.81973: stdout chunk (state=3): >>># 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<<< 8484 1726867671.81979: stdout chunk (state=3): >>> <<< 8484 1726867671.82041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'<<< 8484 1726867671.82144: stdout chunk (state=3): >>> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b615b0><<< 8484 1726867671.82159: stdout chunk (state=3): >>> <<< 8484 1726867671.82176: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b600e0> <<< 8484 1726867671.82241: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b53500><<< 8484 1726867671.82245: stdout chunk (state=3): >>> <<< 8484 1726867671.82281: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9ed20> <<< 8484 1726867671.82323: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867671.82369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'<<< 8484 1726867671.82406: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py<<< 8484 1726867671.82412: stdout chunk (state=3): >>> <<< 8484 1726867671.82503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'<<< 8484 1726867671.82531: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 8484 1726867671.82554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'<<< 8484 1726867671.82589: stdout chunk (state=3): >>> import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bcd550> <<< 8484 1726867671.82778: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b856a0><<< 8484 1726867671.82854: stdout chunk (state=3): >>> <<< 8484 1726867671.82985: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b639b0><<< 8484 1726867671.82991: stdout chunk (state=3): >>> <<< 8484 1726867671.83022: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py<<< 8484 1726867671.83036: stdout chunk (state=3): >>> <<< 8484 1726867671.83039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'<<< 8484 1726867671.83046: stdout chunk (state=3): >>> <<< 8484 1726867671.83078: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py<<< 8484 1726867671.83086: stdout chunk (state=3): >>> <<< 8484 1726867671.83166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py<<< 8484 1726867671.83174: stdout chunk (state=3): >>> <<< 8484 1726867671.83197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' <<< 8484 1726867671.83200: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd5160><<< 8484 1726867671.83224: stdout chunk (state=3): >>> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bcf350><<< 8484 1726867671.83253: stdout chunk (state=3): >>> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b85190><<< 8484 1726867671.83257: stdout chunk (state=3): >>> <<< 8484 1726867671.83305: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9e6f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9e120><<< 8484 1726867671.83321: stdout chunk (state=3): >>> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9de50><<< 8484 1726867671.83332: stdout chunk (state=3): >>> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9d0a0><<< 8484 1726867671.83366: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 8484 1726867671.83390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9e150><<< 8484 1726867671.83428: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py<<< 8484 1726867671.83431: stdout chunk (state=3): >>> <<< 8484 1726867671.83445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'<<< 8484 1726867671.83477: stdout chunk (state=3): >>> # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py<<< 8484 1726867671.83482: stdout chunk (state=3): >>> <<< 8484 1726867671.83501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'<<< 8484 1726867671.83559: stdout chunk (state=3): >>> <<< 8484 1726867671.83594: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd57f0><<< 8484 1726867671.83609: stdout chunk (state=3): >>> <<< 8484 1726867671.83614: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd5400> <<< 8484 1726867671.83649: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py<<< 8484 1726867671.83681: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.83792: stdout chunk (state=3): >>> import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd5f40><<< 8484 1726867671.83797: stdout chunk (state=3): >>> <<< 8484 1726867671.83827: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py<<< 8484 1726867671.83833: stdout chunk (state=3): >>> <<< 8484 1726867671.83895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'<<< 8484 1726867671.83898: stdout chunk (state=3): >>> <<< 8484 1726867671.83985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py<<< 8484 1726867671.83990: stdout chunk (state=3): >>> <<< 8484 1726867671.84044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'<<< 8484 1726867671.84059: stdout chunk (state=3): >>> <<< 8484 1726867671.84159: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.84165: stdout chunk (state=3): >>> <<< 8484 1726867671.84464: 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 0x7fa8b8be4b90> <<< 8484 1726867671.84620: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bc1d00> <<< 8484 1726867671.84666: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd7020><<< 8484 1726867671.84704: stdout chunk (state=3): >>> <<< 8484 1726867671.84736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867671.84747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867671.84786: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bc1790> <<< 8484 1726867671.84829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867671.84870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bf2960> <<< 8484 1726867671.84921: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 8484 1726867671.84952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 8484 1726867671.84982: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 8484 1726867671.84996: 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 0x7fa8b8bf3620><<< 8484 1726867671.85017: stdout chunk (state=3): >>> <<< 8484 1726867671.85056: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bf30b0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py<<< 8484 1726867671.85061: stdout chunk (state=3): >>> <<< 8484 1726867671.85274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bf3b00> <<< 8484 1726867671.85314: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py<<< 8484 1726867671.85318: stdout chunk (state=3): >>> <<< 8484 1726867671.85393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867671.85763: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bf7bc0> <<< 8484 1726867671.85792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py<<< 8484 1726867671.85811: stdout chunk (state=3): >>> <<< 8484 1726867671.85848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867671.85969: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b18590> # zipimport: zlib available<<< 8484 1726867671.85977: stdout chunk (state=3): >>> <<< 8484 1726867671.86130: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867671.86139: stdout chunk (state=3): >>> <<< 8484 1726867671.86161: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.86178: stdout chunk (state=3): >>> <<< 8484 1726867671.86381: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.86594: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867671.86621: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867671.86792: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.respawn' # <<< 8484 1726867671.86813: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.87029: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867671.87044: stdout chunk (state=3): >>> <<< 8484 1726867671.87191: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867671.87198: stdout chunk (state=3): >>> <<< 8484 1726867671.87488: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867671.88079: 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 <<< 8484 1726867671.88104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.88155: 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 <<< 8484 1726867671.88184: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867671.88223: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py<<< 8484 1726867671.88230: stdout chunk (state=3): >>> <<< 8484 1726867671.88251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'<<< 8484 1726867671.88259: stdout chunk (state=3): >>> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1b350><<< 8484 1726867671.88303: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867671.88388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867671.88602: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1b470> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867671.88663: 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 <<< 8484 1726867671.88712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.88729: stdout chunk (state=3): >>> # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.88736: stdout chunk (state=3): >>> <<< 8484 1726867671.88743: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b886f680> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b886eed0><<< 8484 1726867671.88778: stdout chunk (state=3): >>> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.88803: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.88855: stdout chunk (state=3): >>> import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b886f0b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1b9b0><<< 8484 1726867671.88867: stdout chunk (state=3): >>> <<< 8484 1726867671.88886: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1a9c0> <<< 8484 1726867671.88938: 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'<<< 8484 1726867671.89010: stdout chunk (state=3): >>> import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1aff0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867671.89113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'<<< 8484 1726867671.89157: 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<<< 8484 1726867671.89167: stdout chunk (state=3): >>> <<< 8484 1726867671.89184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.89209: 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<<< 8484 1726867671.89356: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 8484 1726867671.89411: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'<<< 8484 1726867671.89428: stdout chunk (state=3): >>> <<< 8484 1726867671.89441: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 8484 1726867671.89461: stdout chunk (state=3): >>>import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b88ecc20> <<< 8484 1726867671.89479: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b88ec800> <<< 8484 1726867671.89519: 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<<< 8484 1726867671.89524: stdout chunk (state=3): >>> <<< 8484 1726867671.89610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'<<< 8484 1726867671.89617: stdout chunk (state=3): >>> <<< 8484 1726867671.89703: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'<<< 8484 1726867671.89710: stdout chunk (state=3): >>> <<< 8484 1726867671.89720: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b8918410><<< 8484 1726867671.89784: stdout chunk (state=3): >>> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b88eccb0><<< 8484 1726867671.89790: stdout chunk (state=3): >>> <<< 8484 1726867671.89825: 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<<< 8484 1726867671.89830: stdout chunk (state=3): >>> <<< 8484 1726867671.89988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'<<< 8484 1726867671.90063: stdout chunk (state=3): >>> <<< 8484 1726867671.91425: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 8484 1726867671.91454: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 8484 1726867671.91457: stdout chunk (state=3): >>>import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b86c7620> <<< 8484 1726867671.91578: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8918680><<< 8484 1726867671.91622: 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<<< 8484 1726867671.91631: stdout chunk (state=3): >>> <<< 8484 1726867671.91768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'<<< 8484 1726867671.91861: stdout chunk (state=3): >>> <<< 8484 1726867671.91931: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 8484 1726867671.91938: stdout chunk (state=3): >>> <<< 8484 1726867671.91974: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b873d250><<< 8484 1726867671.91978: stdout chunk (state=3): >>> <<< 8484 1726867671.92254: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b86c7ad0><<< 8484 1726867671.92257: stdout chunk (state=3): >>> <<< 8484 1726867671.92288: 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 <<< 8484 1726867671.92336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'<<< 8484 1726867671.92499: stdout chunk (state=3): >>> # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 8484 1726867671.92506: 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 0x7fa8b873ff50> <<< 8484 1726867671.92573: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b873d130> <<< 8484 1726867671.92595: 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 <<< 8484 1726867671.92688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867671.92805: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'<<< 8484 1726867671.92812: stdout chunk (state=3): >>> <<< 8484 1726867671.92877: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b6a541d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b87783e0><<< 8484 1726867671.92882: stdout chunk (state=3): >>> <<< 8484 1726867671.92917: 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<<< 8484 1726867671.92921: stdout chunk (state=3): >>> <<< 8484 1726867671.92946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'<<< 8484 1726867671.92952: stdout chunk (state=3): >>> <<< 8484 1726867671.93024: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'<<< 8484 1726867671.93069: 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 0x7fa8b6a55490> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a54890> <<< 8484 1726867671.93084: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b88ec380><<< 8484 1726867671.93116: 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<<< 8484 1726867671.93121: stdout chunk (state=3): >>> <<< 8484 1726867671.93180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'<<< 8484 1726867671.93216: 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 <<< 8484 1726867671.93239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'<<< 8484 1726867671.93269: 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<<< 8484 1726867671.93276: stdout chunk (state=3): >>> <<< 8484 1726867671.93334: stdout chunk (state=3): >>># 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'<<< 8484 1726867671.93365: stdout chunk (state=3): >>> <<< 8484 1726867671.93368: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.93372: stdout chunk (state=3): >>> <<< 8484 1726867671.93429: stdout chunk (state=3): >>>import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b6a74980> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a57e00><<< 8484 1726867671.93437: stdout chunk (state=3): >>> <<< 8484 1726867671.93472: 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<<< 8484 1726867671.93475: stdout chunk (state=3): >>> <<< 8484 1726867671.93519: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'<<< 8484 1726867671.93559: 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<<< 8484 1726867671.93567: stdout chunk (state=3): >>> <<< 8484 1726867671.93583: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'<<< 8484 1726867671.93619: 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<<< 8484 1726867671.93622: stdout chunk (state=3): >>> <<< 8484 1726867671.93634: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.93679: stdout chunk (state=3): >>> import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a76f60> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 8484 1726867671.93723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'<<< 8484 1726867671.93759: stdout chunk (state=3): >>> <<< 8484 1726867671.93769: 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 <<< 8484 1726867671.93789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'<<< 8484 1726867671.93847: stdout chunk (state=3): >>> import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a77e00> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py<<< 8484 1726867671.93851: stdout chunk (state=3): >>> <<< 8484 1726867671.93868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.94055: stdout chunk (state=3): >>> <<< 8484 1726867671.94572: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'<<< 8484 1726867671.94589: stdout chunk (state=3): >>> # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'<<< 8484 1726867671.94592: stdout chunk (state=3): >>> import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b6aa4710> <<< 8484 1726867671.94649: 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<<< 8484 1726867671.94654: stdout chunk (state=3): >>> <<< 8484 1726867671.94683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867671.94703: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6aa5b50> <<< 8484 1726867671.94728: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a77fe0> <<< 8484 1726867671.94785: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a76ed0> <<< 8484 1726867671.94815: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a767b0><<< 8484 1726867671.94818: stdout chunk (state=3): >>> <<< 8484 1726867671.94865: 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 <<< 8484 1726867671.94909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.94914: stdout chunk (state=3): >>> <<< 8484 1726867671.95059: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 8484 1726867671.95077: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 8484 1726867671.95125: stdout chunk (state=3): >>>import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b6aa7770> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a77320> <<< 8484 1726867671.95241: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a74c20> <<< 8484 1726867671.95332: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a57410> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py<<< 8484 1726867671.95343: stdout chunk (state=3): >>> <<< 8484 1726867671.95353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867671.95569: 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 0x7fa8b6a57b30> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a57890><<< 8484 1726867671.95626: stdout chunk (state=3): >>> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a55610> <<< 8484 1726867671.95672: 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 <<< 8484 1726867671.95690: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.95697: stdout chunk (state=3): >>> import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6adcd70><<< 8484 1726867671.95743: 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<<< 8484 1726867671.95748: stdout chunk (state=3): >>> <<< 8484 1726867671.95836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 8484 1726867671.95860: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'<<< 8484 1726867671.95897: 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<<< 8484 1726867671.95916: stdout chunk (state=3): >>> <<< 8484 1726867671.95937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'<<< 8484 1726867671.95965: stdout chunk (state=3): >>> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6adf290> <<< 8484 1726867671.96023: 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'<<< 8484 1726867671.96065: stdout chunk (state=3): >>> import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6adfa70><<< 8484 1726867671.96077: stdout chunk (state=3): >>> <<< 8484 1726867671.96092: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6ade5a0><<< 8484 1726867671.96098: stdout chunk (state=3): >>> <<< 8484 1726867671.96153: 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 <<< 8484 1726867671.96171: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867671.96232: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b082c0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6adcd40><<< 8484 1726867671.96239: stdout chunk (state=3): >>> <<< 8484 1726867671.96275: 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<<< 8484 1726867671.96281: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.96322: 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 <<< 8484 1726867671.96365: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'<<< 8484 1726867671.96396: 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<<< 8484 1726867671.96405: stdout chunk (state=3): >>> <<< 8484 1726867671.96418: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'<<< 8484 1726867671.96457: stdout chunk (state=3): >>> import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b09d30> <<< 8484 1726867671.96493: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b092b0><<< 8484 1726867671.96498: stdout chunk (state=3): >>> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b090d0><<< 8484 1726867671.96532: 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 <<< 8484 1726867671.96554: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'<<< 8484 1726867671.96589: 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<<< 8484 1726867671.96594: stdout chunk (state=3): >>> <<< 8484 1726867671.96637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'<<< 8484 1726867671.96684: 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<<< 8484 1726867671.96687: stdout chunk (state=3): >>> <<< 8484 1726867671.96714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867671.96856: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b34da0> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867671.96885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'<<< 8484 1726867671.96888: stdout chunk (state=3): >>> <<< 8484 1726867671.96924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py<<< 8484 1726867671.96929: stdout chunk (state=3): >>> <<< 8484 1726867671.97006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867671.97034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py<<< 8484 1726867671.97040: stdout chunk (state=3): >>> <<< 8484 1726867671.97067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'<<< 8484 1726867671.97075: stdout chunk (state=3): >>> <<< 8484 1726867671.97099: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63fee10><<< 8484 1726867671.97104: stdout chunk (state=3): >>> <<< 8484 1726867671.97153: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867671.97159: stdout chunk (state=3): >>> <<< 8484 1726867671.97255: 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 0x7fa8b63ff170> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b370b0><<< 8484 1726867671.97261: stdout chunk (state=3): >>> <<< 8484 1726867671.97313: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b35250><<< 8484 1726867671.97318: stdout chunk (state=3): >>> <<< 8484 1726867671.97356: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b34290><<< 8484 1726867671.97361: stdout chunk (state=3): >>> <<< 8484 1726867671.97416: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0a4e0><<< 8484 1726867671.97423: stdout chunk (state=3): >>> <<< 8484 1726867671.97440: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0a1b0><<< 8484 1726867671.97481: 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<<< 8484 1726867671.97487: stdout chunk (state=3): >>> <<< 8484 1726867671.97535: stdout chunk (state=3): >>># 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<<< 8484 1726867671.97543: stdout chunk (state=3): >>> <<< 8484 1726867671.97565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.97610: 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<<< 8484 1726867671.97618: stdout chunk (state=3): >>> <<< 8484 1726867671.97631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'<<< 8484 1726867671.97660: stdout chunk (state=3): >>> import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6438c80><<< 8484 1726867671.97672: stdout chunk (state=3): >>> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63ffda0><<< 8484 1726867671.97739: stdout chunk (state=3): >>> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0aa20> <<< 8484 1726867671.97782: 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 <<< 8484 1726867671.97819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867671.97894: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6439400> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py<<< 8484 1726867671.97906: stdout chunk (state=3): >>> <<< 8484 1726867671.97913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'<<< 8484 1726867671.97942: stdout chunk (state=3): >>> import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64397c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py<<< 8484 1726867671.97949: stdout chunk (state=3): >>> <<< 8484 1726867671.97962: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' <<< 8484 1726867671.98014: stdout chunk (state=3): >>>import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6439880> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py<<< 8484 1726867671.98018: stdout chunk (state=3): >>> <<< 8484 1726867671.98035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867671.98076: stdout chunk (state=3): >>> import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64399a0> # /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<<< 8484 1726867671.98081: stdout chunk (state=3): >>> <<< 8484 1726867671.98127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'<<< 8484 1726867671.98167: 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 <<< 8484 1726867671.98217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'<<< 8484 1726867671.98250: stdout chunk (state=3): >>> <<< 8484 1726867671.98327: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 8484 1726867671.98345: 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 0x7fa8b6458560><<< 8484 1726867671.98380: stdout chunk (state=3): >>> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b643a690> <<< 8484 1726867671.98430: 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'<<< 8484 1726867671.98467: stdout chunk (state=3): >>> import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6458680> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 8484 1726867671.98478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'<<< 8484 1726867671.98527: stdout chunk (state=3): >>> import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6458740><<< 8484 1726867671.98531: stdout chunk (state=3): >>> <<< 8484 1726867671.98553: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64398e0> <<< 8484 1726867671.98589: 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<<< 8484 1726867671.98594: stdout chunk (state=3): >>> <<< 8484 1726867671.98630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6458830> <<< 8484 1726867671.98684: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867671.98830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'<<< 8484 1726867671.98836: stdout chunk (state=3): >>> <<< 8484 1726867671.98871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867671.99044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867671.99083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867671.99123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867671.99181: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.99194: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867671.99200: stdout chunk (state=3): >>>import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b64a4290><<< 8484 1726867671.99254: stdout chunk (state=3): >>> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64836b0><<< 8484 1726867671.99260: stdout chunk (state=3): >>> <<< 8484 1726867671.99363: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6482150><<< 8484 1726867671.99369: stdout chunk (state=3): >>> <<< 8484 1726867671.99599: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b645a090><<< 8484 1726867671.99627: stdout chunk (state=3): >>> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6459520><<< 8484 1726867671.99632: stdout chunk (state=3): >>> <<< 8484 1726867671.99668: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'<<< 8484 1726867671.99714: stdout chunk (state=3): >>> import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b645a540> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py<<< 8484 1726867671.99721: stdout chunk (state=3): >>> <<< 8484 1726867671.99739: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'<<< 8484 1726867671.99763: stdout chunk (state=3): >>> import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0a3c0><<< 8484 1726867671.99806: 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<<< 8484 1726867671.99813: stdout chunk (state=3): >>> <<< 8484 1726867671.99818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'<<< 8484 1726867671.99844: stdout chunk (state=3): >>> import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c0920> <<< 8484 1726867671.99893: 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'<<< 8484 1726867671.99940: stdout chunk (state=3): >>> import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c0b90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py<<< 8484 1726867671.99947: stdout chunk (state=3): >>> <<< 8484 1726867671.99964: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'<<< 8484 1726867671.99998: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867672.00052: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c14f0><<< 8484 1726867672.00074: stdout chunk (state=3): >>> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c0f80><<< 8484 1726867672.00081: stdout chunk (state=3): >>> <<< 8484 1726867672.00114: 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 0x7fa8b64c23c0><<< 8484 1726867672.00150: stdout chunk (state=3): >>> import 'gc' # <<< 8484 1726867672.00180: stdout chunk (state=3): >>> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b886f740><<< 8484 1726867672.00191: stdout chunk (state=3): >>> <<< 8484 1726867672.00203: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906d1c0><<< 8484 1726867672.00353: stdout chunk (state=3): >>> <<< 8484 1726867672.00992: 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<<< 8484 1726867672.00998: stdout chunk (state=3): >>> <<< 8484 1726867672.01025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'<<< 8484 1726867672.01032: stdout chunk (state=3): >>> <<< 8484 1726867672.01076: 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<<< 8484 1726867672.01087: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.01093: stdout chunk (state=3): >>> <<< 8484 1726867672.01119: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c2ff0><<< 8484 1726867672.01126: stdout chunk (state=3): >>> <<< 8484 1726867672.01162: 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<<< 8484 1726867672.01174: stdout chunk (state=3): >>> <<< 8484 1726867672.01181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.01218: 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<<< 8484 1726867672.01226: stdout chunk (state=3): >>> <<< 8484 1726867672.01289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'<<< 8484 1726867672.01299: stdout chunk (state=3): >>> <<< 8484 1726867672.01334: 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<<< 8484 1726867672.01341: stdout chunk (state=3): >>> <<< 8484 1726867672.01450: 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<<< 8484 1726867672.01461: stdout chunk (state=3): >>> <<< 8484 1726867672.01473: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'<<< 8484 1726867672.01487: stdout chunk (state=3): >>> import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b628fa70><<< 8484 1726867672.01511: 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<<< 8484 1726867672.01526: stdout chunk (state=3): >>> <<< 8484 1726867672.01573: 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<<< 8484 1726867672.01578: stdout chunk (state=3): >>> <<< 8484 1726867672.01611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'<<< 8484 1726867672.01653: stdout chunk (state=3): >>> # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 8484 1726867672.01765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.01896: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.01912: stdout chunk (state=3): >>> <<< 8484 1726867672.01931: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b62b5ac0> <<< 8484 1726867672.01942: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62b5670><<< 8484 1726867672.01951: stdout chunk (state=3): >>> <<< 8484 1726867672.01990: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.02024: stdout chunk (state=3): >>> # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.02035: stdout chunk (state=3): >>> <<< 8484 1726867672.02057: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b64393d0><<< 8484 1726867672.02064: stdout chunk (state=3): >>> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62b4530><<< 8484 1726867672.02078: stdout chunk (state=3): >>> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b628fd70><<< 8484 1726867672.02121: stdout chunk (state=3): >>> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b628cad0><<< 8484 1726867672.02126: stdout chunk (state=3): >>> <<< 8484 1726867672.02162: 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<<< 8484 1726867672.02166: stdout chunk (state=3): >>> <<< 8484 1726867672.02193: stdout chunk (state=3): >>># 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 0x7fa8b62b4320><<< 8484 1726867672.02229: 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 <<< 8484 1726867672.02274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.02308: 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<<< 8484 1726867672.02314: stdout chunk (state=3): >>> <<< 8484 1726867672.02344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'<<< 8484 1726867672.02398: stdout chunk (state=3): >>> import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62caf90> <<< 8484 1726867672.02451: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62c9af0> <<< 8484 1726867672.02510: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'<<< 8484 1726867672.02538: stdout chunk (state=3): >>> import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f07a0> <<< 8484 1726867672.02574: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'<<< 8484 1726867672.02593: stdout chunk (state=3): >>> import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f0aa0><<< 8484 1726867672.02624: 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 <<< 8484 1726867672.02664: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'<<< 8484 1726867672.02671: stdout chunk (state=3): >>> import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f0d10><<< 8484 1726867672.02715: 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<<< 8484 1726867672.02721: stdout chunk (state=3): >>> <<< 8484 1726867672.02746: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'<<< 8484 1726867672.02759: stdout chunk (state=3): >>> import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f0fb0><<< 8484 1726867672.02796: 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<<< 8484 1726867672.02817: stdout chunk (state=3): >>> <<< 8484 1726867672.02823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'<<< 8484 1726867672.02840: 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<<< 8484 1726867672.03060: stdout chunk (state=3): >>> # 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 0x7fa8b62f16d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f1520> # /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 0x7fa8b62f2f30> # /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 0x7fa8b62f30b0> # /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 0x7fa8b62f32f0> <<< 8484 1726867672.03112: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'<<< 8484 1726867672.03118: stdout chunk (state=3): >>> <<< 8484 1726867672.03146: 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<<< 8484 1726867672.03193: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'<<< 8484 1726867672.03196: stdout chunk (state=3): >>> <<< 8484 1726867672.03220: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6308290><<< 8484 1726867672.03237: stdout chunk (state=3): >>> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f3ad0><<< 8484 1726867672.03280: 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 <<< 8484 1726867672.03325: 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 0x7fa8b6308e30><<< 8484 1726867672.03365: 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 <<< 8484 1726867672.03372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'<<< 8484 1726867672.03399: stdout chunk (state=3): >>> import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6309280> <<< 8484 1726867672.03446: 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'<<< 8484 1726867672.03467: stdout chunk (state=3): >>> import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6309460><<< 8484 1726867672.03504: 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 <<< 8484 1726867672.03584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6309730> <<< 8484 1726867672.03622: 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 <<< 8484 1726867672.03646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'<<< 8484 1726867672.03664: stdout chunk (state=3): >>> import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630a630><<< 8484 1726867672.03709: 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<<< 8484 1726867672.03715: stdout chunk (state=3): >>> <<< 8484 1726867672.03737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'<<< 8484 1726867672.03761: stdout chunk (state=3): >>> import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630a8a0><<< 8484 1726867672.03800: 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<<< 8484 1726867672.03808: stdout chunk (state=3): >>> <<< 8484 1726867672.03831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'<<< 8484 1726867672.03856: stdout chunk (state=3): >>> import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630aa80><<< 8484 1726867672.03864: stdout chunk (state=3): >>> <<< 8484 1726867672.03923: 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'<<< 8484 1726867672.03958: stdout chunk (state=3): >>> <<< 8484 1726867672.03972: 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<<< 8484 1726867672.03997: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'<<< 8484 1726867672.04007: stdout chunk (state=3): >>> import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630b650><<< 8484 1726867672.04032: stdout chunk (state=3): >>> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630b1a0><<< 8484 1726867672.04077: 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<<< 8484 1726867672.04081: stdout chunk (state=3): >>> <<< 8484 1726867672.04109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'<<< 8484 1726867672.04148: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py<<< 8484 1726867672.04154: stdout chunk (state=3): >>> <<< 8484 1726867672.04187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'<<< 8484 1726867672.04210: stdout chunk (state=3): >>> import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6330500><<< 8484 1726867672.04234: stdout chunk (state=3): >>> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630be00> <<< 8484 1726867672.04282: 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'<<< 8484 1726867672.04304: stdout chunk (state=3): >>> import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6331190><<< 8484 1726867672.04341: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867672.04416: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6331490> <<< 8484 1726867672.04458: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'<<< 8484 1726867672.04485: stdout chunk (state=3): >>> import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63323c0><<< 8484 1726867672.04494: stdout chunk (state=3): >>> <<< 8484 1726867672.04525: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'<<< 8484 1726867672.04567: stdout chunk (state=3): >>> import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6332660> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 8484 1726867672.04595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63327e0><<< 8484 1726867672.04660: stdout chunk (state=3): >>> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c3410><<< 8484 1726867672.04663: stdout chunk (state=3): >>> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c31a0><<< 8484 1726867672.04665: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c2900><<< 8484 1726867672.04699: 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 <<< 8484 1726867672.04723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc'<<< 8484 1726867672.04766: 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<<< 8484 1726867672.04769: stdout chunk (state=3): >>> <<< 8484 1726867672.04790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.04815: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'<<< 8484 1726867672.04861: stdout chunk (state=3): >>> import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6333140> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6332ea0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 8484 1726867672.04910: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 8484 1726867672.04993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867672.05084: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867672.05181: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63555b0> <<< 8484 1726867672.05257: 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'<<< 8484 1726867672.05381: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867672.05403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867672.05446: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6356cc0><<< 8484 1726867672.05457: stdout chunk (state=3): >>> <<< 8484 1726867672.05555: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.05584: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b6355f10><<< 8484 1726867672.05600: stdout chunk (state=3): >>> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6355ac0> <<< 8484 1726867672.05644: 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<<< 8484 1726867672.05662: stdout chunk (state=3): >>> <<< 8484 1726867672.05700: 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<<< 8484 1726867672.05735: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60a8530><<< 8484 1726867672.05752: stdout chunk (state=3): >>> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b608f950><<< 8484 1726867672.05792: 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<<< 8484 1726867672.05808: stdout chunk (state=3): >>> <<< 8484 1726867672.05842: stdout chunk (state=3): >>># 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 <<< 8484 1726867672.05909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'<<< 8484 1726867672.05924: stdout chunk (state=3): >>> <<< 8484 1726867672.05978: 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<<< 8484 1726867672.05984: stdout chunk (state=3): >>> <<< 8484 1726867672.06013: 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 0x7fa8b60ab470><<< 8484 1726867672.06052: 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 <<< 8484 1726867672.06091: 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 0x7fa8b60abd70> <<< 8484 1726867672.06145: 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'<<< 8484 1726867672.06183: stdout chunk (state=3): >>> # destroy dateutil.tz.win<<< 8484 1726867672.06189: stdout chunk (state=3): >>> <<< 8484 1726867672.06247: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60a8bc0><<< 8484 1726867672.06327: stdout chunk (state=3): >>> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60a8890> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63333e0> <<< 8484 1726867672.06376: 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 <<< 8484 1726867672.06425: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 8484 1726867672.06642: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6355100> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6333170> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c3110> # /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 0x7fa8b60d5fd0> <<< 8484 1726867672.06676: 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 <<< 8484 1726867672.06723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867672.06755: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60d68a0><<< 8484 1726867672.06789: 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 <<< 8484 1726867672.06824: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60d78c0><<< 8484 1726867672.06874: 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 <<< 8484 1726867672.06908: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60d7f20><<< 8484 1726867672.06953: stdout chunk (state=3): >>> <<< 8484 1726867672.06987: 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'<<< 8484 1726867672.07017: 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'<<< 8484 1726867672.07046: 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'<<< 8484 1726867672.07125: stdout chunk (state=3): >>> # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.07327: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.07355: stdout chunk (state=3): >>>import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8b60fd610> <<< 8484 1726867672.07383: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fcfe0><<< 8484 1726867672.07406: stdout chunk (state=3): >>> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fcc80><<< 8484 1726867672.07435: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fc920> # /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 <<< 8484 1726867672.07461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'<<< 8484 1726867672.07528: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fcd40> <<< 8484 1726867672.07569: 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 <<< 8484 1726867672.07606: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867672.07654: 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<<< 8484 1726867672.07711: stdout chunk (state=3): >>> # 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<<< 8484 1726867672.07726: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' <<< 8484 1726867672.07764: stdout chunk (state=3): >>>import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60ff350> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 8484 1726867672.07811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60ff410> <<< 8484 1726867672.07855: 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<<< 8484 1726867672.07873: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 8484 1726867672.08059: 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 0x7fa8b60ffb30> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60ff9b0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py<<< 8484 1726867672.08105: stdout chunk (state=3): >>> <<< 8484 1726867672.08108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 8484 1726867672.08315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 8484 1726867672.08368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'<<< 8484 1726867672.08425: 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 <<< 8484 1726867672.08429: 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 0x7fa8b612e120><<< 8484 1726867672.08469: 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 <<< 8484 1726867672.08544: stdout chunk (state=3): >>># 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 <<< 8484 1726867672.08598: 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 <<< 8484 1726867672.08621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.08669: stdout chunk (state=3): >>>import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612f350> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py <<< 8484 1726867672.08704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612f5c0> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 8484 1726867672.08727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'<<< 8484 1726867672.08797: stdout chunk (state=3): >>> # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.08853: 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 0x7fa8b612f740> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612f560><<< 8484 1726867672.08874: stdout chunk (state=3): >>> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612ee10><<< 8484 1726867672.08899: stdout chunk (state=3): >>> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612e2a0> <<< 8484 1726867672.08927: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612d550> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612cad0><<< 8484 1726867672.08950: stdout chunk (state=3): >>> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612c350> <<< 8484 1726867672.09008: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fee40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fe330><<< 8484 1726867672.09035: stdout chunk (state=3): >>> <<< 8484 1726867672.09059: 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' <<< 8484 1726867672.09103: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612f020> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867672.09132: 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 0x7fa8b612fc20><<< 8484 1726867672.09178: 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<<< 8484 1726867672.09202: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'<<< 8484 1726867672.09250: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6158530><<< 8484 1726867672.09254: 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 <<< 8484 1726867672.09294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'<<< 8484 1726867672.09298: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b61588f0><<< 8484 1726867672.09344: 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 <<< 8484 1726867672.09393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'<<< 8484 1726867672.09412: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6159220><<< 8484 1726867672.09456: 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 <<< 8484 1726867672.09495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'<<< 8484 1726867672.09546: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6159d90> <<< 8484 1726867672.29642: stdout chunk (state=3): >>> <<< 8484 1726867672.29695: 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}}} <<< 8484 1726867672.31374: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 8484 1726867672.31867: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1<<< 8484 1726867672.31879: stdout chunk (state=3): >>> # clear sys.ps2 # clear sys.last_exc <<< 8484 1726867672.31922: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig <<< 8484 1726867672.32011: 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 # 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<<< 8484 1726867672.32017: stdout chunk (state=3): >>> # 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 <<< 8484 1726867672.32020: stdout chunk (state=3): >>># cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset<<< 8484 1726867672.32024: stdout chunk (state=3): >>> # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path <<< 8484 1726867672.32062: stdout chunk (state=3): >>># cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess<<< 8484 1726867672.32164: stdout chunk (state=3): >>> # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap <<< 8484 1726867672.32216: stdout chunk (state=3): >>># cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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<<< 8484 1726867672.32226: stdout chunk (state=3): >>> # 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 <<< 8484 1726867672.32229: stdout chunk (state=3): >>># cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback <<< 8484 1726867672.32274: stdout chunk (state=3): >>># cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps<<< 8484 1726867672.32284: stdout chunk (state=3): >>> # 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 <<< 8484 1726867672.32289: stdout chunk (state=3): >>># cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package <<< 8484 1726867672.32306: stdout chunk (state=3): >>># cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove <<< 8484 1726867672.32452: stdout chunk (state=3): >>># 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<<< 8484 1726867672.32481: stdout chunk (state=3): >>> # 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 <<< 8484 1726867672.33217: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867672.33233: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma<<< 8484 1726867672.33237: stdout chunk (state=3): >>> <<< 8484 1726867672.33466: stdout chunk (state=3): >>># 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 <<< 8484 1726867672.33518: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867672.33522: 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 <<< 8484 1726867672.33525: stdout chunk (state=3): >>># 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 <<< 8484 1726867672.33568: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install<<< 8484 1726867672.33629: stdout chunk (state=3): >>> # 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 <<< 8484 1726867672.33632: stdout chunk (state=3): >>># destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging <<< 8484 1726867672.33636: stdout chunk (state=3): >>># destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli<<< 8484 1726867672.33642: stdout chunk (state=3): >>> # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis <<< 8484 1726867672.33649: stdout chunk (state=3): >>># destroy token <<< 8484 1726867672.33776: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # 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 <<< 8484 1726867672.33780: stdout chunk (state=3): >>># cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager <<< 8484 1726867672.33882: stdout chunk (state=3): >>># cleanup[3] wiping email.message <<< 8484 1726867672.33887: stdout chunk (state=3): >>># 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 <<< 8484 1726867672.33898: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array <<< 8484 1726867672.33940: 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 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 <<< 8484 1726867672.33946: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize <<< 8484 1726867672.34189: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 8484 1726867672.34201: stdout chunk (state=3): >>># 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 <<< 8484 1726867672.34249: 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 <<< 8484 1726867672.35029: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867672.35088: stdout chunk (state=3): >>># destroy _weakref <<< 8484 1726867672.35096: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 8484 1726867672.35133: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867672.35150: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867672.35177: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867672.35180: stdout chunk (state=3): >>># destroy libdnf._error <<< 8484 1726867672.35231: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867672.35235: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 8484 1726867672.35238: stdout chunk (state=3): >>># destroy copyreg <<< 8484 1726867672.35377: 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 <<< 8484 1726867672.35390: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil # destroy zlib <<< 8484 1726867672.35398: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867672.35491: 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 <<< 8484 1726867672.35495: stdout chunk (state=3): >>># 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<<< 8484 1726867672.35500: stdout chunk (state=3): >>> # destroy dnf.cli.output # destroy dnf <<< 8484 1726867672.35545: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867672.35618: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867672.35621: stdout chunk (state=3): >>># destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner <<< 8484 1726867672.35624: stdout chunk (state=3): >>># destroy _json # destroy collections # destroy io # destroy _opcode <<< 8484 1726867672.35856: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl <<< 8484 1726867672.35964: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules <<< 8484 1726867672.35972: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 8484 1726867672.36186: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig <<< 8484 1726867672.36198: stdout chunk (state=3): >>># destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867672.36217: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867672.36243: stdout chunk (state=3): >>># destroy _sre <<< 8484 1726867672.36254: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 8484 1726867672.36260: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867672.37250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867672.37253: stdout chunk (state=3): >>><<< 8484 1726867672.37255: stderr chunk (state=3): >>><<< 8484 1726867672.37573: _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 0x7fa8b9b684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9b37b30> # /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 0x7fa8b9b6aa50> 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 0x7fa8b991d130> # /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 0x7fa8b991e120> 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 0x7fa8b9963f80> # /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 0x7fa8b9970110> # /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 0x7fa8b9993950> # /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 0x7fa8b9993fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9973bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99712e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9961130> # /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 0x7fa8b99b7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99b6540> # /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 0x7fa8b9972390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99b4d40> # /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 0x7fa8b99e4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99603b0> # /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 0x7fa8b99e4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e4ce0> # 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 0x7fa8b99e50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9956ed0> # /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 0x7fa8b99e5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e5490> 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 0x7fa8b99e6690> 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 0x7fa8b9a008c0> 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 0x7fa8b9a02000> # /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 0x7fa8b9a02ea0> # 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 0x7fa8b9a03500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9a023f0> # /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 0x7fa8b9a03ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9a035f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e66f0> # /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 0x7fa8b973fda0> # /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 0x7fa8b976c920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976c680> # 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 0x7fa8b976c860> # /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 0x7fa8b976d1f0> # 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 0x7fa8b976dbe0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b973df40> # /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 0x7fa8b976eff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976dd30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b99e6de0> # /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 0x7fa8b9793350> # /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 0x7fa8b97b76e0> # /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 0x7fa8b98184d0> # /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 0x7fa8b981ac30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b98185f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b97dd4f0> # /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 0x7fa8b91255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b97b64e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b976ff20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa8b9125850> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_7i_2qvf8/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 0x7fa8b917b350> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b915e240> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b915d3a0> # 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 0x7fa8b9179220> # /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 0x7fa8b91a2cf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91a2a80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91a23c0> # /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 0x7fa8b91a27e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b917bfe0> 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 0x7fa8b91a39b0> # 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 0x7fa8b91a3bf0> # /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 0x7fa8b91c8110> 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 0x7fa8b9011ee0> # 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 0x7fa8b9013b00> # /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 0x7fa8b9018500> # /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 0x7fa8b90196a0> # /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 0x7fa8b901c170> # 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 0x7fa8b901c290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901a420> # /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 0x7fa8b9060080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901eb70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901e8d0> # /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 0x7fa8b901ee40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b901a930> # 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 0x7fa8b9064350> # /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 0x7fa8b90644a0> # /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 0x7fa8b9065f40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9065d00> # /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 0x7fa8b90684d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9066600> # /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 0x7fa8b906bcb0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9068680> # 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 0x7fa8b906ca70> # 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 0x7fa8b906cce0> # 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 0x7fa8b906ce60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90645c0> # /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 0x7fa8b90f85f0> # 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 0x7fa8b90f9880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906ed80> # 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 0x7fa8b906f980> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906e9c0> # 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 0x7fa8b90fda90> # /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 0x7fa8b90fe8a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b90f9b20> 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 0x7fa8b90fe780> # 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 0x7fa8b90ffad0> # 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 0x7fa8b8f0a570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f052e0> 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 0x7fa8b91fade0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b91e2ab0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f0a750> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b9963e30> # 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 0x7fa8b8f9ce30> # /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 0x7fa8b8f9d040> # /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 0x7fa8b8f9d760> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9d310> # /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 0x7fa8b8f9e090> # /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 0x7fa8b8f88e90> # /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 0x7fa8b8f88140> # /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 0x7fa8b8b52a20> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9f860> # /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 0x7fa8b8b615b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b600e0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b53500> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9ed20> # /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 0x7fa8b8bcd550> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b856a0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b639b0> # /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 0x7fa8b8bd5160> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bcf350> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b85190> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9e6f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9e120> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9de50> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8f9d0a0> # /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 0x7fa8b8f9e150> # /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 0x7fa8b8bd57f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd5400> # /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 0x7fa8b8bd5f40> # /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 0x7fa8b8be4b90> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bc1d00> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bd7020> # /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 0x7fa8b8bc1790> # /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 0x7fa8b8bf2960> # /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 0x7fa8b8bf3620> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8bf30b0> # /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 0x7fa8b8bf3b00> # /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 0x7fa8b8bf7bc0> # /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 0x7fa8b8b18590> # 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 0x7fa8b8b1b350> # /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 0x7fa8b8b1b470> # /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 0x7fa8b886f680> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b886eed0> # 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 0x7fa8b886f0b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1b9b0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8b1a9c0> # /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 0x7fa8b8b1aff0> # /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 0x7fa8b88ecc20> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b88ec800> # /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 0x7fa8b8918410> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b88eccb0> # /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 0x7fa8b86c7620> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b8918680> # /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 0x7fa8b873d250> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b86c7ad0> # /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 0x7fa8b873ff50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b873d130> # /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 0x7fa8b6a541d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b87783e0> # /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 0x7fa8b6a55490> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a54890> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b88ec380> # /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 0x7fa8b6a74980> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a57e00> # /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 0x7fa8b6a76f60> # /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 0x7fa8b6a77e00> # /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 0x7fa8b6aa4710> # /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 0x7fa8b6aa5b50> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a77fe0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a76ed0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a767b0> # /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 0x7fa8b6aa7770> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a77320> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a74c20> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a57410> # /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 0x7fa8b6a57b30> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a57890> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6a55610> # /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 0x7fa8b6adcd70> # /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 0x7fa8b6adf290> # /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 0x7fa8b6adfa70> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6ade5a0> # /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 0x7fa8b6b082c0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6adcd40> # /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 0x7fa8b6b09d30> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b092b0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b090d0> # /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 0x7fa8b6b34da0> # /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 0x7fa8b63fee10> # 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 0x7fa8b63ff170> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b370b0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b35250> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b34290> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0a4e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0a1b0> # /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 0x7fa8b6438c80> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63ffda0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6b0aa20> # /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 0x7fa8b6439400> # /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 0x7fa8b64397c0> # /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 0x7fa8b6439880> # /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 0x7fa8b64399a0> # /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 0x7fa8b6458560> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b643a690> # /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 0x7fa8b6458680> # /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 0x7fa8b6458740> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64398e0> # /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 0x7fa8b6458830> # /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 0x7fa8b64a4290> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64836b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6482150> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b645a090> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6459520> # /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 0x7fa8b645a540> # /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 0x7fa8b6b0a3c0> # /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 0x7fa8b64c0920> # /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 0x7fa8b64c0b90> # /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 0x7fa8b64c14f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c0f80> # /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 0x7fa8b64c23c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b886f740> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b906d1c0> # /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 0x7fa8b64c2ff0> # /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 0x7fa8b628fa70> # /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 0x7fa8b62b5ac0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62b5670> # 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 0x7fa8b64393d0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62b4530> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b628fd70> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b628cad0> # /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 0x7fa8b62b4320> # /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 0x7fa8b62caf90> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62c9af0> # /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 0x7fa8b62f07a0> # /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 0x7fa8b62f0aa0> # /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 0x7fa8b62f0d10> # /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 0x7fa8b62f0fb0> # /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 0x7fa8b62f16d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f1520> # /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 0x7fa8b62f2f30> # /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 0x7fa8b62f30b0> # /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 0x7fa8b62f32f0> # /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 0x7fa8b6308290> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b62f3ad0> # /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 0x7fa8b6308e30> # /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 0x7fa8b6309280> # /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 0x7fa8b6309460> # /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 0x7fa8b6309730> # /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 0x7fa8b630a630> # /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 0x7fa8b630a8a0> # /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 0x7fa8b630aa80> # /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 0x7fa8b630b650> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630b1a0> # /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 0x7fa8b6330500> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b630be00> # /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 0x7fa8b6331190> # /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 0x7fa8b6331490> # /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 0x7fa8b63323c0> # /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 0x7fa8b6332660> # /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 0x7fa8b63327e0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c3410> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c31a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c2900> # /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 0x7fa8b6333140> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6332ea0> # /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 0x7fa8b63555b0> # /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 0x7fa8b6356cc0> # 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 0x7fa8b6355f10> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6355ac0> # /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 0x7fa8b60a8530> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b608f950> # /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 0x7fa8b60ab470> # /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 0x7fa8b60abd70> # /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 0x7fa8b60a8bc0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60a8890> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b63333e0> # /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 0x7fa8b6355100> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b6333170> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b64c3110> # /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 0x7fa8b60d5fd0> # /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 0x7fa8b60d68a0> # /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 0x7fa8b60d78c0> # /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 0x7fa8b60d7f20> # /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 0x7fa8b60fd610> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fcfe0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fcc80> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fc920> # /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 0x7fa8b60fcd40> # /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 0x7fa8b60ff350> # /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 0x7fa8b60ff410> # /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 0x7fa8b60ffb30> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60ff9b0> # /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 0x7fa8b612e120> # /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 0x7fa8b612f350> # /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 0x7fa8b612f5c0> # /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 0x7fa8b612f740> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612f560> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612ee10> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612e2a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612d550> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612cad0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b612c350> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fee40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8b60fe330> # /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 0x7fa8b612f020> # /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 0x7fa8b612fc20> # /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 0x7fa8b6158530> # /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 0x7fa8b61588f0> # /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 0x7fa8b6159220> # /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 0x7fa8b6159d90> {"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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867672.38707: 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-1726867671.3169327-8791-64662564858863/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867672.38710: _low_level_execute_command(): starting 8484 1726867672.38712: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867671.3169327-8791-64662564858863/ > /dev/null 2>&1 && sleep 0' 8484 1726867672.38715: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867672.38717: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867672.38719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867672.38721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867672.38724: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867672.38726: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867672.38728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.38730: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867672.38732: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867672.38735: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867672.38739: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867672.38741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867672.38744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867672.41305: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867672.41329: stderr chunk (state=3): >>><<< 8484 1726867672.41332: stdout chunk (state=3): >>><<< 8484 1726867672.41349: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867672.41355: handler run complete 8484 1726867672.41381: attempt loop complete, returning result 8484 1726867672.41384: _execute() done 8484 1726867672.41387: dumping result to json 8484 1726867672.41391: done dumping result, returning 8484 1726867672.41400: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [02e58e3f-6ce9-dbaf-c049-0000000000e1] 8484 1726867672.41405: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e1 8484 1726867672.41495: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e1 8484 1726867672.41497: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867672.41577: no more pending results, returning what we have 8484 1726867672.41579: results queue empty 8484 1726867672.41580: checking for any_errors_fatal 8484 1726867672.41585: done checking for any_errors_fatal 8484 1726867672.41586: checking for max_fail_percentage 8484 1726867672.41587: done checking for max_fail_percentage 8484 1726867672.41588: checking to see if all hosts have failed and the running result is not ok 8484 1726867672.41589: done checking to see if all hosts have failed 8484 1726867672.41590: getting the remaining hosts for this loop 8484 1726867672.41592: done getting the remaining hosts for this loop 8484 1726867672.41596: getting the next task for host managed_node3 8484 1726867672.41605: done getting next task for host managed_node3 8484 1726867672.41610: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 8484 1726867672.41614: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867672.41623: getting variables 8484 1726867672.41625: in VariableManager get_vars() 8484 1726867672.41657: Calling all_inventory to load vars for managed_node3 8484 1726867672.41660: Calling groups_inventory to load vars for managed_node3 8484 1726867672.41662: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867672.41677: Calling all_plugins_play to load vars for managed_node3 8484 1726867672.41680: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867672.41683: Calling groups_plugins_play to load vars for managed_node3 8484 1726867672.41884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867672.42066: done with get_vars() 8484 1726867672.42077: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 17:27:52 -0400 (0:00:01.197) 0:00:07.718 ****** 8484 1726867672.42151: entering _queue_task() for managed_node3/service_facts 8484 1726867672.42152: Creating lock for service_facts 8484 1726867672.42346: worker is 1 (out of 1 available) 8484 1726867672.42358: exiting _queue_task() for managed_node3/service_facts 8484 1726867672.42371: done queuing things up, now waiting for results queue to drain 8484 1726867672.42373: waiting for pending results... 8484 1726867672.42534: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 8484 1726867672.42622: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e2 8484 1726867672.42632: variable 'ansible_search_path' from source: unknown 8484 1726867672.42636: variable 'ansible_search_path' from source: unknown 8484 1726867672.42663: calling self._execute() 8484 1726867672.42728: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867672.42731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867672.42741: variable 'omit' from source: magic vars 8484 1726867672.43012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867672.43211: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867672.43242: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867672.43272: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867672.43296: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867672.43355: 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) 8484 1726867672.43377: 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) 8484 1726867672.43396: 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) 8484 1726867672.43415: 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) 8484 1726867672.43521: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 8484 1726867672.43525: variable 'omit' from source: magic vars 8484 1726867672.43564: variable 'omit' from source: magic vars 8484 1726867672.43593: variable 'omit' from source: magic vars 8484 1726867672.43611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867672.43631: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867672.43646: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867672.43658: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867672.43666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867672.43695: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867672.43700: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867672.43705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867672.43762: Set connection var ansible_pipelining to False 8484 1726867672.43766: Set connection var ansible_timeout to 10 8484 1726867672.43769: Set connection var ansible_connection to ssh 8484 1726867672.43777: Set connection var ansible_shell_type to sh 8484 1726867672.43782: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867672.43788: Set connection var ansible_shell_executable to /bin/sh 8484 1726867672.43807: variable 'ansible_shell_executable' from source: unknown 8484 1726867672.43811: variable 'ansible_connection' from source: unknown 8484 1726867672.43815: variable 'ansible_module_compression' from source: unknown 8484 1726867672.43818: variable 'ansible_shell_type' from source: unknown 8484 1726867672.43820: variable 'ansible_shell_executable' from source: unknown 8484 1726867672.43822: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867672.43825: variable 'ansible_pipelining' from source: unknown 8484 1726867672.43827: variable 'ansible_timeout' from source: unknown 8484 1726867672.43829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867672.43924: 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__) 8484 1726867672.43933: variable 'omit' from source: magic vars 8484 1726867672.43939: starting attempt loop 8484 1726867672.43942: running the handler 8484 1726867672.43953: _low_level_execute_command(): starting 8484 1726867672.43959: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867672.44428: 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 <<< 8484 1726867672.44465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867672.44468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.44474: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867672.44477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.44523: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867672.44526: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867672.44529: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867672.44634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867672.46994: stdout chunk (state=3): >>>/root <<< 8484 1726867672.47153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867672.47175: stderr chunk (state=3): >>><<< 8484 1726867672.47179: stdout chunk (state=3): >>><<< 8484 1726867672.47196: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867672.47211: _low_level_execute_command(): starting 8484 1726867672.47214: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399 `" && echo ansible-tmp-1726867672.4719512-8839-52504002843399="` echo /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399 `" ) && sleep 0' 8484 1726867672.47625: 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 <<< 8484 1726867672.47628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.47631: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867672.47633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.47676: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867672.47697: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867672.47788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867672.50538: stdout chunk (state=3): >>>ansible-tmp-1726867672.4719512-8839-52504002843399=/root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399 <<< 8484 1726867672.50703: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867672.50727: stderr chunk (state=3): >>><<< 8484 1726867672.50730: stdout chunk (state=3): >>><<< 8484 1726867672.50743: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867672.4719512-8839-52504002843399=/root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867672.50782: variable 'ansible_module_compression' from source: unknown 8484 1726867672.50819: ANSIBALLZ: Using lock for service_facts 8484 1726867672.50822: ANSIBALLZ: Acquiring lock 8484 1726867672.50825: ANSIBALLZ: Lock acquired: 140415004983520 8484 1726867672.50827: ANSIBALLZ: Creating module 8484 1726867672.59528: ANSIBALLZ: Writing module into payload 8484 1726867672.59590: ANSIBALLZ: Writing module 8484 1726867672.59613: ANSIBALLZ: Renaming module 8484 1726867672.59616: ANSIBALLZ: Done creating module 8484 1726867672.59629: variable 'ansible_facts' from source: unknown 8484 1726867672.59682: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py 8484 1726867672.59775: Sending initial data 8484 1726867672.59779: Sent initial data (159 bytes) 8484 1726867672.60218: 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 <<< 8484 1726867672.60221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.60224: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867672.60226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.60289: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867672.60292: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867672.60392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867672.62649: 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 <<< 8484 1726867672.62652: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867672.62739: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867672.62830: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmprohbi6pb /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py <<< 8484 1726867672.62837: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py" <<< 8484 1726867672.62922: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmprohbi6pb" to remote "/root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py" <<< 8484 1726867672.64076: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867672.64080: stderr chunk (state=3): >>><<< 8484 1726867672.64082: stdout chunk (state=3): >>><<< 8484 1726867672.64129: done transferring module to remote 8484 1726867672.64143: _low_level_execute_command(): starting 8484 1726867672.64146: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/ /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py && sleep 0' 8484 1726867672.64829: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867672.64876: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867672.64977: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867672.67502: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867672.67559: stderr chunk (state=3): >>><<< 8484 1726867672.67569: stdout chunk (state=3): >>><<< 8484 1726867672.67667: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867672.67673: _low_level_execute_command(): starting 8484 1726867672.67676: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/AnsiballZ_service_facts.py && sleep 0' 8484 1726867672.68193: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867672.68209: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867672.68223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867672.68242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867672.68259: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867672.68272: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867672.68287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867672.68305: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867672.68388: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867672.68404: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867672.68426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867672.68574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867672.71774: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867672.71829: stdout chunk (state=3): >>>import _imp # builtin<<< 8484 1726867672.71833: stdout chunk (state=3): >>> <<< 8484 1726867672.71879: stdout chunk (state=3): >>>import '_thread' # <<< 8484 1726867672.71903: stdout chunk (state=3): >>>import '_warnings' # <<< 8484 1726867672.71919: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867672.71951: stdout chunk (state=3): >>> <<< 8484 1726867672.72037: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867672.72041: stdout chunk (state=3): >>> <<< 8484 1726867672.72108: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 8484 1726867672.72157: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867672.72162: stdout chunk (state=3): >>> <<< 8484 1726867672.72181: stdout chunk (state=3): >>># installing zipimport hook<<< 8484 1726867672.72212: stdout chunk (state=3): >>> import 'time' # <<< 8484 1726867672.72217: stdout chunk (state=3): >>> <<< 8484 1726867672.72317: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 8484 1726867672.72323: stdout chunk (state=3): >>> <<< 8484 1726867672.72341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.72382: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867672.72397: stdout chunk (state=3): >>> <<< 8484 1726867672.72427: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867672.72496: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 8484 1726867672.72504: stdout chunk (state=3): >>> <<< 8484 1726867672.72537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867672.72565: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c28184d0><<< 8484 1726867672.72591: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c27e7b30><<< 8484 1726867672.72632: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 8484 1726867672.72638: stdout chunk (state=3): >>> <<< 8484 1726867672.72656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867672.72706: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c281aa50> import '_signal' # <<< 8484 1726867672.72750: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867672.72764: stdout chunk (state=3): >>> import 'abc' # <<< 8484 1726867672.72803: stdout chunk (state=3): >>> import 'io' # <<< 8484 1726867672.72811: stdout chunk (state=3): >>> <<< 8484 1726867672.72858: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867672.72867: stdout chunk (state=3): >>> import 'stat' # <<< 8484 1726867672.72958: stdout chunk (state=3): >>> <<< 8484 1726867672.72998: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867672.73004: stdout chunk (state=3): >>> <<< 8484 1726867672.73047: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867672.73052: stdout chunk (state=3): >>> <<< 8484 1726867672.73068: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867672.73113: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867672.73118: stdout chunk (state=3): >>> <<< 8484 1726867672.73146: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867672.73152: stdout chunk (state=3): >>> <<< 8484 1726867672.73262: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7f92c262d130> <<< 8484 1726867672.73352: 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 0x7f92c262e120><<< 8484 1726867672.73398: stdout chunk (state=3): >>> import 'site' # <<< 8484 1726867672.73405: stdout chunk (state=3): >>> <<< 8484 1726867672.73443: 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<<< 8484 1726867672.73459: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information.<<< 8484 1726867672.73559: stdout chunk (state=3): >>> <<< 8484 1726867672.73881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867672.73931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867672.73960: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867672.73992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.74029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 8484 1726867672.74098: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 8484 1726867672.74104: stdout chunk (state=3): >>> <<< 8484 1726867672.74134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 8484 1726867672.74138: stdout chunk (state=3): >>> <<< 8484 1726867672.74184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 8484 1726867672.74189: stdout chunk (state=3): >>> <<< 8484 1726867672.74238: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2673fe0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 8484 1726867672.74241: stdout chunk (state=3): >>> <<< 8484 1726867672.74275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'<<< 8484 1726867672.74321: stdout chunk (state=3): >>> import '_operator' # <<< 8484 1726867672.74349: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2680170><<< 8484 1726867672.74379: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 8484 1726867672.74383: stdout chunk (state=3): >>> <<< 8484 1726867672.74426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 8484 1726867672.74482: stdout chunk (state=3): >>> # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867672.74564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.74567: stdout chunk (state=3): >>> <<< 8484 1726867672.74620: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py<<< 8484 1726867672.74623: stdout chunk (state=3): >>> <<< 8484 1726867672.74643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26a39e0><<< 8484 1726867672.74677: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 8484 1726867672.74684: stdout chunk (state=3): >>> <<< 8484 1726867672.74710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26a3fb0><<< 8484 1726867672.74735: stdout chunk (state=3): >>> import '_collections' # <<< 8484 1726867672.74813: stdout chunk (state=3): >>> import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2683cb0> <<< 8484 1726867672.74845: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867672.74850: stdout chunk (state=3): >>> <<< 8484 1726867672.74889: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26813d0><<< 8484 1726867672.74896: stdout chunk (state=3): >>> <<< 8484 1726867672.75033: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2671190><<< 8484 1726867672.75039: stdout chunk (state=3): >>> <<< 8484 1726867672.75075: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867672.75154: 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 <<< 8484 1726867672.75361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26c6570> # /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 0x7f92c26822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26c4dd0> # /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' <<< 8484 1726867672.75369: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f49b0> <<< 8484 1726867672.75376: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2670410> <<< 8484 1726867672.75563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c26f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f4d10> # 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 0x7f92c26f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2666f30> # /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 <<< 8484 1726867672.75595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867672.75626: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f5790> <<< 8484 1726867672.75636: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f5490> <<< 8484 1726867672.75662: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867672.75709: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 8484 1726867672.75719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 8484 1726867672.75746: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f6690> <<< 8484 1726867672.75780: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867672.75798: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867672.75803: stdout chunk (state=3): >>> <<< 8484 1726867672.75833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867672.75903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867672.75929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867672.75950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 8484 1726867672.75961: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2710890> <<< 8484 1726867672.76057: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c2711fd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867672.76065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867672.76108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867672.76116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867672.76140: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2712e70> <<< 8484 1726867672.76197: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.76215: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.76357: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c27134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c27123c0> # /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 0x7f92c2713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2713590> <<< 8484 1726867672.76396: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f6600> <<< 8484 1726867672.76432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867672.76482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867672.76507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867672.76558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867672.76585: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.76605: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.76608: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c24ebd40> <<< 8484 1726867672.76652: 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' <<< 8484 1726867672.76697: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.76704: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.76863: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c2514860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c25145c0> # 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 0x7f92c2514890> # /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' <<< 8484 1726867672.76887: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.77092: 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 0x7f92c25151c0> <<< 8484 1726867672.77255: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.77274: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.77279: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c2515af0> <<< 8484 1726867672.77292: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2514a70> <<< 8484 1726867672.77324: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c24e9ee0> <<< 8484 1726867672.77366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867672.77408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867672.77437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867672.77468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867672.77485: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2516ea0> <<< 8484 1726867672.77515: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2515c10> <<< 8484 1726867672.77794: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f6db0> # /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 0x7f92c253f200> <<< 8484 1726867672.77853: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867672.77891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.77924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867672.77945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867672.78003: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c256b530> <<< 8484 1726867672.78044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867672.78093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867672.78184: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867672.78228: 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'<<< 8484 1726867672.78243: stdout chunk (state=3): >>> <<< 8484 1726867672.78247: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c25c42c0> <<< 8484 1726867672.78287: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867672.78350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867672.78389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867672.78468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 8484 1726867672.78476: stdout chunk (state=3): >>> <<< 8484 1726867672.78632: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c25c6a20><<< 8484 1726867672.78641: stdout chunk (state=3): >>> <<< 8484 1726867672.78783: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c25c43e0> <<< 8484 1726867672.78857: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2591310> <<< 8484 1726867672.78868: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 8484 1726867672.78883: stdout chunk (state=3): >>> <<< 8484 1726867672.78888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'<<< 8484 1726867672.78927: stdout chunk (state=3): >>> import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f15400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c256a330><<< 8484 1726867672.78947: stdout chunk (state=3): >>> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2517dd0><<< 8484 1726867672.79136: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867672.79179: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92c256a930><<< 8484 1726867672.79184: stdout chunk (state=3): >>> <<< 8484 1726867672.79360: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_59o0bofs/ansible_service_facts_payload.zip' <<< 8484 1726867672.79378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.79601: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.79637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867672.79674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867672.79739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867672.79856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 8484 1726867672.79864: stdout chunk (state=3): >>> <<< 8484 1726867672.79919: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867672.79933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 8484 1726867672.79951: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f6f1d0> <<< 8484 1726867672.79975: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867672.80156: stdout chunk (state=3): >>> <<< 8484 1726867672.80302: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f4a0c0><<< 8484 1726867672.80305: stdout chunk (state=3): >>> <<< 8484 1726867672.80340: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f49220> # zipimport: zlib available<<< 8484 1726867672.80358: stdout chunk (state=3): >>> <<< 8484 1726867672.80381: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867672.80395: stdout chunk (state=3): >>> <<< 8484 1726867672.80423: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.80432: stdout chunk (state=3): >>> <<< 8484 1726867672.80453: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.80490: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.80496: stdout chunk (state=3): >>> <<< 8484 1726867672.80510: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867672.80528: stdout chunk (state=3): >>> <<< 8484 1726867672.80563: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.80578: stdout chunk (state=3): >>> <<< 8484 1726867672.82795: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.82800: stdout chunk (state=3): >>> <<< 8484 1726867672.84658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py<<< 8484 1726867672.84692: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f6cf20><<< 8484 1726867672.84739: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 8484 1726867672.84756: stdout chunk (state=3): >>> <<< 8484 1726867672.84762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.84810: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 8484 1726867672.84813: stdout chunk (state=3): >>> <<< 8484 1726867672.84845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'<<< 8484 1726867672.84887: stdout chunk (state=3): >>> # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py<<< 8484 1726867672.84896: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'<<< 8484 1726867672.84906: stdout chunk (state=3): >>> <<< 8484 1726867672.84953: 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'<<< 8484 1726867672.85026: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1f96b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f96900> <<< 8484 1726867672.85059: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f96210><<< 8484 1726867672.85066: stdout chunk (state=3): >>> <<< 8484 1726867672.85093: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 8484 1726867672.85119: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'<<< 8484 1726867672.85134: stdout chunk (state=3): >>> <<< 8484 1726867672.85199: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f96660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c281a9c0><<< 8484 1726867672.85234: stdout chunk (state=3): >>> import 'atexit' # <<< 8484 1726867672.85268: stdout chunk (state=3): >>> # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.85277: stdout chunk (state=3): >>> <<< 8484 1726867672.85297: 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 0x7f92c1f978c0><<< 8484 1726867672.85350: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.85353: stdout chunk (state=3): >>> <<< 8484 1726867672.85374: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.85414: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1f97b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 8484 1726867672.85418: stdout chunk (state=3): >>> <<< 8484 1726867672.85510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 8484 1726867672.85532: stdout chunk (state=3): >>> import '_locale' # <<< 8484 1726867672.85615: stdout chunk (state=3): >>> import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f97f50> <<< 8484 1726867672.85639: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867672.85678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 8484 1726867672.85681: stdout chunk (state=3): >>> <<< 8484 1726867672.85734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867672.85788: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e05cd0><<< 8484 1726867672.85833: stdout chunk (state=3): >>> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.85845: stdout chunk (state=3): >>> <<< 8484 1726867672.85853: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.85881: stdout chunk (state=3): >>> import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e078f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 8484 1726867672.85886: stdout chunk (state=3): >>> <<< 8484 1726867672.85913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 8484 1726867672.85974: stdout chunk (state=3): >>> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0c260> <<< 8484 1726867672.86009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867672.86066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867672.86121: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0d130> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867672.86186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 8484 1726867672.86215: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 8484 1726867672.86221: stdout chunk (state=3): >>> <<< 8484 1726867672.86321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0fe60><<< 8484 1726867672.86328: stdout chunk (state=3): >>> <<< 8484 1726867672.86388: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.86398: stdout chunk (state=3): >>> <<< 8484 1726867672.86415: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.86424: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e0fdd0> <<< 8484 1726867672.86456: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0e150><<< 8484 1726867672.86461: stdout chunk (state=3): >>> <<< 8484 1726867672.86494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 8484 1726867672.86549: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 8484 1726867672.86552: stdout chunk (state=3): >>> <<< 8484 1726867672.86590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py<<< 8484 1726867672.86600: stdout chunk (state=3): >>> <<< 8484 1726867672.86636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py<<< 8484 1726867672.86641: stdout chunk (state=3): >>> <<< 8484 1726867672.86732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 8484 1726867672.86734: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867672.86758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 8484 1726867672.86768: stdout chunk (state=3): >>> import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e13e60><<< 8484 1726867672.86811: stdout chunk (state=3): >>> import '_tokenize' # <<< 8484 1726867672.86907: stdout chunk (state=3): >>> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e12930><<< 8484 1726867672.86922: stdout chunk (state=3): >>> <<< 8484 1726867672.86925: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e12690> <<< 8484 1726867672.86961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 8484 1726867672.86966: stdout chunk (state=3): >>> <<< 8484 1726867672.86996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 8484 1726867672.87003: stdout chunk (state=3): >>> <<< 8484 1726867672.87131: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e12c00><<< 8484 1726867672.87136: stdout chunk (state=3): >>> <<< 8484 1726867672.87184: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0e660><<< 8484 1726867672.87189: stdout chunk (state=3): >>> <<< 8484 1726867672.87225: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.87244: 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 0x7f92c1e57f20><<< 8484 1726867672.87287: 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<<< 8484 1726867672.87291: stdout chunk (state=3): >>> <<< 8484 1726867672.87304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.87347: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e58200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py<<< 8484 1726867672.87351: stdout chunk (state=3): >>> <<< 8484 1726867672.87391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 8484 1726867672.87451: 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' <<< 8484 1726867672.87494: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.87501: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.87520: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e59ca0> <<< 8484 1726867672.87528: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e59a60><<< 8484 1726867672.87566: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<< 8484 1726867672.87572: stdout chunk (state=3): >>> <<< 8484 1726867672.87763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 8484 1726867672.87824: stdout chunk (state=3): >>> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.87839: stdout chunk (state=3): >>> <<< 8484 1726867672.87858: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.87865: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e5c230> <<< 8484 1726867672.87879: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e5a390><<< 8484 1726867672.87917: stdout chunk (state=3): >>> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867672.87996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.88048: 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'<<< 8484 1726867672.88053: stdout chunk (state=3): >>> import '_string' # <<< 8484 1726867672.88070: stdout chunk (state=3): >>> <<< 8484 1726867672.88324: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e5fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e5c3e0><<< 8484 1726867672.88331: stdout chunk (state=3): >>> <<< 8484 1726867672.88427: 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'<<< 8484 1726867672.88430: 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'<<< 8484 1726867672.88456: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e60950><<< 8484 1726867672.88461: stdout chunk (state=3): >>> <<< 8484 1726867672.88518: 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'<<< 8484 1726867672.88532: stdout chunk (state=3): >>> <<< 8484 1726867672.88547: 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 0x7f92c1e60aa0><<< 8484 1726867672.88554: stdout chunk (state=3): >>> <<< 8484 1726867672.88626: 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'<<< 8484 1726867672.88633: stdout chunk (state=3): >>> <<< 8484 1726867672.88635: 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'<<< 8484 1726867672.88648: stdout chunk (state=3): >>> <<< 8484 1726867672.88675: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e60dd0> <<< 8484 1726867672.88677: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e58320><<< 8484 1726867672.88678: stdout chunk (state=3): >>> <<< 8484 1726867672.88710: 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<<< 8484 1726867672.88730: stdout chunk (state=3): >>> <<< 8484 1726867672.88733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 8484 1726867672.88740: stdout chunk (state=3): >>> <<< 8484 1726867672.88766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 8484 1726867672.88813: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867672.88863: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.88866: stdout chunk (state=3): >>> <<< 8484 1726867672.88922: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.89163: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1cf0410> <<< 8484 1726867672.89166: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.89199: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.89211: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1cf17f0> <<< 8484 1726867672.89238: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e62ba0> <<< 8484 1726867672.89288: 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' <<< 8484 1726867672.89322: 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' <<< 8484 1726867672.89325: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1e63f50><<< 8484 1726867672.89335: stdout chunk (state=3): >>> <<< 8484 1726867672.89349: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e62810> <<< 8484 1726867672.89387: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.89392: stdout chunk (state=3): >>> <<< 8484 1726867672.89425: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.89453: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867672.89457: stdout chunk (state=3): >>> <<< 8484 1726867672.89489: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.89494: stdout chunk (state=3): >>> <<< 8484 1726867672.89652: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.89798: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.89823: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.89841: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867672.89872: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867672.89885: stdout chunk (state=3): >>> <<< 8484 1726867672.89899: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.89915: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text' # <<< 8484 1726867672.89939: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867672.89942: stdout chunk (state=3): >>> <<< 8484 1726867672.90250: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.90325: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.91244: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.91250: stdout chunk (state=3): >>> <<< 8484 1726867672.92116: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867672.92138: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867672.92161: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867672.92189: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867672.92224: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 8484 1726867672.92234: stdout chunk (state=3): >>> <<< 8484 1726867672.92269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.92356: stdout chunk (state=3): >>> # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867672.92374: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.92387: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1cf5af0> <<< 8484 1726867672.92518: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 8484 1726867672.92533: stdout chunk (state=3): >>> <<< 8484 1726867672.92536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'<<< 8484 1726867672.92539: stdout chunk (state=3): >>> <<< 8484 1726867672.92577: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cf6810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cf19a0><<< 8484 1726867672.92647: stdout chunk (state=3): >>> import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867672.92650: stdout chunk (state=3): >>> <<< 8484 1726867672.92684: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.92716: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.92744: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867672.92749: stdout chunk (state=3): >>> <<< 8484 1726867672.92774: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.92849: stdout chunk (state=3): >>> <<< 8484 1726867672.93041: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.93284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 8484 1726867672.93289: stdout chunk (state=3): >>> <<< 8484 1726867672.93317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867672.93340: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cf6780><<< 8484 1726867672.93368: stdout chunk (state=3): >>> # zipimport: zlib available<<< 8484 1726867672.93370: stdout chunk (state=3): >>> <<< 8484 1726867672.94117: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.94356: stdout chunk (state=3): >>> <<< 8484 1726867672.94849: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.94856: stdout chunk (state=3): >>> <<< 8484 1726867672.94977: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.94982: stdout chunk (state=3): >>> <<< 8484 1726867672.95103: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867672.95110: stdout chunk (state=3): >>> <<< 8484 1726867672.95133: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.95142: stdout chunk (state=3): >>> <<< 8484 1726867672.95212: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.95217: stdout chunk (state=3): >>> <<< 8484 1726867672.95271: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867672.95277: stdout chunk (state=3): >>> <<< 8484 1726867672.95308: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.95314: stdout chunk (state=3): >>> <<< 8484 1726867672.95426: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.95440: stdout chunk (state=3): >>> <<< 8484 1726867672.95572: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867672.95577: stdout chunk (state=3): >>> <<< 8484 1726867672.95596: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.95756: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867672.96124: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.96127: stdout chunk (state=3): >>> <<< 8484 1726867672.96492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 8484 1726867672.96496: stdout chunk (state=3): >>> <<< 8484 1726867672.96599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 8484 1726867672.96605: stdout chunk (state=3): >>> <<< 8484 1726867672.96629: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867672.96633: stdout chunk (state=3): >>> <<< 8484 1726867672.96746: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cf79e0> <<< 8484 1726867672.96881: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867672.96998: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867672.97013: stdout chunk (state=3): >>> <<< 8484 1726867672.97025: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 8484 1726867672.97040: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867672.97076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867672.97121: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.97203: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.97260: stdout chunk (state=3): >>> import 'ansible.module_utils.common.locale' # <<< 8484 1726867672.97266: stdout chunk (state=3): >>> <<< 8484 1726867672.97294: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.97304: stdout chunk (state=3): >>> <<< 8484 1726867672.97374: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.97381: stdout chunk (state=3): >>> <<< 8484 1726867672.97526: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 8484 1726867672.97531: stdout chunk (state=3): >>> <<< 8484 1726867672.97631: 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<<< 8484 1726867672.97637: stdout chunk (state=3): >>> <<< 8484 1726867672.97704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 8484 1726867672.97708: stdout chunk (state=3): >>> <<< 8484 1726867672.97833: 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'<<< 8484 1726867672.97851: stdout chunk (state=3): >>> # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867672.97861: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1d023f0> <<< 8484 1726867672.97986: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cff680> import 'ansible.module_utils.common.file' # <<< 8484 1726867672.97988: stdout chunk (state=3): >>> <<< 8484 1726867672.97990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867672.98013: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.98117: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8484 1726867672.98220: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.98225: stdout chunk (state=3): >>> <<< 8484 1726867672.98267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.98335: 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<<< 8484 1726867672.98349: stdout chunk (state=3): >>> <<< 8484 1726867672.98360: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867672.98397: 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 <<< 8484 1726867672.98439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867672.98553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867672.98589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 8484 1726867672.98594: stdout chunk (state=3): >>> <<< 8484 1726867672.98625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 8484 1726867672.98630: stdout chunk (state=3): >>> <<< 8484 1726867672.98658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 8484 1726867672.98663: stdout chunk (state=3): >>> <<< 8484 1726867672.98764: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1deeb40><<< 8484 1726867672.98769: stdout chunk (state=3): >>> <<< 8484 1726867672.98840: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1fc6810><<< 8484 1726867672.98963: stdout chunk (state=3): >>> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1d02120> <<< 8484 1726867672.98988: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e13e30> <<< 8484 1726867672.99011: stdout chunk (state=3): >>># destroy ansible.module_utils.distro <<< 8484 1726867672.99021: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 8484 1726867672.99058: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.99116: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.99120: stdout chunk (state=3): >>> <<< 8484 1726867672.99168: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867672.99271: stdout chunk (state=3): >>> import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 8484 1726867672.99288: stdout chunk (state=3): >>> <<< 8484 1726867672.99313: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.99319: stdout chunk (state=3): >>> <<< 8484 1726867672.99347: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.99351: stdout chunk (state=3): >>> <<< 8484 1726867672.99375: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 8484 1726867672.99387: stdout chunk (state=3): >>> <<< 8484 1726867672.99411: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867672.99835: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867672.99840: stdout chunk (state=3): >>> <<< 8484 1726867673.00351: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867673.00456: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867673.00697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867673.00722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867673.00766: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1d98950> <<< 8484 1726867673.00810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867673.00888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867673.00922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py<<< 8484 1726867673.00928: stdout chunk (state=3): >>> <<< 8484 1726867673.00990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1d86a80><<< 8484 1726867673.00995: stdout chunk (state=3): >>> <<< 8484 1726867673.01039: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867673.01077: stdout chunk (state=3): >>> # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867673.01081: stdout chunk (state=3): >>> <<< 8484 1726867673.01155: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92c1d87c80> <<< 8484 1726867673.01177: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1d990d0><<< 8484 1726867673.01182: stdout chunk (state=3): >>> <<< 8484 1726867673.01198: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 8484 1726867673.01317: stdout chunk (state=3): >>># zipimport: zlib available<<< 8484 1726867673.01321: stdout chunk (state=3): >>> <<< 8484 1726867675.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": "stopped", "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"<<< 8484 1726867675.38792: 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": "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<<< 8484 1726867675.38892: 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": {"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__ <<< 8484 1726867675.39191: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867675.39292: 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 <<< 8484 1726867675.39399: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # 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 <<< 8484 1726867675.39478: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings<<< 8484 1726867675.39509: stdout chunk (state=3): >>> # 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 <<< 8484 1726867675.39573: stdout chunk (state=3): >>># cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service <<< 8484 1726867675.39791: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867675.39882: stdout chunk (state=3): >>># 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 <<< 8484 1726867675.39929: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess <<< 8484 1726867675.39983: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 8484 1726867675.39994: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 8484 1726867675.40028: stdout chunk (state=3): >>># destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch <<< 8484 1726867675.40069: stdout chunk (state=3): >>># destroy _compat_pickle # destroy _pickle <<< 8484 1726867675.40150: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 8484 1726867675.40154: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 8484 1726867675.40200: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # 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 <<< 8484 1726867675.40237: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # 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 <<< 8484 1726867675.40255: 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 <<< 8484 1726867675.40379: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867675.40416: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867675.40484: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867675.40489: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867675.40516: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867675.40606: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867675.40637: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867675.40667: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 8484 1726867675.40700: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867675.40711: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867675.41091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867675.41137: stderr chunk (state=3): >>><<< 8484 1726867675.41156: stdout chunk (state=3): >>><<< 8484 1726867675.41483: _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 0x7f92c28184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c27e7b30> # /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 0x7f92c281aa50> 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 0x7f92c262d130> # /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 0x7f92c262e120> 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 0x7f92c2673fe0> # /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 0x7f92c2680170> # /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 0x7f92c26a39e0> # /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 0x7f92c26a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2683cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26813d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2671190> # /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 0x7f92c26c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26c6570> # /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 0x7f92c26822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26c4dd0> # /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 0x7f92c26f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2670410> # /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 0x7f92c26f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f4d10> # 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 0x7f92c26f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2666f30> # /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 0x7f92c26f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f5490> 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 0x7f92c26f6690> 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 0x7f92c2710890> 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 0x7f92c2711fd0> # /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 0x7f92c2712e70> # 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 0x7f92c27134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c27123c0> # /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 0x7f92c2713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2713590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f6600> # /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 0x7f92c24ebd40> # /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 0x7f92c2514860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c25145c0> # 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 0x7f92c2514890> # /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 0x7f92c25151c0> # 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 0x7f92c2515af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2514a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c24e9ee0> # /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 0x7f92c2516ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2515c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c26f6db0> # /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 0x7f92c253f200> # /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 0x7f92c256b530> # /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 0x7f92c25c42c0> # /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 0x7f92c25c6a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c25c43e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2591310> # /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 0x7f92c1f15400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c256a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c2517dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92c256a930> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_59o0bofs/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 0x7f92c1f6f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f4a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f49220> # 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 0x7f92c1f6cf20> # /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 0x7f92c1f96b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f96900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1f96210> # /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 0x7f92c1f96660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c281a9c0> 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 0x7f92c1f978c0> # 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 0x7f92c1f97b00> # /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 0x7f92c1f97f50> 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 0x7f92c1e05cd0> # 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 0x7f92c1e078f0> # /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 0x7f92c1e0c260> # /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 0x7f92c1e0d130> # /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 0x7f92c1e0fe60> # 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 0x7f92c1e0fdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0e150> # /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 0x7f92c1e13e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e12930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e12690> # /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 0x7f92c1e12c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e0e660> # 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 0x7f92c1e57f20> # /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 0x7f92c1e58200> # /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 0x7f92c1e59ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e59a60> # /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 0x7f92c1e5c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e5a390> # /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 0x7f92c1e5fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e5c3e0> # 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 0x7f92c1e60950> # 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 0x7f92c1e60aa0> # 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 0x7f92c1e60dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e58320> # /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 0x7f92c1cf0410> # 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 0x7f92c1cf17f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e62ba0> # 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 0x7f92c1e63f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e62810> # 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 0x7f92c1cf5af0> # /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 0x7f92c1cf6810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cf19a0> 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 0x7f92c1cf6780> # 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 0x7f92c1cf79e0> # 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 0x7f92c1d023f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1cff680> 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 0x7f92c1deeb40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1fc6810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1d02120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1e13e30> # 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 0x7f92c1d98950> # /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 0x7f92c1d86a80> # 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 0x7f92c1d87c80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c1d990d0> 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": "stopped", "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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 8484 1726867675.42425: 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-1726867672.4719512-8839-52504002843399/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867675.42446: _low_level_execute_command(): starting 8484 1726867675.42456: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867672.4719512-8839-52504002843399/ > /dev/null 2>&1 && sleep 0' 8484 1726867675.43033: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867675.43046: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867675.43060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867675.43083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867675.43101: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867675.43114: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867675.43129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.43149: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867675.43163: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867675.43254: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867675.43258: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867675.43302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867675.43386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867675.45281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867675.45301: stderr chunk (state=3): >>><<< 8484 1726867675.45305: stdout chunk (state=3): >>><<< 8484 1726867675.45319: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867675.45325: handler run complete 8484 1726867675.45442: variable 'ansible_facts' from source: unknown 8484 1726867675.46423: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867675.46700: variable 'ansible_facts' from source: unknown 8484 1726867675.46780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867675.46901: attempt loop complete, returning result 8484 1726867675.46908: _execute() done 8484 1726867675.46910: dumping result to json 8484 1726867675.46946: done dumping result, returning 8484 1726867675.46954: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [02e58e3f-6ce9-dbaf-c049-0000000000e2] 8484 1726867675.46957: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e2 8484 1726867675.47456: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e2 8484 1726867675.47460: WORKER PROCESS EXITING ok: [managed_node3] => { "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": "stopped", "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 } 8484 1726867675.48136: no more pending results, returning what we have 8484 1726867675.48138: results queue empty 8484 1726867675.48139: checking for any_errors_fatal 8484 1726867675.48143: done checking for any_errors_fatal 8484 1726867675.48143: checking for max_fail_percentage 8484 1726867675.48145: done checking for max_fail_percentage 8484 1726867675.48145: checking to see if all hosts have failed and the running result is not ok 8484 1726867675.48146: done checking to see if all hosts have failed 8484 1726867675.48146: getting the remaining hosts for this loop 8484 1726867675.48147: done getting the remaining hosts for this loop 8484 1726867675.48150: getting the next task for host managed_node3 8484 1726867675.48154: done getting next task for host managed_node3 8484 1726867675.48156: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 8484 1726867675.48159: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867675.48165: getting variables 8484 1726867675.48166: in VariableManager get_vars() 8484 1726867675.48186: Calling all_inventory to load vars for managed_node3 8484 1726867675.48188: Calling groups_inventory to load vars for managed_node3 8484 1726867675.48190: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867675.48195: Calling all_plugins_play to load vars for managed_node3 8484 1726867675.48197: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867675.48199: Calling groups_plugins_play to load vars for managed_node3 8484 1726867675.48461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867675.48797: done with get_vars() 8484 1726867675.48807: done getting variables 8484 1726867675.48848: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 17:27:55 -0400 (0:00:03.067) 0:00:10.785 ****** 8484 1726867675.48873: entering _queue_task() for managed_node3/set_fact 8484 1726867675.49066: worker is 1 (out of 1 available) 8484 1726867675.49081: exiting _queue_task() for managed_node3/set_fact 8484 1726867675.49093: done queuing things up, now waiting for results queue to drain 8484 1726867675.49095: waiting for pending results... 8484 1726867675.49259: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 8484 1726867675.49347: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e3 8484 1726867675.49357: variable 'ansible_search_path' from source: unknown 8484 1726867675.49361: variable 'ansible_search_path' from source: unknown 8484 1726867675.49390: calling self._execute() 8484 1726867675.49452: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867675.49456: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867675.49466: variable 'omit' from source: magic vars 8484 1726867675.49538: variable 'omit' from source: magic vars 8484 1726867675.49596: variable 'omit' from source: magic vars 8484 1726867675.49862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867675.51475: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867675.51523: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867675.51559: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867675.51585: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867675.51607: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867675.51664: 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) 8484 1726867675.51686: 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) 8484 1726867675.51703: 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) 8484 1726867675.51734: 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) 8484 1726867675.51745: 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) 8484 1726867675.51778: 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) 8484 1726867675.51795: 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) 8484 1726867675.51975: 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) 8484 1726867675.51980: 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) 8484 1726867675.51983: 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) 8484 1726867675.51985: 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) 8484 1726867675.51988: 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) 8484 1726867675.51991: 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) 8484 1726867675.52013: 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) 8484 1726867675.52030: 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) 8484 1726867675.52076: 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) 8484 1726867675.52101: 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) 8484 1726867675.52131: 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) 8484 1726867675.52167: 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) 8484 1726867675.52187: 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) 8484 1726867675.52239: 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) 8484 1726867675.52262: 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) 8484 1726867675.52288: 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) 8484 1726867675.52327: 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) 8484 1726867675.52343: 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) 8484 1726867675.52573: variable 'ansible_facts' from source: unknown 8484 1726867675.52810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867675.52976: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867675.53015: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867675.53044: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867675.53075: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867675.53128: 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) 8484 1726867675.53150: 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) 8484 1726867675.53176: 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) 8484 1726867675.53205: 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) 8484 1726867675.53719: variable 'omit' from source: magic vars 8484 1726867675.53746: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867675.53774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867675.53794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867675.53814: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867675.53827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867675.53857: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867675.53975: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867675.53978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867675.53980: Set connection var ansible_pipelining to False 8484 1726867675.53982: Set connection var ansible_timeout to 10 8484 1726867675.53984: Set connection var ansible_connection to ssh 8484 1726867675.53986: Set connection var ansible_shell_type to sh 8484 1726867675.53988: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867675.53990: Set connection var ansible_shell_executable to /bin/sh 8484 1726867675.54001: variable 'ansible_shell_executable' from source: unknown 8484 1726867675.54003: variable 'ansible_connection' from source: unknown 8484 1726867675.54008: variable 'ansible_module_compression' from source: unknown 8484 1726867675.54011: variable 'ansible_shell_type' from source: unknown 8484 1726867675.54013: variable 'ansible_shell_executable' from source: unknown 8484 1726867675.54017: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867675.54021: variable 'ansible_pipelining' from source: unknown 8484 1726867675.54023: variable 'ansible_timeout' from source: unknown 8484 1726867675.54027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867675.54098: 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) 8484 1726867675.54108: variable 'omit' from source: magic vars 8484 1726867675.54113: starting attempt loop 8484 1726867675.54116: running the handler 8484 1726867675.54124: handler run complete 8484 1726867675.54132: attempt loop complete, returning result 8484 1726867675.54135: _execute() done 8484 1726867675.54137: dumping result to json 8484 1726867675.54140: done dumping result, returning 8484 1726867675.54148: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [02e58e3f-6ce9-dbaf-c049-0000000000e3] 8484 1726867675.54157: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e3 8484 1726867675.54236: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e3 8484 1726867675.54238: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 8484 1726867675.54332: no more pending results, returning what we have 8484 1726867675.54335: results queue empty 8484 1726867675.54336: checking for any_errors_fatal 8484 1726867675.54341: done checking for any_errors_fatal 8484 1726867675.54342: checking for max_fail_percentage 8484 1726867675.54343: done checking for max_fail_percentage 8484 1726867675.54344: checking to see if all hosts have failed and the running result is not ok 8484 1726867675.54345: done checking to see if all hosts have failed 8484 1726867675.54346: getting the remaining hosts for this loop 8484 1726867675.54347: done getting the remaining hosts for this loop 8484 1726867675.54351: getting the next task for host managed_node3 8484 1726867675.54359: done getting next task for host managed_node3 8484 1726867675.54364: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 8484 1726867675.54368: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867675.54378: getting variables 8484 1726867675.54380: in VariableManager get_vars() 8484 1726867675.54411: Calling all_inventory to load vars for managed_node3 8484 1726867675.54414: Calling groups_inventory to load vars for managed_node3 8484 1726867675.54416: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867675.54424: Calling all_plugins_play to load vars for managed_node3 8484 1726867675.54427: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867675.54429: Calling groups_plugins_play to load vars for managed_node3 8484 1726867675.54882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867675.55225: done with get_vars() 8484 1726867675.55237: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 17:27:55 -0400 (0:00:00.064) 0:00:10.850 ****** 8484 1726867675.55307: entering _queue_task() for managed_node3/systemd 8484 1726867675.55308: Creating lock for systemd 8484 1726867675.55508: worker is 1 (out of 1 available) 8484 1726867675.55522: exiting _queue_task() for managed_node3/systemd 8484 1726867675.55534: done queuing things up, now waiting for results queue to drain 8484 1726867675.55535: waiting for pending results... 8484 1726867675.55692: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 8484 1726867675.55789: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e5 8484 1726867675.55800: variable 'ansible_search_path' from source: unknown 8484 1726867675.55805: variable 'ansible_search_path' from source: unknown 8484 1726867675.55837: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867675.55981: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867675.56023: dumping result to json 8484 1726867675.56026: done dumping result, returning 8484 1726867675.56032: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [02e58e3f-6ce9-dbaf-c049-0000000000e5] 8484 1726867675.56037: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e5 8484 1726867675.56130: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e5 8484 1726867675.56133: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867675.56179: no more pending results, returning what we have 8484 1726867675.56181: results queue empty 8484 1726867675.56182: checking for any_errors_fatal 8484 1726867675.56187: done checking for any_errors_fatal 8484 1726867675.56188: checking for max_fail_percentage 8484 1726867675.56189: done checking for max_fail_percentage 8484 1726867675.56190: checking to see if all hosts have failed and the running result is not ok 8484 1726867675.56191: done checking to see if all hosts have failed 8484 1726867675.56192: getting the remaining hosts for this loop 8484 1726867675.56193: done getting the remaining hosts for this loop 8484 1726867675.56195: getting the next task for host managed_node3 8484 1726867675.56200: done getting next task for host managed_node3 8484 1726867675.56206: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 8484 1726867675.56210: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867675.56222: getting variables 8484 1726867675.56223: in VariableManager get_vars() 8484 1726867675.56248: Calling all_inventory to load vars for managed_node3 8484 1726867675.56250: Calling groups_inventory to load vars for managed_node3 8484 1726867675.56252: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867675.56259: Calling all_plugins_play to load vars for managed_node3 8484 1726867675.56261: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867675.56264: Calling groups_plugins_play to load vars for managed_node3 8484 1726867675.56572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867675.56908: done with get_vars() 8484 1726867675.56917: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 17:27:55 -0400 (0:00:00.016) 0:00:10.866 ****** 8484 1726867675.56975: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867675.57153: worker is 1 (out of 1 available) 8484 1726867675.57165: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867675.57178: done queuing things up, now waiting for results queue to drain 8484 1726867675.57179: waiting for pending results... 8484 1726867675.57326: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 8484 1726867675.57413: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e6 8484 1726867675.57423: variable 'ansible_search_path' from source: unknown 8484 1726867675.57426: variable 'ansible_search_path' from source: unknown 8484 1726867675.57450: calling self._execute() 8484 1726867675.57510: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867675.57515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867675.57527: variable 'omit' from source: magic vars 8484 1726867675.57593: variable 'omit' from source: magic vars 8484 1726867675.57641: variable 'omit' from source: magic vars 8484 1726867675.57812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867675.59198: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867675.59248: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867675.59280: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867675.59307: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867675.59325: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867675.59382: 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) 8484 1726867675.59405: 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) 8484 1726867675.59421: 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) 8484 1726867675.59446: 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) 8484 1726867675.59457: 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) 8484 1726867675.59633: variable 'storage_use_partitions' from source: role '' defaults 8484 1726867675.59643: variable 'storage_disklabel_type' from source: role '' defaults 8484 1726867675.59646: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867675.59696: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867675.59742: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867675.59785: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867675.59847: variable 'storage_safe_mode' from source: role '' defaults 8484 1726867675.59897: 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) 8484 1726867675.59921: 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) 8484 1726867675.59936: 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) 8484 1726867675.59960: 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) 8484 1726867675.59973: 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) 8484 1726867675.60020: variable 'omit' from source: magic vars 8484 1726867675.60040: variable 'omit' from source: magic vars 8484 1726867675.60059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867675.60080: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867675.60094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867675.60108: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867675.60114: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867675.60139: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867675.60142: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867675.60144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867675.60209: Set connection var ansible_pipelining to False 8484 1726867675.60212: Set connection var ansible_timeout to 10 8484 1726867675.60215: Set connection var ansible_connection to ssh 8484 1726867675.60221: Set connection var ansible_shell_type to sh 8484 1726867675.60225: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867675.60231: Set connection var ansible_shell_executable to /bin/sh 8484 1726867675.60251: variable 'ansible_shell_executable' from source: unknown 8484 1726867675.60256: variable 'ansible_connection' from source: unknown 8484 1726867675.60259: variable 'ansible_module_compression' from source: unknown 8484 1726867675.60261: variable 'ansible_shell_type' from source: unknown 8484 1726867675.60264: variable 'ansible_shell_executable' from source: unknown 8484 1726867675.60266: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867675.60272: variable 'ansible_pipelining' from source: unknown 8484 1726867675.60274: variable 'ansible_timeout' from source: unknown 8484 1726867675.60279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867675.60363: 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__) 8484 1726867675.60373: variable 'omit' from source: magic vars 8484 1726867675.60381: starting attempt loop 8484 1726867675.60384: running the handler 8484 1726867675.60395: _low_level_execute_command(): starting 8484 1726867675.60401: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867675.60909: 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 <<< 8484 1726867675.60912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.60923: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867675.60925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.60977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867675.60981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867675.60986: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867675.61083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867675.62796: stdout chunk (state=3): >>>/root <<< 8484 1726867675.62900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867675.62928: stderr chunk (state=3): >>><<< 8484 1726867675.62932: stdout chunk (state=3): >>><<< 8484 1726867675.62948: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867675.62957: _low_level_execute_command(): starting 8484 1726867675.62976: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516 `" && echo ansible-tmp-1726867675.6294732-8941-186246095829516="` echo /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516 `" ) && sleep 0' 8484 1726867675.63517: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.63520: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867675.63522: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.63569: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867675.63578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867675.63664: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867675.65615: stdout chunk (state=3): >>>ansible-tmp-1726867675.6294732-8941-186246095829516=/root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516 <<< 8484 1726867675.65725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867675.65750: stderr chunk (state=3): >>><<< 8484 1726867675.65755: stdout chunk (state=3): >>><<< 8484 1726867675.65768: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867675.6294732-8941-186246095829516=/root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867675.65813: variable 'ansible_module_compression' from source: unknown 8484 1726867675.65859: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 8484 1726867675.65895: variable 'ansible_facts' from source: unknown 8484 1726867675.65968: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py 8484 1726867675.66062: Sending initial data 8484 1726867675.66065: Sent initial data (153 bytes) 8484 1726867675.66508: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867675.66512: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867675.66518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.66520: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867675.66522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.66587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867675.66595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867675.66680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867675.68304: 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 <<< 8484 1726867675.68380: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867675.68476: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpvwlghsiu /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py <<< 8484 1726867675.68479: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py" <<< 8484 1726867675.68559: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpvwlghsiu" to remote "/root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py" <<< 8484 1726867675.69385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867675.69471: stderr chunk (state=3): >>><<< 8484 1726867675.69475: stdout chunk (state=3): >>><<< 8484 1726867675.69477: done transferring module to remote 8484 1726867675.69479: _low_level_execute_command(): starting 8484 1726867675.69482: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/ /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py && sleep 0' 8484 1726867675.69856: 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 <<< 8484 1726867675.69887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867675.69890: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867675.69893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.69895: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867675.69897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.69947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867675.69950: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867675.70045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867675.71867: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867675.71891: stderr chunk (state=3): >>><<< 8484 1726867675.71894: stdout chunk (state=3): >>><<< 8484 1726867675.71908: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867675.71911: _low_level_execute_command(): starting 8484 1726867675.71913: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/AnsiballZ_blivet.py && sleep 0' 8484 1726867675.72319: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867675.72323: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867675.72325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.72328: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867675.72330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867675.72376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867675.72384: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867675.72481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867675.74687: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867675.74718: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867675.74746: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867675.74764: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867675.74822: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867675.74829: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867675.74855: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867675.74909: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867675.74919: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 8484 1726867675.74926: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867675.74983: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867675.74990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.74995: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867675.75017: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867675.75042: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867675.75072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867675.75093: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca3684d0><<< 8484 1726867675.75098: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca337b30> <<< 8484 1726867675.75122: 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 0x7f9aca36aa50> <<< 8484 1726867675.75142: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867675.75166: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867675.75172: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867675.75188: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867675.75222: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867675.75312: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867675.75333: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867675.75337: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867675.75358: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867675.75391: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867675.75394: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867675.75423: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867675.75426: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867675.75446: 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 <<< 8484 1726867675.75452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867675.75476: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca13d130> <<< 8484 1726867675.75535: 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 <<< 8484 1726867675.75542: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.75552: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca13e120> <<< 8484 1726867675.75577: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867675.75600: 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. <<< 8484 1726867675.75855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867675.75858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867675.75887: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867675.75890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.75913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867675.75953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867675.75974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867675.75993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867675.76012: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca183f80> <<< 8484 1726867675.76021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867675.76043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867675.76082: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867675.76085: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca190110> <<< 8484 1726867675.76100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867675.76125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867675.76141: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867675.76193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.76207: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867675.76243: 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' <<< 8484 1726867675.76268: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1b3950> # /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 0x7f9aca1b3fe0> <<< 8484 1726867675.76288: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867675.76332: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca193bf0> <<< 8484 1726867675.76345: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867675.76373: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1912e0> <<< 8484 1726867675.76499: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca181130> <<< 8484 1726867675.76502: 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' <<< 8484 1726867675.76535: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867675.76537: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867675.76575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867675.76588: 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' <<< 8484 1726867675.76612: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1d7920> <<< 8484 1726867675.76634: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1d6540> <<< 8484 1726867675.76653: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867675.76674: 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 0x7f9aca192210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1d4d40> <<< 8484 1726867675.76737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867675.76741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca204950> <<< 8484 1726867675.76764: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1803b0> # /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' <<< 8484 1726867675.76790: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.76799: 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 0x7f9aca204e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca204cb0> <<< 8484 1726867675.76837: 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 0x7f9aca2050a0> <<< 8484 1726867675.76840: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca176ed0> <<< 8484 1726867675.76876: 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' <<< 8484 1726867675.76908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867675.76943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867675.76967: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca205790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca205460> <<< 8484 1726867675.76985: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867675.77010: 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' <<< 8484 1726867675.77026: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca206660> <<< 8484 1726867675.77056: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867675.77059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867675.77103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867675.77125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867675.77134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca220890> import 'errno' # <<< 8484 1726867675.77165: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.77182: 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 0x7f9aca221fd0> <<< 8484 1726867675.77227: 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' <<< 8484 1726867675.77230: 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' <<< 8484 1726867675.77247: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca222e70> <<< 8484 1726867675.77275: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.77284: 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 0x7f9aca2234a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca2223c0> <<< 8484 1726867675.77315: 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' <<< 8484 1726867675.77352: 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 0x7f9aca223e60> <<< 8484 1726867675.77365: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca223590> <<< 8484 1726867675.77413: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca2066c0> <<< 8484 1726867675.77433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867675.77451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867675.77469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867675.77503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867675.77544: 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 0x7f9ac9f73ce0> <<< 8484 1726867675.77554: 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' <<< 8484 1726867675.77596: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.77601: 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 0x7f9ac9f9c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9c560> <<< 8484 1726867675.77642: 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 0x7f9ac9f9c830> <<< 8484 1726867675.77644: 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' <<< 8484 1726867675.77719: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.77839: 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 0x7f9ac9f9d160><<< 8484 1726867675.77849: stdout chunk (state=3): >>> <<< 8484 1726867675.77963: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.77966: 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 0x7f9ac9f9dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9ca10> <<< 8484 1726867675.77990: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f71e80> <<< 8484 1726867675.78004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867675.78024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867675.78042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867675.78063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9ee70> <<< 8484 1726867675.78097: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9dbe0> <<< 8484 1726867675.78106: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca206db0> <<< 8484 1726867675.78134: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867675.78200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.78212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867675.78241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867675.78271: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9fc7200> <<< 8484 1726867675.78321: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867675.78338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.78354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867675.78377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867675.78417: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9fef590> <<< 8484 1726867675.78438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867675.78479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867675.78534: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867675.78557: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867675.78564: 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 0x7f9aca04c3b0> <<< 8484 1726867675.78574: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867675.78608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867675.78631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867675.78668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867675.78754: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca04eb10> <<< 8484 1726867675.78832: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca04c4d0> <<< 8484 1726867675.78860: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca0193a0> <<< 8484 1726867675.78888: 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 0x7f9ac9929490> <<< 8484 1726867675.78909: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9fee390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9fdd0> <<< 8484 1726867675.79031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867675.79048: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9ac9fee990> <<< 8484 1726867675.79211: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload__slp_knb/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 8484 1726867675.79347: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.79374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867675.79388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867675.79424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867675.79502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867675.79527: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867675.79532: 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 0x7f9ac997b200> import '_typing' # <<< 8484 1726867675.79723: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac995e0f0> <<< 8484 1726867675.79728: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac995d250> # zipimport: zlib available <<< 8484 1726867675.79754: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867675.79761: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.79780: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.79799: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867675.79821: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.81208: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.82341: 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' <<< 8484 1726867675.82347: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99790d0> <<< 8484 1726867675.82373: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867675.82376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.82405: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867675.82410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867675.82428: 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' <<< 8484 1726867675.82461: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.82466: 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 0x7f9ac99aab70> <<< 8484 1726867675.82507: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99aa900> <<< 8484 1726867675.82538: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99aa210> <<< 8484 1726867675.82562: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867675.82565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867675.82614: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99aa660> <<< 8484 1726867675.82620: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac997bc20> import 'atexit' # <<< 8484 1726867675.82648: 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 0x7f9ac99ab8f0> <<< 8484 1726867675.82676: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.82681: 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 0x7f9ac99abb30> <<< 8484 1726867675.82701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867675.82747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867675.82765: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867675.82809: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99abf50> <<< 8484 1726867675.82822: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867675.82842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867675.82868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867675.82903: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9819cd0> <<< 8484 1726867675.82945: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.82948: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.82951: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ac981b8f0> <<< 8484 1726867675.82967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867675.82975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867675.83009: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981c2c0> <<< 8484 1726867675.83028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867675.83055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867675.83074: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981d190> <<< 8484 1726867675.83094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867675.83128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867675.83152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867675.83158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867675.83204: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981ff20> <<< 8484 1726867675.83240: 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 0x7f9aca222de0> <<< 8484 1726867675.83264: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981e1e0> <<< 8484 1726867675.83280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867675.83315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867675.83333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867675.83345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867675.83348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867675.83391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867675.83394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867675.83418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9827ef0> <<< 8484 1726867675.83430: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867675.83504: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98269c0> <<< 8484 1726867675.83507: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9826720> <<< 8484 1726867675.83524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867675.83529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867675.83600: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9826c90> <<< 8484 1726867675.83627: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981e6f0> <<< 8484 1726867675.83655: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.83661: 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 0x7f9ac986bfb0> <<< 8484 1726867675.83683: 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' <<< 8484 1726867675.83688: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986c2f0> <<< 8484 1726867675.83707: 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 <<< 8484 1726867675.83723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867675.83745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867675.83750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867675.83785: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.83792: 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 0x7f9ac986dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986db50> <<< 8484 1726867675.83808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867675.83948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867675.84010: 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 0x7f9ac9870230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986e420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867675.84046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.84063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867675.84082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867675.84127: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98739e0> <<< 8484 1726867675.84252: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98703e0> <<< 8484 1726867675.84312: 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 0x7f9ac9874830> <<< 8484 1726867675.84342: 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 0x7f9ac9874a70> <<< 8484 1726867675.84387: 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 0x7f9ac9874b90> <<< 8484 1726867675.84393: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986c500> <<< 8484 1726867675.84422: 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' <<< 8484 1726867675.84439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867675.84462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867675.84497: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.84510: 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 0x7f9ac97002f0> <<< 8484 1726867675.84709: 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 0x7f9ac97014f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9876ab0> <<< 8484 1726867675.84721: 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 0x7f9ac9877e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98766f0> # zipimport: zlib available <<< 8484 1726867675.84774: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867675.84798: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.84854: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.84931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.84943: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.84959: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867675.84964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.84984: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867675.84987: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.85112: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.85237: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.85774: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.86324: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867675.86336: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867675.86364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.86401: 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 0x7f9ac97057c0> <<< 8484 1726867675.86510: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac97064b0> <<< 8484 1726867675.86542: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac97015b0> <<< 8484 1726867675.86583: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867675.86613: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.86617: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available<<< 8484 1726867675.86623: stdout chunk (state=3): >>> <<< 8484 1726867675.86760: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.86930: 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' <<< 8484 1726867675.86947: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9706bd0> # zipimport: zlib available <<< 8484 1726867675.87575: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.87843: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.87918: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.87991: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867675.88009: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88038: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88067: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867675.88086: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88144: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88282: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867675.88306: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88354: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867675.88358: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.88807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867675.88869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867675.88874: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867675.88945: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac97078c0> <<< 8484 1726867675.88953: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89027: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89105: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867675.89109: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867675.89132: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89173: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867675.89218: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89264: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89306: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89364: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89428: 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 <<< 8484 1726867675.89471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.89558: 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' <<< 8484 1726867675.89563: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ac97122a0> <<< 8484 1726867675.89591: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac970dac0> <<< 8484 1726867675.89627: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867675.89633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89758: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89787: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.89830: 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' <<< 8484 1726867675.89850: 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 <<< 8484 1726867675.89869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867675.89895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867675.89948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867675.89975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867675.89988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867675.90047: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9802ae0> <<< 8484 1726867675.90083: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99e27b0> <<< 8484 1726867675.90164: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9712330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99abf20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867675.90178: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.90208: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.90234: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867675.90286: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867675.90314: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867675.90358: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 8484 1726867675.90362: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.90367: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.90395: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 8484 1726867675.90424: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867675.90454: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867675.90478: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 8484 1726867675.92084: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.93510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867675.93613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867675.93645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867675.93649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867675.93682: 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' <<< 8484 1726867675.93723: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867675.93743: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ac9384e60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9384290> <<< 8484 1726867675.93800: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9791c10> <<< 8484 1726867675.93947: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac97a49e0> <<< 8484 1726867675.93978: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867675.94183: 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' <<< 8484 1726867675.94216: 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' # /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 0x7f9ac939a9f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac939a600> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 8484 1726867675.94241: stdout chunk (state=3): >>># 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 <<< 8484 1726867675.94286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867675.94299: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93bd160> <<< 8484 1726867675.94313: 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' <<< 8484 1726867675.94509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867675.94525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93be360> <<< 8484 1726867675.94549: 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 0x7f9ac93bdca0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93bdb20> # /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 0x7f9ac93c08c0> <<< 8484 1726867675.94726: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c0650> <<< 8484 1726867675.94795: 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' <<< 8484 1726867675.94798: 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 <<< 8484 1726867675.94995: 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 0x7f9ac93c2600> <<< 8484 1726867675.94998: 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 0x7f9ac93c2420> <<< 8484 1726867675.95062: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c1cd0> # /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' <<< 8484 1726867675.95131: 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' # /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' <<< 8484 1726867675.95181: 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' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py <<< 8484 1726867675.95216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c5370> # /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 0x7f9ac93c5700> # /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' <<< 8484 1726867675.95306: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c5be0> <<< 8484 1726867675.95358: 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 0x7f9ac93c6450> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c49e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c44a0> # 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' <<< 8484 1726867675.95362: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867675.95414: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c6bd0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c3fb0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c3f20> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 8484 1726867675.95484: stdout chunk (state=3): >>># 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' <<< 8484 1726867675.95513: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9409280> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 8484 1726867675.95540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 8484 1726867675.95553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 8484 1726867675.95579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 8484 1726867675.95628: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac940a0c0> <<< 8484 1726867675.95649: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9409790> <<< 8484 1726867675.95822: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c7560> <<< 8484 1726867675.95826: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 8484 1726867675.95883: 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 <<< 8484 1726867675.95897: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 8484 1726867675.96032: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9412c30> <<< 8484 1726867675.96068: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 8484 1726867675.96104: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 8484 1726867675.96129: 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 <<< 8484 1726867675.96144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 8484 1726867675.96414: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9418380> import 'gi.repository.Gio' # <<< 8484 1726867675.96427: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c1220> <<< 8484 1726867675.96468: 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 <<< 8484 1726867675.96526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 8484 1726867675.96549: 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 # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.96574: 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 <<< 8484 1726867675.96587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 8484 1726867675.96695: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92a62d0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92a5af0> <<< 8484 1726867675.97499: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9412810> <<< 8484 1726867675.97504: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 8484 1726867675.97529: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac939abd0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93999a0> <<< 8484 1726867675.98024: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9706510> <<< 8484 1726867675.98052: 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' <<< 8484 1726867675.98122: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92baa20> <<< 8484 1726867675.98174: 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 0x7f9ac92bc7d0> <<< 8484 1726867675.98195: 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 <<< 8484 1726867675.98221: 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 <<< 8484 1726867675.98279: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 8484 1726867675.98316: 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' <<< 8484 1726867675.98334: 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' <<< 8484 1726867675.98354: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bffb0> <<< 8484 1726867675.98396: 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 0x7f9ac92c05f0> <<< 8484 1726867675.98419: 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 <<< 8484 1726867675.98539: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 8484 1726867675.98564: 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' <<< 8484 1726867675.98607: 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' <<< 8484 1726867675.98634: 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 0x7f9ac92c16a0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1550> # /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' <<< 8484 1726867675.98681: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1940> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c12b0> <<< 8484 1726867675.98723: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867675.98727: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 8484 1726867675.98778: 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 0x7f9ac92c1e20> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1c70> # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py <<< 8484 1726867675.98788: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.98812: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 8484 1726867675.98855: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c2180> <<< 8484 1726867675.98899: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1e80> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c0a40> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py <<< 8484 1726867675.98905: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 8484 1726867675.98933: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c10d0> # /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' <<< 8484 1726867675.98974: 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 <<< 8484 1726867675.99034: stdout chunk (state=3): >>># 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' <<< 8484 1726867675.99041: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92ce060> # /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' <<< 8484 1726867675.99077: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92ce3f0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92cddc0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92cd430> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py <<< 8484 1726867675.99108: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92ce570> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bfc50> # /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 0x7f9ac92ce600> <<< 8484 1726867675.99257: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bd7c0> <<< 8484 1726867675.99332: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bce90> <<< 8484 1726867675.99335: 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 <<< 8484 1726867675.99376: stdout chunk (state=3): >>># 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 <<< 8484 1726867675.99400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 8484 1726867675.99413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 8484 1726867675.99443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 8484 1726867675.99507: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92d2690> <<< 8484 1726867675.99544: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92d14c0> # /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' <<< 8484 1726867675.99547: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac94553a0> <<< 8484 1726867675.99636: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bfce0> <<< 8484 1726867675.99639: 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 <<< 8484 1726867675.99683: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 8484 1726867675.99719: 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 <<< 8484 1726867675.99723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867675.99755: 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 0x7f9ac82b26f0> <<< 8484 1726867675.99792: 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' <<< 8484 1726867675.99814: 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 <<< 8484 1726867675.99838: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 8484 1726867675.99866: 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 <<< 8484 1726867675.99885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867675.99944: 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' <<< 8484 1726867675.99951: 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 <<< 8484 1726867676.00000: stdout chunk (state=3): >>># 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 0x7f9ac82dc9b0> <<< 8484 1726867676.00003: 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' import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82dd190> <<< 8484 1726867676.00056: 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 0x7f9ac82dd790> <<< 8484 1726867676.00059: 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 <<< 8484 1726867676.00077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 8484 1726867676.00149: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82ddac0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82dc830> <<< 8484 1726867676.00159: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b3f80> <<< 8484 1726867676.00227: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b2d80> <<< 8484 1726867676.00282: 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' <<< 8484 1726867676.00285: 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' <<< 8484 1726867676.00320: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82f07a0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b3620> <<< 8484 1726867676.00362: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b28a0> <<< 8484 1726867676.00366: 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 <<< 8484 1726867676.00411: 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' <<< 8484 1726867676.00414: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82f0d70> <<< 8484 1726867676.00460: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b36e0> <<< 8484 1726867676.00464: 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 <<< 8484 1726867676.00500: stdout chunk (state=3): >>># 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 0x7f9ac82f0f80> <<< 8484 1726867676.00522: 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 <<< 8484 1726867676.00527: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 8484 1726867676.00578: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82f13d0> <<< 8484 1726867676.00589: 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' <<< 8484 1726867676.00611: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82f1bb0> <<< 8484 1726867676.00742: 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' <<< 8484 1726867676.00760: 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 <<< 8484 1726867676.00787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.00913: 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 0x7f9ac8319610> <<< 8484 1726867676.00935: 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' <<< 8484 1726867676.00972: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac831a780> <<< 8484 1726867676.00995: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac831a150> <<< 8484 1726867676.01022: 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 <<< 8484 1726867676.01040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac831ab70> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 8484 1726867676.01094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 8484 1726867676.01098: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac831b710> <<< 8484 1726867676.01114: 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 <<< 8484 1726867676.01146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867676.01174: 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' <<< 8484 1726867676.01197: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80c2420> <<< 8484 1726867676.01230: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80c1100> # /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' <<< 8484 1726867676.01253: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80c3800> <<< 8484 1726867676.01266: 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' <<< 8484 1726867676.01301: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80ecb60> <<< 8484 1726867676.01327: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867676.01349: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80ed9a0> <<< 8484 1726867676.01371: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac830e900> <<< 8484 1726867676.01418: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac830e570> <<< 8484 1726867676.01438: 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 <<< 8484 1726867676.01449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867676.01487: 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' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80efdd0> <<< 8484 1726867676.01501: 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 <<< 8484 1726867676.01539: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 8484 1726867676.01552: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 8484 1726867676.01650: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac81187d0> <<< 8484 1726867676.01661: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80efda0> <<< 8484 1726867676.01811: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80ef350> <<< 8484 1726867676.01853: 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' <<< 8484 1726867676.01873: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8138fb0> <<< 8484 1726867676.01900: 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 # 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 0x7f9ac8139100> <<< 8484 1726867676.01923: 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 <<< 8484 1726867676.01962: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 8484 1726867676.02010: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 8484 1726867676.02042: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8150800> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py <<< 8484 1726867676.02054: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 8484 1726867676.02123: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8150ef0> <<< 8484 1726867676.02146: 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' <<< 8484 1726867676.02186: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8151880> <<< 8484 1726867676.02224: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 8484 1726867676.02252: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8151d00> <<< 8484 1726867676.02277: 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' <<< 8484 1726867676.02310: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac81522a0> # /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' <<< 8484 1726867676.02329: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac81525d0> <<< 8484 1726867676.02367: 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' <<< 8484 1726867676.02383: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8152ba0> <<< 8484 1726867676.02411: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 8484 1726867676.02439: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8152d80> <<< 8484 1726867676.02480: 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 <<< 8484 1726867676.02506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 8484 1726867676.02519: 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' <<< 8484 1726867676.02591: stdout chunk (state=3): >>># 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 0x7f9ac8153fb0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8153ec0> <<< 8484 1726867676.02630: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8152f60> <<< 8484 1726867676.02635: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 8484 1726867676.02659: 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' <<< 8484 1726867676.02679: 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 <<< 8484 1726867676.02713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867676.02747: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8184d70> <<< 8484 1726867676.02785: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8184980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8153dd0> <<< 8484 1726867676.03041: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac81395b0> <<< 8484 1726867676.03059: 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 <<< 8484 1726867676.03079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867676.03104: 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 <<< 8484 1726867676.03135: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867676.03141: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac814c830> <<< 8484 1726867676.03178: 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' <<< 8484 1726867676.03181: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac814cc20> <<< 8484 1726867676.03283: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac813b200> <<< 8484 1726867676.03302: 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' <<< 8484 1726867676.03332: 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 <<< 8484 1726867676.03342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867676.03843: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac814fc80> <<< 8484 1726867676.03880: 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 <<< 8484 1726867676.03906: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 8484 1726867676.03920: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac814fe30> <<< 8484 1726867676.03975: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac814f350> <<< 8484 1726867676.03999: 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' <<< 8484 1726867676.04061: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7fd2210> <<< 8484 1726867676.04083: 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 <<< 8484 1726867676.04101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867676.04136: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7fd3650> # /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' <<< 8484 1726867676.04195: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7fd3e30> <<< 8484 1726867676.04198: 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 <<< 8484 1726867676.04219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 8484 1726867676.04287: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7fe4740> <<< 8484 1726867676.04306: 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' <<< 8484 1726867676.04342: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7fe6510> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b0500> <<< 8484 1726867676.04383: 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 0x7f9ac830e240> <<< 8484 1726867676.04532: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93000e0> <<< 8484 1726867676.04557: 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 <<< 8484 1726867676.04581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867676.04622: 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 <<< 8484 1726867676.04631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867676.04661: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80196d0> <<< 8484 1726867676.04699: 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 <<< 8484 1726867676.04705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 8484 1726867676.04745: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac801a510> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 8484 1726867676.04748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867676.04801: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac801acf0> <<< 8484 1726867676.04923: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8018620> <<< 8484 1726867676.04933: 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 <<< 8484 1726867676.04966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867676.04998: 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 <<< 8484 1726867676.05011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 8484 1726867676.05038: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8054800> <<< 8484 1726867676.05156: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8032f30> <<< 8484 1726867676.05188: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867676.05251: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8066360> <<< 8484 1726867676.05275: 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 <<< 8484 1726867676.05477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867676.05505: 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' <<< 8484 1726867676.05531: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac807fef0> <<< 8484 1726867676.05553: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867676.05598: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7ec43e0> <<< 8484 1726867676.05626: 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 <<< 8484 1726867676.05656: stdout chunk (state=3): >>># 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' <<< 8484 1726867676.05699: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7ec66c0> <<< 8484 1726867676.05865: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7ec48c0> <<< 8484 1726867676.05890: 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' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7ef4b30> <<< 8484 1726867676.06282: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac807c7d0> <<< 8484 1726867676.06309: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867676.06436: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac807ca10> <<< 8484 1726867676.06450: 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' <<< 8484 1726867676.06508: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f56b70> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py <<< 8484 1726867676.06528: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 8484 1726867676.06575: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f576b0> <<< 8484 1726867676.06578: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 8484 1726867676.06611: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f64230> # /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' <<< 8484 1726867676.06709: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f646b0> # /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' <<< 8484 1726867676.06731: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f65580> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 8484 1726867676.06753: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867676.06868: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f65e20> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bc920> <<< 8484 1726867676.06885: 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 <<< 8484 1726867676.06915: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 8484 1726867676.07075: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f668a0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py <<< 8484 1726867676.07127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 8484 1726867676.07153: 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 <<< 8484 1726867676.07196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 8484 1726867676.07231: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f95220> <<< 8484 1726867676.07276: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f82f30> <<< 8484 1726867676.07337: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 8484 1726867676.07340: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.07366: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 8484 1726867676.07635: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.07841: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 8484 1726867676.08105: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.08276: 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": {}}}} <<< 8484 1726867676.08294: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867676.09360: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ <<< 8484 1726867676.09421: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib <<< 8484 1726867676.09451: stdout chunk (state=3): >>># destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # 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 <<< 8484 1726867676.09485: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 8484 1726867676.09551: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.09557: 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 # 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 <<< 8484 1726867676.09612: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 8484 1726867676.09623: stdout chunk (state=3): >>># 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<<< 8484 1726867676.09689: 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 # 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 <<< 8484 1726867676.09693: stdout chunk (state=3): >>># 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<<< 8484 1726867676.09721: stdout chunk (state=3): >>> # 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 <<< 8484 1726867676.09739: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.10446: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867676.10451: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867676.10472: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867676.10520: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867676.10540: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 8484 1726867676.10560: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867676.10586: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 8484 1726867676.10656: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 8484 1726867676.10667: 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 # 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 <<< 8484 1726867676.10734: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.10741: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.10780: stdout chunk (state=3): >>># destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem <<< 8484 1726867676.10808: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.10877: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util <<< 8484 1726867676.10900: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.10949: 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 # 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 <<< 8484 1726867676.10985: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.11043: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.11054: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.11123: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors <<< 8484 1726867676.11165: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.11203: 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 # 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 <<< 8484 1726867676.11231: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.11292: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 8484 1726867676.11295: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 8484 1726867676.11354: 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 # 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 <<< 8484 1726867676.11376: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 8484 1726867676.11399: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867676.12260: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867676.12331: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 8484 1726867676.12337: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 8484 1726867676.12360: stdout chunk (state=3): >>># destroy _struct <<< 8484 1726867676.12422: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 8484 1726867676.12472: stdout chunk (state=3): >>># destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 8484 1726867676.12558: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors <<< 8484 1726867676.12561: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 8484 1726867676.12640: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 8484 1726867676.12646: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 8484 1726867676.12649: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo <<< 8484 1726867676.12676: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.12726: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy _blake2 <<< 8484 1726867676.12731: stdout chunk (state=3): >>># destroy selinux._selinux <<< 8484 1726867676.12751: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 8484 1726867676.12798: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867676.12832: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 8484 1726867676.12886: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867676.12900: 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 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 <<< 8484 1726867676.12934: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.13026: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867676.13199: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases <<< 8484 1726867676.13213: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 8484 1726867676.13249: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867676.13847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867676.13851: stdout chunk (state=3): >>><<< 8484 1726867676.13853: stderr chunk (state=3): >>><<< 8484 1726867676.14215: _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 0x7f9aca3684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca337b30> # /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 0x7f9aca36aa50> 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 0x7f9aca13d130> # /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 0x7f9aca13e120> 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 0x7f9aca183f80> # /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 0x7f9aca190110> # /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 0x7f9aca1b3950> # /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 0x7f9aca1b3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca193bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1912e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca181130> # /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 0x7f9aca1d7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1d6540> # /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 0x7f9aca192210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1d4d40> # /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 0x7f9aca204950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca1803b0> # /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 0x7f9aca204e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca204cb0> # 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 0x7f9aca2050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca176ed0> # /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 0x7f9aca205790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca205460> 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 0x7f9aca206660> 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 0x7f9aca220890> 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 0x7f9aca221fd0> # /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 0x7f9aca222e70> # 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 0x7f9aca2234a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca2223c0> # /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 0x7f9aca223e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca223590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca2066c0> # /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 0x7f9ac9f73ce0> # /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 0x7f9ac9f9c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9c560> # 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 0x7f9ac9f9c830> # /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 0x7f9ac9f9d160> # 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 0x7f9ac9f9dac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9ca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f71e80> # /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 0x7f9ac9f9ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9dbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca206db0> # /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 0x7f9ac9fc7200> # /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 0x7f9ac9fef590> # /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 0x7f9aca04c3b0> # /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 0x7f9aca04eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca04c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9aca0193a0> # /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 0x7f9ac9929490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9fee390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9f9fdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9ac9fee990> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload__slp_knb/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 0x7f9ac997b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac995e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac995d250> # 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 0x7f9ac99790d0> # /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 0x7f9ac99aab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99aa900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99aa210> # /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 0x7f9ac99aa660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac997bc20> 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 0x7f9ac99ab8f0> # 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 0x7f9ac99abb30> # /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 0x7f9ac99abf50> 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 0x7f9ac9819cd0> # 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 0x7f9ac981b8f0> # /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 0x7f9ac981c2c0> # /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 0x7f9ac981d190> # /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 0x7f9ac981ff20> # 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 0x7f9aca222de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981e1e0> # /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 0x7f9ac9827ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98269c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9826720> # /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 0x7f9ac9826c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac981e6f0> # 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 0x7f9ac986bfb0> # /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 0x7f9ac986c2f0> # /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 0x7f9ac986dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986db50> # /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 0x7f9ac9870230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986e420> # /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 0x7f9ac98739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98703e0> # 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 0x7f9ac9874830> # 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 0x7f9ac9874a70> # 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 0x7f9ac9874b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac986c500> # /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 0x7f9ac97002f0> # 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 0x7f9ac97014f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9876ab0> # 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 0x7f9ac9877e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac98766f0> # 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 0x7f9ac97057c0> # /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 0x7f9ac97064b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac97015b0> 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 0x7f9ac9706bd0> # 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 0x7f9ac97078c0> # 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 0x7f9ac97122a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac970dac0> 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 0x7f9ac9802ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99e27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9712330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac99abf20> # 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 0x7f9ac9384e60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9384290> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9791c10> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac97a49e0> # 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 0x7f9ac939a9f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac939a600> # /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 0x7f9ac93bd160> # /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 0x7f9ac93be360> # 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 0x7f9ac93bdca0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93bdb20> # /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 0x7f9ac93c08c0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c0650> # /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 0x7f9ac93c2600> # 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 0x7f9ac93c2420> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c1cd0> # /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 0x7f9ac93c5370> # /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 0x7f9ac93c5700> # /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 0x7f9ac93c5be0> # /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 0x7f9ac93c6450> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c49e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c44a0> # 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 0x7f9ac93c6bd0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c3fb0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c3f20> # /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 0x7f9ac9409280> # /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 0x7f9ac940a0c0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9409790> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c7560> 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 0x7f9ac9412c30> 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 0x7f9ac9418380> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93c1220> # /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 0x7f9ac92a62d0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92a5af0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9412810> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac939abd0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93999a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac9706510> # /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 0x7f9ac92baa20> # /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 0x7f9ac92bc7d0> # /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 0x7f9ac92bffb0> # /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 0x7f9ac92c05f0> # /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 0x7f9ac92c16a0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1550> # /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 0x7f9ac92c1940> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c12b0> # /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 0x7f9ac92c1e20> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1c70> # /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 0x7f9ac92c2180> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c1e80> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92c0a40> # /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 0x7f9ac92c10d0> # /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 0x7f9ac92ce060> # /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 0x7f9ac92ce3f0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92cddc0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92cd430> # /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 0x7f9ac92ce570> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bfc50> # /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 0x7f9ac92ce600> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bd7c0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bce90> # /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 0x7f9ac92d2690> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92d14c0> # /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 0x7f9ac94553a0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bfce0> # /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 0x7f9ac82b26f0> # /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 0x7f9ac82dc9b0> # /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 0x7f9ac82dd190> # /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 0x7f9ac82dd790> # /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 0x7f9ac82ddac0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82dc830> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b3f80> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b2d80> # /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 0x7f9ac82f07a0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b3620> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b28a0> # /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 0x7f9ac82f0d70> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b36e0> # /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 0x7f9ac82f0f80> # /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 0x7f9ac82f13d0> # /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 0x7f9ac82f1bb0> # /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 0x7f9ac8319610> # /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 0x7f9ac831a780> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac831a150> # /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 0x7f9ac831ab70> # /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 0x7f9ac831b710> # /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 0x7f9ac80c2420> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80c1100> # /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 0x7f9ac80c3800> # /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 0x7f9ac80ecb60> # /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 0x7f9ac80ed9a0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac830e900> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac830e570> # /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 0x7f9ac80efdd0> # /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 0x7f9ac81187d0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80efda0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac80ef350> # /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 0x7f9ac8138fb0> # /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 0x7f9ac8139100> # /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 0x7f9ac8150800> # /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 0x7f9ac8150ef0> # /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 0x7f9ac8151880> # /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 0x7f9ac8151d00> # /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 0x7f9ac81522a0> # /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 0x7f9ac81525d0> # /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 0x7f9ac8152ba0> # /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 0x7f9ac8152d80> # /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 0x7f9ac8153fb0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8153ec0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8152f60> # /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 0x7f9ac8184d70> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8184980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8153dd0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac81395b0> # /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 0x7f9ac814c830> # /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 0x7f9ac814cc20> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac813b200> # /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 0x7f9ac814fc80> # /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 0x7f9ac814fe30> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac814f350> # /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 0x7f9ac7fd2210> # /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 0x7f9ac7fd3650> # /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 0x7f9ac7fd3e30> # /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 0x7f9ac7fe4740> # /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 0x7f9ac7fe6510> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac82b0500> # /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 0x7f9ac830e240> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac93000e0> # /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 0x7f9ac80196d0> # /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 0x7f9ac801a510> # /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 0x7f9ac801acf0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8018620> # /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 0x7f9ac8054800> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac8032f30> # /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 0x7f9ac8066360> # /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 0x7f9ac807fef0> # /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 0x7f9ac7ec43e0> # /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 0x7f9ac7ec66c0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7ec48c0> # /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 0x7f9ac7ef4b30> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac807c7d0> # /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 0x7f9ac807ca10> # /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 0x7f9ac7f56b70> # /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 0x7f9ac7f576b0> # /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 0x7f9ac7f64230> # /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 0x7f9ac7f646b0> # /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 0x7f9ac7f65580> # /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 0x7f9ac7f65e20> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac92bc920> # /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 0x7f9ac7f668a0> # /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 0x7f9ac7f95220> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ac7f82f30> # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867676.16352: 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-1726867675.6294732-8941-186246095829516/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867676.16356: _low_level_execute_command(): starting 8484 1726867676.16359: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867675.6294732-8941-186246095829516/ > /dev/null 2>&1 && sleep 0' 8484 1726867676.16361: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867676.16363: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867676.16365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867676.16367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867676.16369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867676.16373: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867676.16375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.16377: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867676.16382: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867676.16385: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867676.16387: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867676.16389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867676.16391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867676.16393: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.16394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867676.16396: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.16398: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.16400: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.18164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867676.18209: stderr chunk (state=3): >>><<< 8484 1726867676.18212: stdout chunk (state=3): >>><<< 8484 1726867676.18378: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867676.18381: handler run complete 8484 1726867676.18384: attempt loop complete, returning result 8484 1726867676.18386: _execute() done 8484 1726867676.18389: dumping result to json 8484 1726867676.18392: done dumping result, returning 8484 1726867676.18394: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [02e58e3f-6ce9-dbaf-c049-0000000000e6] 8484 1726867676.18397: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e6 ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 8484 1726867676.18616: no more pending results, returning what we have 8484 1726867676.18619: results queue empty 8484 1726867676.18620: checking for any_errors_fatal 8484 1726867676.18627: done checking for any_errors_fatal 8484 1726867676.18627: checking for max_fail_percentage 8484 1726867676.18629: done checking for max_fail_percentage 8484 1726867676.18630: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.18631: done checking to see if all hosts have failed 8484 1726867676.18631: getting the remaining hosts for this loop 8484 1726867676.18633: done getting the remaining hosts for this loop 8484 1726867676.18637: getting the next task for host managed_node3 8484 1726867676.18645: done getting next task for host managed_node3 8484 1726867676.18649: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 8484 1726867676.18654: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.18710: getting variables 8484 1726867676.18712: in VariableManager get_vars() 8484 1726867676.18743: Calling all_inventory to load vars for managed_node3 8484 1726867676.18746: Calling groups_inventory to load vars for managed_node3 8484 1726867676.18748: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.18756: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.18758: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.18761: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.18661: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e6 8484 1726867676.19356: WORKER PROCESS EXITING 8484 1726867676.19445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.20157: done with get_vars() 8484 1726867676.20176: done getting variables 8484 1726867676.20279: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 17:27:56 -0400 (0:00:00.633) 0:00:11.500 ****** 8484 1726867676.20328: entering _queue_task() for managed_node3/command 8484 1726867676.20330: Creating lock for command 8484 1726867676.20880: worker is 1 (out of 1 available) 8484 1726867676.20889: exiting _queue_task() for managed_node3/command 8484 1726867676.20900: done queuing things up, now waiting for results queue to drain 8484 1726867676.20901: waiting for pending results... 8484 1726867676.20988: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 8484 1726867676.21100: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e7 8484 1726867676.21117: variable 'ansible_search_path' from source: unknown 8484 1726867676.21121: variable 'ansible_search_path' from source: unknown 8484 1726867676.21163: calling self._execute() 8484 1726867676.21340: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.21575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.21580: variable 'omit' from source: magic vars 8484 1726867676.22427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867676.26508: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867676.26601: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867676.26655: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867676.26697: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867676.26731: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867676.26829: 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) 8484 1726867676.26878: 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) 8484 1726867676.26915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 8484 1726867676.26960: 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) 8484 1726867676.26990: 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) 8484 1726867676.27106: variable 'storage_udevadm_trigger' from source: include params 8484 1726867676.27130: Evaluated conditional (storage_udevadm_trigger | d(false)): True 8484 1726867676.27268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867676.27458: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867676.27501: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867676.27551: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867676.27587: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867676.27674: variable 'blivet_output' from source: set_fact 8484 1726867676.27692: Evaluated conditional (blivet_output is changed): False 8484 1726867676.27736: when evaluation is False, skipping this task 8484 1726867676.27740: _execute() done 8484 1726867676.27743: dumping result to json 8484 1726867676.27745: done dumping result, returning 8484 1726867676.27747: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [02e58e3f-6ce9-dbaf-c049-0000000000e7] 8484 1726867676.27749: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e7 skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 8484 1726867676.28027: no more pending results, returning what we have 8484 1726867676.28031: results queue empty 8484 1726867676.28032: checking for any_errors_fatal 8484 1726867676.28047: done checking for any_errors_fatal 8484 1726867676.28048: checking for max_fail_percentage 8484 1726867676.28049: done checking for max_fail_percentage 8484 1726867676.28050: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.28059: done checking to see if all hosts have failed 8484 1726867676.28060: getting the remaining hosts for this loop 8484 1726867676.28062: done getting the remaining hosts for this loop 8484 1726867676.28066: getting the next task for host managed_node3 8484 1726867676.28077: done getting next task for host managed_node3 8484 1726867676.28082: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 8484 1726867676.28087: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.28178: getting variables 8484 1726867676.28180: in VariableManager get_vars() 8484 1726867676.28218: Calling all_inventory to load vars for managed_node3 8484 1726867676.28221: Calling groups_inventory to load vars for managed_node3 8484 1726867676.28224: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.28234: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.28237: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.28240: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.28788: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e7 8484 1726867676.28792: WORKER PROCESS EXITING 8484 1726867676.28906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.29551: done with get_vars() 8484 1726867676.29567: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 17:27:56 -0400 (0:00:00.093) 0:00:11.593 ****** 8484 1726867676.29677: entering _queue_task() for managed_node3/stat 8484 1726867676.29963: worker is 1 (out of 1 available) 8484 1726867676.30122: exiting _queue_task() for managed_node3/stat 8484 1726867676.30133: done queuing things up, now waiting for results queue to drain 8484 1726867676.30135: waiting for pending results... 8484 1726867676.30300: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 8484 1726867676.30458: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e8 8484 1726867676.30484: variable 'ansible_search_path' from source: unknown 8484 1726867676.30492: variable 'ansible_search_path' from source: unknown 8484 1726867676.30534: calling self._execute() 8484 1726867676.30627: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.30640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.30656: variable 'omit' from source: magic vars 8484 1726867676.30784: variable 'omit' from source: magic vars 8484 1726867676.30867: variable 'omit' from source: magic vars 8484 1726867676.30917: variable 'omit' from source: magic vars 8484 1726867676.30965: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867676.31096: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867676.31100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867676.31104: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.31107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.31123: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867676.31132: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.31139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.31253: Set connection var ansible_pipelining to False 8484 1726867676.31266: Set connection var ansible_timeout to 10 8484 1726867676.31274: Set connection var ansible_connection to ssh 8484 1726867676.31286: Set connection var ansible_shell_type to sh 8484 1726867676.31295: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867676.31311: Set connection var ansible_shell_executable to /bin/sh 8484 1726867676.31344: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.31352: variable 'ansible_connection' from source: unknown 8484 1726867676.31359: variable 'ansible_module_compression' from source: unknown 8484 1726867676.31421: variable 'ansible_shell_type' from source: unknown 8484 1726867676.31425: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.31427: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.31429: variable 'ansible_pipelining' from source: unknown 8484 1726867676.31431: variable 'ansible_timeout' from source: unknown 8484 1726867676.31433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.31625: 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__) 8484 1726867676.31647: variable 'omit' from source: magic vars 8484 1726867676.31662: starting attempt loop 8484 1726867676.31672: running the handler 8484 1726867676.31691: _low_level_execute_command(): starting 8484 1726867676.31705: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867676.32590: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.32621: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.32646: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.32769: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.34534: stdout chunk (state=3): >>>/root <<< 8484 1726867676.34695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867676.34698: stdout chunk (state=3): >>><<< 8484 1726867676.34700: stderr chunk (state=3): >>><<< 8484 1726867676.34793: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867676.34797: _low_level_execute_command(): starting 8484 1726867676.34800: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125 `" && echo ansible-tmp-1726867676.3472917-8981-2948105751125="` echo /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125 `" ) && sleep 0' 8484 1726867676.35476: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867676.35499: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867676.35588: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.35637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867676.35656: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.35678: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.35835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.37793: stdout chunk (state=3): >>>ansible-tmp-1726867676.3472917-8981-2948105751125=/root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125 <<< 8484 1726867676.37962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867676.37965: stdout chunk (state=3): >>><<< 8484 1726867676.37967: stderr chunk (state=3): >>><<< 8484 1726867676.37988: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867676.3472917-8981-2948105751125=/root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867676.38067: variable 'ansible_module_compression' from source: unknown 8484 1726867676.38130: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867676.38376: variable 'ansible_facts' from source: unknown 8484 1726867676.38379: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py 8484 1726867676.38500: Sending initial data 8484 1726867676.38513: Sent initial data (149 bytes) 8484 1726867676.39121: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867676.39136: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867676.39161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867676.39183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867676.39201: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867676.39217: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867676.39277: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.39339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867676.39357: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.39389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.39515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.41153: 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 <<< 8484 1726867676.41264: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867676.41381: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp2w80nqc6 /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py <<< 8484 1726867676.41394: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py" <<< 8484 1726867676.41475: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp2w80nqc6" to remote "/root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py" <<< 8484 1726867676.42447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867676.42483: stderr chunk (state=3): >>><<< 8484 1726867676.42576: stdout chunk (state=3): >>><<< 8484 1726867676.42579: done transferring module to remote 8484 1726867676.42582: _low_level_execute_command(): starting 8484 1726867676.42595: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/ /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py && sleep 0' 8484 1726867676.43412: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.43439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867676.43453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.43479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.43626: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.45544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867676.45554: stdout chunk (state=3): >>><<< 8484 1726867676.45568: stderr chunk (state=3): >>><<< 8484 1726867676.45673: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867676.45677: _low_level_execute_command(): starting 8484 1726867676.45681: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/AnsiballZ_stat.py && sleep 0' 8484 1726867676.46220: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867676.46234: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867676.46249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867676.46327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.46372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867676.46388: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.46411: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.46560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.48793: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867676.48838: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867676.48853: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867676.48912: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867676.48923: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867676.48955: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867676.48988: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867676.49011: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867676.49065: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867676.49102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 8484 1726867676.49105: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867676.49127: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867676.49169: 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 0x7fa45c8184d0><<< 8484 1726867676.49206: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c7e7b30> <<< 8484 1726867676.49222: 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 0x7fa45c81aa50> import '_signal' # <<< 8484 1726867676.49254: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867676.49279: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867676.49315: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867676.49397: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867676.49430: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867676.49461: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867676.49490: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867676.49505: 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' <<< 8484 1726867676.49540: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867676.49566: 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 0x7fa45c609130> <<< 8484 1726867676.49629: 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 <<< 8484 1726867676.49656: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c60a120> <<< 8484 1726867676.49676: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867676.49696: 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. <<< 8484 1726867676.49925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867676.49953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867676.49990: 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' <<< 8484 1726867676.49993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867676.50035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867676.50038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867676.50078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867676.50082: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c646ed0> <<< 8484 1726867676.50114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867676.50145: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c65c1d0> <<< 8484 1726867676.50155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867676.50181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867676.50213: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867676.50263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.50291: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867676.50310: 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 0x7fa45c67fa70> <<< 8484 1726867676.50343: 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 0x7fa45c6a0140> <<< 8484 1726867676.50359: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867676.50404: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c65fd10> <<< 8484 1726867676.50414: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867676.50438: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c65d430> <<< 8484 1726867676.50529: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6451f0> <<< 8484 1726867676.50575: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867676.50608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867676.50613: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867676.50647: 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' <<< 8484 1726867676.50660: 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' <<< 8484 1726867676.50698: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6a39e0> <<< 8484 1726867676.50713: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6a2600> <<< 8484 1726867676.50737: 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 0x7fa45c65e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6a0e30> <<< 8484 1726867676.50798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867676.50827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d09b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c644470> <<< 8484 1726867676.50853: 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' <<< 8484 1726867676.50865: 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 0x7fa45c6d0e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d0d10> <<< 8484 1726867676.50918: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867676.50924: 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 0x7fa45c6d1100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c642f90> <<< 8484 1726867676.50948: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867676.51001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867676.51023: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d17f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d14c0> import 'importlib.machinery' # <<< 8484 1726867676.51078: 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 0x7fa45c6d26f0> <<< 8484 1726867676.51082: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867676.51104: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867676.51133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867676.51181: 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 0x7fa45c6ec8c0> import 'errno' # <<< 8484 1726867676.51220: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867676.51233: 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 0x7fa45c6ee000> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867676.51282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867676.51295: 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 0x7fa45c6eeea0> <<< 8484 1726867676.51321: 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 0x7fa45c6ef500> <<< 8484 1726867676.51350: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6ee3f0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867676.51394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867676.51414: 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 0x7fa45c6eff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6ef6b0> <<< 8484 1726867676.51462: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d0da0> <<< 8484 1726867676.51482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867676.51528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867676.51531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867676.51556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867676.51593: 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 0x7fa45c477dd0> <<< 8484 1726867676.51628: 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' <<< 8484 1726867676.51655: 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 0x7fa45c4a08f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a0650> <<< 8484 1726867676.51674: 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 0x7fa45c4a0920> <<< 8484 1726867676.51696: 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' <<< 8484 1726867676.51765: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867676.51891: 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 0x7fa45c4a1250> <<< 8484 1726867676.52017: 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 0x7fa45c4a1c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a0b00> <<< 8484 1726867676.52060: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c475f70> <<< 8484 1726867676.52063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867676.52113: 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 <<< 8484 1726867676.52134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a2ff0> <<< 8484 1726867676.52143: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a1ac0> <<< 8484 1726867676.52159: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d2de0> <<< 8484 1726867676.52193: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867676.52236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.52261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867676.52297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867676.52318: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4c7380> <<< 8484 1726867676.52377: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867676.52405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.52409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867676.52435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867676.52458: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4ef740> <<< 8484 1726867676.52490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867676.52536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867676.52600: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867676.52622: 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 0x7fa45c5504d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867676.52673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867676.52685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867676.52720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867676.52805: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c552c30> <<< 8484 1726867676.52886: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c5505f0> <<< 8484 1726867676.52911: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c515520> <<< 8484 1726867676.52952: 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 0x7fa45c3555b0> <<< 8484 1726867676.52966: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4ee540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a3f50> <<< 8484 1726867676.53093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867676.53103: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa45c4eeb40> <<< 8484 1726867676.53227: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_v68j84lg/ansible_stat_payload.zip' # zipimport: zlib available <<< 8484 1726867676.53349: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.53397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867676.53400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867676.53439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867676.53504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867676.53549: 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 0x7fa45c3a7320> <<< 8484 1726867676.53552: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867676.53731: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c38a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c389370> # zipimport: zlib available <<< 8484 1726867676.53786: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867676.53824: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867676.53827: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867676.53842: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.55235: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.56383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867676.56390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3a51c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867676.56435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.56439: 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' <<< 8484 1726867676.56509: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa45c3d2cc0> <<< 8484 1726867676.56529: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3d2a50> <<< 8484 1726867676.56558: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3d2360> <<< 8484 1726867676.56582: 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' <<< 8484 1726867676.56625: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3d2840> <<< 8484 1726867676.56679: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3a7d40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867676.56682: 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 0x7fa45c3d39e0> <<< 8484 1726867676.56710: 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 0x7fa45c3d3c20> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867676.56765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867676.56779: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867676.56818: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3f80e0> <<< 8484 1726867676.56841: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867676.56866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867676.56911: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd15e50> <<< 8484 1726867676.56938: 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 0x7fa45bd17a70> <<< 8484 1726867676.56977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867676.56986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867676.57028: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd1c470> <<< 8484 1726867676.57035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867676.57061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867676.57087: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd1d610> <<< 8484 1726867676.57098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867676.57133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867676.57156: 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' <<< 8484 1726867676.57200: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd20110> <<< 8484 1726867676.57244: 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 0x7fa45bd20200> <<< 8484 1726867676.57273: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd1e3c0> <<< 8484 1726867676.57304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867676.57329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867676.57354: 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 <<< 8484 1726867676.57406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867676.57431: 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 0x7fa45bd23fe0> <<< 8484 1726867676.57447: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867676.57501: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd22810> <<< 8484 1726867676.57524: 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' <<< 8484 1726867676.57601: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd22d80> <<< 8484 1726867676.57625: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd1e8d0> <<< 8484 1726867676.57662: 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 0x7fa45bd68140> <<< 8484 1726867676.57708: 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 0x7fa45bd68260> <<< 8484 1726867676.57712: 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 <<< 8484 1726867676.57741: 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' <<< 8484 1726867676.57794: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867676.57815: 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 0x7fa45bd69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd69c10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867676.57927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867676.57986: 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 0x7fa45bd6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd6a540> <<< 8484 1726867676.58019: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867676.58040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.58074: 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' <<< 8484 1726867676.58091: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867676.58131: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd6fbc0> <<< 8484 1726867676.58249: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd6c590> <<< 8484 1726867676.58314: 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 0x7fa45bd709e0> <<< 8484 1726867676.58348: 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 0x7fa45bd70c20> <<< 8484 1726867676.58401: 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 0x7fa45bd70ec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd68560> <<< 8484 1726867676.58456: 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' <<< 8484 1726867676.58472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867676.58494: 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' <<< 8484 1726867676.58521: 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 0x7fa45bdfc590> <<< 8484 1726867676.58684: 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 0x7fa45bdfdaf0> <<< 8484 1726867676.58718: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd72d20> # 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 0x7fa45bd721b0> <<< 8484 1726867676.58755: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd72990> # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867676.58774: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867676.58863: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.58959: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.58994: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 8484 1726867676.59017: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867676.59134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.59249: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.59807: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.60337: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867676.60369: 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' # <<< 8484 1726867676.60374: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867676.60393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.60440: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867676.60457: 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 0x7fa45bc01b80> <<< 8484 1726867676.60535: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867676.60547: 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 0x7fa45bc02930> <<< 8484 1726867676.60595: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bdfdd60> <<< 8484 1726867676.60606: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867676.60657: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867676.60660: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867676.60805: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.60958: 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 0x7fa45bc02960> <<< 8484 1726867676.60981: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.61431: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.61874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.61940: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62022: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867676.62026: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62111: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867676.62114: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62176: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62265: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867676.62268: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62298: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867676.62336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62387: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867676.62394: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62612: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.62844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867676.62919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867676.62922: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867676.63000: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bc03b00> <<< 8484 1726867676.63003: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63069: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63148: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867676.63174: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867676.63193: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63219: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63262: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867676.63320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63349: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63414: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63478: 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 <<< 8484 1726867676.63519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867676.63616: 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 0x7fa45bc0e6f0> <<< 8484 1726867676.63647: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bc0b020> <<< 8484 1726867676.63693: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867676.63696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63752: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63812: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63837: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.63909: 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' <<< 8484 1726867676.63912: 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 <<< 8484 1726867676.63947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867676.63950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867676.64003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867676.64029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867676.64047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867676.64105: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c426e70> <<< 8484 1726867676.64135: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c40eb40> <<< 8484 1726867676.64232: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bc0e7b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd72450> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867676.64235: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.64256: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.64300: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867676.64359: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867676.64364: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.64390: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867676.64529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.64717: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867676.66103: 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": 291504326, "dev": 51714, "nlink": 1, "atime": 1726867651.2200346, "mtime": 1726563702.9711192, "ctime": 1726867644.2139947, "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": "4010500591", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8484 1726867676.66127: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867676.66585: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867676.66627: 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 <<< 8484 1726867676.66645: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # 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 <<< 8484 1726867676.66684: stdout chunk (state=3): >>># cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # 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 <<< 8484 1726867676.66720: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # 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 <<< 8484 1726867676.66762: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.66778: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.67014: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867676.67018: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867676.67074: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867676.67078: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 8484 1726867676.67154: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath # destroy importlib <<< 8484 1726867676.67159: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 8484 1726867676.67188: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 8484 1726867676.67222: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 8484 1726867676.67241: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux <<< 8484 1726867676.67279: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867676.67335: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon <<< 8484 1726867676.67360: 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 <<< 8484 1726867676.67381: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 8484 1726867676.67431: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 8484 1726867676.67462: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 8484 1726867676.67476: 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 # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867676.67631: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867676.67663: stdout chunk (state=3): >>># destroy _collections # destroy platform <<< 8484 1726867676.67692: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867676.67740: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator <<< 8484 1726867676.67753: stdout chunk (state=3): >>># 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 <<< 8484 1726867676.67856: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 8484 1726867676.67884: stdout chunk (state=3): >>> # 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 <<< 8484 1726867676.67931: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 8484 1726867676.67937: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867676.67964: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867676.68481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867676.68484: stdout chunk (state=3): >>><<< 8484 1726867676.68487: stderr chunk (state=3): >>><<< 8484 1726867676.68501: _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 0x7fa45c8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c7e7b30> # /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 0x7fa45c81aa50> 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 0x7fa45c609130> # /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 0x7fa45c60a120> 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 0x7fa45c646ed0> # /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 0x7fa45c65c1d0> # /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 0x7fa45c67fa70> # /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 0x7fa45c6a0140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c65fd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c65d430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6451f0> # /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 0x7fa45c6a39e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6a2600> # /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 0x7fa45c65e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6a0e30> # /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 0x7fa45c6d09b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c644470> # /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 0x7fa45c6d0e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d0d10> # 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 0x7fa45c6d1100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c642f90> # /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 0x7fa45c6d17f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d14c0> 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 0x7fa45c6d26f0> 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 0x7fa45c6ec8c0> 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 0x7fa45c6ee000> # /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 0x7fa45c6eeea0> # 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 0x7fa45c6ef500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6ee3f0> # /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 0x7fa45c6eff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6ef6b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d0da0> # /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 0x7fa45c477dd0> # /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 0x7fa45c4a08f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a0650> # 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 0x7fa45c4a0920> # /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 0x7fa45c4a1250> # 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 0x7fa45c4a1c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a0b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c475f70> # /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 0x7fa45c4a2ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a1ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c6d2de0> # /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 0x7fa45c4c7380> # /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 0x7fa45c4ef740> # /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 0x7fa45c5504d0> # /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 0x7fa45c552c30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c5505f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c515520> # /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 0x7fa45c3555b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4ee540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c4a3f50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa45c4eeb40> # zipimport: found 30 names in '/tmp/ansible_stat_payload_v68j84lg/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 0x7fa45c3a7320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c38a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c389370> # 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 0x7fa45c3a51c0> # /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 0x7fa45c3d2cc0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3d2a50> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3d2360> # /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 0x7fa45c3d2840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c3a7d40> 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 0x7fa45c3d39e0> # 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 0x7fa45c3d3c20> # /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 0x7fa45c3f80e0> 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 0x7fa45bd15e50> # 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 0x7fa45bd17a70> # /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 0x7fa45bd1c470> # /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 0x7fa45bd1d610> # /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 0x7fa45bd20110> # 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 0x7fa45bd20200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd1e3c0> # /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 0x7fa45bd23fe0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd22810> # /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 0x7fa45bd22d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd1e8d0> # 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 0x7fa45bd68140> # /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 0x7fa45bd68260> # /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 0x7fa45bd69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd69c10> # /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 0x7fa45bd6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd6a540> # /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 0x7fa45bd6fbc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd6c590> # 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 0x7fa45bd709e0> # 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 0x7fa45bd70c20> # 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 0x7fa45bd70ec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd68560> # /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 0x7fa45bdfc590> # 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 0x7fa45bdfdaf0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd72d20> # 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 0x7fa45bd721b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd72990> # 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 0x7fa45bc01b80> # /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 0x7fa45bc02930> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bdfdd60> 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 0x7fa45bc02960> # 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 0x7fa45bc03b00> # 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 0x7fa45bc0e6f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bc0b020> 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 0x7fa45c426e70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45c40eb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bc0e7b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa45bd72450> # 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": 291504326, "dev": 51714, "nlink": 1, "atime": 1726867651.2200346, "mtime": 1726563702.9711192, "ctime": 1726867644.2139947, "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": "4010500591", "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867676.69507: 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-1726867676.3472917-8981-2948105751125/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867676.69510: _low_level_execute_command(): starting 8484 1726867676.69513: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867676.3472917-8981-2948105751125/ > /dev/null 2>&1 && sleep 0' 8484 1726867676.69802: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867676.69816: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867676.69839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867676.69858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867676.69877: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867676.69889: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867676.69903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.69949: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867676.70016: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867676.70034: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867676.70066: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867676.70189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867676.72113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867676.72140: stdout chunk (state=3): >>><<< 8484 1726867676.72144: stderr chunk (state=3): >>><<< 8484 1726867676.72160: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867676.72276: handler run complete 8484 1726867676.72280: attempt loop complete, returning result 8484 1726867676.72283: _execute() done 8484 1726867676.72286: dumping result to json 8484 1726867676.72288: done dumping result, returning 8484 1726867676.72290: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [02e58e3f-6ce9-dbaf-c049-0000000000e8] 8484 1726867676.72292: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e8 ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726867651.2200346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726867644.2139947, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726563702.9711192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4010500591", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 8484 1726867676.72689: no more pending results, returning what we have 8484 1726867676.72693: results queue empty 8484 1726867676.72693: checking for any_errors_fatal 8484 1726867676.72698: done checking for any_errors_fatal 8484 1726867676.72699: checking for max_fail_percentage 8484 1726867676.72701: done checking for max_fail_percentage 8484 1726867676.72701: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.72702: done checking to see if all hosts have failed 8484 1726867676.72703: getting the remaining hosts for this loop 8484 1726867676.72704: done getting the remaining hosts for this loop 8484 1726867676.72708: getting the next task for host managed_node3 8484 1726867676.72714: done getting next task for host managed_node3 8484 1726867676.72718: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 8484 1726867676.72722: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.72732: getting variables 8484 1726867676.72738: in VariableManager get_vars() 8484 1726867676.72881: Calling all_inventory to load vars for managed_node3 8484 1726867676.72884: Calling groups_inventory to load vars for managed_node3 8484 1726867676.72887: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.72899: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e8 8484 1726867676.72903: WORKER PROCESS EXITING 8484 1726867676.72911: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.72914: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.72917: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.73474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.74099: done with get_vars() 8484 1726867676.74114: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 17:27:56 -0400 (0:00:00.445) 0:00:12.039 ****** 8484 1726867676.74217: entering _queue_task() for managed_node3/lineinfile 8484 1726867676.74219: Creating lock for lineinfile 8484 1726867676.74550: worker is 1 (out of 1 available) 8484 1726867676.74562: exiting _queue_task() for managed_node3/lineinfile 8484 1726867676.74575: done queuing things up, now waiting for results queue to drain 8484 1726867676.74576: waiting for pending results... 8484 1726867676.74808: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 8484 1726867676.74954: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000e9 8484 1726867676.74987: variable 'ansible_search_path' from source: unknown 8484 1726867676.74996: variable 'ansible_search_path' from source: unknown 8484 1726867676.75034: calling self._execute() 8484 1726867676.75125: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.75137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.75150: variable 'omit' from source: magic vars 8484 1726867676.75525: variable '__storage_fstab' from source: set_fact 8484 1726867676.75564: Evaluated conditional (__storage_fstab.stat.exists): True 8484 1726867676.75726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867676.76007: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867676.76062: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867676.76105: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867676.76147: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867676.76234: variable 'blivet_output' from source: set_fact 8484 1726867676.76282: Evaluated conditional (blivet_output is changed): False 8484 1726867676.76288: when evaluation is False, skipping this task 8484 1726867676.76292: _execute() done 8484 1726867676.76294: dumping result to json 8484 1726867676.76296: done dumping result, returning 8484 1726867676.76299: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [02e58e3f-6ce9-dbaf-c049-0000000000e9] 8484 1726867676.76301: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e9 skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 8484 1726867676.76697: no more pending results, returning what we have 8484 1726867676.76700: results queue empty 8484 1726867676.76701: checking for any_errors_fatal 8484 1726867676.76708: done checking for any_errors_fatal 8484 1726867676.76709: checking for max_fail_percentage 8484 1726867676.76711: done checking for max_fail_percentage 8484 1726867676.76712: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.76713: done checking to see if all hosts have failed 8484 1726867676.76713: getting the remaining hosts for this loop 8484 1726867676.76715: done getting the remaining hosts for this loop 8484 1726867676.76719: getting the next task for host managed_node3 8484 1726867676.76730: done getting next task for host managed_node3 8484 1726867676.76734: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 8484 1726867676.76740: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.76754: getting variables 8484 1726867676.76756: in VariableManager get_vars() 8484 1726867676.76950: Calling all_inventory to load vars for managed_node3 8484 1726867676.76953: Calling groups_inventory to load vars for managed_node3 8484 1726867676.76955: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.76961: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000e9 8484 1726867676.76964: WORKER PROCESS EXITING 8484 1726867676.76974: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.76977: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.76980: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.77517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.78169: done with get_vars() 8484 1726867676.78185: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 17:27:56 -0400 (0:00:00.040) 0:00:12.079 ****** 8484 1726867676.78287: entering _queue_task() for managed_node3/systemd 8484 1726867676.78536: worker is 1 (out of 1 available) 8484 1726867676.78548: exiting _queue_task() for managed_node3/systemd 8484 1726867676.78679: done queuing things up, now waiting for results queue to drain 8484 1726867676.78681: waiting for pending results... 8484 1726867676.78845: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 8484 1726867676.79005: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000eb 8484 1726867676.79029: variable 'ansible_search_path' from source: unknown 8484 1726867676.79116: variable 'ansible_search_path' from source: unknown 8484 1726867676.79121: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867676.79285: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867676.79345: dumping result to json 8484 1726867676.79353: done dumping result, returning 8484 1726867676.79363: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [02e58e3f-6ce9-dbaf-c049-0000000000eb] 8484 1726867676.79375: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000eb 8484 1726867676.79507: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000eb 8484 1726867676.79511: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867676.79647: no more pending results, returning what we have 8484 1726867676.79650: results queue empty 8484 1726867676.79650: checking for any_errors_fatal 8484 1726867676.79656: done checking for any_errors_fatal 8484 1726867676.79657: checking for max_fail_percentage 8484 1726867676.79659: done checking for max_fail_percentage 8484 1726867676.79660: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.79660: done checking to see if all hosts have failed 8484 1726867676.79661: getting the remaining hosts for this loop 8484 1726867676.79662: done getting the remaining hosts for this loop 8484 1726867676.79665: getting the next task for host managed_node3 8484 1726867676.79676: done getting next task for host managed_node3 8484 1726867676.79680: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 8484 1726867676.79684: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.79696: getting variables 8484 1726867676.79698: in VariableManager get_vars() 8484 1726867676.79728: Calling all_inventory to load vars for managed_node3 8484 1726867676.79730: Calling groups_inventory to load vars for managed_node3 8484 1726867676.79733: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.79740: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.79743: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.79746: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.80595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.81173: done with get_vars() 8484 1726867676.81186: done getting variables 8484 1726867676.81244: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 17:27:56 -0400 (0:00:00.029) 0:00:12.109 ****** 8484 1726867676.81279: entering _queue_task() for managed_node3/debug 8484 1726867676.81492: worker is 1 (out of 1 available) 8484 1726867676.81508: exiting _queue_task() for managed_node3/debug 8484 1726867676.81520: done queuing things up, now waiting for results queue to drain 8484 1726867676.81521: waiting for pending results... 8484 1726867676.81805: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 8484 1726867676.81950: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000ed 8484 1726867676.81955: variable 'ansible_search_path' from source: unknown 8484 1726867676.81958: variable 'ansible_search_path' from source: unknown 8484 1726867676.81966: calling self._execute() 8484 1726867676.82050: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.82062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.82106: variable 'omit' from source: magic vars 8484 1726867676.82196: variable 'omit' from source: magic vars 8484 1726867676.82283: variable 'omit' from source: magic vars 8484 1726867676.82375: variable 'omit' from source: magic vars 8484 1726867676.82379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867676.82418: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867676.82447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867676.82469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.82488: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.82526: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867676.82540: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.82549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.82875: Set connection var ansible_pipelining to False 8484 1726867676.82878: Set connection var ansible_timeout to 10 8484 1726867676.82881: Set connection var ansible_connection to ssh 8484 1726867676.82883: Set connection var ansible_shell_type to sh 8484 1726867676.82885: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867676.82887: Set connection var ansible_shell_executable to /bin/sh 8484 1726867676.82889: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.82891: variable 'ansible_connection' from source: unknown 8484 1726867676.82893: variable 'ansible_module_compression' from source: unknown 8484 1726867676.82895: variable 'ansible_shell_type' from source: unknown 8484 1726867676.82898: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.82900: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.82905: variable 'ansible_pipelining' from source: unknown 8484 1726867676.82907: variable 'ansible_timeout' from source: unknown 8484 1726867676.82909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.82911: 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) 8484 1726867676.82929: variable 'omit' from source: magic vars 8484 1726867676.82940: starting attempt loop 8484 1726867676.82948: running the handler 8484 1726867676.83001: variable 'blivet_output' from source: set_fact 8484 1726867676.83193: variable 'blivet_output' from source: set_fact 8484 1726867676.83283: handler run complete 8484 1726867676.83325: attempt loop complete, returning result 8484 1726867676.83334: _execute() done 8484 1726867676.83344: dumping result to json 8484 1726867676.83347: done dumping result, returning 8484 1726867676.83463: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [02e58e3f-6ce9-dbaf-c049-0000000000ed] 8484 1726867676.83466: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000ed 8484 1726867676.83534: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000ed 8484 1726867676.83537: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } 8484 1726867676.83642: no more pending results, returning what we have 8484 1726867676.83645: results queue empty 8484 1726867676.83646: checking for any_errors_fatal 8484 1726867676.83653: done checking for any_errors_fatal 8484 1726867676.83654: checking for max_fail_percentage 8484 1726867676.83656: done checking for max_fail_percentage 8484 1726867676.83657: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.83659: done checking to see if all hosts have failed 8484 1726867676.83659: getting the remaining hosts for this loop 8484 1726867676.83661: done getting the remaining hosts for this loop 8484 1726867676.83665: getting the next task for host managed_node3 8484 1726867676.83675: done getting next task for host managed_node3 8484 1726867676.83678: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 8484 1726867676.83684: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.83695: getting variables 8484 1726867676.83697: in VariableManager get_vars() 8484 1726867676.83730: Calling all_inventory to load vars for managed_node3 8484 1726867676.83733: Calling groups_inventory to load vars for managed_node3 8484 1726867676.83736: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.83747: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.83750: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.83753: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.84395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.85012: done with get_vars() 8484 1726867676.85025: done getting variables 8484 1726867676.85079: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 17:27:56 -0400 (0:00:00.038) 0:00:12.148 ****** 8484 1726867676.85120: entering _queue_task() for managed_node3/set_fact 8484 1726867676.85342: worker is 1 (out of 1 available) 8484 1726867676.85354: exiting _queue_task() for managed_node3/set_fact 8484 1726867676.85365: done queuing things up, now waiting for results queue to drain 8484 1726867676.85367: waiting for pending results... 8484 1726867676.85635: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 8484 1726867676.85795: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000ee 8484 1726867676.85976: variable 'ansible_search_path' from source: unknown 8484 1726867676.85979: variable 'ansible_search_path' from source: unknown 8484 1726867676.85982: calling self._execute() 8484 1726867676.85985: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.85988: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.85991: variable 'omit' from source: magic vars 8484 1726867676.86064: variable 'omit' from source: magic vars 8484 1726867676.86148: variable 'omit' from source: magic vars 8484 1726867676.86374: variable 'blivet_output' from source: set_fact 8484 1726867676.86437: variable 'omit' from source: magic vars 8484 1726867676.86480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867676.86519: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867676.86545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867676.86564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.86580: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.86617: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867676.86626: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.86634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.86738: Set connection var ansible_pipelining to False 8484 1726867676.86755: Set connection var ansible_timeout to 10 8484 1726867676.86763: Set connection var ansible_connection to ssh 8484 1726867676.86779: Set connection var ansible_shell_type to sh 8484 1726867676.86789: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867676.86799: Set connection var ansible_shell_executable to /bin/sh 8484 1726867676.86829: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.86839: variable 'ansible_connection' from source: unknown 8484 1726867676.86847: variable 'ansible_module_compression' from source: unknown 8484 1726867676.86854: variable 'ansible_shell_type' from source: unknown 8484 1726867676.86971: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.86974: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.86977: variable 'ansible_pipelining' from source: unknown 8484 1726867676.86979: variable 'ansible_timeout' from source: unknown 8484 1726867676.86982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.87041: 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) 8484 1726867676.87057: variable 'omit' from source: magic vars 8484 1726867676.87068: starting attempt loop 8484 1726867676.87080: running the handler 8484 1726867676.87095: handler run complete 8484 1726867676.87114: attempt loop complete, returning result 8484 1726867676.87121: _execute() done 8484 1726867676.87128: dumping result to json 8484 1726867676.87135: done dumping result, returning 8484 1726867676.87147: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [02e58e3f-6ce9-dbaf-c049-0000000000ee] 8484 1726867676.87155: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000ee ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 8484 1726867676.87353: no more pending results, returning what we have 8484 1726867676.87356: results queue empty 8484 1726867676.87357: checking for any_errors_fatal 8484 1726867676.87365: done checking for any_errors_fatal 8484 1726867676.87366: checking for max_fail_percentage 8484 1726867676.87367: done checking for max_fail_percentage 8484 1726867676.87368: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.87369: done checking to see if all hosts have failed 8484 1726867676.87372: getting the remaining hosts for this loop 8484 1726867676.87373: done getting the remaining hosts for this loop 8484 1726867676.87377: getting the next task for host managed_node3 8484 1726867676.87385: done getting next task for host managed_node3 8484 1726867676.87388: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 8484 1726867676.87394: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.87406: getting variables 8484 1726867676.87408: in VariableManager get_vars() 8484 1726867676.87439: Calling all_inventory to load vars for managed_node3 8484 1726867676.87442: Calling groups_inventory to load vars for managed_node3 8484 1726867676.87445: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.87454: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.87458: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.87461: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.88131: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000ee 8484 1726867676.88135: WORKER PROCESS EXITING 8484 1726867676.88157: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.88752: done with get_vars() 8484 1726867676.88765: done getting variables 8484 1726867676.88823: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 17:27:56 -0400 (0:00:00.037) 0:00:12.185 ****** 8484 1726867676.88861: entering _queue_task() for managed_node3/set_fact 8484 1726867676.89078: worker is 1 (out of 1 available) 8484 1726867676.89089: exiting _queue_task() for managed_node3/set_fact 8484 1726867676.89100: done queuing things up, now waiting for results queue to drain 8484 1726867676.89101: waiting for pending results... 8484 1726867676.89362: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 8484 1726867676.89515: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000ef 8484 1726867676.89533: variable 'ansible_search_path' from source: unknown 8484 1726867676.89541: variable 'ansible_search_path' from source: unknown 8484 1726867676.89583: calling self._execute() 8484 1726867676.89665: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.89681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.89700: variable 'omit' from source: magic vars 8484 1726867676.89813: variable 'omit' from source: magic vars 8484 1726867676.89886: variable 'omit' from source: magic vars 8484 1726867676.90134: variable 'blivet_output' from source: set_fact 8484 1726867676.90180: variable 'omit' from source: magic vars 8484 1726867676.90243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867676.90275: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867676.90300: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867676.90352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.90355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867676.90375: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867676.90384: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.90392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.90498: Set connection var ansible_pipelining to False 8484 1726867676.90568: Set connection var ansible_timeout to 10 8484 1726867676.90573: Set connection var ansible_connection to ssh 8484 1726867676.90576: Set connection var ansible_shell_type to sh 8484 1726867676.90577: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867676.90579: Set connection var ansible_shell_executable to /bin/sh 8484 1726867676.90581: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.90583: variable 'ansible_connection' from source: unknown 8484 1726867676.90585: variable 'ansible_module_compression' from source: unknown 8484 1726867676.90587: variable 'ansible_shell_type' from source: unknown 8484 1726867676.90594: variable 'ansible_shell_executable' from source: unknown 8484 1726867676.90601: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.90611: variable 'ansible_pipelining' from source: unknown 8484 1726867676.90617: variable 'ansible_timeout' from source: unknown 8484 1726867676.90623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.90764: 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) 8484 1726867676.90787: variable 'omit' from source: magic vars 8484 1726867676.90809: starting attempt loop 8484 1726867676.90812: running the handler 8484 1726867676.90814: handler run complete 8484 1726867676.90823: attempt loop complete, returning result 8484 1726867676.90826: _execute() done 8484 1726867676.90828: dumping result to json 8484 1726867676.90831: done dumping result, returning 8484 1726867676.90839: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [02e58e3f-6ce9-dbaf-c049-0000000000ef] 8484 1726867676.90843: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000ef 8484 1726867676.90924: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000ef 8484 1726867676.90928: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 8484 1726867676.90989: no more pending results, returning what we have 8484 1726867676.90991: results queue empty 8484 1726867676.90992: checking for any_errors_fatal 8484 1726867676.90997: done checking for any_errors_fatal 8484 1726867676.90997: checking for max_fail_percentage 8484 1726867676.90999: done checking for max_fail_percentage 8484 1726867676.90999: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.91000: done checking to see if all hosts have failed 8484 1726867676.91001: getting the remaining hosts for this loop 8484 1726867676.91004: done getting the remaining hosts for this loop 8484 1726867676.91007: getting the next task for host managed_node3 8484 1726867676.91013: done getting next task for host managed_node3 8484 1726867676.91017: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 8484 1726867676.91022: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.91031: getting variables 8484 1726867676.91033: in VariableManager get_vars() 8484 1726867676.91062: Calling all_inventory to load vars for managed_node3 8484 1726867676.91065: Calling groups_inventory to load vars for managed_node3 8484 1726867676.91068: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.91079: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.91082: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.91085: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.91596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.92199: done with get_vars() 8484 1726867676.92215: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 17:27:56 -0400 (0:00:00.034) 0:00:12.220 ****** 8484 1726867676.92307: entering _queue_task() for managed_node3/mount 8484 1726867676.92309: Creating lock for mount 8484 1726867676.92550: worker is 1 (out of 1 available) 8484 1726867676.92564: exiting _queue_task() for managed_node3/mount 8484 1726867676.92777: done queuing things up, now waiting for results queue to drain 8484 1726867676.92779: waiting for pending results... 8484 1726867676.92856: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 8484 1726867676.93077: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f0 8484 1726867676.93082: variable 'ansible_search_path' from source: unknown 8484 1726867676.93086: variable 'ansible_search_path' from source: unknown 8484 1726867676.93342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867676.95493: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867676.95562: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867676.95776: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867676.95779: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867676.95781: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867676.95784: 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) 8484 1726867676.95787: 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) 8484 1726867676.95823: 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) 8484 1726867676.95868: 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) 8484 1726867676.95891: 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) 8484 1726867676.95948: 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) 8484 1726867676.95979: 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) 8484 1726867676.96016: 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) 8484 1726867676.96060: 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) 8484 1726867676.96081: 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) 8484 1726867676.96236: variable 'blivet_output' from source: set_fact 8484 1726867676.96297: dumping result to json 8484 1726867676.96311: done dumping result, returning 8484 1726867676.96324: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [02e58e3f-6ce9-dbaf-c049-0000000000f0] 8484 1726867676.96340: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f0 8484 1726867676.96682: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f0 8484 1726867676.96686: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867676.96727: no more pending results, returning what we have 8484 1726867676.96730: results queue empty 8484 1726867676.96731: checking for any_errors_fatal 8484 1726867676.96735: done checking for any_errors_fatal 8484 1726867676.96736: checking for max_fail_percentage 8484 1726867676.96738: done checking for max_fail_percentage 8484 1726867676.96738: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.96739: done checking to see if all hosts have failed 8484 1726867676.96740: getting the remaining hosts for this loop 8484 1726867676.96741: done getting the remaining hosts for this loop 8484 1726867676.96745: getting the next task for host managed_node3 8484 1726867676.96751: done getting next task for host managed_node3 8484 1726867676.96755: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867676.96760: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.96774: getting variables 8484 1726867676.96776: in VariableManager get_vars() 8484 1726867676.96808: Calling all_inventory to load vars for managed_node3 8484 1726867676.96810: Calling groups_inventory to load vars for managed_node3 8484 1726867676.96813: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.96821: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.96824: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.96827: Calling groups_plugins_play to load vars for managed_node3 8484 1726867676.97384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867676.97982: done with get_vars() 8484 1726867676.97996: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 17:27:56 -0400 (0:00:00.057) 0:00:12.277 ****** 8484 1726867676.98091: entering _queue_task() for managed_node3/systemd 8484 1726867676.98328: worker is 1 (out of 1 available) 8484 1726867676.98340: exiting _queue_task() for managed_node3/systemd 8484 1726867676.98351: done queuing things up, now waiting for results queue to drain 8484 1726867676.98352: waiting for pending results... 8484 1726867676.98622: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867676.98773: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f2 8484 1726867676.98797: variable 'ansible_search_path' from source: unknown 8484 1726867676.98809: variable 'ansible_search_path' from source: unknown 8484 1726867676.98846: calling self._execute() 8484 1726867676.98929: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867676.98940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867676.98955: variable 'omit' from source: magic vars 8484 1726867676.99315: variable 'blivet_output' from source: set_fact 8484 1726867676.99338: Evaluated conditional (blivet_output['mounts']): False 8484 1726867676.99347: when evaluation is False, skipping this task 8484 1726867676.99354: _execute() done 8484 1726867676.99361: dumping result to json 8484 1726867676.99369: done dumping result, returning 8484 1726867676.99384: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [02e58e3f-6ce9-dbaf-c049-0000000000f2] 8484 1726867676.99575: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f2 8484 1726867676.99639: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f2 8484 1726867676.99643: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 8484 1726867676.99679: no more pending results, returning what we have 8484 1726867676.99681: results queue empty 8484 1726867676.99682: checking for any_errors_fatal 8484 1726867676.99689: done checking for any_errors_fatal 8484 1726867676.99690: checking for max_fail_percentage 8484 1726867676.99691: done checking for max_fail_percentage 8484 1726867676.99692: checking to see if all hosts have failed and the running result is not ok 8484 1726867676.99692: done checking to see if all hosts have failed 8484 1726867676.99693: getting the remaining hosts for this loop 8484 1726867676.99694: done getting the remaining hosts for this loop 8484 1726867676.99698: getting the next task for host managed_node3 8484 1726867676.99706: done getting next task for host managed_node3 8484 1726867676.99709: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 8484 1726867676.99714: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867676.99726: getting variables 8484 1726867676.99728: in VariableManager get_vars() 8484 1726867676.99754: Calling all_inventory to load vars for managed_node3 8484 1726867676.99757: Calling groups_inventory to load vars for managed_node3 8484 1726867676.99759: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867676.99767: Calling all_plugins_play to load vars for managed_node3 8484 1726867676.99772: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867676.99777: Calling groups_plugins_play to load vars for managed_node3 8484 1726867677.00329: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867677.00929: done with get_vars() 8484 1726867677.00941: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 17:27:57 -0400 (0:00:00.029) 0:00:12.307 ****** 8484 1726867677.01032: entering _queue_task() for managed_node3/mount 8484 1726867677.01257: worker is 1 (out of 1 available) 8484 1726867677.01473: exiting _queue_task() for managed_node3/mount 8484 1726867677.01484: done queuing things up, now waiting for results queue to drain 8484 1726867677.01485: waiting for pending results... 8484 1726867677.01544: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 8484 1726867677.01688: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f3 8484 1726867677.01714: variable 'ansible_search_path' from source: unknown 8484 1726867677.01821: variable 'ansible_search_path' from source: unknown 8484 1726867677.02052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867677.04547: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867677.04622: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867677.04667: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867677.04722: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867677.04758: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867677.04842: 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) 8484 1726867677.04883: 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) 8484 1726867677.04917: 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) 8484 1726867677.04962: 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) 8484 1726867677.04989: 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) 8484 1726867677.05043: 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) 8484 1726867677.05074: 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) 8484 1726867677.05112: 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) 8484 1726867677.05155: 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) 8484 1726867677.05191: 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) 8484 1726867677.05242: 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) 8484 1726867677.05299: 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) 8484 1726867677.05310: 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) 8484 1726867677.05353: 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) 8484 1726867677.05374: 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) 8484 1726867677.05676: variable 'blivet_output' from source: set_fact 8484 1726867677.05679: dumping result to json 8484 1726867677.05682: done dumping result, returning 8484 1726867677.05685: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [02e58e3f-6ce9-dbaf-c049-0000000000f3] 8484 1726867677.05687: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f3 8484 1726867677.05759: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f3 8484 1726867677.05763: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867677.05815: no more pending results, returning what we have 8484 1726867677.05818: results queue empty 8484 1726867677.05819: checking for any_errors_fatal 8484 1726867677.05825: done checking for any_errors_fatal 8484 1726867677.05826: checking for max_fail_percentage 8484 1726867677.05828: done checking for max_fail_percentage 8484 1726867677.05828: checking to see if all hosts have failed and the running result is not ok 8484 1726867677.05829: done checking to see if all hosts have failed 8484 1726867677.05830: getting the remaining hosts for this loop 8484 1726867677.05832: done getting the remaining hosts for this loop 8484 1726867677.05835: getting the next task for host managed_node3 8484 1726867677.05843: done getting next task for host managed_node3 8484 1726867677.05848: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 8484 1726867677.05853: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867677.05866: getting variables 8484 1726867677.05868: in VariableManager get_vars() 8484 1726867677.05906: Calling all_inventory to load vars for managed_node3 8484 1726867677.05909: Calling groups_inventory to load vars for managed_node3 8484 1726867677.05912: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867677.05922: Calling all_plugins_play to load vars for managed_node3 8484 1726867677.05926: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867677.05929: Calling groups_plugins_play to load vars for managed_node3 8484 1726867677.06896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867677.07487: done with get_vars() 8484 1726867677.07501: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 17:27:57 -0400 (0:00:00.065) 0:00:12.372 ****** 8484 1726867677.07593: entering _queue_task() for managed_node3/file 8484 1726867677.07837: worker is 1 (out of 1 available) 8484 1726867677.07849: exiting _queue_task() for managed_node3/file 8484 1726867677.07860: done queuing things up, now waiting for results queue to drain 8484 1726867677.07862: waiting for pending results... 8484 1726867677.08289: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 8484 1726867677.08294: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f5 8484 1726867677.08298: variable 'ansible_search_path' from source: unknown 8484 1726867677.08301: variable 'ansible_search_path' from source: unknown 8484 1726867677.08624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867677.10774: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867677.10862: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867677.10908: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867677.10949: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867677.11024: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867677.11068: 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) 8484 1726867677.11107: 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) 8484 1726867677.11144: 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) 8484 1726867677.11192: 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) 8484 1726867677.11215: 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) 8484 1726867677.11274: 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) 8484 1726867677.11351: 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) 8484 1726867677.11355: 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) 8484 1726867677.11385: 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) 8484 1726867677.11408: 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) 8484 1726867677.11474: 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) 8484 1726867677.11506: 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) 8484 1726867677.11569: 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) 8484 1726867677.11588: 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) 8484 1726867677.11612: 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) 8484 1726867677.11755: variable 'blivet_output' from source: set_fact 8484 1726867677.11824: dumping result to json 8484 1726867677.11831: done dumping result, returning 8484 1726867677.11876: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [02e58e3f-6ce9-dbaf-c049-0000000000f5] 8484 1726867677.11880: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f5 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867677.12050: no more pending results, returning what we have 8484 1726867677.12054: results queue empty 8484 1726867677.12054: checking for any_errors_fatal 8484 1726867677.12064: done checking for any_errors_fatal 8484 1726867677.12065: checking for max_fail_percentage 8484 1726867677.12067: done checking for max_fail_percentage 8484 1726867677.12068: checking to see if all hosts have failed and the running result is not ok 8484 1726867677.12069: done checking to see if all hosts have failed 8484 1726867677.12072: getting the remaining hosts for this loop 8484 1726867677.12073: done getting the remaining hosts for this loop 8484 1726867677.12078: getting the next task for host managed_node3 8484 1726867677.12086: done getting next task for host managed_node3 8484 1726867677.12091: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867677.12096: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867677.12112: getting variables 8484 1726867677.12115: in VariableManager get_vars() 8484 1726867677.12151: Calling all_inventory to load vars for managed_node3 8484 1726867677.12154: Calling groups_inventory to load vars for managed_node3 8484 1726867677.12157: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867677.12168: Calling all_plugins_play to load vars for managed_node3 8484 1726867677.12375: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867677.12382: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f5 8484 1726867677.12384: WORKER PROCESS EXITING 8484 1726867677.12389: Calling groups_plugins_play to load vars for managed_node3 8484 1726867677.12979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867677.13600: done with get_vars() 8484 1726867677.13618: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 17:27:57 -0400 (0:00:00.061) 0:00:12.434 ****** 8484 1726867677.13715: entering _queue_task() for managed_node3/systemd 8484 1726867677.13951: worker is 1 (out of 1 available) 8484 1726867677.13964: exiting _queue_task() for managed_node3/systemd 8484 1726867677.13979: done queuing things up, now waiting for results queue to drain 8484 1726867677.13980: waiting for pending results... 8484 1726867677.14252: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867677.14410: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f7 8484 1726867677.14430: variable 'ansible_search_path' from source: unknown 8484 1726867677.14440: variable 'ansible_search_path' from source: unknown 8484 1726867677.14483: calling self._execute() 8484 1726867677.14575: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.14589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.14608: variable 'omit' from source: magic vars 8484 1726867677.14968: variable 'blivet_output' from source: set_fact 8484 1726867677.14992: Evaluated conditional (blivet_output['mounts']): False 8484 1726867677.15000: when evaluation is False, skipping this task 8484 1726867677.15010: _execute() done 8484 1726867677.15018: dumping result to json 8484 1726867677.15026: done dumping result, returning 8484 1726867677.15038: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [02e58e3f-6ce9-dbaf-c049-0000000000f7] 8484 1726867677.15047: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f7 skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 8484 1726867677.15186: no more pending results, returning what we have 8484 1726867677.15189: results queue empty 8484 1726867677.15190: checking for any_errors_fatal 8484 1726867677.15200: done checking for any_errors_fatal 8484 1726867677.15201: checking for max_fail_percentage 8484 1726867677.15205: done checking for max_fail_percentage 8484 1726867677.15206: checking to see if all hosts have failed and the running result is not ok 8484 1726867677.15207: done checking to see if all hosts have failed 8484 1726867677.15208: getting the remaining hosts for this loop 8484 1726867677.15209: done getting the remaining hosts for this loop 8484 1726867677.15213: getting the next task for host managed_node3 8484 1726867677.15221: done getting next task for host managed_node3 8484 1726867677.15225: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 8484 1726867677.15231: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867677.15245: getting variables 8484 1726867677.15247: in VariableManager get_vars() 8484 1726867677.15285: Calling all_inventory to load vars for managed_node3 8484 1726867677.15288: Calling groups_inventory to load vars for managed_node3 8484 1726867677.15291: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867677.15302: Calling all_plugins_play to load vars for managed_node3 8484 1726867677.15308: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867677.15312: Calling groups_plugins_play to load vars for managed_node3 8484 1726867677.16021: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f7 8484 1726867677.16024: WORKER PROCESS EXITING 8484 1726867677.16047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867677.16644: done with get_vars() 8484 1726867677.16657: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 17:27:57 -0400 (0:00:00.030) 0:00:12.464 ****** 8484 1726867677.16754: entering _queue_task() for managed_node3/stat 8484 1726867677.16986: worker is 1 (out of 1 available) 8484 1726867677.16999: exiting _queue_task() for managed_node3/stat 8484 1726867677.17014: done queuing things up, now waiting for results queue to drain 8484 1726867677.17016: waiting for pending results... 8484 1726867677.17289: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 8484 1726867677.17429: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f8 8484 1726867677.17447: variable 'ansible_search_path' from source: unknown 8484 1726867677.17455: variable 'ansible_search_path' from source: unknown 8484 1726867677.17500: calling self._execute() 8484 1726867677.17586: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.17606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.17623: variable 'omit' from source: magic vars 8484 1726867677.17819: variable 'omit' from source: magic vars 8484 1726867677.17823: variable 'omit' from source: magic vars 8484 1726867677.17857: variable 'omit' from source: magic vars 8484 1726867677.17908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867677.17954: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867677.17982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867677.18007: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867677.18024: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867677.18062: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867677.18073: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.18082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.18191: Set connection var ansible_pipelining to False 8484 1726867677.18206: Set connection var ansible_timeout to 10 8484 1726867677.18214: Set connection var ansible_connection to ssh 8484 1726867677.18251: Set connection var ansible_shell_type to sh 8484 1726867677.18255: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867677.18257: Set connection var ansible_shell_executable to /bin/sh 8484 1726867677.18277: variable 'ansible_shell_executable' from source: unknown 8484 1726867677.18285: variable 'ansible_connection' from source: unknown 8484 1726867677.18292: variable 'ansible_module_compression' from source: unknown 8484 1726867677.18359: variable 'ansible_shell_type' from source: unknown 8484 1726867677.18363: variable 'ansible_shell_executable' from source: unknown 8484 1726867677.18365: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.18368: variable 'ansible_pipelining' from source: unknown 8484 1726867677.18371: variable 'ansible_timeout' from source: unknown 8484 1726867677.18374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.18546: 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__) 8484 1726867677.18561: variable 'omit' from source: magic vars 8484 1726867677.18576: starting attempt loop 8484 1726867677.18585: running the handler 8484 1726867677.18605: _low_level_execute_command(): starting 8484 1726867677.18620: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867677.19441: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.19527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.21258: stdout chunk (state=3): >>>/root <<< 8484 1726867677.21391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.21430: stderr chunk (state=3): >>><<< 8484 1726867677.21450: stdout chunk (state=3): >>><<< 8484 1726867677.21559: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.21563: _low_level_execute_command(): starting 8484 1726867677.21566: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461 `" && echo ansible-tmp-1726867677.21468-9025-142251288815461="` echo /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461 `" ) && sleep 0' 8484 1726867677.22135: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867677.22150: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.22164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867677.22186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867677.22232: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.22330: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.22358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.22481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.24445: stdout chunk (state=3): >>>ansible-tmp-1726867677.21468-9025-142251288815461=/root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461 <<< 8484 1726867677.24600: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.24607: stdout chunk (state=3): >>><<< 8484 1726867677.24611: stderr chunk (state=3): >>><<< 8484 1726867677.24658: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867677.21468-9025-142251288815461=/root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.24775: variable 'ansible_module_compression' from source: unknown 8484 1726867677.24779: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867677.24820: variable 'ansible_facts' from source: unknown 8484 1726867677.24930: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py 8484 1726867677.25140: Sending initial data 8484 1726867677.25143: Sent initial data (149 bytes) 8484 1726867677.25884: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867677.25911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.25932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.26210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.27890: 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 <<< 8484 1726867677.27974: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867677.28077: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpx9h35hmp /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py <<< 8484 1726867677.28080: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py" <<< 8484 1726867677.28400: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpx9h35hmp" to remote "/root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py" <<< 8484 1726867677.29944: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.29947: stdout chunk (state=3): >>><<< 8484 1726867677.29950: stderr chunk (state=3): >>><<< 8484 1726867677.29965: done transferring module to remote 8484 1726867677.30154: _low_level_execute_command(): starting 8484 1726867677.30158: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/ /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py && sleep 0' 8484 1726867677.31063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.31089: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867677.31093: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867677.31161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.31407: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.31492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.33364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.33394: stderr chunk (state=3): >>><<< 8484 1726867677.33405: stdout chunk (state=3): >>><<< 8484 1726867677.33430: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.33450: _low_level_execute_command(): starting 8484 1726867677.33459: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/AnsiballZ_stat.py && sleep 0' 8484 1726867677.34097: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867677.34124: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.34140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867677.34184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867677.34200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867677.34307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.34344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.34477: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.36771: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867677.36784: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867677.36813: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867677.36887: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867677.36920: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 8484 1726867677.36968: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867677.36996: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867677.37021: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867677.37040: 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' <<< 8484 1726867677.37072: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867677.37103: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867677.37129: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867677.37173: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d3104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d2dfb30> <<< 8484 1726867677.37218: 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 0x7f8c7d312a50> <<< 8484 1726867677.37222: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867677.37255: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 8484 1726867677.37287: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867677.37300: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867677.37368: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867677.37395: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867677.37427: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867677.37462: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867677.37477: 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' <<< 8484 1726867677.37510: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 8484 1726867677.37534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867677.37544: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d0e5130> <<< 8484 1726867677.37611: 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' <<< 8484 1726867677.37619: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d0e6120> <<< 8484 1726867677.37637: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867677.37678: 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. <<< 8484 1726867677.37915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867677.37919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867677.37953: 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' <<< 8484 1726867677.37956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867677.38007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867677.38041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867677.38045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867677.38102: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d122ed0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867677.38129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867677.38132: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1381d0> <<< 8484 1726867677.38156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867677.38185: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867677.38244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.38266: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867677.38286: 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 0x7f8c7d15b9e0> <<< 8484 1726867677.38318: 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 0x7f8c7d15bfb0> <<< 8484 1726867677.38340: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867677.38388: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d13bcb0> <<< 8484 1726867677.38394: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867677.38417: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d139430> <<< 8484 1726867677.38502: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1211f0> <<< 8484 1726867677.38564: 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' <<< 8484 1726867677.38610: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867677.38615: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867677.38636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867677.38659: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d17f920> <<< 8484 1726867677.38711: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d17e540> <<< 8484 1726867677.38714: 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 0x7f8c7d13a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d17cda0> <<< 8484 1726867677.38925: 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 0x7f8c7d1ac9b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d120470> # /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 0x7f8c7d1ace60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1acd10> # 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 0x7f8c7d1ad100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d11ef90> # /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' <<< 8484 1726867677.38928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867677.38962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867677.39015: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ad4c0> import 'importlib.machinery' # <<< 8484 1726867677.39019: 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' <<< 8484 1726867677.39043: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ae690> import 'importlib.util' # <<< 8484 1726867677.39057: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867677.39078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867677.39107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867677.39137: 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 0x7f8c7d1c8860> <<< 8484 1726867677.39160: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867677.39254: 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 0x7f8c7d1c9fa0> <<< 8484 1726867677.39261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867677.39308: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1cae40> <<< 8484 1726867677.39350: 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 0x7f8c7d1cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ca390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867677.39359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867677.39396: 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 0x7f8c7d1cbe60> <<< 8484 1726867677.39399: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1cb590> <<< 8484 1726867677.39443: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ae6f0> <<< 8484 1726867677.39525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867677.39530: 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 <<< 8484 1726867677.39573: 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 0x7f8c7cf53d40> <<< 8484 1726867677.39611: 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' <<< 8484 1726867677.39622: 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 0x7f8c7cf80830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf80590> <<< 8484 1726867677.39658: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.39683: 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 0x7f8c7cf80860> # /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' <<< 8484 1726867677.39750: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.39869: 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 0x7f8c7cf81160> <<< 8484 1726867677.39985: 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 0x7f8c7cf81b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf80a40> <<< 8484 1726867677.40021: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf51ee0> <<< 8484 1726867677.40040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867677.40058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867677.40073: 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' <<< 8484 1726867677.40107: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf82f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf819d0> <<< 8484 1726867677.40157: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1aedb0> <<< 8484 1726867677.40167: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867677.40249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.40252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867677.40290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867677.40293: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cfa7230> <<< 8484 1726867677.40343: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867677.40383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.40388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867677.40401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867677.40445: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cfd35f0> <<< 8484 1726867677.40458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867677.40498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867677.40557: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867677.40592: 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 0x7f8c7d02c3e0> <<< 8484 1726867677.40601: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867677.40631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867677.40655: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867677.40687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867677.40776: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d02eb40> <<< 8484 1726867677.40848: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d02c500> <<< 8484 1726867677.40884: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cff53d0> <<< 8484 1726867677.40931: 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 0x7f8c7c929490> <<< 8484 1726867677.40934: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cfd2420> <<< 8484 1726867677.40944: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf83e00> <<< 8484 1726867677.41057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867677.41061: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8c7cfd29f0> <<< 8484 1726867677.41200: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_mzq8yfxp/ansible_stat_payload.zip' # zipimport: zlib available <<< 8484 1726867677.41347: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.41365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867677.41406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867677.41418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867677.41486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867677.41518: 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 0x7f8c7c97b260> <<< 8484 1726867677.41528: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867677.41709: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c95e150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c95d2b0> # zipimport: zlib available <<< 8484 1726867677.41743: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867677.41760: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867677.41803: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867677.41821: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.43200: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.44322: 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 0x7f8c7c979130> <<< 8484 1726867677.44360: 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' <<< 8484 1726867677.44389: 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' <<< 8484 1726867677.44419: 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' <<< 8484 1726867677.44440: 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 0x7f8c7c9aac00> <<< 8484 1726867677.44466: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9aa990> <<< 8484 1726867677.44501: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9aa2a0> <<< 8484 1726867677.44534: 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' <<< 8484 1726867677.44567: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9aa9f0> <<< 8484 1726867677.44582: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c97bef0> import 'atexit' # <<< 8484 1726867677.44624: 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 0x7f8c7c9ab890> <<< 8484 1726867677.44650: 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 0x7f8c7c9ab9e0> <<< 8484 1726867677.44664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867677.44710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867677.44720: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867677.44777: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9abe90> <<< 8484 1726867677.44780: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867677.44808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867677.44843: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c815c70> <<< 8484 1726867677.44882: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.44908: 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 0x7f8c7c817890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867677.44929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867677.44961: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81c230> <<< 8484 1726867677.44965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867677.45006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81d3a0> <<< 8484 1726867677.45027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867677.45060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867677.45096: 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' <<< 8484 1726867677.45140: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81fe90> <<< 8484 1726867677.45173: 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 0x7f8c7cf82e70> <<< 8484 1726867677.45203: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81e180> <<< 8484 1726867677.45231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867677.45257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867677.45276: 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 <<< 8484 1726867677.45334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867677.45351: 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 0x7f8c7c823ef0> <<< 8484 1726867677.45381: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867677.45438: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c8229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c822720> <<< 8484 1726867677.45466: 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' <<< 8484 1726867677.45527: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c822c90> <<< 8484 1726867677.45569: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81e690> <<< 8484 1726867677.45601: 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 0x7f8c7c867fe0> <<< 8484 1726867677.45629: 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 0x7f8c7c868320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 8484 1726867677.45660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867677.45707: 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' <<< 8484 1726867677.45727: 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 0x7f8c7c869dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c869b80> <<< 8484 1726867677.45751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867677.45852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867677.45914: 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 0x7f8c7c86c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c86a4b0> <<< 8484 1726867677.45936: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867677.45983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.46011: 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' # <<< 8484 1726867677.46052: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c86faa0> <<< 8484 1726867677.46177: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c86c470> <<< 8484 1726867677.46233: 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 0x7f8c7c870b00> <<< 8484 1726867677.46267: 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 0x7f8c7c870c80> <<< 8484 1726867677.46326: 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 0x7f8c7c870c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c868500><<< 8484 1726867677.46353: 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 <<< 8484 1726867677.46379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867677.46410: 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' <<< 8484 1726867677.46440: 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 0x7f8c7c8fc2f0> <<< 8484 1726867677.46599: 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 0x7f8c7c8fd520> <<< 8484 1726867677.46661: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c872a80> <<< 8484 1726867677.46664: 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 0x7f8c7c873e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c872690> <<< 8484 1726867677.46681: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867677.46710: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.46780: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.46874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.46882: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.46897: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867677.46900: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.46921: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867677.46935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.47047: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.47186: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.47713: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.48247: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867677.48254: 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' # <<< 8484 1726867677.48289: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.48345: 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 0x7f8c7c701790> <<< 8484 1726867677.48439: 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' <<< 8484 1726867677.48442: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c7024e0> <<< 8484 1726867677.48463: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c8fd7c0> <<< 8484 1726867677.48521: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867677.48551: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867677.48555: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.48707: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.48886: 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' <<< 8484 1726867677.48889: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c702750> <<< 8484 1726867677.48891: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.49326: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.49766: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.49837: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.49920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867677.49952: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.49999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867677.50005: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.50063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.50162: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867677.50189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867677.50200: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.50223: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.50275: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867677.50286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.50502: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.50725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867677.50801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 8484 1726867677.50868: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c703890> # zipimport: zlib available <<< 8484 1726867677.50944: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51036: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867677.51051: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867677.51093: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51141: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867677.51154: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51185: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51231: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51283: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51362: 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 <<< 8484 1726867677.51387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.51485: 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 0x7f8c7c70e390> <<< 8484 1726867677.51532: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c709010> <<< 8484 1726867677.51549: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867677.51552: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867677.51614: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51669: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51711: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.51758: 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' <<< 8484 1726867677.51762: 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 <<< 8484 1726867677.51804: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867677.51807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867677.51874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867677.51906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867677.51909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867677.51953: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9faba0> <<< 8484 1726867677.52011: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9e2870> <<< 8484 1726867677.52102: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c70e420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c7032c0> # destroy ansible.module_utils.distro <<< 8484 1726867677.52113: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867677.52156: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.52180: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867677.52234: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867677.52268: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867677.52290: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867677.52419: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.52622: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.53428: 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": 1726867630.3029158, "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"}}} <<< 8484 1726867677.53455: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867677.53933: 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 <<< 8484 1726867677.53977: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # 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 <<< 8484 1726867677.54053: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 <<< 8484 1726867677.54059: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib <<< 8484 1726867677.54149: stdout chunk (state=3): >>># 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 <<< 8484 1726867677.54155: stdout chunk (state=3): >>># cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime <<< 8484 1726867677.54205: stdout chunk (state=3): >>># 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 <<< 8484 1726867677.54219: stdout chunk (state=3): >>># 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 <<< 8484 1726867677.54487: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867677.54491: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867677.54543: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867677.54546: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 8484 1726867677.54623: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath # destroy importlib <<< 8484 1726867677.54630: 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 <<< 8484 1726867677.54682: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select<<< 8484 1726867677.54685: stdout chunk (state=3): >>> # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 8484 1726867677.54740: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro<<< 8484 1726867677.54743: stdout chunk (state=3): >>> # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867677.54793: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867677.54800: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 8484 1726867677.54883: 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 # 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 <<< 8484 1726867677.54886: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867677.54920: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 8484 1726867677.54941: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867677.55065: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867677.55113: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867677.55145: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867677.55188: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867677.55205: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867677.55317: 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 <<< 8484 1726867677.55320: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867677.55377: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 8484 1726867677.55380: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 8484 1726867677.55410: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867677.55779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.55807: stderr chunk (state=3): >>>Shared connection to 10.31.42.108 closed. <<< 8484 1726867677.55811: stdout chunk (state=3): >>><<< 8484 1726867677.55813: stderr chunk (state=3): >>><<< 8484 1726867677.55992: _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 0x7f8c7d3104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d2dfb30> # /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 0x7f8c7d312a50> 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 0x7f8c7d0e5130> # /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 0x7f8c7d0e6120> 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 0x7f8c7d122ed0> # /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 0x7f8c7d1381d0> # /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 0x7f8c7d15b9e0> # /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 0x7f8c7d15bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d13bcb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d139430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1211f0> # /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 0x7f8c7d17f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d17e540> # /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 0x7f8c7d13a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d17cda0> # /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 0x7f8c7d1ac9b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d120470> # /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 0x7f8c7d1ace60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1acd10> # 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 0x7f8c7d1ad100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d11ef90> # /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 0x7f8c7d1ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ad4c0> 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 0x7f8c7d1ae690> 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 0x7f8c7d1c8860> 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 0x7f8c7d1c9fa0> # /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 0x7f8c7d1cae40> # 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 0x7f8c7d1cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ca390> # /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 0x7f8c7d1cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1ae6f0> # /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 0x7f8c7cf53d40> # /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 0x7f8c7cf80830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf80590> # 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 0x7f8c7cf80860> # /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 0x7f8c7cf81160> # 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 0x7f8c7cf81b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf80a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf51ee0> # /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 0x7f8c7cf82f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf819d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d1aedb0> # /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 0x7f8c7cfa7230> # /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 0x7f8c7cfd35f0> # /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 0x7f8c7d02c3e0> # /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 0x7f8c7d02eb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7d02c500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cff53d0> # /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 0x7f8c7c929490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cfd2420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7cf83e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8c7cfd29f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_mzq8yfxp/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 0x7f8c7c97b260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c95e150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c95d2b0> # 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 0x7f8c7c979130> # /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 0x7f8c7c9aac00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9aa990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9aa2a0> # /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 0x7f8c7c9aa9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c97bef0> 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 0x7f8c7c9ab890> # 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 0x7f8c7c9ab9e0> # /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 0x7f8c7c9abe90> 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 0x7f8c7c815c70> # 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 0x7f8c7c817890> # /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 0x7f8c7c81c230> # /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 0x7f8c7c81d3a0> # /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 0x7f8c7c81fe90> # 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 0x7f8c7cf82e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81e180> # /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 0x7f8c7c823ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c8229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c822720> # /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 0x7f8c7c822c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c81e690> # 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 0x7f8c7c867fe0> # /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 0x7f8c7c868320> # /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 0x7f8c7c869dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c869b80> # /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 0x7f8c7c86c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c86a4b0> # /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 0x7f8c7c86faa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c86c470> # 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 0x7f8c7c870b00> # 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 0x7f8c7c870c80> # 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 0x7f8c7c870c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c868500> # /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 0x7f8c7c8fc2f0> # 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 0x7f8c7c8fd520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c872a80> # 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 0x7f8c7c873e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c872690> # 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 0x7f8c7c701790> # /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 0x7f8c7c7024e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c8fd7c0> 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 0x7f8c7c702750> # 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 0x7f8c7c703890> # 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 0x7f8c7c70e390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c709010> 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 0x7f8c7c9faba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c9e2870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c70e420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c7c7032c0> # 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": 1726867630.3029158, "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867677.56713: 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-1726867677.21468-9025-142251288815461/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867677.56717: _low_level_execute_command(): starting 8484 1726867677.56720: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867677.21468-9025-142251288815461/ > /dev/null 2>&1 && sleep 0' 8484 1726867677.57157: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867677.57194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867677.57212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.57233: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.57366: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.59296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.59306: stdout chunk (state=3): >>><<< 8484 1726867677.59320: stderr chunk (state=3): >>><<< 8484 1726867677.59346: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.59476: handler run complete 8484 1726867677.59480: attempt loop complete, returning result 8484 1726867677.59482: _execute() done 8484 1726867677.59484: dumping result to json 8484 1726867677.59486: done dumping result, returning 8484 1726867677.59488: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [02e58e3f-6ce9-dbaf-c049-0000000000f8] 8484 1726867677.59490: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f8 ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726867630.3029158, "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 } } 8484 1726867677.59716: no more pending results, returning what we have 8484 1726867677.59719: results queue empty 8484 1726867677.59720: checking for any_errors_fatal 8484 1726867677.59726: done checking for any_errors_fatal 8484 1726867677.59727: checking for max_fail_percentage 8484 1726867677.59728: done checking for max_fail_percentage 8484 1726867677.59729: checking to see if all hosts have failed and the running result is not ok 8484 1726867677.59730: done checking to see if all hosts have failed 8484 1726867677.59731: getting the remaining hosts for this loop 8484 1726867677.59732: done getting the remaining hosts for this loop 8484 1726867677.59737: getting the next task for host managed_node3 8484 1726867677.59744: done getting next task for host managed_node3 8484 1726867677.59748: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 8484 1726867677.59753: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867677.59762: getting variables 8484 1726867677.59764: in VariableManager get_vars() 8484 1726867677.60007: Calling all_inventory to load vars for managed_node3 8484 1726867677.60010: Calling groups_inventory to load vars for managed_node3 8484 1726867677.60012: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867677.60018: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f8 8484 1726867677.60024: WORKER PROCESS EXITING 8484 1726867677.60033: Calling all_plugins_play to load vars for managed_node3 8484 1726867677.60037: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867677.60041: Calling groups_plugins_play to load vars for managed_node3 8484 1726867677.60690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867677.61348: done with get_vars() 8484 1726867677.61364: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 17:27:57 -0400 (0:00:00.447) 0:00:12.911 ****** 8484 1726867677.61477: entering _queue_task() for managed_node3/lineinfile 8484 1726867677.61803: worker is 1 (out of 1 available) 8484 1726867677.61816: exiting _queue_task() for managed_node3/lineinfile 8484 1726867677.61828: done queuing things up, now waiting for results queue to drain 8484 1726867677.61829: waiting for pending results... 8484 1726867677.62090: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 8484 1726867677.62241: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000f9 8484 1726867677.62261: variable 'ansible_search_path' from source: unknown 8484 1726867677.62272: variable 'ansible_search_path' from source: unknown 8484 1726867677.62535: variable 'blivet_output' from source: set_fact 8484 1726867677.62606: dumping result to json 8484 1726867677.62620: done dumping result, returning 8484 1726867677.62632: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [02e58e3f-6ce9-dbaf-c049-0000000000f9] 8484 1726867677.62644: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f9 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867677.62941: no more pending results, returning what we have 8484 1726867677.62944: results queue empty 8484 1726867677.62945: checking for any_errors_fatal 8484 1726867677.62952: done checking for any_errors_fatal 8484 1726867677.62953: checking for max_fail_percentage 8484 1726867677.62955: done checking for max_fail_percentage 8484 1726867677.62956: checking to see if all hosts have failed and the running result is not ok 8484 1726867677.62957: done checking to see if all hosts have failed 8484 1726867677.62958: getting the remaining hosts for this loop 8484 1726867677.62959: done getting the remaining hosts for this loop 8484 1726867677.62963: getting the next task for host managed_node3 8484 1726867677.62969: done getting next task for host managed_node3 8484 1726867677.62977: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 8484 1726867677.62982: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867677.62992: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000f9 8484 1726867677.62994: WORKER PROCESS EXITING 8484 1726867677.63005: getting variables 8484 1726867677.63006: in VariableManager get_vars() 8484 1726867677.63035: Calling all_inventory to load vars for managed_node3 8484 1726867677.63038: Calling groups_inventory to load vars for managed_node3 8484 1726867677.63040: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867677.63048: Calling all_plugins_play to load vars for managed_node3 8484 1726867677.63050: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867677.63053: Calling groups_plugins_play to load vars for managed_node3 8484 1726867677.63579: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867677.64177: done with get_vars() 8484 1726867677.64191: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 17:27:57 -0400 (0:00:00.028) 0:00:12.939 ****** 8484 1726867677.64285: entering _queue_task() for managed_node3/setup 8484 1726867677.64512: worker is 1 (out of 1 available) 8484 1726867677.64524: exiting _queue_task() for managed_node3/setup 8484 1726867677.64537: done queuing things up, now waiting for results queue to drain 8484 1726867677.64538: waiting for pending results... 8484 1726867677.64821: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 8484 1726867677.65007: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000000fb 8484 1726867677.65012: variable 'ansible_search_path' from source: unknown 8484 1726867677.65015: variable 'ansible_search_path' from source: unknown 8484 1726867677.65078: calling self._execute() 8484 1726867677.65150: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.65176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.65223: variable 'omit' from source: magic vars 8484 1726867677.65538: variable 'ansible_check_mode' from source: magic vars 8484 1726867677.65560: Evaluated conditional (not ansible_check_mode): True 8484 1726867677.65577: variable 'omit' from source: magic vars 8484 1726867677.65649: variable 'omit' from source: magic vars 8484 1726867677.65764: variable 'omit' from source: magic vars 8484 1726867677.65767: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867677.65789: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867677.65814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867677.65838: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867677.65854: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867677.65898: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867677.65908: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.65917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.66025: Set connection var ansible_pipelining to False 8484 1726867677.66039: Set connection var ansible_timeout to 10 8484 1726867677.66103: Set connection var ansible_connection to ssh 8484 1726867677.66107: Set connection var ansible_shell_type to sh 8484 1726867677.66110: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867677.66112: Set connection var ansible_shell_executable to /bin/sh 8484 1726867677.66114: variable 'ansible_shell_executable' from source: unknown 8484 1726867677.66116: variable 'ansible_connection' from source: unknown 8484 1726867677.66118: variable 'ansible_module_compression' from source: unknown 8484 1726867677.66120: variable 'ansible_shell_type' from source: unknown 8484 1726867677.66132: variable 'ansible_shell_executable' from source: unknown 8484 1726867677.66139: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867677.66147: variable 'ansible_pipelining' from source: unknown 8484 1726867677.66155: variable 'ansible_timeout' from source: unknown 8484 1726867677.66163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867677.66429: 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__) 8484 1726867677.66435: variable 'omit' from source: magic vars 8484 1726867677.66438: starting attempt loop 8484 1726867677.66440: running the handler 8484 1726867677.66443: _low_level_execute_command(): starting 8484 1726867677.66445: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867677.67138: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867677.67158: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.67179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867677.67200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867677.67268: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867677.67320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867677.67335: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.67368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.67505: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.69232: stdout chunk (state=3): >>>/root <<< 8484 1726867677.69478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.69481: stdout chunk (state=3): >>><<< 8484 1726867677.69484: stderr chunk (state=3): >>><<< 8484 1726867677.69487: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.69489: _low_level_execute_command(): starting 8484 1726867677.69492: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302 `" && echo ansible-tmp-1726867677.6940012-9059-172135981440302="` echo /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302 `" ) && sleep 0' 8484 1726867677.70077: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.70100: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867677.70199: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.70289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.72240: stdout chunk (state=3): >>>ansible-tmp-1726867677.6940012-9059-172135981440302=/root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302 <<< 8484 1726867677.72378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.72409: stdout chunk (state=3): >>><<< 8484 1726867677.72412: stderr chunk (state=3): >>><<< 8484 1726867677.72430: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867677.6940012-9059-172135981440302=/root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.72579: variable 'ansible_module_compression' from source: unknown 8484 1726867677.72582: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 8484 1726867677.72615: variable 'ansible_facts' from source: unknown 8484 1726867677.72851: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py 8484 1726867677.72989: Sending initial data 8484 1726867677.73026: Sent initial data (152 bytes) 8484 1726867677.73786: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867677.73790: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867677.73810: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.73828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.73945: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.75534: 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 <<< 8484 1726867677.75639: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867677.75748: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp_6ev2t92 /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py <<< 8484 1726867677.75774: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py" <<< 8484 1726867677.75875: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp_6ev2t92" to remote "/root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py" <<< 8484 1726867677.77598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.77661: stderr chunk (state=3): >>><<< 8484 1726867677.77675: stdout chunk (state=3): >>><<< 8484 1726867677.77714: done transferring module to remote 8484 1726867677.77731: _low_level_execute_command(): starting 8484 1726867677.77804: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/ /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py && sleep 0' 8484 1726867677.78381: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867677.78397: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.78412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867677.78431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867677.78477: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867677.78598: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.78687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.80562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867677.80591: stderr chunk (state=3): >>><<< 8484 1726867677.80594: stdout chunk (state=3): >>><<< 8484 1726867677.80680: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867677.80684: _low_level_execute_command(): starting 8484 1726867677.80686: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/AnsiballZ_setup.py && sleep 0' 8484 1726867677.81257: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867677.81338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867677.81391: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867677.81503: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867677.83720: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867677.83743: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867677.83778: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867677.83781: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867677.83848: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867677.83854: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867677.83873: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867677.83926: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867677.83929: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867677.83951: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867677.83990: 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' <<< 8484 1726867677.84009: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867677.84025: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867677.84063: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867677.84104: 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 0x7f08fdf104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdedfb30> <<< 8484 1726867677.84128: 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' <<< 8484 1726867677.84151: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdf12a50> import '_signal' # <<< 8484 1726867677.84188: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867677.84220: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867677.84236: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867677.84344: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867677.84374: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867677.84381: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867677.84434: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867677.84440: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867677.84485: 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' <<< 8484 1726867677.84489: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcc1130> <<< 8484 1726867677.84564: 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' <<< 8484 1726867677.84584: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcc2120> <<< 8484 1726867677.84620: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867677.84623: 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. <<< 8484 1726867677.85015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867677.85018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867677.85044: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867677.85099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867677.85133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867677.85150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfeed0> <<< 8484 1726867677.85179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867677.85207: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867677.85229: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd141d0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867677.85283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867677.85343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.85387: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 8484 1726867677.85412: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd37a70> # /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 0x7f08fdd58140> <<< 8484 1726867677.85431: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867677.85485: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd17d10> import '_functools' # <<< 8484 1726867677.85513: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd15430> <<< 8484 1726867677.85601: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfd1f0> <<< 8484 1726867677.85629: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867677.85662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867677.85665: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867677.85697: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867677.85721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867677.85730: 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' <<< 8484 1726867677.85753: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd5b9e0> <<< 8484 1726867677.85783: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd5a600> <<< 8484 1726867677.85812: 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 0x7f08fdd16300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd58e30> <<< 8484 1726867677.85866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867677.85903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd889b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfc470> # /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' <<< 8484 1726867677.85936: 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 0x7f08fdd88e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd88d10> <<< 8484 1726867677.85974: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.85985: 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 0x7f08fdd89100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfaf90> <<< 8484 1726867677.86022: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867677.86043: 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 <<< 8484 1726867677.86077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd897f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd894c0> import 'importlib.machinery' # <<< 8484 1726867677.86117: 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' <<< 8484 1726867677.86152: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd8a6f0> import 'importlib.util' # import 'runpy' # <<< 8484 1726867677.86202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867677.86241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867677.86245: 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' <<< 8484 1726867677.86311: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdda48c0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.86315: 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 0x7f08fdda6000> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867677.86353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867677.86388: 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' <<< 8484 1726867677.86391: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdda6ea0> <<< 8484 1726867677.86441: 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 0x7f08fdda7500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdda63f0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867677.86456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867677.86497: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.86512: 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 0x7f08fdda7f80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdda76b0> <<< 8484 1726867677.86540: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd88da0> <<< 8484 1726867677.86557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867677.86586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867677.86631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867677.86634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867677.86687: 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 0x7f08fdaafdd0> <<< 8484 1726867677.86692: 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' <<< 8484 1726867677.86734: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.86765: 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 0x7f08fdad88f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdad8650> # 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 0x7f08fdad8920> <<< 8484 1726867677.86781: 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' <<< 8484 1726867677.86839: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.86968: 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 0x7f08fdad9250> <<< 8484 1726867677.87200: 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 0x7f08fdad9c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdad8b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdaadf70> # /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 0x7f08fdadaff0> <<< 8484 1726867677.87219: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdad9ac0> <<< 8484 1726867677.87244: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd8ade0> <<< 8484 1726867677.87259: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867677.87316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.87333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867677.87367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867677.87393: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb03380> <<< 8484 1726867677.87457: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867677.87484: 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 <<< 8484 1726867677.87514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867677.87543: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb27740> <<< 8484 1726867677.87559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867677.87614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867677.87660: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867677.87689: 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 0x7f08fdb884d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867677.87722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867677.87743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867677.87790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867677.87869: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb8ac30> <<< 8484 1726867677.87944: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb885f0> <<< 8484 1726867677.87997: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb4d520> <<< 8484 1726867677.88039: 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 0x7f08fd9955b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb26540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdadbf50> <<< 8484 1726867677.88204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867677.88238: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f08fdb268a0> <<< 8484 1726867677.88458: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_1ywewc_i/ansible_setup_payload.zip' <<< 8484 1726867677.88471: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.88580: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.88609: 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' <<< 8484 1726867677.88654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867677.88729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867677.88755: 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 0x7f08fd9fb2c0> <<< 8484 1726867677.88782: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867677.88951: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9de1b0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9dd310> # zipimport: zlib available <<< 8484 1726867677.88988: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867677.89032: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867677.89035: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867677.89052: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.90430: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.91556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867677.91594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9f9190> # /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' <<< 8484 1726867677.91641: 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' <<< 8484 1726867677.91650: 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' <<< 8484 1726867677.91672: 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 0x7f08fda2ac00> <<< 8484 1726867677.91717: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fda2a990> <<< 8484 1726867677.91740: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fda2a2d0> <<< 8484 1726867677.91764: 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' <<< 8484 1726867677.91813: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fda2aa50> <<< 8484 1726867677.91863: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9fbce0> 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 0x7f08fda2b890> <<< 8484 1726867677.91875: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.91896: 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 0x7f08fda2bad0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867677.91943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867677.91961: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867677.91998: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fda2bef0> <<< 8484 1726867677.92020: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867677.92048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867677.92086: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd32ddc0> <<< 8484 1726867677.92121: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.92142: 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 0x7f08fd32f9e0> # /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' <<< 8484 1726867677.92194: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3303e0> <<< 8484 1726867677.92205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867677.92232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867677.92265: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd331550> <<< 8484 1726867677.92269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867677.92319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867677.92322: 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' <<< 8484 1726867677.92376: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd333f80> <<< 8484 1726867677.92421: 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 0x7f08fd3381a0> <<< 8484 1726867677.92465: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd332330> <<< 8484 1726867677.92471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867677.92510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867677.92514: 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' <<< 8484 1726867677.92541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867677.92643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867677.92677: 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 0x7f08fd33bf50> import '_tokenize' # <<< 8484 1726867677.92759: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd33aa20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd33a780> <<< 8484 1726867677.92783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867677.92796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867677.92850: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd33acf0> <<< 8484 1726867677.92878: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd332840> <<< 8484 1726867677.92917: 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 0x7f08fd37ffe0> <<< 8484 1726867677.92946: 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 0x7f08fd380320> <<< 8484 1726867677.92974: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867677.93009: 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' <<< 8484 1726867677.93050: 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 0x7f08fd381dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd381b80> <<< 8484 1726867677.93054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867677.93083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867677.93134: 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 0x7f08fd3842f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3824b0> <<< 8484 1726867677.93155: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867677.93217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.93221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867677.93251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867677.93274: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd387ad0> <<< 8484 1726867677.93398: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3844a0> <<< 8484 1726867677.93458: 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 0x7f08fd388890> <<< 8484 1726867677.93488: 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 0x7f08fd385010> <<< 8484 1726867677.93534: 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' <<< 8484 1726867677.93572: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08fd388da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd380500> <<< 8484 1726867677.93592: 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 <<< 8484 1726867677.93622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867677.93633: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867677.93666: 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 0x7f08fd2143b0> <<< 8484 1726867677.93816: 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 0x7f08fd215460> <<< 8484 1726867677.93854: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd38ab40> <<< 8484 1726867677.93874: 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 0x7f08fd38bef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd38a780> # zipimport: zlib available <<< 8484 1726867677.93899: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867677.93928: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.93997: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.94098: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.94104: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.94141: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867677.94263: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.94378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.94913: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.95455: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867677.95461: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867677.95491: 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 # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.95549: 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'<<< 8484 1726867677.95559: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08fd219670> <<< 8484 1726867677.95641: 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' <<< 8484 1726867677.95674: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd21a4e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2156a0> <<< 8484 1726867677.95738: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867677.95741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.95744: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.95746: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867677.95779: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.95918: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.96060: 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' <<< 8484 1726867677.96077: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd21a450> # zipimport: zlib available <<< 8484 1726867677.96528: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.96964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97029: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97108: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867677.97143: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97194: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867677.97266: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97354: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867677.97357: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97383: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867677.97424: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97460: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867677.97691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.97914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867677.97982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867677.97992: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867677.98058: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd21b6b0> # zipimport: zlib available <<< 8484 1726867677.98128: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98210: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867677.98229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867677.98283: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98327: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867677.98331: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98416: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98462: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98534: 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 <<< 8484 1726867677.98567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867677.98655: 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 0x7f08fd2262d0> <<< 8484 1726867677.98697: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd221910> <<< 8484 1726867677.98729: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867677.98744: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867677.98789: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98867: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98884: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.98930: 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 <<< 8484 1726867677.98945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 8484 1726867677.98985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867677.98998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867677.99035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867677.99076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867677.99091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867677.99127: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd302ab0> <<< 8484 1726867677.99165: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3fe780> <<< 8484 1726867677.99251: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd226390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd215910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867677.99275: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99302: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99327: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867677.99379: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867677.99425: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867677.99428: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99475: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99558: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99577: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99612: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99659: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99727: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 8484 1726867677.99750: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99806: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99888: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99899: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867677.99931: 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 <<< 8484 1726867677.99985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 8484 1726867678.00016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867678.00091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867678.00103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867678.00132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867678.00159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867678.00205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867678.00212: 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 0x7f08fcf26810> <<< 8484 1726867678.00233: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf25c70> <<< 8484 1726867678.00294: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf24650> <<< 8484 1726867678.00508: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2b66f0> <<< 8484 1726867678.00575: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2b4680> <<< 8484 1726867678.00587: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 8484 1726867678.00768: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.00929: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.00974: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.01037: 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' <<< 8484 1726867678.01058: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 8484 1726867678.01087: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.01134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2b6cf0> <<< 8484 1726867678.01139: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 8484 1726867678.01175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 8484 1726867678.01178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867678.01244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867678.01248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867678.01298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf80a10> <<< 8484 1726867678.01303: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867678.01321: 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 0x7f08fcf80d40> <<< 8484 1726867678.01349: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf64140> <<< 8484 1726867678.01376: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf377a0> <<< 8484 1726867678.01404: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2a1a00> <<< 8484 1726867678.01442: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2a0500> <<< 8484 1726867678.01445: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 8484 1726867678.01481: stdout chunk (state=3): >>># 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' <<< 8484 1726867678.01509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 8484 1726867678.01537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 8484 1726867678.01568: 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 0x7f08fcf838f0> <<< 8484 1726867678.01597: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf831a0> # 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 0x7f08fcf83380> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf825d0> <<< 8484 1726867678.01625: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 8484 1726867678.01643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf83950> <<< 8484 1726867678.01675: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 8484 1726867678.01704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867678.01738: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867678.01774: 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 0x7f08fcd96540> <<< 8484 1726867678.01779: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcd94530> <<< 8484 1726867678.01824: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2a16a0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 8484 1726867678.01850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.01863: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 8484 1726867678.01920: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.01979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 8484 1726867678.02037: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02098: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 8484 1726867678.02104: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02139: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 8484 1726867678.02155: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 8484 1726867678.02208: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02243: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02297: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 8484 1726867678.02349: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02408: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 8484 1726867678.02411: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02456: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02512: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02575: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.02642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 8484 1726867678.02645: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03133: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 8484 1726867678.03577: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03668: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03701: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03744: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 8484 1726867678.03755: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 8484 1726867678.03799: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03824: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 8484 1726867678.03880: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.03937: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 8484 1726867678.03978: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 8484 1726867678.04036: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04087: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 8484 1726867678.04098: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04157: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867678.04274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcd969f0> <<< 8484 1726867678.04297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867678.04336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867678.04471: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcd975f0> <<< 8484 1726867678.04475: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 8484 1726867678.04528: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 8484 1726867678.04613: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04692: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04781: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 8484 1726867678.04853: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04931: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 8484 1726867678.04946: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.04967: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.05018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867678.05064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867678.05148: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867678.05199: 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 0x7f08fcdceb10> <<< 8484 1726867678.05395: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcdba630> <<< 8484 1726867678.05418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 8484 1726867678.05461: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.05520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 8484 1726867678.05608: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.05710: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.05808: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.05961: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 8484 1726867678.06008: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06050: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 8484 1726867678.06053: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06092: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 8484 1726867678.06204: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867678.06221: 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 0x7f08fcde6720> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcdbb3b0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 8484 1726867678.06247: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 8484 1726867678.06289: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06338: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 8484 1726867678.06342: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06531: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06636: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 8484 1726867678.06661: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06746: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06843: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06891: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06929: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 8484 1726867678.06950: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.06989: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.07129: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.07275: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 8484 1726867678.07287: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 8484 1726867678.07399: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.07521: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 8484 1726867678.07562: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.07593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.08154: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.08696: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 8484 1726867678.08772: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.08878: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 8484 1726867678.08980: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09083: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 8484 1726867678.09086: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09233: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09392: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 8484 1726867678.09425: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 8484 1726867678.09475: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 8484 1726867678.09525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09618: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09722: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.09910: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10132: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 8484 1726867678.10139: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10156: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10201: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 8484 1726867678.10249: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10255: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10258: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 8484 1726867678.10284: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10337: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10433: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 8484 1726867678.10462: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 8484 1726867678.10525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10593: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 8484 1726867678.10597: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10649: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.10708: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 8484 1726867678.10975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11237: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 8484 1726867678.11295: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11362: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 8484 1726867678.11400: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11447: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 8484 1726867678.11450: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11478: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 8484 1726867678.11552: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11587: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 8484 1726867678.11669: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 8484 1726867678.11797: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 8484 1726867678.11831: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11893: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 8484 1726867678.11896: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.11929: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867678.11975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12029: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12091: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 8484 1726867678.12189: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12227: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 8484 1726867678.12296: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12491: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12674: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 8484 1726867678.12730: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12776: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 8484 1726867678.12789: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12820: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 8484 1726867678.12886: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.12963: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.13046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 8484 1726867678.13136: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.13230: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 8484 1726867678.13243: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 8484 1726867678.13313: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867678.13952: 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' <<< 8484 1726867678.13991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 8484 1726867678.14000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 8484 1726867678.14031: 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 0x7f08fce13f50> <<< 8484 1726867678.14052: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce102c0> <<< 8484 1726867678.14090: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce11fa0> <<< 8484 1726867678.30147: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 8484 1726867678.30155: 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 0x7f08fce565a0> # /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 0x7f08fce58770> # /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' <<< 8484 1726867678.30185: 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' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce59b20> <<< 8484 1726867678.30218: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce59640> <<< 8484 1726867678.30432: 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 <<< 8484 1726867678.54719: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "27", "second": "58", "epoch": "1726867678", "epoch_int": "1726867678", "date": "2024-09-20", "time": "17:27:58", "iso8601_micro": "2024-09-20T21:27:58.134160Z", "iso8601": "2024-09-20T21:27:58Z", "iso8601_basic": "20240920T172758134160", "iso8601_basic_short": "20240920T172758", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_fips": false, "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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_apparmor": {"status": "disabled"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_pkg_mgr": "dnf", "ansible_loadavg": {"1m": 0.861328125, "5m": 0.498046875, "15m": 0.24169921875}, "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.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_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": 2810, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 721, "free": 2810}, "nocache": {"free": 3270, "used": 261}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "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-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b3e47021413340<<< 8484 1726867678.54874: stdout chunk (state=3): >>>95870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 340, "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": 261680721920, "block_size": 4096, "block_total": 65519099, "block_available": 63886895, "block_used": 1632204, "inode_total": 131070960, "inode_available": 131027179, "inode_used": 43781, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_is_chroot": false, "ansible_lsb": {}, "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_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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"}}} <<< 8484 1726867678.55436: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 8484 1726867678.55440: 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 # 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 <<< 8484 1726867678.55526: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.55554: 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 # 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 <<< 8484 1726867678.55666: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.55686: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.55946: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867678.55995: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 8484 1726867678.56018: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867678.56075: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport <<< 8484 1726867678.56093: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 8484 1726867678.56135: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867678.56185: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867678.56195: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 8484 1726867678.56259: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors <<< 8484 1726867678.56263: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.56286: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 8484 1726867678.56329: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 8484 1726867678.56362: stdout chunk (state=3): >>># destroy subprocess # destroy base64 # destroy _ssl <<< 8484 1726867678.56389: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 8484 1726867678.56418: stdout chunk (state=3): >>># destroy json # destroy socket # destroy struct <<< 8484 1726867678.56429: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 8484 1726867678.56479: 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 <<< 8484 1726867678.56521: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.56550: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 8484 1726867678.56600: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping 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 <<< 8484 1726867678.56646: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.56664: stdout chunk (state=3): >>># 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 <<< 8484 1726867678.56692: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867678.56839: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867678.56881: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867678.56899: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867678.56939: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867678.56950: 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 <<< 8484 1726867678.56987: stdout chunk (state=3): >>># destroy _opcode <<< 8484 1726867678.57006: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867678.57032: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867678.57220: 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 <<< 8484 1726867678.57226: stdout chunk (state=3): >>># destroy time <<< 8484 1726867678.57229: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867678.57231: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re <<< 8484 1726867678.57233: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867678.57646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867678.57649: stdout chunk (state=3): >>><<< 8484 1726867678.57652: stderr chunk (state=3): >>><<< 8484 1726867678.57914: _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 0x7f08fdf104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdedfb30> # /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 0x7f08fdf12a50> 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 0x7f08fdcc1130> # /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 0x7f08fdcc2120> 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 0x7f08fdcfeed0> # /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 0x7f08fdd141d0> # /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 0x7f08fdd37a70> # /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 0x7f08fdd58140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd17d10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd15430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfd1f0> # /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 0x7f08fdd5b9e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd5a600> # /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 0x7f08fdd16300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd58e30> # /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 0x7f08fdd889b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfc470> # /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 0x7f08fdd88e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd88d10> # 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 0x7f08fdd89100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdcfaf90> # /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 0x7f08fdd897f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd894c0> 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 0x7f08fdd8a6f0> 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 0x7f08fdda48c0> 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 0x7f08fdda6000> # /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 0x7f08fdda6ea0> # 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 0x7f08fdda7500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdda63f0> # /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 0x7f08fdda7f80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdda76b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd88da0> # /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 0x7f08fdaafdd0> # /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 0x7f08fdad88f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdad8650> # 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 0x7f08fdad8920> # /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 0x7f08fdad9250> # 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 0x7f08fdad9c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdad8b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdaadf70> # /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 0x7f08fdadaff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdad9ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdd8ade0> # /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 0x7f08fdb03380> # /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 0x7f08fdb27740> # /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 0x7f08fdb884d0> # /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 0x7f08fdb8ac30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb885f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb4d520> # /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 0x7f08fd9955b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdb26540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fdadbf50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f08fdb268a0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_1ywewc_i/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 0x7f08fd9fb2c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9de1b0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9dd310> # 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 0x7f08fd9f9190> # /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 0x7f08fda2ac00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fda2a990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fda2a2d0> # /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 0x7f08fda2aa50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd9fbce0> 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 0x7f08fda2b890> # 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 0x7f08fda2bad0> # /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 0x7f08fda2bef0> 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 0x7f08fd32ddc0> # 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 0x7f08fd32f9e0> # /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 0x7f08fd3303e0> # /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 0x7f08fd331550> # /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 0x7f08fd333f80> # 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 0x7f08fd3381a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd332330> # /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 0x7f08fd33bf50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd33aa20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd33a780> # /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 0x7f08fd33acf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd332840> # 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 0x7f08fd37ffe0> # /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 0x7f08fd380320> # /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 0x7f08fd381dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd381b80> # /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 0x7f08fd3842f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3824b0> # /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 0x7f08fd387ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3844a0> # 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 0x7f08fd388890> # 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 0x7f08fd385010> # 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 0x7f08fd388da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd380500> # /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 0x7f08fd2143b0> # 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 0x7f08fd215460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd38ab40> # 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 0x7f08fd38bef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd38a780> # 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 0x7f08fd219670> # /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 0x7f08fd21a4e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2156a0> 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 0x7f08fd21a450> # 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 0x7f08fd21b6b0> # 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 0x7f08fd2262d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd221910> 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 0x7f08fd302ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd3fe780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd226390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd215910> # 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 0x7f08fcf26810> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf25c70> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf24650> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2b66f0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2b4680> 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 0x7f08fd2b6cf0> # /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 0x7f08fcf80a10> # 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 0x7f08fcf80d40> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf64140> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf377a0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2a1a00> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2a0500> # /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 0x7f08fcf838f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf831a0> # 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 0x7f08fcf83380> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcf825d0> # /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 0x7f08fcf83950> # /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 0x7f08fcd96540> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcd94530> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fd2a16a0> 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 0x7f08fcd969f0> # /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 0x7f08fcd975f0> 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 0x7f08fcdceb10> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcdba630> 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 0x7f08fcde6720> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fcdbb3b0> 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 0x7f08fce13f50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce102c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce11fa0> # /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 0x7f08fce565a0> # /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 0x7f08fce58770> # /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 0x7f08fce59b20> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08fce59640> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "27", "second": "58", "epoch": "1726867678", "epoch_int": "1726867678", "date": "2024-09-20", "time": "17:27:58", "iso8601_micro": "2024-09-20T21:27:58.134160Z", "iso8601": "2024-09-20T21:27:58Z", "iso8601_basic": "20240920T172758134160", "iso8601_basic_short": "20240920T172758", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_fips": false, "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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_apparmor": {"status": "disabled"}, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_pkg_mgr": "dnf", "ansible_loadavg": {"1m": 0.861328125, "5m": 0.498046875, "15m": 0.24169921875}, "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.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_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": 2810, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 721, "free": 2810}, "nocache": {"free": 3270, "used": 261}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "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-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 340, "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": 261680721920, "block_size": 4096, "block_total": 65519099, "block_available": 63886895, "block_used": 1632204, "inode_total": 131070960, "inode_available": 131027179, "inode_used": 43781, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_is_chroot": false, "ansible_lsb": {}, "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_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867678.60094: 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-1726867677.6940012-9059-172135981440302/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867678.60097: _low_level_execute_command(): starting 8484 1726867678.60100: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867677.6940012-9059-172135981440302/ > /dev/null 2>&1 && sleep 0' 8484 1726867678.60513: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867678.60517: 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 <<< 8484 1726867678.60519: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867678.60526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867678.60528: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867678.60534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867678.60575: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867678.60591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867678.60711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867678.62683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867678.62692: stdout chunk (state=3): >>><<< 8484 1726867678.62699: stderr chunk (state=3): >>><<< 8484 1726867678.62810: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867678.62814: handler run complete 8484 1726867678.63013: variable 'ansible_facts' from source: unknown 8484 1726867678.63860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867678.64718: variable 'ansible_facts' from source: unknown 8484 1726867678.64848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867678.65057: attempt loop complete, returning result 8484 1726867678.65068: _execute() done 8484 1726867678.65085: dumping result to json 8484 1726867678.65195: done dumping result, returning 8484 1726867678.65198: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [02e58e3f-6ce9-dbaf-c049-0000000000fb] 8484 1726867678.65200: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000fb 8484 1726867678.65821: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000000fb 8484 1726867678.65824: WORKER PROCESS EXITING ok: [managed_node3] 8484 1726867678.66390: no more pending results, returning what we have 8484 1726867678.66393: results queue empty 8484 1726867678.66394: checking for any_errors_fatal 8484 1726867678.66399: done checking for any_errors_fatal 8484 1726867678.66400: checking for max_fail_percentage 8484 1726867678.66402: done checking for max_fail_percentage 8484 1726867678.66402: checking to see if all hosts have failed and the running result is not ok 8484 1726867678.66406: done checking to see if all hosts have failed 8484 1726867678.66407: getting the remaining hosts for this loop 8484 1726867678.66408: done getting the remaining hosts for this loop 8484 1726867678.66411: getting the next task for host managed_node3 8484 1726867678.66422: done getting next task for host managed_node3 8484 1726867678.66424: ^ task is: TASK: meta (role_complete) 8484 1726867678.66428: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867678.66443: getting variables 8484 1726867678.66445: in VariableManager get_vars() 8484 1726867678.66547: Calling all_inventory to load vars for managed_node3 8484 1726867678.66549: Calling groups_inventory to load vars for managed_node3 8484 1726867678.66552: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867678.66560: Calling all_plugins_play to load vars for managed_node3 8484 1726867678.66563: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867678.66566: Calling groups_plugins_play to load vars for managed_node3 8484 1726867678.67917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867678.68584: done with get_vars() 8484 1726867678.68598: done getting variables 8484 1726867678.68679: done queuing things up, now waiting for results queue to drain 8484 1726867678.68681: results queue empty 8484 1726867678.68682: checking for any_errors_fatal 8484 1726867678.68685: done checking for any_errors_fatal 8484 1726867678.68686: checking for max_fail_percentage 8484 1726867678.68687: done checking for max_fail_percentage 8484 1726867678.68687: checking to see if all hosts have failed and the running result is not ok 8484 1726867678.68692: done checking to see if all hosts have failed 8484 1726867678.68693: getting the remaining hosts for this loop 8484 1726867678.68694: done getting the remaining hosts for this loop 8484 1726867678.68697: getting the next task for host managed_node3 8484 1726867678.68701: done getting next task for host managed_node3 8484 1726867678.68706: ^ task is: TASK: Get unused disks 8484 1726867678.68708: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867678.68711: getting variables 8484 1726867678.68712: in VariableManager get_vars() 8484 1726867678.68721: Calling all_inventory to load vars for managed_node3 8484 1726867678.68723: Calling groups_inventory to load vars for managed_node3 8484 1726867678.68725: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867678.68730: Calling all_plugins_play to load vars for managed_node3 8484 1726867678.68732: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867678.68735: Calling groups_plugins_play to load vars for managed_node3 8484 1726867678.69160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867678.69756: done with get_vars() 8484 1726867678.69768: done getting variables TASK [Get unused disks] ******************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:25 Friday 20 September 2024 17:27:58 -0400 (0:00:01.055) 0:00:13.995 ****** 8484 1726867678.69839: entering _queue_task() for managed_node3/include_tasks 8484 1726867678.70108: worker is 1 (out of 1 available) 8484 1726867678.70121: exiting _queue_task() for managed_node3/include_tasks 8484 1726867678.70133: done queuing things up, now waiting for results queue to drain 8484 1726867678.70134: waiting for pending results... 8484 1726867678.70492: running TaskExecutor() for managed_node3/TASK: Get unused disks 8484 1726867678.70666: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000029 8484 1726867678.70674: variable 'ansible_search_path' from source: unknown 8484 1726867678.70727: variable 'ansible_search_path' from source: unknown 8484 1726867678.70749: calling self._execute() 8484 1726867678.70892: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867678.70954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867678.70958: variable 'omit' from source: magic vars 8484 1726867678.71079: _execute() done 8484 1726867678.71276: dumping result to json 8484 1726867678.71280: done dumping result, returning 8484 1726867678.71283: done running TaskExecutor() for managed_node3/TASK: Get unused disks [02e58e3f-6ce9-dbaf-c049-000000000029] 8484 1726867678.71286: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000029 8484 1726867678.71363: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000029 8484 1726867678.71366: WORKER PROCESS EXITING 8484 1726867678.71409: no more pending results, returning what we have 8484 1726867678.71414: in VariableManager get_vars() 8484 1726867678.71451: Calling all_inventory to load vars for managed_node3 8484 1726867678.71454: Calling groups_inventory to load vars for managed_node3 8484 1726867678.71457: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867678.71469: Calling all_plugins_play to load vars for managed_node3 8484 1726867678.71475: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867678.71478: Calling groups_plugins_play to load vars for managed_node3 8484 1726867678.72356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867678.73196: done with get_vars() 8484 1726867678.73208: variable 'ansible_search_path' from source: unknown 8484 1726867678.73209: variable 'ansible_search_path' from source: unknown 8484 1726867678.73256: we have included files to process 8484 1726867678.73258: generating all_blocks data 8484 1726867678.73259: done generating all_blocks data 8484 1726867678.73264: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml 8484 1726867678.73265: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml 8484 1726867678.73267: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml 8484 1726867678.74793: done processing included file 8484 1726867678.74795: iterating over new_blocks loaded from include file 8484 1726867678.74796: in VariableManager get_vars() 8484 1726867678.74814: done with get_vars() 8484 1726867678.74816: filtering new block on tags 8484 1726867678.74836: done filtering new block on tags 8484 1726867678.74847: in VariableManager get_vars() 8484 1726867678.74861: done with get_vars() 8484 1726867678.74863: filtering new block on tags 8484 1726867678.74887: done filtering new block on tags 8484 1726867678.74890: in VariableManager get_vars() 8484 1726867678.74907: done with get_vars() 8484 1726867678.74909: filtering new block on tags 8484 1726867678.74926: done filtering new block on tags 8484 1726867678.74929: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml for managed_node3 8484 1726867678.74934: extending task lists for all hosts with included blocks 8484 1726867678.75669: done extending task lists 8484 1726867678.75672: done processing included files 8484 1726867678.75673: results queue empty 8484 1726867678.75673: checking for any_errors_fatal 8484 1726867678.75675: done checking for any_errors_fatal 8484 1726867678.75676: checking for max_fail_percentage 8484 1726867678.75677: done checking for max_fail_percentage 8484 1726867678.75677: checking to see if all hosts have failed and the running result is not ok 8484 1726867678.75678: done checking to see if all hosts have failed 8484 1726867678.75679: getting the remaining hosts for this loop 8484 1726867678.75680: done getting the remaining hosts for this loop 8484 1726867678.75683: getting the next task for host managed_node3 8484 1726867678.75687: done getting next task for host managed_node3 8484 1726867678.75689: ^ task is: TASK: Check if system is ostree 8484 1726867678.75692: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867678.75695: getting variables 8484 1726867678.75696: in VariableManager get_vars() 8484 1726867678.75707: Calling all_inventory to load vars for managed_node3 8484 1726867678.75709: Calling groups_inventory to load vars for managed_node3 8484 1726867678.75712: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867678.75717: Calling all_plugins_play to load vars for managed_node3 8484 1726867678.75722: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867678.75726: Calling groups_plugins_play to load vars for managed_node3 8484 1726867678.76379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867678.76977: done with get_vars() 8484 1726867678.76989: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:5 Friday 20 September 2024 17:27:58 -0400 (0:00:00.072) 0:00:14.067 ****** 8484 1726867678.77056: entering _queue_task() for managed_node3/stat 8484 1726867678.77331: worker is 1 (out of 1 available) 8484 1726867678.77344: exiting _queue_task() for managed_node3/stat 8484 1726867678.77356: done queuing things up, now waiting for results queue to drain 8484 1726867678.77357: waiting for pending results... 8484 1726867678.77724: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 8484 1726867678.77749: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001f3 8484 1726867678.77822: variable 'ansible_search_path' from source: unknown 8484 1726867678.77827: calling self._execute() 8484 1726867678.77884: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867678.77890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867678.77900: variable 'omit' from source: magic vars 8484 1726867678.78360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867678.78690: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867678.78811: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867678.78815: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867678.78819: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867678.78924: 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) 8484 1726867678.78953: 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) 8484 1726867678.78991: 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) 8484 1726867678.79057: 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) 8484 1726867678.79252: Evaluated conditional (not __snapshot_is_ostree is defined): True 8484 1726867678.79256: variable 'omit' from source: magic vars 8484 1726867678.79258: variable 'omit' from source: magic vars 8484 1726867678.79280: variable 'omit' from source: magic vars 8484 1726867678.79302: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867678.79341: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867678.79494: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867678.79497: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867678.79500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867678.79502: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867678.79504: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867678.79506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867678.79550: Set connection var ansible_pipelining to False 8484 1726867678.79557: Set connection var ansible_timeout to 10 8484 1726867678.79559: Set connection var ansible_connection to ssh 8484 1726867678.79567: Set connection var ansible_shell_type to sh 8484 1726867678.79593: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867678.79598: Set connection var ansible_shell_executable to /bin/sh 8484 1726867678.79612: variable 'ansible_shell_executable' from source: unknown 8484 1726867678.79647: variable 'ansible_connection' from source: unknown 8484 1726867678.79650: variable 'ansible_module_compression' from source: unknown 8484 1726867678.79653: variable 'ansible_shell_type' from source: unknown 8484 1726867678.79655: variable 'ansible_shell_executable' from source: unknown 8484 1726867678.79657: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867678.79659: variable 'ansible_pipelining' from source: unknown 8484 1726867678.79661: variable 'ansible_timeout' from source: unknown 8484 1726867678.79663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867678.79823: 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__) 8484 1726867678.79830: variable 'omit' from source: magic vars 8484 1726867678.79835: starting attempt loop 8484 1726867678.79839: running the handler 8484 1726867678.79852: _low_level_execute_command(): starting 8484 1726867678.79860: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867678.80718: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867678.80722: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867678.80724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867678.80824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867678.80828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867678.80847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867678.80875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867678.80985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867678.82748: stdout chunk (state=3): >>>/root <<< 8484 1726867678.82890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867678.82911: stderr chunk (state=3): >>><<< 8484 1726867678.82922: stdout chunk (state=3): >>><<< 8484 1726867678.83041: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867678.83052: _low_level_execute_command(): starting 8484 1726867678.83055: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680 `" && echo ansible-tmp-1726867678.8295004-9117-238237005723680="` echo /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680 `" ) && sleep 0' 8484 1726867678.83617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867678.83621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867678.83691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867678.83698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867678.83767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867678.83779: 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.42.108 originally 10.31.42.108 <<< 8484 1726867678.83783: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867678.83797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867678.83889: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867678.83921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867678.84000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867678.84149: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867678.86133: stdout chunk (state=3): >>>ansible-tmp-1726867678.8295004-9117-238237005723680=/root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680 <<< 8484 1726867678.86313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867678.86316: stdout chunk (state=3): >>><<< 8484 1726867678.86319: stderr chunk (state=3): >>><<< 8484 1726867678.86336: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867678.8295004-9117-238237005723680=/root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867678.86430: variable 'ansible_module_compression' from source: unknown 8484 1726867678.86538: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867678.86569: variable 'ansible_facts' from source: unknown 8484 1726867678.86680: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py 8484 1726867678.86925: Sending initial data 8484 1726867678.86929: Sent initial data (151 bytes) 8484 1726867678.88391: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867678.88416: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867678.88538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867678.90140: 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 <<< 8484 1726867678.90274: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867678.90452: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpgw_xj9_t /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py <<< 8484 1726867678.90455: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py" <<< 8484 1726867678.90534: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpgw_xj9_t" to remote "/root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py" <<< 8484 1726867678.91415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867678.91461: stderr chunk (state=3): >>><<< 8484 1726867678.91471: stdout chunk (state=3): >>><<< 8484 1726867678.91530: done transferring module to remote 8484 1726867678.91553: _low_level_execute_command(): starting 8484 1726867678.91562: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/ /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py && sleep 0' 8484 1726867678.92496: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867678.92796: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867678.92822: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867678.92940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867678.94801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867678.94807: stdout chunk (state=3): >>><<< 8484 1726867678.94810: stderr chunk (state=3): >>><<< 8484 1726867678.94879: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867678.94883: _low_level_execute_command(): starting 8484 1726867678.94885: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/AnsiballZ_stat.py && sleep 0' 8484 1726867678.96006: 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 <<< 8484 1726867678.96009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867678.96012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867678.96014: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867678.96016: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867678.96066: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867678.96085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867678.96310: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867678.96415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867678.98699: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867678.98738: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867678.98783: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867678.98819: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867678.99030: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867678.99034: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # 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 0x7fcebf6e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf6b7b30> <<< 8484 1726867678.99064: 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 0x7fcebf6eaa50> <<< 8484 1726867678.99089: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867678.99133: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867678.99136: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867678.99177: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867678.99267: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867678.99293: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867678.99327: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867678.99467: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf499130> <<< 8484 1726867678.99517: 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' <<< 8484 1726867678.99561: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf49a120> <<< 8484 1726867678.99568: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867678.99588: 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. <<< 8484 1726867678.99806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867678.99925: 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 # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867678.99962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867678.99965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867678.99996: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d6ed0> <<< 8484 1726867679.00111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867679.00115: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4ec1d0> <<< 8484 1726867679.00138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867679.00168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.00189: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867679.00217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867679.00397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf50fa70> # /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 0x7fcebf530140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4efd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4ed430> <<< 8484 1726867679.00450: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d51f0> <<< 8484 1726867679.00496: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867679.00523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867679.00537: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867679.00567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867679.00594: 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' <<< 8484 1726867679.00643: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf5339e0> <<< 8484 1726867679.00650: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf532600> <<< 8484 1726867679.00689: 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' <<< 8484 1726867679.00702: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4ee300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf530e30> <<< 8484 1726867679.00747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867679.00774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf5609b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d4470> <<< 8484 1726867679.00819: 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' <<< 8484 1726867679.00822: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.00868: 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 0x7fcebf560e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf560d10> <<< 8484 1726867679.00910: 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 0x7fcebf561100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d2f90> <<< 8484 1726867679.00980: 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' <<< 8484 1726867679.00985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf5617f0> <<< 8484 1726867679.01059: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf5614c0> 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' <<< 8484 1726867679.01102: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf5626f0> import 'importlib.util' # import 'runpy' # <<< 8484 1726867679.01167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867679.01189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf57c8c0> import 'errno' # <<< 8484 1726867679.01239: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.01338: 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 0x7fcebf57e000> # /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' <<< 8484 1726867679.01341: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf57eea0> <<< 8484 1726867679.01388: 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 0x7fcebf57f500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf57e3f0> # /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' <<< 8484 1726867679.01446: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.01508: 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 0x7fcebf57ff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf57f6b0> <<< 8484 1726867679.01531: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf560da0> # /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' <<< 8484 1726867679.01637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcebf30bdd0> <<< 8484 1726867679.01667: 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' <<< 8484 1726867679.01838: 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 0x7fcebf334920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf334680> # 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' <<< 8484 1726867679.01854: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcebf334950> # /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' <<< 8484 1726867679.01944: 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 0x7fcebf335280> <<< 8484 1726867679.02082: 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 0x7fcebf335c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf334b30> <<< 8484 1726867679.02110: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf309f70> <<< 8484 1726867679.02150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867679.02227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867679.02236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf337050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf335d90> <<< 8484 1726867679.02273: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf562de0> <<< 8484 1726867679.02287: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867679.02329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.02380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867679.02529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867679.02533: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf35f3e0> # /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' <<< 8484 1726867679.02535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867679.02551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867679.02580: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3837a0> <<< 8484 1726867679.02600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867679.02641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867679.02708: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867679.02857: 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 0x7fcebf3e4590> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867679.02871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867679.02935: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3e6cf0> <<< 8484 1726867679.03016: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3e46b0> <<< 8484 1726867679.03049: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3a95b0> <<< 8484 1726867679.03126: 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 0x7fcebed25670> <<< 8484 1726867679.03168: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3825a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf337fb0> <<< 8484 1726867679.03262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcebf382900> <<< 8484 1726867679.03398: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_c4nbqrmh/ansible_stat_payload.zip' # zipimport: zlib available <<< 8484 1726867679.03675: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867679.03725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867679.03729: 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'<<< 8484 1726867679.03731: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed77320> import '_typing' # <<< 8484 1726867679.04020: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed5a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed59370> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867679.04024: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867679.04059: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.05492: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.06576: 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 0x7fcebed751c0> <<< 8484 1726867679.06788: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /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 0x7fcebeda2d20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeda2ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeda23c0> # /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' <<< 8484 1726867679.06823: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeda2e10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed77d40> <<< 8484 1726867679.06906: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcebeda3aa0> # 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 0x7fcebeda3c80> <<< 8484 1726867679.06919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867679.07029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebedc8170> <<< 8484 1726867679.07037: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867679.07128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec11f10> <<< 8484 1726867679.07150: 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 0x7fcebec13b30> <<< 8484 1726867679.07169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867679.07201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867679.07333: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec18530> # /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 0x7fcebec196d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867679.07352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867679.07469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1c1a0> <<< 8484 1726867679.07474: 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 0x7fcebec1c2f0> <<< 8484 1726867679.07499: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1a480> <<< 8484 1726867679.07555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867679.07572: 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' <<< 8484 1726867679.07674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1ff80> <<< 8484 1726867679.07777: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1ea50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1e7b0> # /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' <<< 8484 1726867679.07846: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1ed20> <<< 8484 1726867679.07877: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1a960> <<< 8484 1726867679.08001: 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 0x7fcebec64170> # /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 0x7fcebec642f0> # /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' <<< 8484 1726867679.08008: 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' <<< 8484 1726867679.08032: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.08124: 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 0x7fcebec65dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec65b80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867679.08187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867679.08246: 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 0x7fcebec68350> <<< 8484 1726867679.08250: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec664b0> <<< 8484 1726867679.08262: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867679.08314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.08343: 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' # <<< 8484 1726867679.08395: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec6bb30> <<< 8484 1726867679.08526: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec68500> <<< 8484 1726867679.08590: 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 0x7fcebec6cc20> <<< 8484 1726867679.08773: 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 0x7fcebec6cda0> # 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 0x7fcebec6ce30> <<< 8484 1726867679.08785: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec64440> <<< 8484 1726867679.08855: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcebecf8590> <<< 8484 1726867679.09029: 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 0x7fcebecf9850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec6ed50> <<< 8484 1726867679.09032: 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 0x7fcebec6f920> <<< 8484 1726867679.09034: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec6e990> <<< 8484 1726867679.09036: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.09101: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867679.09159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.09322: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867679.09447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.09559: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.10158: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.10830: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcebecfdb20> # /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' <<< 8484 1726867679.10876: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebecfe8d0> <<< 8484 1726867679.10896: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebecf9a60> <<< 8484 1726867679.10913: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867679.10989: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867679.11115: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.11291: 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' <<< 8484 1726867679.11294: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebecfe810> <<< 8484 1726867679.11297: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.11868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12209: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12299: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12340: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867679.12360: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12393: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12444: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867679.12519: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12598: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867679.12623: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867679.12658: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867679.12687: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.12734: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867679.12977: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867679.13272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867679.13275: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867679.13347: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebecffaa0> <<< 8484 1726867679.13363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13429: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13520: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867679.13524: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867679.13527: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867679.13554: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13586: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867679.13651: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13687: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13725: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13793: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.13851: 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 <<< 8484 1726867679.13899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.13983: 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' <<< 8484 1726867679.14030: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcebeb0a480> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeb07620> <<< 8484 1726867679.14064: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867679.14193: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867679.14213: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.14261: 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' <<< 8484 1726867679.14289: 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 <<< 8484 1726867679.14592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867679.14598: stdout chunk (state=3): >>># /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 <<< 8484 1726867679.14617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebedfeb40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebedee840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeb0a420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeb00b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867679.14652: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.14684: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867679.14731: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867679.14773: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867679.14803: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.14922: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.15114: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.15232: 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"}}} <<< 8484 1726867679.15245: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867679.15583: 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 <<< 8484 1726867679.15605: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 8484 1726867679.15619: 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 <<< 8484 1726867679.15644: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 8484 1726867679.15653: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 8484 1726867679.15690: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress <<< 8484 1726867679.15696: stdout chunk (state=3): >>># 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 <<< 8484 1726867679.15707: 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 <<< 8484 1726867679.15722: stdout chunk (state=3): >>># cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket <<< 8484 1726867679.15751: 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 <<< 8484 1726867679.15756: stdout chunk (state=3): >>># destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text <<< 8484 1726867679.15764: 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 <<< 8484 1726867679.15772: stdout chunk (state=3): >>># destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 8484 1726867679.15788: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8484 1726867679.16046: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867679.16052: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867679.16075: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 8484 1726867679.16078: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867679.16101: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867679.16139: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867679.16145: stdout chunk (state=3): >>># destroy importlib <<< 8484 1726867679.16149: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 8484 1726867679.16195: stdout chunk (state=3): >>># 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<<< 8484 1726867679.16198: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 8484 1726867679.16201: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 8484 1726867679.16220: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867679.16233: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867679.16242: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 8484 1726867679.16275: stdout chunk (state=3): >>># destroy selinux<<< 8484 1726867679.16278: stdout chunk (state=3): >>> # destroy shutil <<< 8484 1726867679.16279: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867679.16331: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 8484 1726867679.16344: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 8484 1726867679.16366: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867679.16393: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing<<< 8484 1726867679.16397: 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 <<< 8484 1726867679.16408: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re<<< 8484 1726867679.16438: stdout chunk (state=3): >>> # 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<<< 8484 1726867679.16449: stdout chunk (state=3): >>> # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig <<< 8484 1726867679.16489: stdout chunk (state=3): >>># cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 8484 1726867679.16493: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings <<< 8484 1726867679.16496: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 8484 1726867679.16532: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon <<< 8484 1726867679.16536: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867679.16713: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867679.16734: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867679.16737: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867679.16788: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 8484 1726867679.16795: 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 <<< 8484 1726867679.16825: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867679.16931: 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 <<< 8484 1726867679.16980: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 8484 1726867679.17039: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 8484 1726867679.17064: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867679.17493: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867679.17496: stdout chunk (state=3): >>><<< 8484 1726867679.17499: stderr chunk (state=3): >>><<< 8484 1726867679.17686: _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 0x7fcebf6e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf6b7b30> # /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 0x7fcebf6eaa50> 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 0x7fcebf499130> # /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 0x7fcebf49a120> 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 0x7fcebf4d6ed0> # /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 0x7fcebf4ec1d0> # /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 0x7fcebf50fa70> # /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 0x7fcebf530140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4efd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4ed430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d51f0> # /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 0x7fcebf5339e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf532600> # /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 0x7fcebf4ee300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf530e30> # /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 0x7fcebf5609b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d4470> # /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 0x7fcebf560e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf560d10> # 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 0x7fcebf561100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf4d2f90> # /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 0x7fcebf5617f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf5614c0> 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 0x7fcebf5626f0> 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 0x7fcebf57c8c0> 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 0x7fcebf57e000> # /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 0x7fcebf57eea0> # 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 0x7fcebf57f500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf57e3f0> # /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 0x7fcebf57ff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf57f6b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf560da0> # /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 0x7fcebf30bdd0> # /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 0x7fcebf334920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf334680> # 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 0x7fcebf334950> # /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 0x7fcebf335280> # 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 0x7fcebf335c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf334b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf309f70> # /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 0x7fcebf337050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf335d90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf562de0> # /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 0x7fcebf35f3e0> # /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 0x7fcebf3837a0> # /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 0x7fcebf3e4590> # /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 0x7fcebf3e6cf0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3e46b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3a95b0> # /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 0x7fcebed25670> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf3825a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebf337fb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcebf382900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_c4nbqrmh/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 0x7fcebed77320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed5a210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed59370> # 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 0x7fcebed751c0> # /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 0x7fcebeda2d20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeda2ab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeda23c0> # /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 0x7fcebeda2e10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebed77d40> 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 0x7fcebeda3aa0> # 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 0x7fcebeda3c80> # /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 0x7fcebedc8170> 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 0x7fcebec11f10> # 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 0x7fcebec13b30> # /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 0x7fcebec18530> # /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 0x7fcebec196d0> # /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 0x7fcebec1c1a0> # 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 0x7fcebec1c2f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1a480> # /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 0x7fcebec1ff80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1ea50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1e7b0> # /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 0x7fcebec1ed20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec1a960> # 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 0x7fcebec64170> # /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 0x7fcebec642f0> # /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 0x7fcebec65dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec65b80> # /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 0x7fcebec68350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec664b0> # /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 0x7fcebec6bb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec68500> # 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 0x7fcebec6cc20> # 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 0x7fcebec6cda0> # 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 0x7fcebec6ce30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec64440> # /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 0x7fcebecf8590> # 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 0x7fcebecf9850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec6ed50> # 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 0x7fcebec6f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebec6e990> # 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 0x7fcebecfdb20> # /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 0x7fcebecfe8d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebecf9a60> 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 0x7fcebecfe810> # 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 0x7fcebecffaa0> # 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 0x7fcebeb0a480> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeb07620> 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 0x7fcebedfeb40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebedee840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeb0a420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcebeb00b90> # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867679.18778: 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-1726867678.8295004-9117-238237005723680/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867679.18782: _low_level_execute_command(): starting 8484 1726867679.18785: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867678.8295004-9117-238237005723680/ > /dev/null 2>&1 && sleep 0' 8484 1726867679.19165: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867679.19182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867679.19317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867679.21329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867679.21333: stdout chunk (state=3): >>><<< 8484 1726867679.21335: stderr chunk (state=3): >>><<< 8484 1726867679.21372: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867679.21676: handler run complete 8484 1726867679.21680: attempt loop complete, returning result 8484 1726867679.21682: _execute() done 8484 1726867679.21685: dumping result to json 8484 1726867679.21686: done dumping result, returning 8484 1726867679.21688: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [02e58e3f-6ce9-dbaf-c049-0000000001f3] 8484 1726867679.21690: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f3 8484 1726867679.21764: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f3 8484 1726867679.21768: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 8484 1726867679.21823: no more pending results, returning what we have 8484 1726867679.21826: results queue empty 8484 1726867679.21827: checking for any_errors_fatal 8484 1726867679.21828: done checking for any_errors_fatal 8484 1726867679.21829: checking for max_fail_percentage 8484 1726867679.21831: done checking for max_fail_percentage 8484 1726867679.21831: checking to see if all hosts have failed and the running result is not ok 8484 1726867679.21832: done checking to see if all hosts have failed 8484 1726867679.21833: getting the remaining hosts for this loop 8484 1726867679.21834: done getting the remaining hosts for this loop 8484 1726867679.21837: getting the next task for host managed_node3 8484 1726867679.21844: done getting next task for host managed_node3 8484 1726867679.21847: ^ task is: TASK: Set flag to indicate system is ostree 8484 1726867679.21850: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867679.21854: getting variables 8484 1726867679.21855: in VariableManager get_vars() 8484 1726867679.21889: Calling all_inventory to load vars for managed_node3 8484 1726867679.21892: Calling groups_inventory to load vars for managed_node3 8484 1726867679.21896: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867679.21907: Calling all_plugins_play to load vars for managed_node3 8484 1726867679.21911: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867679.21914: Calling groups_plugins_play to load vars for managed_node3 8484 1726867679.22713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867679.23358: done with get_vars() 8484 1726867679.23375: done getting variables 8484 1726867679.23447: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:10 Friday 20 September 2024 17:27:59 -0400 (0:00:00.464) 0:00:14.531 ****** 8484 1726867679.23480: entering _queue_task() for managed_node3/set_fact 8484 1726867679.23757: worker is 1 (out of 1 available) 8484 1726867679.23770: exiting _queue_task() for managed_node3/set_fact 8484 1726867679.23789: done queuing things up, now waiting for results queue to drain 8484 1726867679.23791: waiting for pending results... 8484 1726867679.24255: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 8484 1726867679.24261: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001f4 8484 1726867679.24264: variable 'ansible_search_path' from source: unknown 8484 1726867679.24267: calling self._execute() 8484 1726867679.24295: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867679.24299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867679.24408: variable 'omit' from source: magic vars 8484 1726867679.24656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867679.25181: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867679.25185: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867679.25188: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867679.25190: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867679.25195: 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) 8484 1726867679.25197: 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) 8484 1726867679.25200: 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) 8484 1726867679.25202: 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) 8484 1726867679.25317: Evaluated conditional (not __snapshot_is_ostree is defined): True 8484 1726867679.25320: variable 'omit' from source: magic vars 8484 1726867679.25372: variable 'omit' from source: magic vars 8484 1726867679.25576: variable '__ostree_booted_stat' from source: set_fact 8484 1726867679.25579: variable 'omit' from source: magic vars 8484 1726867679.25582: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867679.25585: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867679.25611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867679.25624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867679.25633: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867679.25661: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867679.25671: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867679.25674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867679.25764: Set connection var ansible_pipelining to False 8484 1726867679.25772: Set connection var ansible_timeout to 10 8484 1726867679.25775: Set connection var ansible_connection to ssh 8484 1726867679.25822: Set connection var ansible_shell_type to sh 8484 1726867679.25826: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867679.25829: Set connection var ansible_shell_executable to /bin/sh 8484 1726867679.25953: variable 'ansible_shell_executable' from source: unknown 8484 1726867679.25956: variable 'ansible_connection' from source: unknown 8484 1726867679.25959: variable 'ansible_module_compression' from source: unknown 8484 1726867679.25961: variable 'ansible_shell_type' from source: unknown 8484 1726867679.25963: variable 'ansible_shell_executable' from source: unknown 8484 1726867679.25965: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867679.25967: variable 'ansible_pipelining' from source: unknown 8484 1726867679.25969: variable 'ansible_timeout' from source: unknown 8484 1726867679.25973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867679.25976: 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) 8484 1726867679.25978: variable 'omit' from source: magic vars 8484 1726867679.25980: starting attempt loop 8484 1726867679.25982: running the handler 8484 1726867679.25984: handler run complete 8484 1726867679.25987: attempt loop complete, returning result 8484 1726867679.25989: _execute() done 8484 1726867679.25991: dumping result to json 8484 1726867679.25993: done dumping result, returning 8484 1726867679.25995: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-0000000001f4] 8484 1726867679.25997: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f4 ok: [managed_node3] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } 8484 1726867679.26238: no more pending results, returning what we have 8484 1726867679.26240: results queue empty 8484 1726867679.26241: checking for any_errors_fatal 8484 1726867679.26247: done checking for any_errors_fatal 8484 1726867679.26247: checking for max_fail_percentage 8484 1726867679.26249: done checking for max_fail_percentage 8484 1726867679.26250: checking to see if all hosts have failed and the running result is not ok 8484 1726867679.26251: done checking to see if all hosts have failed 8484 1726867679.26251: getting the remaining hosts for this loop 8484 1726867679.26253: done getting the remaining hosts for this loop 8484 1726867679.26255: getting the next task for host managed_node3 8484 1726867679.26263: done getting next task for host managed_node3 8484 1726867679.26273: ^ task is: TASK: Ensure test packages 8484 1726867679.26276: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867679.26280: getting variables 8484 1726867679.26281: in VariableManager get_vars() 8484 1726867679.26310: Calling all_inventory to load vars for managed_node3 8484 1726867679.26313: Calling groups_inventory to load vars for managed_node3 8484 1726867679.26315: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867679.26324: Calling all_plugins_play to load vars for managed_node3 8484 1726867679.26326: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867679.26334: Calling groups_plugins_play to load vars for managed_node3 8484 1726867679.26888: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f4 8484 1726867679.26891: WORKER PROCESS EXITING 8484 1726867679.27451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867679.28236: done with get_vars() 8484 1726867679.28249: done getting variables 8484 1726867679.28315: 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 [Ensure test packages] **************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:14 Friday 20 September 2024 17:27:59 -0400 (0:00:00.048) 0:00:14.580 ****** 8484 1726867679.28353: entering _queue_task() for managed_node3/package 8484 1726867679.28717: worker is 1 (out of 1 available) 8484 1726867679.28727: exiting _queue_task() for managed_node3/package 8484 1726867679.28737: done queuing things up, now waiting for results queue to drain 8484 1726867679.28738: waiting for pending results... 8484 1726867679.28926: running TaskExecutor() for managed_node3/TASK: Ensure test packages 8484 1726867679.29134: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001f6 8484 1726867679.29138: variable 'ansible_search_path' from source: unknown 8484 1726867679.29141: calling self._execute() 8484 1726867679.29215: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867679.29227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867679.29249: variable 'omit' from source: magic vars 8484 1726867679.29375: variable 'omit' from source: magic vars 8484 1726867679.29433: variable 'omit' from source: magic vars 8484 1726867679.29475: variable 'test_packages' from source: task vars 8484 1726867679.29685: variable 'test_packages' from source: task vars 8484 1726867679.30027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867679.30442: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867679.30447: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867679.30491: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867679.30532: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867679.30741: variable 'ansible_facts' from source: unknown 8484 1726867679.31257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867679.33418: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867679.33488: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867679.33554: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867679.33628: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867679.33639: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867679.33742: 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) 8484 1726867679.33777: 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) 8484 1726867679.33849: 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) 8484 1726867679.33909: 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) 8484 1726867679.33962: 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) 8484 1726867679.34124: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867679.34190: variable 'omit' from source: magic vars 8484 1726867679.34194: variable 'omit' from source: magic vars 8484 1726867679.34238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867679.34308: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867679.34407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867679.34410: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867679.34413: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867679.34436: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867679.34445: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867679.34452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867679.34658: Set connection var ansible_pipelining to False 8484 1726867679.34706: Set connection var ansible_timeout to 10 8484 1726867679.34710: Set connection var ansible_connection to ssh 8484 1726867679.34714: Set connection var ansible_shell_type to sh 8484 1726867679.34735: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867679.34775: Set connection var ansible_shell_executable to /bin/sh 8484 1726867679.34779: variable 'ansible_shell_executable' from source: unknown 8484 1726867679.34781: variable 'ansible_connection' from source: unknown 8484 1726867679.34797: variable 'ansible_module_compression' from source: unknown 8484 1726867679.34809: variable 'ansible_shell_type' from source: unknown 8484 1726867679.34836: variable 'ansible_shell_executable' from source: unknown 8484 1726867679.34947: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867679.34950: variable 'ansible_pipelining' from source: unknown 8484 1726867679.34952: variable 'ansible_timeout' from source: unknown 8484 1726867679.34954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867679.34965: 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) 8484 1726867679.34983: variable 'omit' from source: magic vars 8484 1726867679.34993: starting attempt loop 8484 1726867679.34999: running the handler 8484 1726867679.35012: variable 'ansible_facts' from source: unknown 8484 1726867679.35018: variable 'ansible_facts' from source: unknown 8484 1726867679.35124: _low_level_execute_command(): starting 8484 1726867679.35135: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867679.36283: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867679.36324: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867679.36411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867679.36439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867679.36481: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867679.36589: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867679.36631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867679.36648: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867679.36816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867679.38518: stdout chunk (state=3): >>>/root <<< 8484 1726867679.38649: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867679.38665: stdout chunk (state=3): >>><<< 8484 1726867679.38682: stderr chunk (state=3): >>><<< 8484 1726867679.38795: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867679.38798: _low_level_execute_command(): starting 8484 1726867679.38801: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549 `" && echo ansible-tmp-1726867679.387079-9142-119633094078549="` echo /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549 `" ) && sleep 0' 8484 1726867679.39637: 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 <<< 8484 1726867679.39751: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867679.39777: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867679.39898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867679.42121: stdout chunk (state=3): >>>ansible-tmp-1726867679.387079-9142-119633094078549=/root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549 <<< 8484 1726867679.42153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867679.42166: stdout chunk (state=3): >>><<< 8484 1726867679.42186: stderr chunk (state=3): >>><<< 8484 1726867679.42324: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867679.387079-9142-119633094078549=/root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867679.42355: variable 'ansible_module_compression' from source: unknown 8484 1726867679.42563: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867679.42680: variable 'ansible_facts' from source: unknown 8484 1726867679.43197: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py 8484 1726867679.43492: Sending initial data 8484 1726867679.43501: Sent initial data (149 bytes) 8484 1726867679.44614: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867679.44684: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867679.44728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867679.44731: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867679.44843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867679.46491: 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 <<< 8484 1726867679.46605: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867679.46703: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpdq_9xtjd /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py <<< 8484 1726867679.46706: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py" <<< 8484 1726867679.46786: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpdq_9xtjd" to remote "/root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py" <<< 8484 1726867679.47646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867679.47673: stderr chunk (state=3): >>><<< 8484 1726867679.47676: stdout chunk (state=3): >>><<< 8484 1726867679.47701: done transferring module to remote 8484 1726867679.47766: _low_level_execute_command(): starting 8484 1726867679.47769: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/ /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py && sleep 0' 8484 1726867679.48197: 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 <<< 8484 1726867679.48200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867679.48203: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867679.48207: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867679.48210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867679.48256: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867679.48259: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867679.48358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867679.50210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867679.50242: stderr chunk (state=3): >>><<< 8484 1726867679.50246: stdout chunk (state=3): >>><<< 8484 1726867679.50275: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867679.50281: _low_level_execute_command(): starting 8484 1726867679.50284: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/AnsiballZ_dnf.py && sleep 0' 8484 1726867679.50889: 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 <<< 8484 1726867679.50927: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867679.50934: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867679.50937: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867679.50939: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867679.51044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867679.51073: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867679.51210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867679.53428: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867679.53454: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867679.53511: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867679.53583: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867679.53594: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867679.53642: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867679.53691: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867679.53757: 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' <<< 8484 1726867679.53782: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867679.53815: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867679.53855: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867679.53899: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ee184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ede7b30> # /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' <<< 8484 1726867679.53903: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ee1aa50> <<< 8484 1726867679.53953: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867679.53956: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867679.53977: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 8484 1726867679.54052: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867679.54136: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867679.54161: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 8484 1726867679.54191: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867679.54202: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867679.54226: stdout chunk (state=3): >>>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' <<< 8484 1726867679.54256: 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' <<< 8484 1726867679.54284: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec2d130> <<< 8484 1726867679.54340: 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 <<< 8484 1726867679.54367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.54374: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec2e120> <<< 8484 1726867679.54399: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867679.54427: 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. <<< 8484 1726867679.54694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867679.54720: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867679.54728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.54753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867679.54794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867679.54819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867679.54837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867679.54849: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec73f80> <<< 8484 1726867679.54863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867679.54892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867679.54911: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867679.54915: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec80110> <<< 8484 1726867679.54933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867679.54964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867679.54985: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867679.55044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.55077: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867679.55099: 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 0x7f435eca3950> <<< 8484 1726867679.55130: 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' <<< 8484 1726867679.55140: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eca3fe0> <<< 8484 1726867679.55143: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867679.55199: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec83bf0> <<< 8484 1726867679.55206: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867679.55244: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec812e0> <<< 8484 1726867679.55329: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec71130> <<< 8484 1726867679.55359: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867679.55393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867679.55396: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867679.55410: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867679.55435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867679.55459: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867679.55465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867679.55491: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecc7920> <<< 8484 1726867679.55548: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecc6540> # /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 0x7f435ec82390> <<< 8484 1726867679.55581: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecc4d40> <<< 8484 1726867679.55619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867679.55637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf4980> <<< 8484 1726867679.55659: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec703b0> # /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' <<< 8484 1726867679.55690: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.55697: 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 0x7f435ecf4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf4ce0> <<< 8484 1726867679.55738: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.55743: 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 0x7f435ecf50d0> <<< 8484 1726867679.55761: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec66ed0> <<< 8484 1726867679.55789: 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' <<< 8484 1726867679.55812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 8484 1726867679.55817: stdout chunk (state=3): >>> <<< 8484 1726867679.55838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867679.55867: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf5790> <<< 8484 1726867679.55876: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf5490> import 'importlib.machinery' # <<< 8484 1726867679.55909: 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' <<< 8484 1726867679.55920: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf6690> <<< 8484 1726867679.55944: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867679.55951: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867679.55984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867679.56016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867679.56041: 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' <<< 8484 1726867679.56046: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ed108c0> <<< 8484 1726867679.56061: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867679.56091: 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 0x7f435ed12000> <<< 8484 1726867679.56123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867679.56128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867679.56155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867679.56163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867679.56176: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ed12ea0> <<< 8484 1726867679.56216: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.56224: 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 0x7f435ed13500> <<< 8484 1726867679.56229: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ed123f0> <<< 8484 1726867679.56255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867679.56260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867679.56309: 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' <<< 8484 1726867679.56312: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f435ed13ec0> <<< 8484 1726867679.56323: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ed135f0> <<< 8484 1726867679.56366: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf66f0> <<< 8484 1726867679.56389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867679.56424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867679.56459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867679.56507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867679.56520: 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 0x7f435ea83da0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 8484 1726867679.56535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 8484 1726867679.56550: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.56579: 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 0x7f435eab0860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab05c0> <<< 8484 1726867679.56590: 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 0x7f435eab0890> <<< 8484 1726867679.56616: 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' <<< 8484 1726867679.56749: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.56888: 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 0x7f435eab11c0> <<< 8484 1726867679.56995: 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 0x7f435eab1b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab0a70> <<< 8484 1726867679.57016: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ea81f40> <<< 8484 1726867679.57020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867679.57078: 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 <<< 8484 1726867679.57123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab1cd0> <<< 8484 1726867679.57142: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf6de0> <<< 8484 1726867679.57149: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867679.57277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.57280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867679.57283: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ead7290> <<< 8484 1726867679.57355: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867679.57368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.57405: 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' <<< 8484 1726867679.57452: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb03650> <<< 8484 1726867679.57475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867679.57514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867679.57567: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867679.57604: 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 0x7f435eb5c410> <<< 8484 1726867679.57634: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867679.57655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867679.57689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867679.57722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867679.57808: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb5eb70> <<< 8484 1726867679.57875: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb5c530> <<< 8484 1726867679.57914: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb21430> <<< 8484 1726867679.57940: 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 0x7f435e95d400> <<< 8484 1726867679.57973: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb02450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab3e60> <<< 8484 1726867679.58111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867679.58124: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f435eb02b10> <<< 8484 1726867679.58288: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_p57eo1iu/ansible_ansible.legacy.dnf_payload.zip' <<< 8484 1726867679.58305: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.58422: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.58447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867679.58463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867679.58502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867679.58575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867679.58609: 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 0x7f435e9b70b0> <<< 8484 1726867679.58632: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867679.58808: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e995fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e995100> <<< 8484 1726867679.58852: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 8484 1726867679.58893: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867679.58906: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867679.58915: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.60319: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.61435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867679.61459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9b4f80> <<< 8484 1726867679.61494: 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' <<< 8484 1726867679.61501: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867679.61504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867679.61547: 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' <<< 8484 1726867679.61577: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.61606: 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 0x7f435e9e2ae0> <<< 8484 1726867679.61626: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9e2870> <<< 8484 1726867679.61665: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9e2180> <<< 8484 1726867679.61673: 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' <<< 8484 1726867679.61723: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9e25d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9b7d40> import 'atexit' # <<< 8484 1726867679.61762: 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 0x7f435e9e38c0> <<< 8484 1726867679.61790: 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 0x7f435e9e3a40> <<< 8484 1726867679.61809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867679.61875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867679.61888: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867679.61914: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9e3f80> <<< 8484 1726867679.61944: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867679.61958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867679.61983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867679.62045: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e311c10> <<< 8484 1726867679.62078: 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 0x7f435e3138c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867679.62082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867679.62134: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e318290> <<< 8484 1726867679.62182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867679.62214: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e319190> <<< 8484 1726867679.62219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867679.62251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867679.62298: 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' <<< 8484 1726867679.62406: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31bec0> # 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 0x7f435ed12d20> <<< 8484 1726867679.62468: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31a180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867679.62475: 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 <<< 8484 1726867679.62480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867679.62494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867679.62556: 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 <<< 8484 1726867679.62559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867679.62562: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31fe00> <<< 8484 1726867679.62564: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867679.62616: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31e900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31e660> <<< 8484 1726867679.62645: 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' <<< 8484 1726867679.62723: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31eba0> <<< 8484 1726867679.62748: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31a690> <<< 8484 1726867679.62774: 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 0x7f435e363e90> <<< 8484 1726867679.62794: 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 <<< 8484 1726867679.62805: 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 0x7f435e3641a0> <<< 8484 1726867679.62827: 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 <<< 8484 1726867679.62838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867679.62855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867679.62860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867679.62896: 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 0x7f435e365c40> <<< 8484 1726867679.62909: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e365a00> <<< 8484 1726867679.62915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867679.63053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867679.63165: 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 0x7f435e368170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3662a0> <<< 8484 1726867679.63168: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867679.63179: 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' <<< 8484 1726867679.63216: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867679.63251: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e36b920> <<< 8484 1726867679.63344: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3682f0> <<< 8484 1726867679.63433: 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 0x7f435e36c9e0> <<< 8484 1726867679.63441: 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 0x7f435e36c7d0> <<< 8484 1726867679.63485: 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' <<< 8484 1726867679.63488: 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 0x7f435e36cad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e364320> <<< 8484 1726867679.63532: 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' <<< 8484 1726867679.63552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867679.63567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867679.63595: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.63614: 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 0x7f435e3f8260> <<< 8484 1726867679.63761: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.63764: 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 0x7f435e3f94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e36e9f0> <<< 8484 1726867679.63807: 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 0x7f435e36fda0> <<< 8484 1726867679.63819: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e36e600> # zipimport: zlib available <<< 8484 1726867679.63879: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867679.63911: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.63951: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.64028: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.64071: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867679.64109: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867679.64113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.64225: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.64330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.64863: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.65415: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867679.65452: 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' # <<< 8484 1726867679.65484: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.65513: 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 0x7f435e3fd760> <<< 8484 1726867679.65627: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867679.65636: 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 0x7f435e3fe4e0> <<< 8484 1726867679.65681: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3f9700> import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867679.65730: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867679.65888: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.66045: 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' <<< 8484 1726867679.66049: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3fe5d0> # zipimport: zlib available <<< 8484 1726867679.66505: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.66937: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.67001: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.67105: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867679.67147: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867679.67192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867679.67241: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.67379: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867679.67400: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.67409: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.67439: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867679.67700: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.67932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867679.67951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867679.67965: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867679.68039: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3ff740> <<< 8484 1726867679.68052: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68269: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867679.68278: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867679.68377: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867679.68454: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867679.68491: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68546: 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 <<< 8484 1726867679.68593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.68664: 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 0x7f435e20a210> <<< 8484 1726867679.68726: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e205130> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867679.68745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68778: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68846: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68865: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.68916: 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' <<< 8484 1726867679.68931: 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 <<< 8484 1726867679.68948: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867679.68969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867679.69035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867679.69063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867679.69082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867679.69136: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ea32b10> <<< 8484 1726867679.69169: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ea167e0> <<< 8484 1726867679.69256: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e20a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3ff110> # destroy ansible.module_utils.distro <<< 8484 1726867679.69259: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867679.69314: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.69318: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867679.69320: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867679.69399: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 8484 1726867679.69416: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867679.69429: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.69982: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.70501: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.71167: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.71832: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 8484 1726867679.71843: 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 0x7f435e29c7d0> <<< 8484 1726867679.71885: 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 0x7f435e29c9e0> <<< 8484 1726867679.71926: 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' <<< 8484 1726867679.71930: 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' <<< 8484 1726867679.71935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 8484 1726867679.71982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29d100> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29cc80> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 8484 1726867679.71985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 8484 1726867679.71988: 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' <<< 8484 1726867679.72025: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29da30> <<< 8484 1726867679.72049: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 8484 1726867679.72063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 8484 1726867679.72071: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 8484 1726867679.72090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867679.72099: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867679.72102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867679.72129: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867679.72140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 8484 1726867679.72159: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 8484 1726867679.72167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 8484 1726867679.72185: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e289790> <<< 8484 1726867679.72202: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 8484 1726867679.72209: 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 0x7f435e288e30> <<< 8484 1726867679.72237: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867679.72240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 8484 1726867679.72242: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de8e720> <<< 8484 1726867679.72298: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29f230> <<< 8484 1726867679.72309: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867679.72353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867679.72369: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867679.72382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 8484 1726867679.72397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867679.72442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867679.72509: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de9d2b0> <<< 8484 1726867679.72512: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de8fe30> <<< 8484 1726867679.72538: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de8f1a0> <<< 8484 1726867679.72562: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29e6c0> <<< 8484 1726867679.72583: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867679.72598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867679.72615: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867679.72677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867679.72699: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 8484 1726867679.72707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 8484 1726867679.72718: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df092b0> <<< 8484 1726867679.72850: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dec1400> <<< 8484 1726867679.72984: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29ec00> <<< 8484 1726867679.73020: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 8484 1726867679.73037: 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 <<< 8484 1726867679.73055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867679.73098: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 8484 1726867679.73117: 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 0x7f435df10dd0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df0b0b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dec0f20> <<< 8484 1726867679.73144: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29e090> <<< 8484 1726867679.73152: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29dac0> <<< 8484 1726867679.73181: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29d7c0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29ca40> <<< 8484 1726867679.73209: 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 0x7f435e29d9a0> <<< 8484 1726867679.73227: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 8484 1726867679.73233: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867679.73251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867679.73299: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df11340> <<< 8484 1726867679.73307: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29db80> <<< 8484 1726867679.73338: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 8484 1726867679.73341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.73410: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df11be0> <<< 8484 1726867679.73424: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867679.73456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867679.73508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867679.73539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867679.73614: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.73700: 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 0x7f435df141a0> <<< 8484 1726867679.73893: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435def97c0> <<< 8484 1726867679.73921: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df12a20> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867679.73933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867679.73992: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435def92b0> <<< 8484 1726867679.73998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867679.74057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df2e6f0> # /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' <<< 8484 1726867679.74060: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867679.74103: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df2f380> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df2ee10> <<< 8484 1726867679.74118: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867679.74173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867679.74239: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df2f860> <<< 8484 1726867679.74249: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867679.74290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867679.74504: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df03d40> <<< 8484 1726867679.74523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867679.74543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867679.74566: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de1e150> <<< 8484 1726867679.74619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.74725: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867679.74743: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.74860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.75006: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867679.75017: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.75042: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.75094: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867679.75097: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.75234: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.75341: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867679.75445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867679.75905: 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 <<< 8484 1726867679.75916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.75946: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867679.75989: 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' <<< 8484 1726867679.76019: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de52fc0> <<< 8484 1726867679.76024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867679.76041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867679.76176: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de530e0> <<< 8484 1726867679.76206: 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' <<< 8484 1726867679.76232: 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' <<< 8484 1726867679.76273: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.76279: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f435dbaf2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dbaeb40> <<< 8484 1726867679.76319: 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 0x7f435dbaed20> <<< 8484 1726867679.76383: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de53620> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de52660> <<< 8484 1726867679.76387: 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 0x7f435de52c90> <<< 8484 1726867679.76410: 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 <<< 8484 1726867679.76479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867679.76523: 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' <<< 8484 1726867679.76542: 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' <<< 8484 1726867679.76684: 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 0x7f435dc28860> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dc28440> <<< 8484 1726867679.76692: 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 <<< 8484 1726867679.76754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867679.76796: 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 0x7f435dc50110> <<< 8484 1726867679.76829: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dc28980> <<< 8484 1726867679.76844: 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 <<< 8484 1726867679.76932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867679.77873: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 8484 1726867679.77879: 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 0x7f435d72b1d0> <<< 8484 1726867679.77933: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dc50230> <<< 8484 1726867679.77963: 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 <<< 8484 1726867679.78030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867679.78128: 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 0x7f435d7a8e00> <<< 8484 1726867679.78287: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435d72b680> <<< 8484 1726867679.78309: 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 <<< 8484 1726867679.78348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867679.78424: 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 0x7f435d7abe30> <<< 8484 1726867679.78459: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435d7a8fe0> <<< 8484 1726867679.78480: 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 <<< 8484 1726867679.78522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867679.78627: 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 0x7f435d7e7f50> <<< 8484 1726867679.78648: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435d7e41a0> <<< 8484 1726867679.78688: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867679.78734: 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 0x7f435bd8d1f0> <<< 8484 1726867679.78759: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8c620> <<< 8484 1726867679.78780: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dbcbfb0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 8484 1726867679.78822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867679.78844: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867679.78854: 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 <<< 8484 1726867679.78878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867679.78911: 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 0x7f435bda86b0> <<< 8484 1726867679.78978: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8fb00> <<< 8484 1726867679.78984: 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 <<< 8484 1726867679.79027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 8484 1726867679.79063: 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 0x7f435bdaad20> <<< 8484 1726867679.79066: 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 <<< 8484 1726867679.79099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867679.79142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdabc20> <<< 8484 1726867679.79146: 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 <<< 8484 1726867679.79162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.79574: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 8484 1726867679.79624: 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 0x7f435bdd8500> <<< 8484 1726867679.79628: 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' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdd9a00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdabe30> <<< 8484 1726867679.79696: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdaabd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdaa570> <<< 8484 1726867679.79716: 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 <<< 8484 1726867679.79719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.79821: 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 0x7f435bddb5f0> <<< 8484 1726867679.79844: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdab140> <<< 8484 1726867679.79895: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bda89e0> <<< 8484 1726867679.79923: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8f110> <<< 8484 1726867679.79972: 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' <<< 8484 1726867679.80100: 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 0x7f435bd8f830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8f590> <<< 8484 1726867679.80135: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8d340> <<< 8484 1726867679.80173: 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 0x7f435be14bc0> <<< 8484 1726867679.80207: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867679.80223: 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' <<< 8484 1726867679.80255: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867679.80301: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be17110> # /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' <<< 8484 1726867679.80331: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be178f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be163f0> <<< 8484 1726867679.80340: 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 <<< 8484 1726867679.80378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867679.80430: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3c140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be14b90> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py <<< 8484 1726867679.80440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.80484: 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 <<< 8484 1726867679.80530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 8484 1726867679.80568: stdout chunk (state=3): >>># 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 0x7f435be3db50> <<< 8484 1726867679.80604: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3d100> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3cf50> # /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 <<< 8484 1726867679.80632: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867679.80690: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867679.80715: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867679.80729: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be68c20> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867679.80811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867679.80874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867679.80878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867679.80931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b736cc0> <<< 8484 1726867679.80935: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.80950: 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 0x7f435b737020> <<< 8484 1726867679.80994: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be6af30> <<< 8484 1726867679.81035: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be690d0> <<< 8484 1726867679.81078: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be68110> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3e360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3e090> <<< 8484 1726867679.81101: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867679.81139: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.81177: 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 <<< 8484 1726867679.81213: 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 0x7f435b770b30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b737c50> <<< 8484 1726867679.81262: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3e8a0> <<< 8484 1726867679.81292: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b771250> <<< 8484 1726867679.81380: 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 0x7f435b771610> # /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 0x7f435b7716a0> <<< 8484 1726867679.81421: 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 0x7f435b7717c0> <<< 8484 1726867679.81423: 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 <<< 8484 1726867679.81425: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867679.81426: 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 <<< 8484 1726867679.81445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867679.81514: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 8484 1726867679.81542: 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 0x7f435b790380> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7724b0> <<< 8484 1726867679.81589: 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 0x7f435b7904d0> # /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' <<< 8484 1726867679.81623: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7905c0> <<< 8484 1726867679.81631: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7715b0> <<< 8484 1726867679.81664: 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 0x7f435b790770> <<< 8484 1726867679.81700: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867679.81731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867679.81817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867679.81906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867679.81934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867679.81981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867679.81992: 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 0x7f435b7e0170> <<< 8484 1726867679.82000: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7bb5c0> <<< 8484 1726867679.82055: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7ba030> <<< 8484 1726867679.82233: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b791f70> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7913d0> <<< 8484 1726867679.82257: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b793350> <<< 8484 1726867679.82260: 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 <<< 8484 1726867679.82315: 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 0x7f435b792330> <<< 8484 1726867679.82319: 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' <<< 8484 1726867679.82392: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7f8b30> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 8484 1726867679.82397: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7f8d70> # /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' <<< 8484 1726867679.82404: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867679.82453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7f96d0> <<< 8484 1726867679.82486: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7f9160> # /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 0x7f435b7fa5d0> <<< 8484 1726867679.82492: stdout chunk (state=3): >>>import 'gc' # <<< 8484 1726867679.82508: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dbaf3b0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de520f0> <<< 8484 1726867679.83045: 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 <<< 8484 1726867679.83066: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867679.83094: 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' <<< 8484 1726867679.83097: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb1a0> <<< 8484 1726867679.83124: 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' <<< 8484 1726867679.83144: 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 <<< 8484 1726867679.83184: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867679.83215: 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 <<< 8484 1726867679.83260: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867679.83291: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b56fc50> <<< 8484 1726867679.83311: 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' <<< 8484 1726867679.83333: 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 <<< 8484 1726867679.83354: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867679.83382: 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' <<< 8484 1726867679.83504: 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'<<< 8484 1726867679.83515: stdout chunk (state=3): >>> import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f435b595ca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b595850> <<< 8484 1726867679.83533: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.83579: 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 0x7f435b7f9010> <<< 8484 1726867679.83600: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b594710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b56ff50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b56ccb0> <<< 8484 1726867679.83647: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867679.83664: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b56fa10> # /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 <<< 8484 1726867679.83724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867679.83784: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867679.83790: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5ab260> <<< 8484 1726867679.83859: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5a9d90> # /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' <<< 8484 1726867679.83863: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cca70> <<< 8484 1726867679.83924: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5ccd70> <<< 8484 1726867679.83959: 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' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5ccfe0> # /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' <<< 8484 1726867679.83966: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cd250> <<< 8484 1726867679.83990: 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' <<< 8484 1726867679.83996: 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 <<< 8484 1726867679.84024: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867679.84058: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cd970> <<< 8484 1726867679.84066: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cd7c0> <<< 8484 1726867679.84091: 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 <<< 8484 1726867679.84097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cf260> <<< 8484 1726867679.84116: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 8484 1726867679.84136: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cf3b0> # /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 <<< 8484 1726867679.84175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867679.84181: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cf5c0> <<< 8484 1726867679.84212: 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 <<< 8484 1726867679.84218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867679.84239: 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 <<< 8484 1726867679.84255: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867679.84279: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5e8560> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cfda0> <<< 8484 1726867679.84311: 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 <<< 8484 1726867679.84321: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 8484 1726867679.84330: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5e9100> <<< 8484 1726867679.84351: 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 <<< 8484 1726867679.84357: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5e9550> <<< 8484 1726867679.84379: 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' <<< 8484 1726867679.84401: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5e9730> <<< 8484 1726867679.84414: 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 <<< 8484 1726867679.84433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867679.84459: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5e9a00> <<< 8484 1726867679.84515: 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' <<< 8484 1726867679.84573: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5ea900> # /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 0x7f435b5eab70> # /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 <<< 8484 1726867679.84601: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5ead80> <<< 8484 1726867679.84691: 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' # /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 0x7f435b5eb980> <<< 8484 1726867679.84716: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5eb4a0> # /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' <<< 8484 1726867679.84752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b610830> <<< 8484 1726867679.84790: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b610170> # /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 0x7f435b6114c0> <<< 8484 1726867679.84839: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867679.84869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b611790> <<< 8484 1726867679.84941: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b6126c0> # /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 <<< 8484 1726867679.84945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b612960> # /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' <<< 8484 1726867679.85037: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b612b10> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb5f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb380> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fa990> <<< 8484 1726867679.85042: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867679.85140: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b613500> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b613260> # /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' <<< 8484 1726867679.85151: 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 <<< 8484 1726867679.85206: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867679.85248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867679.85317: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b6359a0> <<< 8484 1726867679.85337: 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' <<< 8484 1726867679.85422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867679.85429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867679.85465: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b6370e0> <<< 8484 1726867679.85482: 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 0x7f435b6362d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b635df0> <<< 8484 1726867679.85569: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867679.85575: 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 0x7f435b3e4830> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3cbc20> <<< 8484 1726867679.85586: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 8484 1726867679.85619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867679.85644: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867679.85664: 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 <<< 8484 1726867679.85674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 8484 1726867679.85706: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3e7770> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 8484 1726867679.85714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 8484 1726867679.85720: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3e7890> <<< 8484 1726867679.85743: 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 <<< 8484 1726867679.85761: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 8484 1726867679.85772: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867679.85815: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3e4ec0> <<< 8484 1726867679.85821: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3e4b90> <<< 8484 1726867679.85853: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b6137d0> <<< 8484 1726867679.85882: 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 <<< 8484 1726867679.85885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 8484 1726867679.85916: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b6354f0> <<< 8484 1726867679.85927: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b613530> <<< 8484 1726867679.85935: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb350> <<< 8484 1726867679.85952: 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 <<< 8484 1726867679.85980: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867679.86012: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b40e270> <<< 8484 1726867679.86039: 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 <<< 8484 1726867679.86064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867679.86112: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b40eb10> <<< 8484 1726867679.86119: 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 <<< 8484 1726867679.86181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b40fb30> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 8484 1726867679.86189: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 8484 1726867679.86195: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b4381a0> <<< 8484 1726867679.86281: 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' # /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' <<< 8484 1726867679.86284: 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' <<< 8484 1726867679.86297: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.86427: 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 0x7f435b439850> <<< 8484 1726867679.86477: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b439220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b438ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b438b60> <<< 8484 1726867679.86480: 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 <<< 8484 1726867679.86520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 8484 1726867679.86550: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5945f0> # /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 <<< 8484 1726867679.86553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867679.86582: 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' <<< 8484 1726867679.86654: 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 0x7f435b43b530> # /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' <<< 8484 1726867679.86672: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43b5f0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py <<< 8484 1726867679.86686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 8484 1726867679.86775: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 8484 1726867679.86788: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f435b43bd10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43bb90> <<< 8484 1726867679.86805: 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' <<< 8484 1726867679.86827: 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 <<< 8484 1726867679.86836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 8484 1726867679.86850: 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 <<< 8484 1726867679.86968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867679.86982: 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 <<< 8484 1726867679.86993: 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 0x7f435b46a330> <<< 8484 1726867679.86998: 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 <<< 8484 1726867679.87015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 8484 1726867679.87042: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 8484 1726867679.87066: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py <<< 8484 1726867679.87077: 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 0x7f435b46b530> <<< 8484 1726867679.87097: 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 0x7f435b46b7a0> <<< 8484 1726867679.87110: 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' <<< 8484 1726867679.87144: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867679.87178: 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 0x7f435b46b920> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46b740> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46aff0> <<< 8484 1726867679.87186: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46a4b0> <<< 8484 1726867679.87204: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b469760> <<< 8484 1726867679.87220: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b468d10> <<< 8484 1726867679.87223: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b468590> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43b020> <<< 8484 1726867679.87255: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43a510> <<< 8484 1726867679.87276: 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 <<< 8484 1726867679.87291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 8484 1726867679.87300: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46ae70> <<< 8484 1726867679.87321: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 8484 1726867679.87334: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46bd70> <<< 8484 1726867679.87360: 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 <<< 8484 1726867679.87379: 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 0x7f435b494680> <<< 8484 1726867679.87392: 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 <<< 8484 1726867679.87409: 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 0x7f435b494a40> <<< 8484 1726867679.87427: 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 <<< 8484 1726867679.87455: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867679.87474: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b495370> <<< 8484 1726867679.87495: 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 <<< 8484 1726867679.87535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867679.87556: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b495eb0> <<< 8484 1726867680.00281: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["util-linux-core"], "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}}} <<< 8484 1726867680.01473: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 8484 1726867680.01969: 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 <<< 8484 1726867680.01976: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 8484 1726867680.01986: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 8484 1726867680.01990: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre <<< 8484 1726867680.02000: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct<<< 8484 1726867680.02314: stdout chunk (state=3): >>> # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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<<< 8484 1726867680.02325: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq<<< 8484 1726867680.02329: stdout chunk (state=3): >>> # 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 <<< 8484 1726867680.02331: stdout chunk (state=3): >>># 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<<< 8484 1726867680.02335: stdout chunk (state=3): >>> # 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 <<< 8484 1726867680.02337: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.02385: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.02957: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867680.02979: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867680.03047: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport <<< 8484 1726867680.03051: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux <<< 8484 1726867680.03055: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867680.03071: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867680.03108: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version <<< 8484 1726867680.03119: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.03154: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 8484 1726867680.03196: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model <<< 8484 1726867680.03207: stdout chunk (state=3): >>># destroy pyexpat # destroy uuid # destroy systemd.journal <<< 8484 1726867680.03236: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867680.03277: 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 <<< 8484 1726867680.03326: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses <<< 8484 1726867680.03342: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.03399: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # 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 <<< 8484 1726867680.03445: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # 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 <<< 8484 1726867680.03484: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 8484 1726867680.03536: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header <<< 8484 1726867680.03651: stdout chunk (state=3): >>># 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<<< 8484 1726867680.03687: stdout chunk (state=3): >>> # 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 <<< 8484 1726867680.03692: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.03719: 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 <<< 8484 1726867680.03768: stdout chunk (state=3): >>># cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 8484 1726867680.03782: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.03786: 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 <<< 8484 1726867680.03817: 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 <<< 8484 1726867680.03828: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867680.03847: 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 <<< 8484 1726867680.04806: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.04810: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867680.04813: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8484 1726867680.04859: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 8484 1726867680.04863: 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 <<< 8484 1726867680.04865: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867680.04868: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 8484 1726867680.04872: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 8484 1726867680.04948: stdout chunk (state=3): >>># destroy _warnings <<< 8484 1726867680.04978: stdout chunk (state=3): >>># destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867680.05005: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867680.05081: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867680.05212: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867680.05236: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867680.05268: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867680.06051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867680.06054: stdout chunk (state=3): >>><<< 8484 1726867680.06056: stderr chunk (state=3): >>><<< 8484 1726867680.06393: _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 0x7f435ee184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ede7b30> # /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 0x7f435ee1aa50> 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 0x7f435ec2d130> # /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 0x7f435ec2e120> 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 0x7f435ec73f80> # /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 0x7f435ec80110> # /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 0x7f435eca3950> # /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 0x7f435eca3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec83bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec812e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec71130> # /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 0x7f435ecc7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecc6540> # /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 0x7f435ec82390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecc4d40> # /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 0x7f435ecf4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec703b0> # /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 0x7f435ecf4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf4ce0> # 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 0x7f435ecf50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ec66ed0> # /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 0x7f435ecf5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf5490> 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 0x7f435ecf6690> 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 0x7f435ed108c0> 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 0x7f435ed12000> # /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 0x7f435ed12ea0> # 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 0x7f435ed13500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ed123f0> # /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 0x7f435ed13ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ed135f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf66f0> # /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 0x7f435ea83da0> # /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 0x7f435eab0860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab05c0> # 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 0x7f435eab0890> # /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 0x7f435eab11c0> # 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 0x7f435eab1b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab0a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ea81f40> # /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 0x7f435eab2f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab1cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ecf6de0> # /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 0x7f435ead7290> # /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 0x7f435eb03650> # /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 0x7f435eb5c410> # /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 0x7f435eb5eb70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb5c530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb21430> # /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 0x7f435e95d400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eb02450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435eab3e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f435eb02b10> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_p57eo1iu/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 0x7f435e9b70b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e995fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e995100> # 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 0x7f435e9b4f80> # /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 0x7f435e9e2ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9e2870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9e2180> # /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 0x7f435e9e25d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e9b7d40> 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 0x7f435e9e38c0> # 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 0x7f435e9e3a40> # /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 0x7f435e9e3f80> 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 0x7f435e311c10> # 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 0x7f435e3138c0> # /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 0x7f435e318290> # /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 0x7f435e319190> # /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 0x7f435e31bec0> # 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 0x7f435ed12d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31a180> # /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 0x7f435e31fe00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31e900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31e660> # /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 0x7f435e31eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e31a690> # 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 0x7f435e363e90> # /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 0x7f435e3641a0> # /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 0x7f435e365c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e365a00> # /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 0x7f435e368170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3662a0> # /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 0x7f435e36b920> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3682f0> # 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 0x7f435e36c9e0> # 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 0x7f435e36c7d0> # 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 0x7f435e36cad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e364320> # /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 0x7f435e3f8260> # 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 0x7f435e3f94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e36e9f0> # 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 0x7f435e36fda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e36e600> # 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 0x7f435e3fd760> # /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 0x7f435e3fe4e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3f9700> 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 0x7f435e3fe5d0> # 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 0x7f435e3ff740> # 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 0x7f435e20a210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e205130> 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 0x7f435ea32b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435ea167e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e20a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e3ff110> # 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 0x7f435e29c7d0> # /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 0x7f435e29c9e0> # /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 0x7f435e29d100> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29cc80> # /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 0x7f435e29da30> # /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 0x7f435e289790> # /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 0x7f435e288e30> # /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 0x7f435de8e720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29f230> # /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 0x7f435de9d2b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de8fe30> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de8f1a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29e6c0> # /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 0x7f435df092b0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dec1400> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29ec00> # /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 0x7f435df10dd0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df0b0b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dec0f20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29e090> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29dac0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29d7c0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29ca40> # /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 0x7f435e29d9a0> # /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 0x7f435df11340> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435e29db80> # /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 0x7f435df11be0> # /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 0x7f435df141a0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435def97c0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df12a20> # /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 0x7f435def92b0> # /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 0x7f435df2e6f0> # /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 0x7f435df2f380> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435df2ee10> # /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 0x7f435df2f860> # /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 0x7f435df03d40> # /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 0x7f435de1e150> # 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 0x7f435de52fc0> # /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 0x7f435de530e0> # /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 0x7f435dbaf2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dbaeb40> # 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 0x7f435dbaed20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de53620> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de52660> # /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 0x7f435de52c90> # /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 0x7f435dc28860> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dc28440> # /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 0x7f435dc50110> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dc28980> # /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 0x7f435d72b1d0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dc50230> # /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 0x7f435d7a8e00> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435d72b680> # /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 0x7f435d7abe30> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435d7a8fe0> # /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 0x7f435d7e7f50> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435d7e41a0> # /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 0x7f435bd8d1f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8c620> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dbcbfb0> # /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 0x7f435bda86b0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8fb00> # /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 0x7f435bdaad20> # /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 0x7f435bdabc20> # /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 0x7f435bdd8500> # /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 0x7f435bdd9a00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdabe30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdaabd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdaa570> # /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 0x7f435bddb5f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bdab140> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bda89e0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8f110> # /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 0x7f435bd8f830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8f590> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435bd8d340> # /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 0x7f435be14bc0> # /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 0x7f435be17110> # /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 0x7f435be178f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be163f0> # /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 0x7f435be3c140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be14b90> # /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 0x7f435be3db50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3d100> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3cf50> # /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 0x7f435be68c20> # /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 0x7f435b736cc0> # 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 0x7f435b737020> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be6af30> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be690d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be68110> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3e360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3e090> # /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 0x7f435b770b30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b737c50> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435be3e8a0> # /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 0x7f435b771250> # /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 0x7f435b771610> # /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 0x7f435b7716a0> # /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 0x7f435b7717c0> # /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 0x7f435b790380> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7724b0> # /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 0x7f435b7904d0> # /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 0x7f435b7905c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7715b0> # /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 0x7f435b790770> # /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 0x7f435b7e0170> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7bb5c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7ba030> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b791f70> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7913d0> # /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 0x7f435b793350> # /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 0x7f435b792330> # /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 0x7f435b7f8b30> # /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 0x7f435b7f8d70> # /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 0x7f435b7f96d0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7f9160> # /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 0x7f435b7fa5d0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435dbaf3b0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435de520f0> # /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 0x7f435b7fb1a0> # /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 0x7f435b56fc50> # /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 0x7f435b595ca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b595850> # 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 0x7f435b7f9010> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b594710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b56ff50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b56ccb0> # /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 0x7f435b56fa10> # /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 0x7f435b5ab260> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5a9d90> # /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 0x7f435b5cca70> # /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 0x7f435b5ccd70> # /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 0x7f435b5ccfe0> # /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 0x7f435b5cd250> # /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 0x7f435b5cd970> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cd7c0> # /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 0x7f435b5cf260> # /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 0x7f435b5cf3b0> # /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 0x7f435b5cf5c0> # /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 0x7f435b5e8560> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5cfda0> # /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 0x7f435b5e9100> # /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 0x7f435b5e9550> # /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 0x7f435b5e9730> # /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 0x7f435b5e9a00> # /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 0x7f435b5ea900> # /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 0x7f435b5eab70> # /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 0x7f435b5ead80> # /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 0x7f435b5eb980> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b5eb4a0> # /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 0x7f435b610830> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b610170> # /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 0x7f435b6114c0> # /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 0x7f435b611790> # /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 0x7f435b6126c0> # /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 0x7f435b612960> # /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 0x7f435b612b10> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb5f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb380> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fa990> # /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 0x7f435b613500> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b613260> # /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 0x7f435b6359a0> # /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 0x7f435b6370e0> # 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 0x7f435b6362d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b635df0> # /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 0x7f435b3e4830> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3cbc20> # /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 0x7f435b3e7770> # /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 0x7f435b3e7890> # /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 0x7f435b3e4ec0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b3e4b90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b6137d0> # /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 0x7f435b6354f0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b613530> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b7fb350> # /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 0x7f435b40e270> # /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 0x7f435b40eb10> # /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 0x7f435b40fb30> # /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 0x7f435b4381a0> # /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 0x7f435b439850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b439220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b438ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b438b60> # /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 0x7f435b5945f0> # /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 0x7f435b43b530> # /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 0x7f435b43b5f0> # /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 0x7f435b43bd10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43bb90> # /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 0x7f435b46a330> # /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 0x7f435b46b530> # /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 0x7f435b46b7a0> # /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 0x7f435b46b920> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46b740> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46aff0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b46a4b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b469760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b468d10> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b468590> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43b020> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f435b43a510> # /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 0x7f435b46ae70> # /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 0x7f435b46bd70> # /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 0x7f435b494680> # /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 0x7f435b494a40> # /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 0x7f435b495370> # /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 0x7f435b495eb0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867680.08495: done with _execute_module (ansible.legacy.dnf, {'name': ['util-linux-core'], '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-1726867679.387079-9142-119633094078549/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867680.08500: _low_level_execute_command(): starting 8484 1726867680.08505: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867679.387079-9142-119633094078549/ > /dev/null 2>&1 && sleep 0' 8484 1726867680.08509: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867680.08629: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867680.08633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867680.08637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867680.08639: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867680.08642: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867680.08645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.08648: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867680.08651: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.08654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.10583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867680.10586: stderr chunk (state=3): >>><<< 8484 1726867680.10589: stdout chunk (state=3): >>><<< 8484 1726867680.10591: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867680.10594: handler run complete 8484 1726867680.10596: attempt loop complete, returning result 8484 1726867680.10598: _execute() done 8484 1726867680.10600: dumping result to json 8484 1726867680.10602: done dumping result, returning 8484 1726867680.10606: done running TaskExecutor() for managed_node3/TASK: Ensure test packages [02e58e3f-6ce9-dbaf-c049-0000000001f6] 8484 1726867680.10609: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f6 ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867680.10757: no more pending results, returning what we have 8484 1726867680.10760: results queue empty 8484 1726867680.10761: checking for any_errors_fatal 8484 1726867680.10766: done checking for any_errors_fatal 8484 1726867680.10767: checking for max_fail_percentage 8484 1726867680.10769: done checking for max_fail_percentage 8484 1726867680.10772: checking to see if all hosts have failed and the running result is not ok 8484 1726867680.10777: done checking to see if all hosts have failed 8484 1726867680.10778: getting the remaining hosts for this loop 8484 1726867680.10787: done getting the remaining hosts for this loop 8484 1726867680.10792: getting the next task for host managed_node3 8484 1726867680.10800: done getting next task for host managed_node3 8484 1726867680.10803: ^ task is: TASK: Find unused disks in the system 8484 1726867680.10809: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867680.10812: getting variables 8484 1726867680.10814: in VariableManager get_vars() 8484 1726867680.10846: Calling all_inventory to load vars for managed_node3 8484 1726867680.10850: Calling groups_inventory to load vars for managed_node3 8484 1726867680.10853: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867680.10859: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f6 8484 1726867680.10863: WORKER PROCESS EXITING 8484 1726867680.11010: Calling all_plugins_play to load vars for managed_node3 8484 1726867680.11015: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867680.11019: Calling groups_plugins_play to load vars for managed_node3 8484 1726867680.11825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867680.12543: done with get_vars() 8484 1726867680.12564: done getting variables TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:23 Friday 20 September 2024 17:28:00 -0400 (0:00:00.843) 0:00:15.423 ****** 8484 1726867680.12667: entering _queue_task() for managed_node3/find_unused_disk 8484 1726867680.12669: Creating lock for find_unused_disk 8484 1726867680.13113: worker is 1 (out of 1 available) 8484 1726867680.13126: exiting _queue_task() for managed_node3/find_unused_disk 8484 1726867680.13137: done queuing things up, now waiting for results queue to drain 8484 1726867680.13138: waiting for pending results... 8484 1726867680.13521: running TaskExecutor() for managed_node3/TASK: Find unused disks in the system 8484 1726867680.13526: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001f7 8484 1726867680.13530: variable 'ansible_search_path' from source: unknown 8484 1726867680.13534: calling self._execute() 8484 1726867680.13628: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.13632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.13646: variable 'omit' from source: magic vars 8484 1726867680.13769: variable 'omit' from source: magic vars 8484 1726867680.13829: variable 'omit' from source: magic vars 8484 1726867680.14124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867680.15962: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867680.16038: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867680.16072: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867680.16107: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867680.16134: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867680.16236: 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) 8484 1726867680.16268: 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) 8484 1726867680.16500: 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) 8484 1726867680.16559: 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) 8484 1726867680.16591: 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) 8484 1726867680.16706: variable 'min_size' from source: include params 8484 1726867680.16727: variable 'test_disk_min_size' from source: play vars 8484 1726867680.16796: variable 'test_disk_min_size' from source: play vars 8484 1726867680.16817: variable 'omit' from source: magic vars 8484 1726867680.16948: variable 'omit' from source: magic vars 8484 1726867680.17087: variable 'omit' from source: magic vars 8484 1726867680.17213: variable 'omit' from source: magic vars 8484 1726867680.17240: variable 'omit' from source: magic vars 8484 1726867680.17331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867680.17340: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867680.17343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867680.17368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867680.17375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867680.17447: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867680.17451: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.17453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.17547: Set connection var ansible_pipelining to False 8484 1726867680.17550: Set connection var ansible_timeout to 10 8484 1726867680.17553: Set connection var ansible_connection to ssh 8484 1726867680.17557: Set connection var ansible_shell_type to sh 8484 1726867680.17596: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867680.17601: Set connection var ansible_shell_executable to /bin/sh 8484 1726867680.17656: variable 'ansible_shell_executable' from source: unknown 8484 1726867680.17659: variable 'ansible_connection' from source: unknown 8484 1726867680.17661: variable 'ansible_module_compression' from source: unknown 8484 1726867680.17663: variable 'ansible_shell_type' from source: unknown 8484 1726867680.17665: variable 'ansible_shell_executable' from source: unknown 8484 1726867680.17667: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.17669: variable 'ansible_pipelining' from source: unknown 8484 1726867680.17675: variable 'ansible_timeout' from source: unknown 8484 1726867680.17678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.17888: 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__) 8484 1726867680.17891: variable 'omit' from source: magic vars 8484 1726867680.17894: starting attempt loop 8484 1726867680.17896: running the handler 8484 1726867680.17898: _low_level_execute_command(): starting 8484 1726867680.17904: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867680.18575: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.18636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867680.18659: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867680.18664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.18792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.20499: stdout chunk (state=3): >>>/root <<< 8484 1726867680.20648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867680.20652: stdout chunk (state=3): >>><<< 8484 1726867680.20654: stderr chunk (state=3): >>><<< 8484 1726867680.20676: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867680.20779: _low_level_execute_command(): starting 8484 1726867680.20783: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619 `" && echo ansible-tmp-1726867680.2069025-9172-100741912595619="` echo /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619 `" ) && sleep 0' 8484 1726867680.21323: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867680.21326: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867680.21329: 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.42.108 is address debug1: re-parsing configuration <<< 8484 1726867680.21333: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.21390: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867680.21414: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.21544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.23591: stdout chunk (state=3): >>>ansible-tmp-1726867680.2069025-9172-100741912595619=/root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619 <<< 8484 1726867680.23607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867680.23658: stderr chunk (state=3): >>><<< 8484 1726867680.23716: stdout chunk (state=3): >>><<< 8484 1726867680.23747: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867680.2069025-9172-100741912595619=/root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867680.23818: variable 'ansible_module_compression' from source: unknown 8484 1726867680.23872: ANSIBALLZ: Using lock for find_unused_disk 8484 1726867680.24076: ANSIBALLZ: Acquiring lock 8484 1726867680.24079: ANSIBALLZ: Lock acquired: 140415009935040 8484 1726867680.24082: ANSIBALLZ: Creating module 8484 1726867680.36847: ANSIBALLZ: Writing module into payload 8484 1726867680.36940: ANSIBALLZ: Writing module 8484 1726867680.36969: ANSIBALLZ: Renaming module 8484 1726867680.36986: ANSIBALLZ: Done creating module 8484 1726867680.37016: variable 'ansible_facts' from source: unknown 8484 1726867680.37109: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py 8484 1726867680.37342: Sending initial data 8484 1726867680.37351: Sent initial data (163 bytes) 8484 1726867680.37969: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867680.37999: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.38122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.39811: 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 <<< 8484 1726867680.39912: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867680.39989: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp_l0jrh96 /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py <<< 8484 1726867680.40010: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py" <<< 8484 1726867680.40092: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp_l0jrh96" to remote "/root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py" <<< 8484 1726867680.40095: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py" <<< 8484 1726867680.40855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867680.40989: stderr chunk (state=3): >>><<< 8484 1726867680.40992: stdout chunk (state=3): >>><<< 8484 1726867680.40994: done transferring module to remote 8484 1726867680.40996: _low_level_execute_command(): starting 8484 1726867680.40999: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/ /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py && sleep 0' 8484 1726867680.41552: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867680.41569: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.41585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867680.41601: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.41703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.41783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.43605: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867680.43627: stderr chunk (state=3): >>><<< 8484 1726867680.43630: stdout chunk (state=3): >>><<< 8484 1726867680.43643: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867680.43646: _low_level_execute_command(): starting 8484 1726867680.43651: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/AnsiballZ_find_unused_disk.py && sleep 0' 8484 1726867680.44096: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.44099: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867680.44102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.44177: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.44257: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.46514: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 8484 1726867680.46538: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867680.46709: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 8484 1726867680.46713: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867680.46715: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867680.46729: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867680.46831: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 8484 1726867680.46862: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867680.46934: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 8484 1726867680.46983: stdout chunk (state=3): >>> import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48900184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ffe7b30> # /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 0x7f489001aa50> import '_signal' # <<< 8484 1726867680.47054: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 8484 1726867680.47083: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867680.47201: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867680.47272: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867680.47374: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fdc9130> <<< 8484 1726867680.47436: 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 0x7f488fdca120> import 'site' # <<< 8484 1726867680.47514: 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. <<< 8484 1726867680.47746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867680.47765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867680.47796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867680.47828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867680.47847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe0ff50> <<< 8484 1726867680.47877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867680.47916: 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 0x7f488fe1c0e0> <<< 8484 1726867680.47947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867680.48015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867680.48093: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867680.48142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 8484 1726867680.48209: 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 0x7f488fe3f980> # /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 0x7f488fe3ff50> import '_collections' # <<< 8484 1726867680.48295: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe1fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe1d340> <<< 8484 1726867680.48388: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe0d100> <<< 8484 1726867680.48434: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867680.48538: 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' <<< 8484 1726867680.48542: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe63920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe62540> <<< 8484 1726867680.48697: 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 0x7f488fe1e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe60da0> <<< 8484 1726867680.48751: 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 0x7f488fe908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe0c380> # /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 0x7f488fe90da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe90c50> <<< 8484 1726867680.48797: 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 0x7f488fe91010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe02ea0> # /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' <<< 8484 1726867680.48812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867680.48878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe916a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe913a0> <<< 8484 1726867680.48956: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe925a0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867680.49154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488feac7d0> 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 0x7f488feadf10> # /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' <<< 8484 1726867680.49160: 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' <<< 8484 1726867680.49165: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488feaed80> <<< 8484 1726867680.49191: 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' <<< 8484 1726867680.49304: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488feaf3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488feae300> # /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' <<< 8484 1726867680.49307: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867680.49310: 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 0x7f488feafe60> <<< 8484 1726867680.49314: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488feaf590> <<< 8484 1726867680.49356: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe92600> <<< 8484 1726867680.49360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867680.49486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488fc3bd40> <<< 8484 1726867680.49538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 8484 1726867680.49544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 8484 1726867680.49547: 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 0x7f488fc64860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc645c0> <<< 8484 1726867680.49628: 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 0x7f488fc64890> # /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' <<< 8484 1726867680.49716: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867680.49814: 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 0x7f488fc651c0> <<< 8484 1726867680.49965: 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 0x7f488fc65b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc64a70> <<< 8484 1726867680.49992: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc39ee0> # /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' <<< 8484 1726867680.50151: 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 0x7f488fc66f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc65cd0> <<< 8484 1726867680.50191: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe92cf0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867680.50249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867680.50310: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc8f2c0> <<< 8484 1726867680.50352: 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' <<< 8484 1726867680.50492: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fcb75f0> <<< 8484 1726867680.50562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867680.50618: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fd14380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867680.50687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867680.50756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867680.50787: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fd16ae0> <<< 8484 1726867680.50866: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fd144a0> <<< 8484 1726867680.50942: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fcd93d0> # /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 0x7f488fb15460> <<< 8484 1726867680.51015: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fcb63f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc67e90> <<< 8484 1726867680.51051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867680.51066: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f488fcb69f0> <<< 8484 1726867680.51198: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_find_unused_disk_payload_0i403shl/ansible_find_unused_disk_payload.zip' <<< 8484 1726867680.51222: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.51330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.51374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867680.51380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867680.51423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867680.51493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867680.51524: 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 0x7f488fb6f140> <<< 8484 1726867680.51541: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867680.51730: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb4e030> <<< 8484 1726867680.51735: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb4d220> # zipimport: zlib available <<< 8484 1726867680.51769: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867680.51800: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867680.51816: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.51856: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867680.53244: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.54410: 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 0x7f488fb6ce30> <<< 8484 1726867680.54437: 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' <<< 8484 1726867680.54467: 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' <<< 8484 1726867680.54487: 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' <<< 8484 1726867680.54522: 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 0x7f488fb92a50> <<< 8484 1726867680.54562: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb92810> <<< 8484 1726867680.54594: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb92120> <<< 8484 1726867680.54634: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867680.54655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867680.54675: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb92bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb6fb60> import 'atexit' # <<< 8484 1726867680.54725: 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 0x7f488fb93830> <<< 8484 1726867680.54750: 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 0x7f488fb939e0> <<< 8484 1726867680.54768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867680.54814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867680.54831: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867680.54893: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb93f20> <<< 8484 1726867680.54899: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867680.54914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867680.54932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867680.54981: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f511d60> <<< 8484 1726867680.55019: 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 0x7f488f513980> <<< 8484 1726867680.55035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867680.55052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867680.55098: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f514380> <<< 8484 1726867680.55113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867680.55137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867680.55152: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5154f0> <<< 8484 1726867680.55185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867680.55223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867680.55249: 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' <<< 8484 1726867680.55305: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f517f50> <<< 8484 1726867680.55348: 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 0x7f488fe02f90> <<< 8484 1726867680.55365: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f516210> <<< 8484 1726867680.55389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867680.55402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867680.55439: 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' <<< 8484 1726867680.55454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867680.55489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867680.55521: 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 0x7f488f51fd70> <<< 8484 1726867680.55534: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867680.55610: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f51e840> <<< 8484 1726867680.55613: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f51e5d0> <<< 8484 1726867680.55649: 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' <<< 8484 1726867680.55719: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f51eb10> <<< 8484 1726867680.55752: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f516720> <<< 8484 1726867680.55778: 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 0x7f488f563fe0> <<< 8484 1726867680.55803: 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 0x7f488f564170> <<< 8484 1726867680.55825: 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 <<< 8484 1726867680.55846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867680.55880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867680.55883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867680.55925: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867680.55929: 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 0x7f488f565c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5659d0> <<< 8484 1726867680.55961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867680.56068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867680.56121: 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 0x7f488f567fb0> <<< 8484 1726867680.56131: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f566210> <<< 8484 1726867680.56141: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867680.56192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867680.56214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867680.56232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867680.56281: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f56b7a0> <<< 8484 1726867680.56408: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f568170> <<< 8484 1726867680.56476: 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 0x7f488f56c590> <<< 8484 1726867680.56495: 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 0x7f488f56c890> <<< 8484 1726867680.56536: 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 0x7f488f56ca40> <<< 8484 1726867680.56560: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f564350> <<< 8484 1726867680.56580: 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' <<< 8484 1726867680.56604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867680.56634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867680.56680: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867680.56704: 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 0x7f488f5f8140> <<< 8484 1726867680.56831: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867680.56839: 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 0x7f488f5f91f0> <<< 8484 1726867680.56854: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f56e900> <<< 8484 1726867680.56904: 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' <<< 8484 1726867680.56907: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488f56fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f56e510> # zipimport: zlib available <<< 8484 1726867680.56968: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867680.57030: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.57130: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.57138: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867680.57154: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.57169: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867680.57199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.57314: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.57437: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.57984: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.58546: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 8484 1726867680.58550: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867680.58588: 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 # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867680.58636: 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 0x7f488f5fd430> <<< 8484 1726867680.58721: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867680.58745: 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 0x7f488f5fe2a0> <<< 8484 1726867680.58760: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5f9370> <<< 8484 1726867680.58798: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867680.58811: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.58831: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.58856: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867680.58861: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.59013: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.59171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867680.59183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867680.59195: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5fe000> <<< 8484 1726867680.59198: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.59656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60104: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60178: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867680.60303: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60353: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867680.60360: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60418: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60510: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867680.60520: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60540: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867680.60548: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60594: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60629: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867680.60642: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.60878: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867680.61179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867680.61189: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867680.61248: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5ff380> <<< 8484 1726867680.61273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61418: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867680.61423: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867680.61459: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867680.61462: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61497: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61544: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867680.61560: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61604: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61638: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61703: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.61766: 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 <<< 8484 1726867680.61818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867680.61913: 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'<<< 8484 1726867680.61917: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488f409ee0> <<< 8484 1726867680.61951: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f407b90> <<< 8484 1726867680.61987: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867680.62047: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62105: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62136: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62219: 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' <<< 8484 1726867680.62240: 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 <<< 8484 1726867680.62243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867680.62256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867680.62333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867680.62348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867680.62377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867680.62409: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f502750> <<< 8484 1726867680.62472: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fbd2420> <<< 8484 1726867680.62529: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f409fa0> <<< 8484 1726867680.62542: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5fecf0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867680.62548: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62577: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62608: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867680.62660: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867680.62683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62704: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867680.62718: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62733: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 8484 1726867680.62755: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62769: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62781: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867680.62784: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62811: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867680.62834: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62847: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.62858: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867680.62861: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63016: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63184: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 8484 1726867680.63203: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63210: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63220: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 8484 1726867680.63231: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63340: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.63433: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 8484 1726867680.63517: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867680.67873: stdout chunk (state=3): >>> <<< 8484 1726867680.67894: stdout chunk (state=3): >>>{"changed": false, "disks": ["sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "1g", "max_return": 10, "max_size": "0", "match_sector_size": false, "with_interface": null}}} <<< 8484 1726867680.67904: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867680.68391: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867680.68401: 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 <<< 8484 1726867680.68419: 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 <<< 8484 1726867680.68430: stdout chunk (state=3): >>># cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # 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<<< 8484 1726867680.68459: stdout chunk (state=3): >>> # 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 <<< 8484 1726867680.68507: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.68514: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing <<< 8484 1726867680.68518: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.68530: stdout chunk (state=3): >>># 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 <<< 8484 1726867680.68538: stdout chunk (state=3): >>># destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common <<< 8484 1726867680.68559: 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 <<< 8484 1726867680.68594: stdout chunk (state=3): >>># destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 8484 1726867680.68598: 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 <<< 8484 1726867680.68613: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora <<< 8484 1726867680.68616: stdout chunk (state=3): >>># 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 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.size # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size <<< 8484 1726867680.68890: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867680.68898: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867680.68933: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 8484 1726867680.68939: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 8484 1726867680.68961: stdout chunk (state=3): >>># destroy zipfile._path <<< 8484 1726867680.68964: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867680.68979: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 8484 1726867680.69025: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867680.69029: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile <<< 8484 1726867680.69059: stdout chunk (state=3): >>># destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8484 1726867680.69074: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 8484 1726867680.69082: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867680.69108: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 8484 1726867680.69124: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 8484 1726867680.69129: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867680.69159: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867680.69167: stdout chunk (state=3): >>># destroy array <<< 8484 1726867680.69172: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867680.69191: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867680.69211: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867680.69260: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867680.69287: 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 <<< 8484 1726867680.69306: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867680.69324: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 8484 1726867680.69338: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 8484 1726867680.69358: 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 <<< 8484 1726867680.69365: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 8484 1726867680.69408: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 8484 1726867680.69414: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types <<< 8484 1726867680.69418: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 8484 1726867680.69445: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 8484 1726867680.69460: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 8484 1726867680.69472: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867680.69488: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867680.69631: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867680.69640: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867680.69649: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867680.69680: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867680.69687: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867680.69713: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867680.69723: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867680.69742: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867680.69745: stdout chunk (state=3): >>># destroy _tokenize <<< 8484 1726867680.69767: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 8484 1726867680.69775: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867680.69788: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867680.69896: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 8484 1726867680.69901: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 8484 1726867680.69911: stdout chunk (state=3): >>># destroy time <<< 8484 1726867680.69932: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867680.69955: stdout chunk (state=3): >>># destroy _hashlib<<< 8484 1726867680.69967: stdout chunk (state=3): >>> <<< 8484 1726867680.69979: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867680.70001: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867680.70009: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 8484 1726867680.70026: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867680.70366: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867680.70398: stderr chunk (state=3): >>><<< 8484 1726867680.70402: stdout chunk (state=3): >>><<< 8484 1726867680.70471: _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 0x7f48900184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ffe7b30> # /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 0x7f489001aa50> 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 0x7f488fdc9130> # /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 0x7f488fdca120> 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 0x7f488fe0ff50> # /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 0x7f488fe1c0e0> # /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 0x7f488fe3f980> # /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 0x7f488fe3ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe1fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe1d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe0d100> # /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 0x7f488fe63920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe62540> # /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 0x7f488fe1e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe60da0> # /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 0x7f488fe908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe0c380> # /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 0x7f488fe90da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe90c50> # 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 0x7f488fe91010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe02ea0> # /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 0x7f488fe916a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe913a0> 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 0x7f488fe925a0> 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 0x7f488feac7d0> 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 0x7f488feadf10> # /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 0x7f488feaed80> # 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 0x7f488feaf3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488feae300> # /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 0x7f488feafe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488feaf590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe92600> # /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 0x7f488fc3bd40> # /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 0x7f488fc64860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc645c0> # 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 0x7f488fc64890> # /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 0x7f488fc651c0> # 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 0x7f488fc65b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc64a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc39ee0> # /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 0x7f488fc66f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc65cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fe92cf0> # /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 0x7f488fc8f2c0> # /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 0x7f488fcb75f0> # /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 0x7f488fd14380> # /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 0x7f488fd16ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fd144a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fcd93d0> # /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 0x7f488fb15460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fcb63f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fc67e90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f488fcb69f0> # zipimport: found 37 names in '/tmp/ansible_find_unused_disk_payload_0i403shl/ansible_find_unused_disk_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 0x7f488fb6f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb4e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb4d220> # 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 0x7f488fb6ce30> # /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 0x7f488fb92a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb92810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb92120> # /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 0x7f488fb92bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fb6fb60> 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 0x7f488fb93830> # 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 0x7f488fb939e0> # /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 0x7f488fb93f20> 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 0x7f488f511d60> # 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 0x7f488f513980> # /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 0x7f488f514380> # /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 0x7f488f5154f0> # /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 0x7f488f517f50> # 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 0x7f488fe02f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f516210> # /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 0x7f488f51fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f51e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f51e5d0> # /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 0x7f488f51eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f516720> # 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 0x7f488f563fe0> # /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 0x7f488f564170> # /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 0x7f488f565c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5659d0> # /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 0x7f488f567fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f566210> # /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 0x7f488f56b7a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f568170> # 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 0x7f488f56c590> # 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 0x7f488f56c890> # 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 0x7f488f56ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f564350> # /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 0x7f488f5f8140> # 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 0x7f488f5f91f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f56e900> # 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 0x7f488f56fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f56e510> # 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 0x7f488f5fd430> # /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 0x7f488f5fe2a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5f9370> 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 0x7f488f5fe000> # 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 0x7f488f5ff380> # 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 0x7f488f409ee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f407b90> 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 0x7f488f502750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488fbd2420> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f409fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488f5fecf0> # 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 # 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.size' # # zipimport: zlib available {"changed": false, "disks": ["sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "1g", "max_return": 10, "max_size": "0", "match_sector_size": false, "with_interface": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 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.size # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 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.size # destroy ansible_collections.fedora.linux_system_ro les.plugins.module_utils.storage_lsr.size # 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 8484 1726867680.71094: done with _execute_module (find_unused_disk, {'min_size': '1g', '_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': 'find_unused_disk', '_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-1726867680.2069025-9172-100741912595619/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867680.71097: _low_level_execute_command(): starting 8484 1726867680.71099: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867680.2069025-9172-100741912595619/ > /dev/null 2>&1 && sleep 0' 8484 1726867680.71201: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867680.71209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867680.71212: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.71214: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867680.71216: 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 <<< 8484 1726867680.71218: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867680.71327: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867680.71414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867680.73323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867680.73327: stdout chunk (state=3): >>><<< 8484 1726867680.73329: stderr chunk (state=3): >>><<< 8484 1726867680.73355: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867680.73414: handler run complete 8484 1726867680.73418: attempt loop complete, returning result 8484 1726867680.73421: _execute() done 8484 1726867680.73424: dumping result to json 8484 1726867680.73427: done dumping result, returning 8484 1726867680.73470: done running TaskExecutor() for managed_node3/TASK: Find unused disks in the system [02e58e3f-6ce9-dbaf-c049-0000000001f7] 8484 1726867680.73526: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f7 ok: [managed_node3] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } 8484 1726867680.73705: no more pending results, returning what we have 8484 1726867680.73708: results queue empty 8484 1726867680.73709: checking for any_errors_fatal 8484 1726867680.73715: done checking for any_errors_fatal 8484 1726867680.73716: checking for max_fail_percentage 8484 1726867680.73718: done checking for max_fail_percentage 8484 1726867680.73719: checking to see if all hosts have failed and the running result is not ok 8484 1726867680.73720: done checking to see if all hosts have failed 8484 1726867680.73720: getting the remaining hosts for this loop 8484 1726867680.73722: done getting the remaining hosts for this loop 8484 1726867680.73725: getting the next task for host managed_node3 8484 1726867680.73731: done getting next task for host managed_node3 8484 1726867680.73745: ^ task is: TASK: Set unused_disks if necessary 8484 1726867680.73749: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867680.73756: getting variables 8484 1726867680.73757: in VariableManager get_vars() 8484 1726867680.73795: Calling all_inventory to load vars for managed_node3 8484 1726867680.73798: Calling groups_inventory to load vars for managed_node3 8484 1726867680.73801: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867680.73807: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f7 8484 1726867680.73809: WORKER PROCESS EXITING 8484 1726867680.73817: Calling all_plugins_play to load vars for managed_node3 8484 1726867680.73820: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867680.73823: Calling groups_plugins_play to load vars for managed_node3 8484 1726867680.74234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867680.74571: done with get_vars() 8484 1726867680.74582: done getting variables 8484 1726867680.74625: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:31 Friday 20 September 2024 17:28:00 -0400 (0:00:00.619) 0:00:16.043 ****** 8484 1726867680.74647: entering _queue_task() for managed_node3/set_fact 8484 1726867680.74837: worker is 1 (out of 1 available) 8484 1726867680.74851: exiting _queue_task() for managed_node3/set_fact 8484 1726867680.74863: done queuing things up, now waiting for results queue to drain 8484 1726867680.74865: waiting for pending results... 8484 1726867680.75034: running TaskExecutor() for managed_node3/TASK: Set unused_disks if necessary 8484 1726867680.75101: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001f8 8484 1726867680.75115: variable 'ansible_search_path' from source: unknown 8484 1726867680.75141: calling self._execute() 8484 1726867680.75207: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.75216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.75224: variable 'omit' from source: magic vars 8484 1726867680.75976: variable 'unused_disks_return' from source: set_fact 8484 1726867680.75979: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 8484 1726867680.75981: variable 'omit' from source: magic vars 8484 1726867680.76099: variable 'omit' from source: magic vars 8484 1726867680.76102: variable 'unused_disks_return' from source: set_fact 8484 1726867680.76167: variable 'omit' from source: magic vars 8484 1726867680.76220: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867680.76257: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867680.76284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867680.76316: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867680.76333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867680.76366: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867680.76377: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.76385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.76494: Set connection var ansible_pipelining to False 8484 1726867680.76509: Set connection var ansible_timeout to 10 8484 1726867680.76517: Set connection var ansible_connection to ssh 8484 1726867680.76535: Set connection var ansible_shell_type to sh 8484 1726867680.76545: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867680.76554: Set connection var ansible_shell_executable to /bin/sh 8484 1726867680.76583: variable 'ansible_shell_executable' from source: unknown 8484 1726867680.76590: variable 'ansible_connection' from source: unknown 8484 1726867680.76597: variable 'ansible_module_compression' from source: unknown 8484 1726867680.76607: variable 'ansible_shell_type' from source: unknown 8484 1726867680.76615: variable 'ansible_shell_executable' from source: unknown 8484 1726867680.76622: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.76631: variable 'ansible_pipelining' from source: unknown 8484 1726867680.76648: variable 'ansible_timeout' from source: unknown 8484 1726867680.76656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.76810: 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) 8484 1726867680.76829: variable 'omit' from source: magic vars 8484 1726867680.76843: starting attempt loop 8484 1726867680.76850: running the handler 8484 1726867680.76969: handler run complete 8484 1726867680.76973: attempt loop complete, returning result 8484 1726867680.76975: _execute() done 8484 1726867680.76977: dumping result to json 8484 1726867680.76979: done dumping result, returning 8484 1726867680.76981: done running TaskExecutor() for managed_node3/TASK: Set unused_disks if necessary [02e58e3f-6ce9-dbaf-c049-0000000001f8] 8484 1726867680.76983: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f8 8484 1726867680.77059: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f8 8484 1726867680.77062: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } 8484 1726867680.77132: no more pending results, returning what we have 8484 1726867680.77135: results queue empty 8484 1726867680.77135: checking for any_errors_fatal 8484 1726867680.77149: done checking for any_errors_fatal 8484 1726867680.77150: checking for max_fail_percentage 8484 1726867680.77152: done checking for max_fail_percentage 8484 1726867680.77153: checking to see if all hosts have failed and the running result is not ok 8484 1726867680.77154: done checking to see if all hosts have failed 8484 1726867680.77155: getting the remaining hosts for this loop 8484 1726867680.77156: done getting the remaining hosts for this loop 8484 1726867680.77160: getting the next task for host managed_node3 8484 1726867680.77168: done getting next task for host managed_node3 8484 1726867680.77173: ^ task is: TASK: Print unused disks 8484 1726867680.77177: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867680.77183: getting variables 8484 1726867680.77185: in VariableManager get_vars() 8484 1726867680.77221: Calling all_inventory to load vars for managed_node3 8484 1726867680.77224: Calling groups_inventory to load vars for managed_node3 8484 1726867680.77228: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867680.77240: Calling all_plugins_play to load vars for managed_node3 8484 1726867680.77243: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867680.77246: Calling groups_plugins_play to load vars for managed_node3 8484 1726867680.78176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867680.78933: done with get_vars() 8484 1726867680.78946: done getting variables 8484 1726867680.79006: 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 [Print unused disks] ****************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:36 Friday 20 September 2024 17:28:00 -0400 (0:00:00.043) 0:00:16.087 ****** 8484 1726867680.79040: entering _queue_task() for managed_node3/debug 8484 1726867680.79382: worker is 1 (out of 1 available) 8484 1726867680.79393: exiting _queue_task() for managed_node3/debug 8484 1726867680.79406: done queuing things up, now waiting for results queue to drain 8484 1726867680.79408: waiting for pending results... 8484 1726867680.79688: running TaskExecutor() for managed_node3/TASK: Print unused disks 8484 1726867680.79786: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001f9 8484 1726867680.79789: variable 'ansible_search_path' from source: unknown 8484 1726867680.79792: calling self._execute() 8484 1726867680.79855: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.79867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.79892: variable 'omit' from source: magic vars 8484 1726867680.80026: variable 'omit' from source: magic vars 8484 1726867680.80083: variable 'omit' from source: magic vars 8484 1726867680.80136: variable 'omit' from source: magic vars 8484 1726867680.80207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867680.80256: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867680.80285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867680.80442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867680.80445: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867680.80448: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867680.80451: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.80453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.80528: Set connection var ansible_pipelining to False 8484 1726867680.80541: Set connection var ansible_timeout to 10 8484 1726867680.80563: Set connection var ansible_connection to ssh 8484 1726867680.80579: Set connection var ansible_shell_type to sh 8484 1726867680.80588: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867680.80598: Set connection var ansible_shell_executable to /bin/sh 8484 1726867680.80632: variable 'ansible_shell_executable' from source: unknown 8484 1726867680.80641: variable 'ansible_connection' from source: unknown 8484 1726867680.80649: variable 'ansible_module_compression' from source: unknown 8484 1726867680.80676: variable 'ansible_shell_type' from source: unknown 8484 1726867680.80684: variable 'ansible_shell_executable' from source: unknown 8484 1726867680.80692: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.80775: variable 'ansible_pipelining' from source: unknown 8484 1726867680.80779: variable 'ansible_timeout' from source: unknown 8484 1726867680.80781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.80882: 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) 8484 1726867680.80929: variable 'omit' from source: magic vars 8484 1726867680.80932: starting attempt loop 8484 1726867680.80935: running the handler 8484 1726867680.81021: variable 'unused_disks' from source: set_fact 8484 1726867680.81277: variable 'unused_disks' from source: set_fact 8484 1726867680.81364: handler run complete 8484 1726867680.81441: attempt loop complete, returning result 8484 1726867680.81444: _execute() done 8484 1726867680.81453: dumping result to json 8484 1726867680.81469: done dumping result, returning 8484 1726867680.81474: done running TaskExecutor() for managed_node3/TASK: Print unused disks [02e58e3f-6ce9-dbaf-c049-0000000001f9] 8484 1726867680.81476: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f9 8484 1726867680.81802: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001f9 8484 1726867680.81805: WORKER PROCESS EXITING ok: [managed_node3] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } 8484 1726867680.81853: no more pending results, returning what we have 8484 1726867680.81855: results queue empty 8484 1726867680.81856: checking for any_errors_fatal 8484 1726867680.81865: done checking for any_errors_fatal 8484 1726867680.81866: checking for max_fail_percentage 8484 1726867680.81868: done checking for max_fail_percentage 8484 1726867680.81868: checking to see if all hosts have failed and the running result is not ok 8484 1726867680.81869: done checking to see if all hosts have failed 8484 1726867680.81872: getting the remaining hosts for this loop 8484 1726867680.81873: done getting the remaining hosts for this loop 8484 1726867680.81876: getting the next task for host managed_node3 8484 1726867680.81884: done getting next task for host managed_node3 8484 1726867680.81888: ^ task is: TASK: Print info from find_unused_disk 8484 1726867680.81891: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867680.81894: getting variables 8484 1726867680.81896: in VariableManager get_vars() 8484 1726867680.82006: Calling all_inventory to load vars for managed_node3 8484 1726867680.82009: Calling groups_inventory to load vars for managed_node3 8484 1726867680.82012: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867680.82020: Calling all_plugins_play to load vars for managed_node3 8484 1726867680.82027: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867680.82031: Calling groups_plugins_play to load vars for managed_node3 8484 1726867680.82560: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867680.83183: done with get_vars() 8484 1726867680.83198: done getting variables 8484 1726867680.83287: 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 [Print info from find_unused_disk] **************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:44 Friday 20 September 2024 17:28:00 -0400 (0:00:00.042) 0:00:16.130 ****** 8484 1726867680.83333: entering _queue_task() for managed_node3/debug 8484 1726867680.83610: worker is 1 (out of 1 available) 8484 1726867680.83623: exiting _queue_task() for managed_node3/debug 8484 1726867680.83637: done queuing things up, now waiting for results queue to drain 8484 1726867680.83638: waiting for pending results... 8484 1726867680.83956: running TaskExecutor() for managed_node3/TASK: Print info from find_unused_disk 8484 1726867680.84161: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001fb 8484 1726867680.84165: variable 'ansible_search_path' from source: unknown 8484 1726867680.84169: calling self._execute() 8484 1726867680.84223: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.84235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.84248: variable 'omit' from source: magic vars 8484 1726867680.84673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867680.87185: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867680.87275: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867680.87316: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867680.87354: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867680.87477: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867680.87481: 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) 8484 1726867680.87515: 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) 8484 1726867680.87544: 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) 8484 1726867680.87596: 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) 8484 1726867680.87614: 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) 8484 1726867680.87666: 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) 8484 1726867680.87704: 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) 8484 1726867680.87733: 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) 8484 1726867680.87776: 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) 8484 1726867680.87802: 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) 8484 1726867680.87956: variable 'unused_disks' from source: set_fact 8484 1726867680.87999: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 8484 1726867680.88006: when evaluation is False, skipping this task 8484 1726867680.88018: _execute() done 8484 1726867680.88075: dumping result to json 8484 1726867680.88078: done dumping result, returning 8484 1726867680.88080: done running TaskExecutor() for managed_node3/TASK: Print info from find_unused_disk [02e58e3f-6ce9-dbaf-c049-0000000001fb] 8484 1726867680.88083: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001fb 8484 1726867680.88412: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001fb 8484 1726867680.88416: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } 8484 1726867680.88463: no more pending results, returning what we have 8484 1726867680.88466: results queue empty 8484 1726867680.88467: checking for any_errors_fatal 8484 1726867680.88477: done checking for any_errors_fatal 8484 1726867680.88478: checking for max_fail_percentage 8484 1726867680.88480: done checking for max_fail_percentage 8484 1726867680.88481: checking to see if all hosts have failed and the running result is not ok 8484 1726867680.88482: done checking to see if all hosts have failed 8484 1726867680.88483: getting the remaining hosts for this loop 8484 1726867680.88484: done getting the remaining hosts for this loop 8484 1726867680.88488: getting the next task for host managed_node3 8484 1726867680.88494: done getting next task for host managed_node3 8484 1726867680.88497: ^ task is: TASK: Show disk information 8484 1726867680.88501: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867680.88505: getting variables 8484 1726867680.88506: in VariableManager get_vars() 8484 1726867680.88537: Calling all_inventory to load vars for managed_node3 8484 1726867680.88540: Calling groups_inventory to load vars for managed_node3 8484 1726867680.88543: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867680.88552: Calling all_plugins_play to load vars for managed_node3 8484 1726867680.88555: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867680.88558: Calling groups_plugins_play to load vars for managed_node3 8484 1726867680.89160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867680.89761: done with get_vars() 8484 1726867680.89778: done getting variables 8484 1726867680.89875: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Show disk information] *************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:49 Friday 20 September 2024 17:28:00 -0400 (0:00:00.065) 0:00:16.196 ****** 8484 1726867680.89907: entering _queue_task() for managed_node3/shell 8484 1726867680.89909: Creating lock for shell 8484 1726867680.90314: worker is 1 (out of 1 available) 8484 1726867680.90326: exiting _queue_task() for managed_node3/shell 8484 1726867680.90336: done queuing things up, now waiting for results queue to drain 8484 1726867680.90337: waiting for pending results... 8484 1726867680.90505: running TaskExecutor() for managed_node3/TASK: Show disk information 8484 1726867680.90635: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001fc 8484 1726867680.90672: variable 'ansible_search_path' from source: unknown 8484 1726867680.90701: calling self._execute() 8484 1726867680.90848: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.90851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.90854: variable 'omit' from source: magic vars 8484 1726867680.91274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867680.94028: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867680.94102: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867680.94152: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867680.94209: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867680.94275: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867680.94342: 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) 8484 1726867680.94380: 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) 8484 1726867680.94412: 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) 8484 1726867680.94558: 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) 8484 1726867680.94561: 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) 8484 1726867680.94564: 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) 8484 1726867680.94567: 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) 8484 1726867680.94597: 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) 8484 1726867680.94641: 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) 8484 1726867680.94666: 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) 8484 1726867680.94875: variable 'unused_disks' from source: set_fact 8484 1726867680.94884: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 8484 1726867680.94889: when evaluation is False, skipping this task 8484 1726867680.94892: _execute() done 8484 1726867680.94895: dumping result to json 8484 1726867680.94897: done dumping result, returning 8484 1726867680.94909: done running TaskExecutor() for managed_node3/TASK: Show disk information [02e58e3f-6ce9-dbaf-c049-0000000001fc] 8484 1726867680.94917: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001fc 8484 1726867680.95142: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001fc 8484 1726867680.95146: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 8484 1726867680.95195: no more pending results, returning what we have 8484 1726867680.95197: results queue empty 8484 1726867680.95198: checking for any_errors_fatal 8484 1726867680.95206: done checking for any_errors_fatal 8484 1726867680.95207: checking for max_fail_percentage 8484 1726867680.95209: done checking for max_fail_percentage 8484 1726867680.95210: checking to see if all hosts have failed and the running result is not ok 8484 1726867680.95211: done checking to see if all hosts have failed 8484 1726867680.95212: getting the remaining hosts for this loop 8484 1726867680.95213: done getting the remaining hosts for this loop 8484 1726867680.95217: getting the next task for host managed_node3 8484 1726867680.95225: done getting next task for host managed_node3 8484 1726867680.95228: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 8484 1726867680.95231: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867680.95236: getting variables 8484 1726867680.95238: in VariableManager get_vars() 8484 1726867680.95273: Calling all_inventory to load vars for managed_node3 8484 1726867680.95276: Calling groups_inventory to load vars for managed_node3 8484 1726867680.95279: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867680.95291: Calling all_plugins_play to load vars for managed_node3 8484 1726867680.95294: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867680.95296: Calling groups_plugins_play to load vars for managed_node3 8484 1726867680.96278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867680.96875: done with get_vars() 8484 1726867680.96888: done getting variables 8484 1726867680.96980: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:58 Friday 20 September 2024 17:28:00 -0400 (0:00:00.071) 0:00:16.267 ****** 8484 1726867680.97018: entering _queue_task() for managed_node3/fail 8484 1726867680.97019: Creating lock for fail 8484 1726867680.97325: worker is 1 (out of 1 available) 8484 1726867680.97452: exiting _queue_task() for managed_node3/fail 8484 1726867680.97464: done queuing things up, now waiting for results queue to drain 8484 1726867680.97465: waiting for pending results... 8484 1726867680.97727: running TaskExecutor() for managed_node3/TASK: Exit playbook when there's not enough unused disks in the system 8484 1726867680.97823: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000001fd 8484 1726867680.97828: variable 'ansible_search_path' from source: unknown 8484 1726867680.97850: calling self._execute() 8484 1726867680.97947: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867680.97976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867680.97980: variable 'omit' from source: magic vars 8484 1726867680.98420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867681.00924: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867681.00931: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867681.00977: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867681.01019: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867681.01060: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867681.01153: 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) 8484 1726867681.01193: 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) 8484 1726867681.01224: 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) 8484 1726867681.01281: 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) 8484 1726867681.01357: 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) 8484 1726867681.01362: 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) 8484 1726867681.01391: 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) 8484 1726867681.01420: 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) 8484 1726867681.01476: 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) 8484 1726867681.01489: 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) 8484 1726867681.01685: variable 'unused_disks' from source: set_fact 8484 1726867681.01699: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 8484 1726867681.01708: when evaluation is False, skipping this task 8484 1726867681.01717: _execute() done 8484 1726867681.01725: dumping result to json 8484 1726867681.01734: done dumping result, returning 8484 1726867681.01747: done running TaskExecutor() for managed_node3/TASK: Exit playbook when there's not enough unused disks in the system [02e58e3f-6ce9-dbaf-c049-0000000001fd] 8484 1726867681.01775: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001fd skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 8484 1726867681.01961: no more pending results, returning what we have 8484 1726867681.01964: results queue empty 8484 1726867681.01965: checking for any_errors_fatal 8484 1726867681.01975: done checking for any_errors_fatal 8484 1726867681.01976: checking for max_fail_percentage 8484 1726867681.01978: done checking for max_fail_percentage 8484 1726867681.01979: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.01980: done checking to see if all hosts have failed 8484 1726867681.01981: getting the remaining hosts for this loop 8484 1726867681.01983: done getting the remaining hosts for this loop 8484 1726867681.01987: getting the next task for host managed_node3 8484 1726867681.01998: done getting next task for host managed_node3 8484 1726867681.02001: ^ task is: TASK: Create LVM logical volumes under volume groups 8484 1726867681.02004: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.02009: getting variables 8484 1726867681.02011: in VariableManager get_vars() 8484 1726867681.02048: Calling all_inventory to load vars for managed_node3 8484 1726867681.02051: Calling groups_inventory to load vars for managed_node3 8484 1726867681.02055: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.02066: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.02069: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.02290: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.02903: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000001fd 8484 1726867681.02906: WORKER PROCESS EXITING 8484 1726867681.02973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.03600: done with get_vars() 8484 1726867681.03616: done getting variables TASK [Create LVM logical volumes under volume groups] ************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/setup.yml:31 Friday 20 September 2024 17:28:01 -0400 (0:00:00.066) 0:00:16.334 ****** 8484 1726867681.03714: entering _queue_task() for managed_node3/include_role 8484 1726867681.04061: worker is 1 (out of 1 available) 8484 1726867681.04077: exiting _queue_task() for managed_node3/include_role 8484 1726867681.04090: done queuing things up, now waiting for results queue to drain 8484 1726867681.04091: waiting for pending results... 8484 1726867681.04347: running TaskExecutor() for managed_node3/TASK: Create LVM logical volumes under volume groups 8484 1726867681.04472: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000002a 8484 1726867681.04493: variable 'ansible_search_path' from source: unknown 8484 1726867681.04499: variable 'ansible_search_path' from source: unknown 8484 1726867681.04538: calling self._execute() 8484 1726867681.04635: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.04647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.04660: variable 'omit' from source: magic vars 8484 1726867681.04776: _execute() done 8484 1726867681.04785: dumping result to json 8484 1726867681.04801: done dumping result, returning 8484 1726867681.04877: done running TaskExecutor() for managed_node3/TASK: Create LVM logical volumes under volume groups [02e58e3f-6ce9-dbaf-c049-00000000002a] 8484 1726867681.04880: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000002a 8484 1726867681.05037: no more pending results, returning what we have 8484 1726867681.05042: in VariableManager get_vars() 8484 1726867681.05084: Calling all_inventory to load vars for managed_node3 8484 1726867681.05087: Calling groups_inventory to load vars for managed_node3 8484 1726867681.05091: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.05104: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.05107: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.05111: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.05869: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000002a 8484 1726867681.05874: WORKER PROCESS EXITING 8484 1726867681.05899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.06509: done with get_vars() 8484 1726867681.06520: variable 'ansible_search_path' from source: unknown 8484 1726867681.06522: variable 'ansible_search_path' from source: unknown 8484 1726867681.07748: variable 'omit' from source: magic vars 8484 1726867681.07791: variable 'omit' from source: magic vars 8484 1726867681.07808: variable 'omit' from source: magic vars 8484 1726867681.07812: we have included files to process 8484 1726867681.07813: generating all_blocks data 8484 1726867681.07815: done generating all_blocks data 8484 1726867681.07819: processing included file: fedora.linux_system_roles.storage 8484 1726867681.07841: in VariableManager get_vars() 8484 1726867681.07858: done with get_vars() 8484 1726867681.07893: in VariableManager get_vars() 8484 1726867681.07912: done with get_vars() 8484 1726867681.07949: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 8484 1726867681.07983: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 8484 1726867681.08150: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 8484 1726867681.08235: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 8484 1726867681.08330: in VariableManager get_vars() 8484 1726867681.08348: done with get_vars() 8484 1726867681.08562: in VariableManager get_vars() 8484 1726867681.08582: done with get_vars() 8484 1726867681.08702: iterating over new_blocks loaded from include file 8484 1726867681.08704: in VariableManager get_vars() 8484 1726867681.08718: done with get_vars() 8484 1726867681.08720: filtering new block on tags 8484 1726867681.08745: done filtering new block on tags 8484 1726867681.08748: in VariableManager get_vars() 8484 1726867681.08761: done with get_vars() 8484 1726867681.08763: filtering new block on tags 8484 1726867681.08781: done filtering new block on tags 8484 1726867681.08783: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 8484 1726867681.08789: extending task lists for all hosts with included blocks 8484 1726867681.09962: done extending task lists 8484 1726867681.09963: done processing included files 8484 1726867681.09964: results queue empty 8484 1726867681.09965: checking for any_errors_fatal 8484 1726867681.09968: done checking for any_errors_fatal 8484 1726867681.09969: checking for max_fail_percentage 8484 1726867681.09972: done checking for max_fail_percentage 8484 1726867681.09973: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.09974: done checking to see if all hosts have failed 8484 1726867681.09974: getting the remaining hosts for this loop 8484 1726867681.09976: done getting the remaining hosts for this loop 8484 1726867681.09978: getting the next task for host managed_node3 8484 1726867681.09982: done getting next task for host managed_node3 8484 1726867681.09985: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867681.09988: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867681.09997: getting variables 8484 1726867681.09998: in VariableManager get_vars() 8484 1726867681.10010: Calling all_inventory to load vars for managed_node3 8484 1726867681.10012: Calling groups_inventory to load vars for managed_node3 8484 1726867681.10014: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.10020: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.10022: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.10024: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.10505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.11123: done with get_vars() 8484 1726867681.11139: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 17:28:01 -0400 (0:00:00.075) 0:00:16.409 ****** 8484 1726867681.11228: entering _queue_task() for managed_node3/include_tasks 8484 1726867681.11544: worker is 1 (out of 1 available) 8484 1726867681.11557: exiting _queue_task() for managed_node3/include_tasks 8484 1726867681.11573: done queuing things up, now waiting for results queue to drain 8484 1726867681.11574: waiting for pending results... 8484 1726867681.11851: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867681.11987: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000002e9 8484 1726867681.12014: variable 'ansible_search_path' from source: unknown 8484 1726867681.12022: variable 'ansible_search_path' from source: unknown 8484 1726867681.12086: calling self._execute() 8484 1726867681.12173: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.12177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.12180: variable 'omit' from source: magic vars 8484 1726867681.12279: _execute() done 8484 1726867681.12283: dumping result to json 8484 1726867681.12285: done dumping result, returning 8484 1726867681.12367: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-0000000002e9] 8484 1726867681.12372: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002e9 8484 1726867681.12444: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002e9 8484 1726867681.12447: WORKER PROCESS EXITING 8484 1726867681.12492: no more pending results, returning what we have 8484 1726867681.12497: in VariableManager get_vars() 8484 1726867681.12545: Calling all_inventory to load vars for managed_node3 8484 1726867681.12549: Calling groups_inventory to load vars for managed_node3 8484 1726867681.12552: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.12564: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.12568: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.12574: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.13259: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.13892: done with get_vars() 8484 1726867681.13907: variable 'ansible_search_path' from source: unknown 8484 1726867681.13909: variable 'ansible_search_path' from source: unknown 8484 1726867681.13953: we have included files to process 8484 1726867681.13955: generating all_blocks data 8484 1726867681.13957: done generating all_blocks data 8484 1726867681.13960: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867681.13961: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867681.13964: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867681.14509: done processing included file 8484 1726867681.14512: iterating over new_blocks loaded from include file 8484 1726867681.14513: in VariableManager get_vars() 8484 1726867681.14537: done with get_vars() 8484 1726867681.14539: filtering new block on tags 8484 1726867681.14559: done filtering new block on tags 8484 1726867681.14562: in VariableManager get_vars() 8484 1726867681.14585: done with get_vars() 8484 1726867681.14587: filtering new block on tags 8484 1726867681.14613: done filtering new block on tags 8484 1726867681.14615: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 8484 1726867681.14621: extending task lists for all hosts with included blocks 8484 1726867681.14904: done extending task lists 8484 1726867681.14906: done processing included files 8484 1726867681.14906: results queue empty 8484 1726867681.14907: checking for any_errors_fatal 8484 1726867681.14910: done checking for any_errors_fatal 8484 1726867681.14911: checking for max_fail_percentage 8484 1726867681.14912: done checking for max_fail_percentage 8484 1726867681.14913: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.14914: done checking to see if all hosts have failed 8484 1726867681.14914: getting the remaining hosts for this loop 8484 1726867681.14916: done getting the remaining hosts for this loop 8484 1726867681.14918: getting the next task for host managed_node3 8484 1726867681.14923: done getting next task for host managed_node3 8484 1726867681.14925: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 8484 1726867681.14929: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.14942: getting variables 8484 1726867681.14944: in VariableManager get_vars() 8484 1726867681.14956: Calling all_inventory to load vars for managed_node3 8484 1726867681.14958: Calling groups_inventory to load vars for managed_node3 8484 1726867681.14960: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.14966: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.14968: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.14972: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.15637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.16224: done with get_vars() 8484 1726867681.16243: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:01 -0400 (0:00:00.050) 0:00:16.460 ****** 8484 1726867681.16318: entering _queue_task() for managed_node3/setup 8484 1726867681.16641: worker is 1 (out of 1 available) 8484 1726867681.16653: exiting _queue_task() for managed_node3/setup 8484 1726867681.16665: done queuing things up, now waiting for results queue to drain 8484 1726867681.16777: waiting for pending results... 8484 1726867681.17046: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 8484 1726867681.17177: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000383 8484 1726867681.17182: variable 'ansible_search_path' from source: unknown 8484 1726867681.17185: variable 'ansible_search_path' from source: unknown 8484 1726867681.17187: calling self._execute() 8484 1726867681.17289: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.17294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.17311: variable 'omit' from source: magic vars 8484 1726867681.17865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867681.19984: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867681.20075: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867681.20118: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867681.20162: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867681.20195: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867681.20284: 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) 8484 1726867681.20320: 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) 8484 1726867681.20352: 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) 8484 1726867681.20403: 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) 8484 1726867681.20476: 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) 8484 1726867681.20490: 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) 8484 1726867681.20520: 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) 8484 1726867681.20549: 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) 8484 1726867681.20605: 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) 8484 1726867681.20626: 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) 8484 1726867681.20808: variable '__storage_required_facts' from source: role '' all vars 8484 1726867681.20830: variable 'ansible_facts' from source: unknown 8484 1726867681.21277: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867681.21281: when evaluation is False, skipping this task 8484 1726867681.21284: _execute() done 8484 1726867681.21286: dumping result to json 8484 1726867681.21289: done dumping result, returning 8484 1726867681.21291: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000000383] 8484 1726867681.21293: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000383 8484 1726867681.21367: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000383 8484 1726867681.21372: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867681.21424: no more pending results, returning what we have 8484 1726867681.21427: results queue empty 8484 1726867681.21428: checking for any_errors_fatal 8484 1726867681.21430: done checking for any_errors_fatal 8484 1726867681.21430: checking for max_fail_percentage 8484 1726867681.21432: done checking for max_fail_percentage 8484 1726867681.21433: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.21434: done checking to see if all hosts have failed 8484 1726867681.21435: getting the remaining hosts for this loop 8484 1726867681.21436: done getting the remaining hosts for this loop 8484 1726867681.21440: getting the next task for host managed_node3 8484 1726867681.21447: done getting next task for host managed_node3 8484 1726867681.21451: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867681.21456: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.21475: getting variables 8484 1726867681.21477: in VariableManager get_vars() 8484 1726867681.21512: Calling all_inventory to load vars for managed_node3 8484 1726867681.21514: Calling groups_inventory to load vars for managed_node3 8484 1726867681.21516: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.21524: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.21527: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.21529: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.22131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.22763: done with get_vars() 8484 1726867681.22781: done getting variables 8484 1726867681.22844: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 17:28:01 -0400 (0:00:00.065) 0:00:16.525 ****** 8484 1726867681.22887: entering _queue_task() for managed_node3/include_vars 8484 1726867681.23213: worker is 1 (out of 1 available) 8484 1726867681.23231: exiting _queue_task() for managed_node3/include_vars 8484 1726867681.23244: done queuing things up, now waiting for results queue to drain 8484 1726867681.23245: waiting for pending results... 8484 1726867681.23568: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867681.23637: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000384 8484 1726867681.23666: variable 'ansible_search_path' from source: unknown 8484 1726867681.23678: variable 'ansible_search_path' from source: unknown 8484 1726867681.23957: variable 'ansible_facts' from source: unknown 8484 1726867681.24367: variable 'ansible_facts' from source: unknown 8484 1726867681.24706: variable 'ansible_facts' from source: unknown 8484 1726867681.25031: variable 'ansible_facts' from source: unknown 8484 1726867681.25287: variable 'omit' from source: magic vars 8484 1726867681.25360: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.25378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.25402: variable 'omit' from source: magic vars 8484 1726867681.25658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867681.25920: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867681.25976: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867681.26045: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867681.26053: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867681.26130: variable '__vars_file' from source: task vars 8484 1726867681.26220: variable 'role_path' from source: magic vars 8484 1726867681.26229: variable 'item' from source: unknown 8484 1726867681.26247: Evaluated conditional (__vars_file is file): False 8484 1726867681.26262: when evaluation is False, skipping this task 8484 1726867681.26367: variable 'item' from source: unknown 8484 1726867681.26380: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867681.26888: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.26891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.26894: variable 'omit' from source: magic vars 8484 1726867681.26896: variable '__vars_file' from source: task vars 8484 1726867681.26918: variable 'role_path' from source: magic vars 8484 1726867681.26927: variable 'item' from source: unknown 8484 1726867681.26942: Evaluated conditional (__vars_file is file): False 8484 1726867681.26949: when evaluation is False, skipping this task 8484 1726867681.27027: variable 'item' from source: unknown 8484 1726867681.27092: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867681.27322: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.27325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.27327: variable 'omit' from source: magic vars 8484 1726867681.27434: variable '__vars_file' from source: task vars 8484 1726867681.27539: variable 'role_path' from source: magic vars 8484 1726867681.27543: variable 'item' from source: unknown 8484 1726867681.27545: Evaluated conditional (__vars_file is file): True 8484 1726867681.27556: variable 'omit' from source: magic vars 8484 1726867681.27624: variable 'omit' from source: magic vars 8484 1726867681.27757: variable '__vars_file' from source: task vars 8484 1726867681.27765: variable '__vars_file' from source: task vars 8484 1726867681.27847: variable 'role_path' from source: magic vars 8484 1726867681.27858: variable 'item' from source: unknown 8484 1726867681.27985: variable 'omit' from source: magic vars 8484 1726867681.27988: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867681.27990: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867681.27992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867681.27995: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.28009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.28043: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867681.28052: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.28061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.28169: Set connection var ansible_pipelining to False 8484 1726867681.28184: Set connection var ansible_timeout to 10 8484 1726867681.28191: Set connection var ansible_connection to ssh 8484 1726867681.28208: Set connection var ansible_shell_type to sh 8484 1726867681.28222: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867681.28231: Set connection var ansible_shell_executable to /bin/sh 8484 1726867681.28255: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.28310: variable 'ansible_connection' from source: unknown 8484 1726867681.28313: variable 'ansible_module_compression' from source: unknown 8484 1726867681.28315: variable 'ansible_shell_type' from source: unknown 8484 1726867681.28317: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.28319: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.28326: variable 'ansible_pipelining' from source: unknown 8484 1726867681.28328: variable 'ansible_timeout' from source: unknown 8484 1726867681.28330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.28423: 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) 8484 1726867681.28445: variable 'omit' from source: magic vars 8484 1726867681.28455: starting attempt loop 8484 1726867681.28462: running the handler 8484 1726867681.28568: handler run complete 8484 1726867681.28637: attempt loop complete, returning result 8484 1726867681.28641: variable 'item' from source: unknown 8484 1726867681.28672: variable 'item' from source: unknown ok: [managed_node3] => (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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 8484 1726867681.28914: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.28917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.28920: variable 'omit' from source: magic vars 8484 1726867681.29146: variable '__vars_file' from source: task vars 8484 1726867681.29149: variable 'role_path' from source: magic vars 8484 1726867681.29151: variable 'item' from source: unknown 8484 1726867681.29153: Evaluated conditional (__vars_file is file): True 8484 1726867681.29155: variable 'omit' from source: magic vars 8484 1726867681.29157: variable 'omit' from source: magic vars 8484 1726867681.29218: variable '__vars_file' from source: task vars 8484 1726867681.29298: variable '__vars_file' from source: task vars 8484 1726867681.29382: variable 'role_path' from source: magic vars 8484 1726867681.29391: variable 'item' from source: unknown 8484 1726867681.29411: variable 'omit' from source: magic vars 8484 1726867681.29432: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867681.29444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.29454: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.29475: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867681.29487: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.29494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.29563: Set connection var ansible_pipelining to False 8484 1726867681.29587: Set connection var ansible_timeout to 10 8484 1726867681.29596: Set connection var ansible_connection to ssh 8484 1726867681.29696: Set connection var ansible_shell_type to sh 8484 1726867681.29699: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867681.29702: Set connection var ansible_shell_executable to /bin/sh 8484 1726867681.29704: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.29706: variable 'ansible_connection' from source: unknown 8484 1726867681.29708: variable 'ansible_module_compression' from source: unknown 8484 1726867681.29710: variable 'ansible_shell_type' from source: unknown 8484 1726867681.29712: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.29713: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.29715: variable 'ansible_pipelining' from source: unknown 8484 1726867681.29717: variable 'ansible_timeout' from source: unknown 8484 1726867681.29719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.29783: 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) 8484 1726867681.29802: variable 'omit' from source: magic vars 8484 1726867681.29814: starting attempt loop 8484 1726867681.29821: running the handler 8484 1726867681.29873: handler run complete 8484 1726867681.29914: attempt loop complete, returning result 8484 1726867681.29921: variable 'item' from source: unknown 8484 1726867681.29976: variable 'item' from source: unknown ok: [managed_node3] => (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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 8484 1726867681.30337: dumping result to json 8484 1726867681.30340: done dumping result, returning 8484 1726867681.30343: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000384] 8484 1726867681.30345: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000384 8484 1726867681.30395: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000384 8484 1726867681.30398: WORKER PROCESS EXITING 8484 1726867681.30460: no more pending results, returning what we have 8484 1726867681.30464: results queue empty 8484 1726867681.30464: checking for any_errors_fatal 8484 1726867681.30469: done checking for any_errors_fatal 8484 1726867681.30471: checking for max_fail_percentage 8484 1726867681.30473: done checking for max_fail_percentage 8484 1726867681.30474: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.30475: done checking to see if all hosts have failed 8484 1726867681.30475: getting the remaining hosts for this loop 8484 1726867681.30477: done getting the remaining hosts for this loop 8484 1726867681.30480: getting the next task for host managed_node3 8484 1726867681.30488: done getting next task for host managed_node3 8484 1726867681.30492: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 8484 1726867681.30497: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.30511: getting variables 8484 1726867681.30513: in VariableManager get_vars() 8484 1726867681.30548: Calling all_inventory to load vars for managed_node3 8484 1726867681.30551: Calling groups_inventory to load vars for managed_node3 8484 1726867681.30557: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.30572: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.30575: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.30579: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.31338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.32096: done with get_vars() 8484 1726867681.32121: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 17:28:01 -0400 (0:00:00.093) 0:00:16.619 ****** 8484 1726867681.32249: entering _queue_task() for managed_node3/stat 8484 1726867681.32592: worker is 1 (out of 1 available) 8484 1726867681.32724: exiting _queue_task() for managed_node3/stat 8484 1726867681.32736: done queuing things up, now waiting for results queue to drain 8484 1726867681.32738: waiting for pending results... 8484 1726867681.33061: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 8484 1726867681.33108: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000386 8484 1726867681.33130: variable 'ansible_search_path' from source: unknown 8484 1726867681.33137: variable 'ansible_search_path' from source: unknown 8484 1726867681.33183: calling self._execute() 8484 1726867681.33283: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.33294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.33310: variable 'omit' from source: magic vars 8484 1726867681.33695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867681.34215: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867681.34218: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867681.34245: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867681.34354: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867681.34573: 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) 8484 1726867681.34576: 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) 8484 1726867681.34611: 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) 8484 1726867681.34712: 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) 8484 1726867681.34945: variable '__storage_is_ostree' from source: set_fact 8484 1726867681.35133: Evaluated conditional (not __storage_is_ostree is defined): False 8484 1726867681.35136: when evaluation is False, skipping this task 8484 1726867681.35138: _execute() done 8484 1726867681.35141: dumping result to json 8484 1726867681.35143: done dumping result, returning 8484 1726867681.35145: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-000000000386] 8484 1726867681.35148: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000386 8484 1726867681.35223: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000386 8484 1726867681.35226: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867681.35286: no more pending results, returning what we have 8484 1726867681.35290: results queue empty 8484 1726867681.35291: checking for any_errors_fatal 8484 1726867681.35307: done checking for any_errors_fatal 8484 1726867681.35309: checking for max_fail_percentage 8484 1726867681.35310: done checking for max_fail_percentage 8484 1726867681.35311: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.35312: done checking to see if all hosts have failed 8484 1726867681.35313: getting the remaining hosts for this loop 8484 1726867681.35315: done getting the remaining hosts for this loop 8484 1726867681.35318: getting the next task for host managed_node3 8484 1726867681.35326: done getting next task for host managed_node3 8484 1726867681.35330: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 8484 1726867681.35334: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.35350: getting variables 8484 1726867681.35352: in VariableManager get_vars() 8484 1726867681.35388: Calling all_inventory to load vars for managed_node3 8484 1726867681.35391: Calling groups_inventory to load vars for managed_node3 8484 1726867681.35393: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.35404: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.35407: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.35410: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.36322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.36965: done with get_vars() 8484 1726867681.36982: done getting variables 8484 1726867681.37043: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 17:28:01 -0400 (0:00:00.048) 0:00:16.667 ****** 8484 1726867681.37082: entering _queue_task() for managed_node3/set_fact 8484 1726867681.37450: worker is 1 (out of 1 available) 8484 1726867681.37461: exiting _queue_task() for managed_node3/set_fact 8484 1726867681.37474: done queuing things up, now waiting for results queue to drain 8484 1726867681.37476: waiting for pending results... 8484 1726867681.37734: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 8484 1726867681.37894: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000387 8484 1726867681.37945: variable 'ansible_search_path' from source: unknown 8484 1726867681.37949: variable 'ansible_search_path' from source: unknown 8484 1726867681.37963: calling self._execute() 8484 1726867681.38063: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.38090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.38094: variable 'omit' from source: magic vars 8484 1726867681.38878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867681.39325: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867681.39487: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867681.39522: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867681.39666: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867681.39749: 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) 8484 1726867681.39976: 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) 8484 1726867681.39982: 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) 8484 1726867681.39984: 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) 8484 1726867681.40320: variable '__storage_is_ostree' from source: set_fact 8484 1726867681.40324: Evaluated conditional (not __storage_is_ostree is defined): False 8484 1726867681.40327: when evaluation is False, skipping this task 8484 1726867681.40330: _execute() done 8484 1726867681.40332: dumping result to json 8484 1726867681.40334: done dumping result, returning 8484 1726867681.40337: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-000000000387] 8484 1726867681.40339: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000387 skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867681.40484: no more pending results, returning what we have 8484 1726867681.40487: results queue empty 8484 1726867681.40488: checking for any_errors_fatal 8484 1726867681.40496: done checking for any_errors_fatal 8484 1726867681.40497: checking for max_fail_percentage 8484 1726867681.40499: done checking for max_fail_percentage 8484 1726867681.40500: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.40501: done checking to see if all hosts have failed 8484 1726867681.40501: getting the remaining hosts for this loop 8484 1726867681.40503: done getting the remaining hosts for this loop 8484 1726867681.40510: getting the next task for host managed_node3 8484 1726867681.40518: done getting next task for host managed_node3 8484 1726867681.40522: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 8484 1726867681.40527: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.40543: getting variables 8484 1726867681.40545: in VariableManager get_vars() 8484 1726867681.40581: Calling all_inventory to load vars for managed_node3 8484 1726867681.40584: Calling groups_inventory to load vars for managed_node3 8484 1726867681.40586: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.40597: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.40600: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.40603: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.41283: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000387 8484 1726867681.41287: WORKER PROCESS EXITING 8484 1726867681.42046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.43009: done with get_vars() 8484 1726867681.43023: done getting variables 8484 1726867681.43087: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 17:28:01 -0400 (0:00:00.060) 0:00:16.728 ****** 8484 1726867681.43124: entering _queue_task() for managed_node3/set_fact 8484 1726867681.43513: worker is 1 (out of 1 available) 8484 1726867681.43524: exiting _queue_task() for managed_node3/set_fact 8484 1726867681.43537: done queuing things up, now waiting for results queue to drain 8484 1726867681.43538: waiting for pending results... 8484 1726867681.43737: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 8484 1726867681.43965: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000002ea 8484 1726867681.43970: variable 'ansible_search_path' from source: unknown 8484 1726867681.43975: variable 'ansible_search_path' from source: unknown 8484 1726867681.43978: calling self._execute() 8484 1726867681.44053: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.44064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.44089: variable 'omit' from source: magic vars 8484 1726867681.44211: variable 'omit' from source: magic vars 8484 1726867681.44286: variable 'omit' from source: magic vars 8484 1726867681.44323: variable 'omit' from source: magic vars 8484 1726867681.44395: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867681.44418: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867681.44447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867681.44473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.44503: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.44614: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867681.44619: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.44621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.44661: Set connection var ansible_pipelining to False 8484 1726867681.44677: Set connection var ansible_timeout to 10 8484 1726867681.44685: Set connection var ansible_connection to ssh 8484 1726867681.44699: Set connection var ansible_shell_type to sh 8484 1726867681.44714: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867681.44729: Set connection var ansible_shell_executable to /bin/sh 8484 1726867681.44762: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.44772: variable 'ansible_connection' from source: unknown 8484 1726867681.44780: variable 'ansible_module_compression' from source: unknown 8484 1726867681.44788: variable 'ansible_shell_type' from source: unknown 8484 1726867681.44796: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.44802: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.44813: variable 'ansible_pipelining' from source: unknown 8484 1726867681.44829: variable 'ansible_timeout' from source: unknown 8484 1726867681.44832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.45048: 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) 8484 1726867681.45053: variable 'omit' from source: magic vars 8484 1726867681.45055: starting attempt loop 8484 1726867681.45058: running the handler 8484 1726867681.45060: handler run complete 8484 1726867681.45063: attempt loop complete, returning result 8484 1726867681.45065: _execute() done 8484 1726867681.45067: dumping result to json 8484 1726867681.45069: done dumping result, returning 8484 1726867681.45085: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [02e58e3f-6ce9-dbaf-c049-0000000002ea] 8484 1726867681.45095: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002ea 8484 1726867681.45306: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002ea 8484 1726867681.45309: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 8484 1726867681.45480: no more pending results, returning what we have 8484 1726867681.45483: results queue empty 8484 1726867681.45485: checking for any_errors_fatal 8484 1726867681.45490: done checking for any_errors_fatal 8484 1726867681.45491: checking for max_fail_percentage 8484 1726867681.45493: done checking for max_fail_percentage 8484 1726867681.45494: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.45495: done checking to see if all hosts have failed 8484 1726867681.45496: getting the remaining hosts for this loop 8484 1726867681.45498: done getting the remaining hosts for this loop 8484 1726867681.45501: getting the next task for host managed_node3 8484 1726867681.45509: done getting next task for host managed_node3 8484 1726867681.45513: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 8484 1726867681.45517: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.45529: getting variables 8484 1726867681.45530: in VariableManager get_vars() 8484 1726867681.45557: Calling all_inventory to load vars for managed_node3 8484 1726867681.45560: Calling groups_inventory to load vars for managed_node3 8484 1726867681.45562: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.45569: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.45613: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.45617: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.46144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.46760: done with get_vars() 8484 1726867681.46779: done getting variables 8484 1726867681.47099: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 17:28:01 -0400 (0:00:00.040) 0:00:16.768 ****** 8484 1726867681.47132: entering _queue_task() for managed_node3/set_fact 8484 1726867681.47462: worker is 1 (out of 1 available) 8484 1726867681.47480: exiting _queue_task() for managed_node3/set_fact 8484 1726867681.47493: done queuing things up, now waiting for results queue to drain 8484 1726867681.47494: waiting for pending results... 8484 1726867681.47837: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 8484 1726867681.48078: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000002eb 8484 1726867681.48082: variable 'ansible_search_path' from source: unknown 8484 1726867681.48084: variable 'ansible_search_path' from source: unknown 8484 1726867681.48086: calling self._execute() 8484 1726867681.48113: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.48125: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.48139: variable 'omit' from source: magic vars 8484 1726867681.48243: variable 'omit' from source: magic vars 8484 1726867681.48302: variable 'omit' from source: magic vars 8484 1726867681.48344: variable 'omit' from source: magic vars 8484 1726867681.48390: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867681.48432: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867681.48457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867681.48482: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.48499: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.48534: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867681.48544: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.48551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.48651: Set connection var ansible_pipelining to False 8484 1726867681.48663: Set connection var ansible_timeout to 10 8484 1726867681.48672: Set connection var ansible_connection to ssh 8484 1726867681.48684: Set connection var ansible_shell_type to sh 8484 1726867681.48693: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867681.48701: Set connection var ansible_shell_executable to /bin/sh 8484 1726867681.48730: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.48876: variable 'ansible_connection' from source: unknown 8484 1726867681.48879: variable 'ansible_module_compression' from source: unknown 8484 1726867681.48882: variable 'ansible_shell_type' from source: unknown 8484 1726867681.48885: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.48887: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.48889: variable 'ansible_pipelining' from source: unknown 8484 1726867681.48892: variable 'ansible_timeout' from source: unknown 8484 1726867681.48894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.48924: 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) 8484 1726867681.48940: variable 'omit' from source: magic vars 8484 1726867681.48950: starting attempt loop 8484 1726867681.48957: running the handler 8484 1726867681.48974: handler run complete 8484 1726867681.48990: attempt loop complete, returning result 8484 1726867681.48996: _execute() done 8484 1726867681.49002: dumping result to json 8484 1726867681.49012: done dumping result, returning 8484 1726867681.49023: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [02e58e3f-6ce9-dbaf-c049-0000000002eb] 8484 1726867681.49031: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002eb ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 8484 1726867681.49184: no more pending results, returning what we have 8484 1726867681.49186: results queue empty 8484 1726867681.49187: checking for any_errors_fatal 8484 1726867681.49194: done checking for any_errors_fatal 8484 1726867681.49194: checking for max_fail_percentage 8484 1726867681.49196: done checking for max_fail_percentage 8484 1726867681.49197: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.49198: done checking to see if all hosts have failed 8484 1726867681.49199: getting the remaining hosts for this loop 8484 1726867681.49201: done getting the remaining hosts for this loop 8484 1726867681.49204: getting the next task for host managed_node3 8484 1726867681.49211: done getting next task for host managed_node3 8484 1726867681.49215: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 8484 1726867681.49219: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.49230: getting variables 8484 1726867681.49232: in VariableManager get_vars() 8484 1726867681.49263: Calling all_inventory to load vars for managed_node3 8484 1726867681.49266: Calling groups_inventory to load vars for managed_node3 8484 1726867681.49268: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.49390: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.49394: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.49398: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.49917: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002eb 8484 1726867681.49921: WORKER PROCESS EXITING 8484 1726867681.50725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.58916: done with get_vars() 8484 1726867681.58933: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 17:28:01 -0400 (0:00:00.120) 0:00:16.889 ****** 8484 1726867681.59209: entering _queue_task() for managed_node3/include_tasks 8484 1726867681.60083: worker is 1 (out of 1 available) 8484 1726867681.60094: exiting _queue_task() for managed_node3/include_tasks 8484 1726867681.60107: done queuing things up, now waiting for results queue to drain 8484 1726867681.60109: waiting for pending results... 8484 1726867681.60462: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 8484 1726867681.60725: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000002ec 8484 1726867681.60808: variable 'ansible_search_path' from source: unknown 8484 1726867681.60837: variable 'ansible_search_path' from source: unknown 8484 1726867681.61007: calling self._execute() 8484 1726867681.61091: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.61146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.61185: variable 'omit' from source: magic vars 8484 1726867681.61871: variable 'storage_provider' from source: role '' defaults 8484 1726867681.61954: _execute() done 8484 1726867681.61964: dumping result to json 8484 1726867681.61975: done dumping result, returning 8484 1726867681.61994: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [02e58e3f-6ce9-dbaf-c049-0000000002ec] 8484 1726867681.62026: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002ec 8484 1726867681.62413: no more pending results, returning what we have 8484 1726867681.62418: in VariableManager get_vars() 8484 1726867681.62457: Calling all_inventory to load vars for managed_node3 8484 1726867681.62460: Calling groups_inventory to load vars for managed_node3 8484 1726867681.62463: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.62477: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.62481: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.62486: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.63253: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000002ec 8484 1726867681.63256: WORKER PROCESS EXITING 8484 1726867681.63814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.64968: done with get_vars() 8484 1726867681.65050: variable 'ansible_search_path' from source: unknown 8484 1726867681.65051: variable 'ansible_search_path' from source: unknown 8484 1726867681.65151: we have included files to process 8484 1726867681.65153: generating all_blocks data 8484 1726867681.65154: done generating all_blocks data 8484 1726867681.65160: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867681.65162: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867681.65164: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867681.67068: in VariableManager get_vars() 8484 1726867681.67102: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 8484 1726867681.70772: done processing included file 8484 1726867681.70774: iterating over new_blocks loaded from include file 8484 1726867681.70776: in VariableManager get_vars() 8484 1726867681.70800: done with get_vars() 8484 1726867681.70802: filtering new block on tags 8484 1726867681.70845: done filtering new block on tags 8484 1726867681.70848: in VariableManager get_vars() 8484 1726867681.70868: done with get_vars() 8484 1726867681.70869: filtering new block on tags 8484 1726867681.71212: done filtering new block on tags 8484 1726867681.71216: in VariableManager get_vars() 8484 1726867681.71239: done with get_vars() 8484 1726867681.71240: filtering new block on tags 8484 1726867681.71285: done filtering new block on tags 8484 1726867681.71287: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 8484 1726867681.71292: extending task lists for all hosts with included blocks 8484 1726867681.72809: done extending task lists 8484 1726867681.72811: done processing included files 8484 1726867681.72811: results queue empty 8484 1726867681.72812: checking for any_errors_fatal 8484 1726867681.72816: done checking for any_errors_fatal 8484 1726867681.72817: checking for max_fail_percentage 8484 1726867681.72818: done checking for max_fail_percentage 8484 1726867681.72819: checking to see if all hosts have failed and the running result is not ok 8484 1726867681.72820: done checking to see if all hosts have failed 8484 1726867681.72820: getting the remaining hosts for this loop 8484 1726867681.72822: done getting the remaining hosts for this loop 8484 1726867681.72824: getting the next task for host managed_node3 8484 1726867681.72829: done getting next task for host managed_node3 8484 1726867681.72832: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 8484 1726867681.72836: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867681.72846: getting variables 8484 1726867681.72847: in VariableManager get_vars() 8484 1726867681.72859: Calling all_inventory to load vars for managed_node3 8484 1726867681.72862: Calling groups_inventory to load vars for managed_node3 8484 1726867681.72864: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867681.72869: Calling all_plugins_play to load vars for managed_node3 8484 1726867681.72874: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867681.72877: Calling groups_plugins_play to load vars for managed_node3 8484 1726867681.73748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867681.74966: done with get_vars() 8484 1726867681.75184: done getting variables 8484 1726867681.75234: 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 blivet is available] ******* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 17:28:01 -0400 (0:00:00.160) 0:00:17.049 ****** 8484 1726867681.75269: entering _queue_task() for managed_node3/package 8484 1726867681.75819: worker is 1 (out of 1 available) 8484 1726867681.75831: exiting _queue_task() for managed_node3/package 8484 1726867681.75844: done queuing things up, now waiting for results queue to drain 8484 1726867681.75845: waiting for pending results... 8484 1726867681.76289: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 8484 1726867681.76604: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003c6 8484 1726867681.76631: variable 'ansible_search_path' from source: unknown 8484 1726867681.76639: variable 'ansible_search_path' from source: unknown 8484 1726867681.76682: calling self._execute() 8484 1726867681.76893: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.76963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.76982: variable 'omit' from source: magic vars 8484 1726867681.77779: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867681.78290: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867681.78451: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867681.78492: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867681.78726: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867681.78730: 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) 8484 1726867681.78733: 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) 8484 1726867681.78862: 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) 8484 1726867681.78975: 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) 8484 1726867681.79243: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 8484 1726867681.79279: variable 'omit' from source: magic vars 8484 1726867681.79444: variable 'omit' from source: magic vars 8484 1726867681.79483: variable 'blivet_package_list' from source: include_vars 8484 1726867681.79755: variable 'blivet_package_list' from source: include_vars 8484 1726867681.80078: variable 'ansible_architecture' from source: facts 8484 1726867681.80361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867681.84483: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867681.84550: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867681.84792: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867681.84828: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867681.84854: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867681.84921: 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) 8484 1726867681.84947: 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) 8484 1726867681.84973: 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) 8484 1726867681.85128: 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) 8484 1726867681.85143: 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) 8484 1726867681.85274: variable '__storage_is_ostree' from source: set_fact 8484 1726867681.85279: variable 'omit' from source: magic vars 8484 1726867681.85303: variable 'omit' from source: magic vars 8484 1726867681.85445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867681.85475: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867681.85547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867681.85564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.85575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867681.85603: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867681.85609: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.85612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.85711: Set connection var ansible_pipelining to False 8484 1726867681.85718: Set connection var ansible_timeout to 10 8484 1726867681.85721: Set connection var ansible_connection to ssh 8484 1726867681.85728: Set connection var ansible_shell_type to sh 8484 1726867681.85733: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867681.85739: Set connection var ansible_shell_executable to /bin/sh 8484 1726867681.85764: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.85767: variable 'ansible_connection' from source: unknown 8484 1726867681.85769: variable 'ansible_module_compression' from source: unknown 8484 1726867681.85773: variable 'ansible_shell_type' from source: unknown 8484 1726867681.86129: variable 'ansible_shell_executable' from source: unknown 8484 1726867681.86132: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867681.86135: variable 'ansible_pipelining' from source: unknown 8484 1726867681.86138: variable 'ansible_timeout' from source: unknown 8484 1726867681.86140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867681.86185: 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) 8484 1726867681.86194: variable 'omit' from source: magic vars 8484 1726867681.86456: starting attempt loop 8484 1726867681.86459: running the handler 8484 1726867681.86462: variable 'ansible_facts' from source: unknown 8484 1726867681.86464: variable 'ansible_facts' from source: unknown 8484 1726867681.86466: _low_level_execute_command(): starting 8484 1726867681.86468: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867681.87822: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867681.87856: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867681.87980: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867681.88075: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867681.88206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867681.89984: stdout chunk (state=3): >>>/root <<< 8484 1726867681.90043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867681.90152: stderr chunk (state=3): >>><<< 8484 1726867681.90162: stdout chunk (state=3): >>><<< 8484 1726867681.90192: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867681.90214: _low_level_execute_command(): starting 8484 1726867681.90262: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382 `" && echo ansible-tmp-1726867681.9019842-9253-155718286540382="` echo /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382 `" ) && sleep 0' 8484 1726867681.91415: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867681.91418: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867681.91421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867681.91423: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867681.91425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867681.91703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867681.91718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867681.93711: stdout chunk (state=3): >>>ansible-tmp-1726867681.9019842-9253-155718286540382=/root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382 <<< 8484 1726867681.94063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867681.94067: stdout chunk (state=3): >>><<< 8484 1726867681.94069: stderr chunk (state=3): >>><<< 8484 1726867681.94074: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867681.9019842-9253-155718286540382=/root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867681.94077: variable 'ansible_module_compression' from source: unknown 8484 1726867681.94379: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867681.94382: variable 'ansible_facts' from source: unknown 8484 1726867681.94601: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py 8484 1726867681.94790: Sending initial data 8484 1726867681.94800: Sent initial data (150 bytes) 8484 1726867681.95913: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867681.95928: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867681.96084: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867681.96245: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867681.96267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867681.96386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867681.98357: 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 <<< 8484 1726867681.98500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867681.98591: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmptrs3wlts /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py <<< 8484 1726867681.98604: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py" <<< 8484 1726867681.98677: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmptrs3wlts" to remote "/root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py" <<< 8484 1726867682.00460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867682.00577: stderr chunk (state=3): >>><<< 8484 1726867682.00581: stdout chunk (state=3): >>><<< 8484 1726867682.00776: done transferring module to remote 8484 1726867682.00780: _low_level_execute_command(): starting 8484 1726867682.00783: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/ /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py && sleep 0' 8484 1726867682.01534: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867682.01582: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867682.01600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867682.01709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867682.01730: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867682.01748: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867682.01867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867682.03876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867682.03889: stdout chunk (state=3): >>><<< 8484 1726867682.04076: stderr chunk (state=3): >>><<< 8484 1726867682.04080: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867682.04083: _low_level_execute_command(): starting 8484 1726867682.04085: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/AnsiballZ_dnf.py && sleep 0' 8484 1726867682.04818: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867682.04834: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867682.04851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867682.04869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867682.04893: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867682.04987: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867682.05008: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867682.05029: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867682.05185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867682.07477: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867682.07590: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867682.07607: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867682.07644: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867682.07738: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867682.07754: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867682.07788: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 8484 1726867682.07848: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867682.07901: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebd684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebd37b30> <<< 8484 1726867682.07991: 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 0x7f38ebd6aa50> import '_signal' # <<< 8484 1726867682.08010: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867682.08079: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 8484 1726867682.08130: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867682.08185: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867682.08267: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867682.08283: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867682.08315: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb3d130> <<< 8484 1726867682.08419: 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' <<< 8484 1726867682.08458: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb3e120> import 'site' # <<< 8484 1726867682.08461: 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. <<< 8484 1726867682.08778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.08781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867682.08864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867682.08867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867682.08909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb83f50> <<< 8484 1726867682.08947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867682.08950: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb900e0> <<< 8484 1726867682.09028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867682.09032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867682.09091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.09141: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867682.09192: 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 0x7f38ebbb3920> # /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 0x7f38ebbb3fb0> import '_collections' # <<< 8484 1726867682.09265: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb93bc0> <<< 8484 1726867682.09278: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb91340> <<< 8484 1726867682.09398: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb81100> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867682.09480: 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 <<< 8484 1726867682.09486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867682.09546: 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' <<< 8484 1726867682.09550: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebbd7920> <<< 8484 1726867682.09564: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebbd6540> <<< 8484 1726867682.09833: 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 0x7f38ebb921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebbd4d10> <<< 8484 1726867682.09837: 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 0x7f38ebc04980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb80380> # /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 0x7f38ebc04e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc04ce0> # 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 0x7f38ebc050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb76ea0> <<< 8484 1726867682.09840: 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' <<< 8484 1726867682.09842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867682.09874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867682.09895: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc05490> import 'importlib.machinery' # <<< 8484 1726867682.09929: 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' <<< 8484 1726867682.09947: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc06690> <<< 8484 1726867682.09972: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867682.10006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867682.10031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867682.10068: 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 0x7f38ebc208c0> <<< 8484 1726867682.10279: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867682.10293: 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 0x7f38ebc22000> # /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 0x7f38ebc22ea0> # 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 0x7f38ebc23500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc223f0> # /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' <<< 8484 1726867682.10318: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.10339: 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 0x7f38ebc23ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc235f0> <<< 8484 1726867682.10389: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc066f0> <<< 8484 1726867682.10415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867682.10434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867682.10462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867682.10485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867682.10519: 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 0x7f38eb963d40> <<< 8484 1726867682.10543: 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' <<< 8484 1726867682.10566: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.10592: 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 0x7f38eb990770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb9904d0> <<< 8484 1726867682.10650: 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 0x7f38eb9907a0> # /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' <<< 8484 1726867682.10721: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.10851: 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 0x7f38eb9910d0> <<< 8484 1726867682.10988: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.11013: 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 0x7f38eb991a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb990980> <<< 8484 1726867682.11085: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb961ee0> # /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 <<< 8484 1726867682.11107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb992e70> <<< 8484 1726867682.11128: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb991bb0> <<< 8484 1726867682.11200: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc06de0> <<< 8484 1726867682.11207: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867682.11252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.11343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867682.11346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb9b7170> <<< 8484 1726867682.11383: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867682.11408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.11469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867682.11508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb9e3530> <<< 8484 1726867682.11511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867682.11605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867682.11620: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867682.11648: 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 0x7f38eba3c2f0> <<< 8484 1726867682.11715: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867682.11735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867682.11758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867682.11849: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eba3ea50> <<< 8484 1726867682.11930: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eba3c410> <<< 8484 1726867682.11958: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eba09310> <<< 8484 1726867682.12037: 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 0x7f38eb329400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb9e2330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb993d40> <<< 8484 1726867682.12141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867682.12168: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38eb9e2690> <<< 8484 1726867682.12395: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_41zpi5z2/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867682.12423: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.12458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867682.12472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867682.12509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867682.12584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867682.12675: 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 0x7f38eb383110> import '_typing' # <<< 8484 1726867682.12817: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb362000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb361160> # zipimport: zlib available <<< 8484 1726867682.12850: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867682.13002: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867682.13006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867682.14325: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.15475: 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 0x7f38eb380fb0> <<< 8484 1726867682.15502: 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' <<< 8484 1726867682.15522: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867682.15554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867682.15803: 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 0x7f38eb3aaa20> <<< 8484 1726867682.15816: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3aa7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3aa0f0> # /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 0x7f38eb3aab40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb383b30> 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 0x7f38eb3ab800> # 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 0x7f38eb3ab9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867682.15858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867682.15878: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867682.15914: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3abf20> <<< 8484 1726867682.15940: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867682.15975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867682.16004: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb215ca0> <<< 8484 1726867682.16052: 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' <<< 8484 1726867682.16073: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38eb2178c0> # /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' <<< 8484 1726867682.16125: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21c230> <<< 8484 1726867682.16134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867682.16188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867682.16191: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21d3d0> <<< 8484 1726867682.16201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867682.16223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867682.16291: 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' <<< 8484 1726867682.16309: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21fe90> <<< 8484 1726867682.16336: 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 0x7f38ebc22e10> <<< 8484 1726867682.16376: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21e060> <<< 8484 1726867682.16512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /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' <<< 8484 1726867682.16615: 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 0x7f38eb223e00> <<< 8484 1726867682.16618: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867682.16621: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb222630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867682.16678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867682.16746: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb222ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21e660> <<< 8484 1726867682.16779: 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 0x7f38eb267ef0> <<< 8484 1726867682.16904: 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 0x7f38eb2681d0> <<< 8484 1726867682.16922: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38eb269c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb269a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867682.17036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867682.17077: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.17144: 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 0x7f38eb26c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb26a360> # /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' <<< 8484 1726867682.17174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867682.17332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb26f9e0> <<< 8484 1726867682.17355: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb26c3b0> <<< 8484 1726867682.17421: 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 0x7f38eb270a40> <<< 8484 1726867682.17455: 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 0x7f38eb270ad0> <<< 8484 1726867682.17495: 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 0x7f38eb270c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2682f0> <<< 8484 1726867682.17564: 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' <<< 8484 1726867682.17592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.17618: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.17673: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38eb2fc350> <<< 8484 1726867682.17877: 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 0x7f38eb2fd6a0> <<< 8484 1726867682.17900: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb272ae0> # 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 0x7f38eb273e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb272750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867682.17958: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.18048: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.18088: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 8484 1726867682.18116: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867682.18226: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.18347: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.18897: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.19445: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867682.19529: 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' # <<< 8484 1726867682.19537: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867682.19560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # 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 0x7f38eb101730> <<< 8484 1726867682.19649: 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' <<< 8484 1726867682.19776: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb102510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2fdaf0> <<< 8484 1726867682.19802: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867682.19910: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.20072: 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' <<< 8484 1726867682.20083: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb102600> # zipimport: zlib available <<< 8484 1726867682.20543: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.20975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.21046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.21126: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867682.21202: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.21227: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867682.21280: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.21411: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 8484 1726867682.21436: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867682.21561: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867682.21564: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.21714: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.21941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867682.22001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867682.22039: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867682.22275: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb103620> <<< 8484 1726867682.22310: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.22321: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22348: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867682.22361: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22409: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22443: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22508: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22575: 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 <<< 8484 1726867682.22614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.22701: 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 0x7f38eb10e120> <<< 8484 1726867682.22753: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb10b1a0> <<< 8484 1726867682.22775: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867682.22867: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22947: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22963: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.22998: 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' <<< 8484 1726867682.23082: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867682.23138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867682.23141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867682.23183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867682.23319: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3faa80> <<< 8484 1726867682.23322: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3e27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb10e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2fdb80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867682.23351: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.23378: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867682.23430: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867682.23499: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867682.24055: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.24593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.25261: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.25925: 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 0x7f38eb1a0920> <<< 8484 1726867682.25963: 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 0x7f38eb1a0b90> <<< 8484 1726867682.25992: 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' <<< 8484 1726867682.26029: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a0dd0> <<< 8484 1726867682.26335: 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' <<< 8484 1726867682.26339: 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' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1be0> # /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 0x7f38eb18d970> # /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 0x7f38eb18d700> # /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' <<< 8484 1726867682.26342: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead76720> <<< 8484 1726867682.26388: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a33b0> <<< 8484 1726867682.26404: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867682.26431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867682.26453: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867682.26481: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.26526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867682.26586: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead85310> <<< 8484 1726867682.26611: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead77e90> <<< 8484 1726867682.26648: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead77230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a2870> <<< 8484 1726867682.26667: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867682.26693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867682.26754: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867682.26784: 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' <<< 8484 1726867682.26808: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadf11c0> <<< 8484 1726867682.26935: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eada9310> <<< 8484 1726867682.27079: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead77ce0> <<< 8484 1726867682.27204: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /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 0x7f38eadf8ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadf2fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eada8e00> <<< 8484 1726867682.27257: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a2240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1c70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1940> <<< 8484 1726867682.27262: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a0bc0> <<< 8484 1726867682.27316: 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 0x7f38eb1a1b50> # /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 <<< 8484 1726867682.27327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867682.27377: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadf9220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1ca0> <<< 8484 1726867682.27466: 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' <<< 8484 1726867682.27492: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadf9940> <<< 8484 1726867682.27508: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867682.27639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867682.27642: stdout chunk (state=3): >>># /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' <<< 8484 1726867682.27695: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.27775: 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 0x7f38eade3fb0> <<< 8484 1726867682.27955: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eade1670> <<< 8484 1726867682.28078: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadfa870> # /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 0x7f38eade1070> # /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 0x7f38eae16420> <<< 8484 1726867682.28109: 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' <<< 8484 1726867682.28134: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eae170b0> <<< 8484 1726867682.28171: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eae16b70> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867682.28286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867682.28321: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eae175c0> <<< 8484 1726867682.28344: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867682.28377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867682.28605: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eae0bad0> <<< 8484 1726867682.28625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867682.28654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead09f40> <<< 8484 1726867682.28730: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.28891: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867682.28894: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.28935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.29077: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867682.29111: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.29174: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.29196: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 8484 1726867682.29320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.29461: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867682.29576: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867682.30004: 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 <<< 8484 1726867682.30129: 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 # 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 0x7f38ead46ea0> # /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' <<< 8484 1726867682.30250: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead46fc0> <<< 8484 1726867682.30280: 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' <<< 8484 1726867682.30309: 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' <<< 8484 1726867682.30341: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.30389: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38eaa9b1a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eaa9aa20> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.30474: 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 0x7f38eaa9ac00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead47500> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead46510> <<< 8484 1726867682.30477: 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 0x7f38ead46ba0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867682.30579: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867682.30609: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 8484 1726867682.30806: 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 0x7f38eab18770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eab18380> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 8484 1726867682.30811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867682.30881: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 8484 1726867682.31004: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38eab1bf80> <<< 8484 1726867682.31007: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eab188c0> # /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' <<< 8484 1726867682.31938: 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 0x7f38ea8f3170> <<< 8484 1726867682.32013: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eab3c1d0> <<< 8484 1726867682.32031: 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 <<< 8484 1726867682.32106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867682.32190: 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 0x7f38ea970d10> <<< 8484 1726867682.32353: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ea8f3590> <<< 8484 1726867682.32382: 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 <<< 8484 1726867682.32413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867682.32501: 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 0x7f38ea973d70> <<< 8484 1726867682.32522: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ea970f20> <<< 8484 1726867682.32552: 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 <<< 8484 1726867682.32597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867682.32684: 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 0x7f38ea9afe60> <<< 8484 1726867682.32738: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ea973fb0> <<< 8484 1726867682.32741: 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 <<< 8484 1726867682.32762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867682.32821: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867682.32844: 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 0x7f38e8c81190> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c80590> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eaab7ec0> <<< 8484 1726867682.32858: 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 <<< 8484 1726867682.32902: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867682.32962: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867682.32965: 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 <<< 8484 1726867682.33008: stdout chunk (state=3): >>># 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 0x7f38e8c9c650> <<< 8484 1726867682.33076: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c83ad0> <<< 8484 1726867682.33103: 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' <<< 8484 1726867682.33150: 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' <<< 8484 1726867682.33153: 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 0x7f38e8c9ed20> <<< 8484 1726867682.33249: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9fc20> <<< 8484 1726867682.33273: 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 <<< 8484 1726867682.33292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.33758: 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 0x7f38e8ccc530> <<< 8484 1726867682.33821: 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' <<< 8484 1726867682.33824: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8ccda30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9fe60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9ebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9e570> <<< 8484 1726867682.33928: 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 <<< 8484 1726867682.33931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.33959: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 8484 1726867682.33986: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38e8ccf620> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9f140> <<< 8484 1726867682.34060: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9c9e0> <<< 8484 1726867682.34145: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c830e0> <<< 8484 1726867682.34149: 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' <<< 8484 1726867682.34329: 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 0x7f38e8c83740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c83560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c812e0> <<< 8484 1726867682.34332: 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 0x7f38e8d08c80> <<< 8484 1726867682.34382: 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 <<< 8484 1726867682.34411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867682.34430: 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' <<< 8484 1726867682.34485: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d0b140> <<< 8484 1726867682.34512: 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' <<< 8484 1726867682.34533: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d0b8f0> <<< 8484 1726867682.34592: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d0a480> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 8484 1726867682.34599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867682.34697: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d30140> <<< 8484 1726867682.34723: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d08c50> <<< 8484 1726867682.34742: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.34746: 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 <<< 8484 1726867682.34750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867682.34755: 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' <<< 8484 1726867682.34794: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d31b50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d310d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d30ef0> <<< 8484 1726867682.34816: 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' <<< 8484 1726867682.34837: 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 <<< 8484 1726867682.34882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867682.34921: 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 <<< 8484 1726867682.34949: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.34952: 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 0x7f38e85f8bc0> <<< 8484 1726867682.34985: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867682.35022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867682.35054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867682.35091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867682.35123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867682.35167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8626c60> <<< 8484 1726867682.35195: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38e8626fc0> <<< 8484 1726867682.35248: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85faed0> <<< 8484 1726867682.35297: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85f9070> <<< 8484 1726867682.35301: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85f80e0> <<< 8484 1726867682.35371: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d32330> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d32060> <<< 8484 1726867682.35405: 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 <<< 8484 1726867682.35412: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.35452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867682.35481: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867682.35484: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8664b30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8627c80> <<< 8484 1726867682.35509: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d32870> <<< 8484 1726867682.35542: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867682.35618: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8665250> <<< 8484 1726867682.35621: 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 0x7f38e8665610> <<< 8484 1726867682.35658: 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 0x7f38e86656d0> <<< 8484 1726867682.35661: 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 0x7f38e86657c0> <<< 8484 1726867682.35690: 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 <<< 8484 1726867682.35724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867682.35742: 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 <<< 8484 1726867682.35785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867682.35848: 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 0x7f38e86803b0> <<< 8484 1726867682.35867: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86664e0> <<< 8484 1726867682.35911: 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 0x7f38e8680560> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 8484 1726867682.35942: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867682.35975: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8680650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8665550> <<< 8484 1726867682.36004: 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 <<< 8484 1726867682.36041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8680740> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 8484 1726867682.36044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867682.36076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867682.36145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867682.36172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867682.36282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867682.36300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867682.36324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867682.36350: 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 0x7f38e86d0200> <<< 8484 1726867682.36369: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86ab620> <<< 8484 1726867682.36452: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86aa090> <<< 8484 1726867682.36751: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8681fd0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8681430> # /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 0x7f38e86833b0> # /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 0x7f38e86a8110> # /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 0x7f38e86e89e0> <<< 8484 1726867682.36791: 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 0x7f38e86e8c50> # /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 <<< 8484 1726867682.36818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86e95b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86e9040> <<< 8484 1726867682.36908: 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 0x7f38e86ea480> <<< 8484 1726867682.36922: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eaa9b2c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadfa8a0> <<< 8484 1726867682.37500: 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 <<< 8484 1726867682.37516: stdout chunk (state=3): >>># 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 0x7f38e86eb260> <<< 8484 1726867682.37543: 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' <<< 8484 1726867682.37602: 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 <<< 8484 1726867682.37639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867682.37642: 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 <<< 8484 1726867682.37814: 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 0x7f38e84bbce0> <<< 8484 1726867682.37817: 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' # /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' <<< 8484 1726867682.37832: 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' <<< 8484 1726867682.37952: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.37985: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38e84e1d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84e1910> <<< 8484 1726867682.38015: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.38101: 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 0x7f38eb102ff0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84e07d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84bbf50> <<< 8484 1726867682.38153: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84b8d40> # /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 0x7f38e84bbad0> <<< 8484 1726867682.38223: 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 <<< 8484 1726867682.38226: stdout chunk (state=3): >>># 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 0x7f38e84f7320> <<< 8484 1726867682.38295: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84f5e50> # /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' <<< 8484 1726867682.38346: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8518b00> # /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 0x7f38e8518e00> <<< 8484 1726867682.38396: 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' <<< 8484 1726867682.38433: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8519070> # /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 <<< 8484 1726867682.38458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8519310> <<< 8484 1726867682.38490: 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' <<< 8484 1726867682.38493: 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 <<< 8484 1726867682.38577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867682.38610: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8519a00> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8519850> # /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 0x7f38e851b2f0> <<< 8484 1726867682.38703: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e851b3e0> # /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 <<< 8484 1726867682.38733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e851b620> # /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 <<< 8484 1726867682.38786: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.38790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85345c0> <<< 8484 1726867682.38840: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e851be00> # /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 <<< 8484 1726867682.38844: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 8484 1726867682.38919: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8535160> # /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 0x7f38e85355b0> <<< 8484 1726867682.38922: 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' <<< 8484 1726867682.38967: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8535790> # /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 <<< 8484 1726867682.39010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867682.39013: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8535a30> <<< 8484 1726867682.39064: 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 0x7f38e8536930> <<< 8484 1726867682.39068: 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 <<< 8484 1726867682.39124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8536ba0> <<< 8484 1726867682.39127: 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 <<< 8484 1726867682.39172: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8536db0> <<< 8484 1726867682.39179: 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' <<< 8484 1726867682.39239: 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 0x7f38e85379b0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85374d0> <<< 8484 1726867682.39292: 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 <<< 8484 1726867682.39296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 8484 1726867682.39356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8558860> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85581a0> # /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 <<< 8484 1726867682.39428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85594c0> <<< 8484 1726867682.39433: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867682.39469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8559760> # /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 0x7f38e855a6c0> <<< 8484 1726867682.39510: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855a960> <<< 8484 1726867682.39547: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855ab10> <<< 8484 1726867682.39602: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eb6b0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eb440> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eaba0> <<< 8484 1726867682.39605: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867682.39636: 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' <<< 8484 1726867682.39692: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b530> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b290> <<< 8484 1726867682.39706: 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' <<< 8484 1726867682.39725: 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 <<< 8484 1726867682.39785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867682.39804: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867682.39836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867682.39910: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85819d0> <<< 8484 1726867682.39931: 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' <<< 8484 1726867682.40037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867682.40040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867682.40061: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85830e0> <<< 8484 1726867682.40114: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.40145: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38e8582330> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8581ee0> <<< 8484 1726867682.40197: 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 # 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' <<< 8484 1726867682.40232: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82d8800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82bfbf0> <<< 8484 1726867682.40250: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 8484 1726867682.40299: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867682.40339: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867682.40378: 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' <<< 8484 1726867682.40421: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82db6b0> # /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 0x7f38e82dbfb0> <<< 8484 1726867682.40460: 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' <<< 8484 1726867682.40464: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867682.40512: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82d8e90> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82d8b60> <<< 8484 1726867682.40539: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b800> <<< 8484 1726867682.40576: 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 <<< 8484 1726867682.40646: stdout chunk (state=3): >>># 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 0x7f38e8581520> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b560> <<< 8484 1726867682.40663: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eb410> # /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 <<< 8484 1726867682.40706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867682.40758: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e83021b0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 8484 1726867682.40785: 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 0x7f38e8302a80> <<< 8484 1726867682.40812: 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' <<< 8484 1726867682.40838: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8303a40> <<< 8484 1726867682.40874: 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 <<< 8484 1726867682.40928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 8484 1726867682.40940: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8303fb0> # /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' <<< 8484 1726867682.40974: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 8484 1726867682.40977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 8484 1726867682.41065: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867682.41323: 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 0x7f38e832d730> <<< 8484 1726867682.41328: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832d100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832cda0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832ca70> # /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 0x7f38e832d3a0> # /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' <<< 8484 1726867682.41331: 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' <<< 8484 1726867682.41366: 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 0x7f38e832f530> <<< 8484 1726867682.41369: 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 <<< 8484 1726867682.41398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832f5c0> <<< 8484 1726867682.41423: 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' <<< 8484 1726867682.41539: 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 0x7f38e832fce0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832fb60> <<< 8484 1726867682.41572: 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' <<< 8484 1726867682.41596: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 8484 1726867682.41697: 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 <<< 8484 1726867682.41738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867682.41761: 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 0x7f38e835e330> <<< 8484 1726867682.41821: 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 # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 8484 1726867682.41854: 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 0x7f38e835f4d0> <<< 8484 1726867682.41901: 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 0x7f38e835f740> <<< 8484 1726867682.42022: 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' # 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 0x7f38e835f8c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835f6e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835efc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835e480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835d760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835cce0> <<< 8484 1726867682.42040: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835c560> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832f020> <<< 8484 1726867682.42061: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832e510> <<< 8484 1726867682.42083: 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 <<< 8484 1726867682.42110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835f230> <<< 8484 1726867682.42147: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 8484 1726867682.42186: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835fda0> <<< 8484 1726867682.42190: 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 <<< 8484 1726867682.42223: 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 0x7f38e83886b0> <<< 8484 1726867682.42244: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8388a70> <<< 8484 1726867682.42266: 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 <<< 8484 1726867682.42305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867682.42310: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e83893a0> <<< 8484 1726867682.42534: 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 <<< 8484 1726867682.42537: stdout chunk (state=3): >>># 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 0x7f38e8389f10> <<< 8484 1726867682.55515: 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}}} <<< 8484 1726867682.56567: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867682.56661: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867682.57157: 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 <<< 8484 1726867682.57230: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 8484 1726867682.57305: 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__ # 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<<< 8484 1726867682.57364: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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 <<< 8484 1726867682.57444: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.57487: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.58036: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 8484 1726867682.58135: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux <<< 8484 1726867682.58160: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.58283: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.58294: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867682.58473: 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 <<< 8484 1726867682.58551: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # 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 <<< 8484 1726867682.58587: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # 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 <<< 8484 1726867682.58635: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.58735: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # 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 <<< 8484 1726867682.58826: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # 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 <<< 8484 1726867682.58874: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # 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 <<< 8484 1726867682.59396: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867682.59463: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867682.59480: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867682.59528: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867682.59583: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg # destroy _pickle <<< 8484 1726867682.59611: 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867682.59654: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd <<< 8484 1726867682.59685: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.59743: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 8484 1726867682.59747: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.59814: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867682.59828: stdout chunk (state=3): >>># 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 <<< 8484 1726867682.59895: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867682.59939: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867682.59977: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867682.60065: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867682.60207: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 8484 1726867682.60295: stdout chunk (state=3): >>># destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867682.61087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867682.61090: stdout chunk (state=3): >>><<< 8484 1726867682.61092: stderr chunk (state=3): >>><<< 8484 1726867682.61393: _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 0x7f38ebd684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebd37b30> # /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 0x7f38ebd6aa50> 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 0x7f38ebb3d130> # /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 0x7f38ebb3e120> 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 0x7f38ebb83f50> # /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 0x7f38ebb900e0> # /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 0x7f38ebbb3920> # /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 0x7f38ebbb3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb93bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb91340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb81100> # /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 0x7f38ebbd7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebbd6540> # /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 0x7f38ebb921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebbd4d10> # /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 0x7f38ebc04980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb80380> # /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 0x7f38ebc04e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc04ce0> # 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 0x7f38ebc050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebb76ea0> # /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 0x7f38ebc05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc05490> 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 0x7f38ebc06690> 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 0x7f38ebc208c0> 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 0x7f38ebc22000> # /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 0x7f38ebc22ea0> # 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 0x7f38ebc23500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc223f0> # /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 0x7f38ebc23ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc235f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc066f0> # /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 0x7f38eb963d40> # /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 0x7f38eb990770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb9904d0> # 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 0x7f38eb9907a0> # /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 0x7f38eb9910d0> # 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 0x7f38eb991a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb990980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb961ee0> # /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 0x7f38eb992e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb991bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ebc06de0> # /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 0x7f38eb9b7170> # /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 0x7f38eb9e3530> # /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 0x7f38eba3c2f0> # /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 0x7f38eba3ea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eba3c410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eba09310> # /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 0x7f38eb329400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb9e2330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb993d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f38eb9e2690> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_41zpi5z2/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 0x7f38eb383110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb362000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb361160> # 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 0x7f38eb380fb0> # /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 0x7f38eb3aaa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3aa7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3aa0f0> # /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 0x7f38eb3aab40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb383b30> 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 0x7f38eb3ab800> # 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 0x7f38eb3ab9e0> # /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 0x7f38eb3abf20> 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 0x7f38eb215ca0> # 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 0x7f38eb2178c0> # /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 0x7f38eb21c230> # /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 0x7f38eb21d3d0> # /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 0x7f38eb21fe90> # 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 0x7f38ebc22e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21e060> # /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 0x7f38eb223e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb222630> # /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 0x7f38eb222ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb21e660> # 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 0x7f38eb267ef0> # /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 0x7f38eb2681d0> # /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 0x7f38eb269c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb269a30> # /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 0x7f38eb26c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb26a360> # /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 0x7f38eb26f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb26c3b0> # 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 0x7f38eb270a40> # 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 0x7f38eb270ad0> # 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 0x7f38eb270c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2682f0> # /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 0x7f38eb2fc350> # 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 0x7f38eb2fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb272ae0> # 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 0x7f38eb273e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb272750> # 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 0x7f38eb101730> # /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 0x7f38eb102510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2fdaf0> 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 0x7f38eb102600> # 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 0x7f38eb103620> # 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 0x7f38eb10e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb10b1a0> 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 0x7f38eb3faa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb3e27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb10e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb2fdb80> # 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 0x7f38eb1a0920> # /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 0x7f38eb1a0b90> # /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 0x7f38eb1a1280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a0dd0> # /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 0x7f38eb1a1be0> # /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 0x7f38eb18d970> # /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 0x7f38eb18d700> # /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 0x7f38ead76720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a33b0> # /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 0x7f38ead85310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead77e90> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead77230> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a2870> # /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 0x7f38eadf11c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eada9310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead77ce0> # /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 0x7f38eadf8ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadf2fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eada8e00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a2240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1c70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1940> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a0bc0> # /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 0x7f38eb1a1b50> # /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 0x7f38eadf9220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eb1a1ca0> # /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 0x7f38eadf9940> # /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 0x7f38eade3fb0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eade1670> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadfa870> # /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 0x7f38eade1070> # /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 0x7f38eae16420> # /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 0x7f38eae170b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eae16b70> # /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 0x7f38eae175c0> # /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 0x7f38eae0bad0> # /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 0x7f38ead09f40> # 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 0x7f38ead46ea0> # /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 0x7f38ead46fc0> # /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 0x7f38eaa9b1a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eaa9aa20> # 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 0x7f38eaa9ac00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead47500> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ead46510> # /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 0x7f38ead46ba0> # /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 0x7f38eab18770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eab18380> # /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 0x7f38eab1bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eab188c0> # /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 0x7f38ea8f3170> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eab3c1d0> # /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 0x7f38ea970d10> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ea8f3590> # /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 0x7f38ea973d70> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ea970f20> # /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 0x7f38ea9afe60> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38ea973fb0> # /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 0x7f38e8c81190> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c80590> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eaab7ec0> # /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 0x7f38e8c9c650> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c83ad0> # /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 0x7f38e8c9ed20> # /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 0x7f38e8c9fc20> # /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 0x7f38e8ccc530> # /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 0x7f38e8ccda30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9fe60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9ebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9e570> # /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 0x7f38e8ccf620> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9f140> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c9c9e0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c830e0> # /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 0x7f38e8c83740> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c83560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8c812e0> # /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 0x7f38e8d08c80> # /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 0x7f38e8d0b140> # /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 0x7f38e8d0b8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d0a480> # /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 0x7f38e8d30140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d08c50> # /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 0x7f38e8d31b50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d310d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d30ef0> # /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 0x7f38e85f8bc0> # /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 0x7f38e8626c60> # 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 0x7f38e8626fc0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85faed0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85f9070> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85f80e0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d32330> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d32060> # /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 0x7f38e8664b30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8627c80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8d32870> # /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 0x7f38e8665250> # /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 0x7f38e8665610> # /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 0x7f38e86656d0> # /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 0x7f38e86657c0> # /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 0x7f38e86803b0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86664e0> # /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 0x7f38e8680560> # /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 0x7f38e8680650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8665550> # /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 0x7f38e8680740> # /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 0x7f38e86d0200> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86ab620> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86aa090> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8681fd0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8681430> # /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 0x7f38e86833b0> # /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 0x7f38e86a8110> # /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 0x7f38e86e89e0> # /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 0x7f38e86e8c50> # /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 0x7f38e86e95b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86e9040> # /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 0x7f38e86ea480> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eaa9b2c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38eadfa8a0> # /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 0x7f38e86eb260> # /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 0x7f38e84bbce0> # /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 0x7f38e84e1d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84e1910> # 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 0x7f38eb102ff0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84e07d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84bbf50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84b8d40> # /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 0x7f38e84bbad0> # /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 0x7f38e84f7320> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e84f5e50> # /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 0x7f38e8518b00> # /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 0x7f38e8518e00> # /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 0x7f38e8519070> # /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 0x7f38e8519310> # /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 0x7f38e8519a00> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8519850> # /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 0x7f38e851b2f0> # /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 0x7f38e851b3e0> # /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 0x7f38e851b620> # /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 0x7f38e85345c0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e851be00> # /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 0x7f38e8535160> # /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 0x7f38e85355b0> # /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 0x7f38e8535790> # /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 0x7f38e8535a30> # /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 0x7f38e8536930> # /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 0x7f38e8536ba0> # /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 0x7f38e8536db0> # /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 0x7f38e85379b0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85374d0> # /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 0x7f38e8558860> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e85581a0> # /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 0x7f38e85594c0> # /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 0x7f38e8559760> # /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 0x7f38e855a6c0> # /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 0x7f38e855a960> # /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 0x7f38e855ab10> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eb6b0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eb440> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eaba0> # /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 0x7f38e855b530> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b290> # /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 0x7f38e85819d0> # /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 0x7f38e85830e0> # 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 0x7f38e8582330> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e8581ee0> # /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 0x7f38e82d8800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82bfbf0> # /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 0x7f38e82db6b0> # /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 0x7f38e82dbfb0> # /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 0x7f38e82d8e90> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e82d8b60> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b800> # /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 0x7f38e8581520> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e855b560> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e86eb410> # /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 0x7f38e83021b0> # /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 0x7f38e8302a80> # /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 0x7f38e8303a40> # /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 0x7f38e8303fb0> # /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 0x7f38e832d730> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832d100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832cda0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832ca70> # /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 0x7f38e832d3a0> # /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 0x7f38e832f530> # /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 0x7f38e832f5c0> # /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 0x7f38e832fce0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832fb60> # /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 0x7f38e835e330> # /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 0x7f38e835f4d0> # /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 0x7f38e835f740> # /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 0x7f38e835f8c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835f6e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835efc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835e480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835d760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835cce0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e835c560> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832f020> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38e832e510> # /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 0x7f38e835f230> # /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 0x7f38e835fda0> # /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 0x7f38e83886b0> # /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 0x7f38e8388a70> # /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 0x7f38e83893a0> # /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 0x7f38e8389f10> {"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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867682.64767: 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-1726867681.9019842-9253-155718286540382/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867682.64773: _low_level_execute_command(): starting 8484 1726867682.64776: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867681.9019842-9253-155718286540382/ > /dev/null 2>&1 && sleep 0' 8484 1726867682.64779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867682.64781: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867682.64784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867682.64786: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867682.64788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867682.66258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867682.66261: stdout chunk (state=3): >>><<< 8484 1726867682.66264: stderr chunk (state=3): >>><<< 8484 1726867682.66581: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867682.66585: handler run complete 8484 1726867682.66588: attempt loop complete, returning result 8484 1726867682.66590: _execute() done 8484 1726867682.66593: dumping result to json 8484 1726867682.66595: done dumping result, returning 8484 1726867682.66597: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [02e58e3f-6ce9-dbaf-c049-0000000003c6] 8484 1726867682.66599: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c6 8484 1726867682.66665: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c6 8484 1726867682.66669: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867682.67024: no more pending results, returning what we have 8484 1726867682.67027: results queue empty 8484 1726867682.67167: checking for any_errors_fatal 8484 1726867682.67183: done checking for any_errors_fatal 8484 1726867682.67185: checking for max_fail_percentage 8484 1726867682.67189: done checking for max_fail_percentage 8484 1726867682.67191: checking to see if all hosts have failed and the running result is not ok 8484 1726867682.67192: done checking to see if all hosts have failed 8484 1726867682.67193: getting the remaining hosts for this loop 8484 1726867682.67194: done getting the remaining hosts for this loop 8484 1726867682.67198: getting the next task for host managed_node3 8484 1726867682.67207: done getting next task for host managed_node3 8484 1726867682.67213: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 8484 1726867682.67218: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867682.67229: getting variables 8484 1726867682.67233: in VariableManager get_vars() 8484 1726867682.67735: Calling all_inventory to load vars for managed_node3 8484 1726867682.67742: Calling groups_inventory to load vars for managed_node3 8484 1726867682.67750: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867682.67760: Calling all_plugins_play to load vars for managed_node3 8484 1726867682.67763: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867682.67766: Calling groups_plugins_play to load vars for managed_node3 8484 1726867682.69455: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867682.71204: done with get_vars() 8484 1726867682.71340: done getting variables 8484 1726867682.71515: 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_pools] ****************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 17:28:02 -0400 (0:00:00.963) 0:00:18.013 ****** 8484 1726867682.71668: entering _queue_task() for managed_node3/debug 8484 1726867682.72361: worker is 1 (out of 1 available) 8484 1726867682.72375: exiting _queue_task() for managed_node3/debug 8484 1726867682.72500: done queuing things up, now waiting for results queue to drain 8484 1726867682.72502: waiting for pending results... 8484 1726867682.72690: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 8484 1726867682.72943: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003c7 8484 1726867682.72948: variable 'ansible_search_path' from source: unknown 8484 1726867682.72951: variable 'ansible_search_path' from source: unknown 8484 1726867682.72953: calling self._execute() 8484 1726867682.73065: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.73103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.73178: variable 'omit' from source: magic vars 8484 1726867682.73321: variable 'omit' from source: magic vars 8484 1726867682.73408: variable 'omit' from source: magic vars 8484 1726867682.73508: variable 'omit' from source: magic vars 8484 1726867682.73550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867682.73654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867682.73726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867682.73796: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867682.73803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867682.73965: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867682.73969: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.74049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.74396: Set connection var ansible_pipelining to False 8484 1726867682.74412: Set connection var ansible_timeout to 10 8484 1726867682.74420: Set connection var ansible_connection to ssh 8484 1726867682.74436: Set connection var ansible_shell_type to sh 8484 1726867682.74458: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867682.74461: Set connection var ansible_shell_executable to /bin/sh 8484 1726867682.74512: variable 'ansible_shell_executable' from source: unknown 8484 1726867682.74515: variable 'ansible_connection' from source: unknown 8484 1726867682.74518: variable 'ansible_module_compression' from source: unknown 8484 1726867682.74520: variable 'ansible_shell_type' from source: unknown 8484 1726867682.74523: variable 'ansible_shell_executable' from source: unknown 8484 1726867682.74525: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.74527: variable 'ansible_pipelining' from source: unknown 8484 1726867682.74567: variable 'ansible_timeout' from source: unknown 8484 1726867682.74572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.74710: 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) 8484 1726867682.74734: variable 'omit' from source: magic vars 8484 1726867682.74746: starting attempt loop 8484 1726867682.74754: running the handler 8484 1726867682.74853: variable 'storage_pools' from source: include params 8484 1726867682.75238: variable 'storage_pools' from source: include params 8484 1726867682.75241: variable 'test_storage_pools' from source: play vars 8484 1726867682.75315: variable 'test_storage_pools' from source: play vars 8484 1726867682.75734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867682.80465: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867682.80601: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867682.80712: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867682.81498: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867682.81565: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867682.81762: 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) 8484 1726867682.81768: 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) 8484 1726867682.81800: 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) 8484 1726867682.81891: 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) 8484 1726867682.81944: 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) 8484 1726867682.82092: 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) 8484 1726867682.82140: 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) 8484 1726867682.82169: 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) 8484 1726867682.82220: 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) 8484 1726867682.82296: 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) 8484 1726867682.82489: variable 'unused_disks' from source: set_fact 8484 1726867682.83119: variable 'unused_disks' from source: set_fact 8484 1726867682.83298: variable 'unused_disks' from source: set_fact 8484 1726867682.83553: handler run complete 8484 1726867682.83596: attempt loop complete, returning result 8484 1726867682.83775: _execute() done 8484 1726867682.83778: dumping result to json 8484 1726867682.83781: done dumping result, returning 8484 1726867682.83783: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [02e58e3f-6ce9-dbaf-c049-0000000003c7] 8484 1726867682.83785: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c7 8484 1726867682.83860: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c7 8484 1726867682.83863: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "10%" }, { "name": "lv2", "size": "10%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "10%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "10%" }, { "name": "lv6", "size": "10%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } 8484 1726867682.83984: no more pending results, returning what we have 8484 1726867682.83987: results queue empty 8484 1726867682.83988: checking for any_errors_fatal 8484 1726867682.83997: done checking for any_errors_fatal 8484 1726867682.83998: checking for max_fail_percentage 8484 1726867682.84000: done checking for max_fail_percentage 8484 1726867682.84001: checking to see if all hosts have failed and the running result is not ok 8484 1726867682.84002: done checking to see if all hosts have failed 8484 1726867682.84003: getting the remaining hosts for this loop 8484 1726867682.84004: done getting the remaining hosts for this loop 8484 1726867682.84008: getting the next task for host managed_node3 8484 1726867682.84016: done getting next task for host managed_node3 8484 1726867682.84019: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 8484 1726867682.84023: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867682.84035: getting variables 8484 1726867682.84037: in VariableManager get_vars() 8484 1726867682.84276: Calling all_inventory to load vars for managed_node3 8484 1726867682.84279: Calling groups_inventory to load vars for managed_node3 8484 1726867682.84282: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867682.84291: Calling all_plugins_play to load vars for managed_node3 8484 1726867682.84294: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867682.84297: Calling groups_plugins_play to load vars for managed_node3 8484 1726867682.84816: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867682.85426: done with get_vars() 8484 1726867682.85441: done getting variables 8484 1726867682.85499: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 17:28:02 -0400 (0:00:00.138) 0:00:18.152 ****** 8484 1726867682.85534: entering _queue_task() for managed_node3/debug 8484 1726867682.85809: worker is 1 (out of 1 available) 8484 1726867682.85822: exiting _queue_task() for managed_node3/debug 8484 1726867682.85833: done queuing things up, now waiting for results queue to drain 8484 1726867682.85834: waiting for pending results... 8484 1726867682.86288: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 8484 1726867682.86294: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003c8 8484 1726867682.86298: variable 'ansible_search_path' from source: unknown 8484 1726867682.86300: variable 'ansible_search_path' from source: unknown 8484 1726867682.86314: calling self._execute() 8484 1726867682.86403: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.86420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.86438: variable 'omit' from source: magic vars 8484 1726867682.86549: variable 'omit' from source: magic vars 8484 1726867682.86614: variable 'omit' from source: magic vars 8484 1726867682.86655: variable 'omit' from source: magic vars 8484 1726867682.86702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867682.86746: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867682.86773: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867682.86795: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867682.86811: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867682.86848: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867682.86857: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.86865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.86968: Set connection var ansible_pipelining to False 8484 1726867682.87063: Set connection var ansible_timeout to 10 8484 1726867682.87067: Set connection var ansible_connection to ssh 8484 1726867682.87069: Set connection var ansible_shell_type to sh 8484 1726867682.87074: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867682.87076: Set connection var ansible_shell_executable to /bin/sh 8484 1726867682.87078: variable 'ansible_shell_executable' from source: unknown 8484 1726867682.87080: variable 'ansible_connection' from source: unknown 8484 1726867682.87082: variable 'ansible_module_compression' from source: unknown 8484 1726867682.87084: variable 'ansible_shell_type' from source: unknown 8484 1726867682.87086: variable 'ansible_shell_executable' from source: unknown 8484 1726867682.87088: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.87090: variable 'ansible_pipelining' from source: unknown 8484 1726867682.87091: variable 'ansible_timeout' from source: unknown 8484 1726867682.87093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.87221: 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) 8484 1726867682.87239: variable 'omit' from source: magic vars 8484 1726867682.87251: starting attempt loop 8484 1726867682.87259: running the handler 8484 1726867682.87509: handler run complete 8484 1726867682.87545: attempt loop complete, returning result 8484 1726867682.87554: _execute() done 8484 1726867682.87562: dumping result to json 8484 1726867682.87570: done dumping result, returning 8484 1726867682.87603: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [02e58e3f-6ce9-dbaf-c049-0000000003c8] 8484 1726867682.87605: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c8 ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 8484 1726867682.87765: no more pending results, returning what we have 8484 1726867682.87768: results queue empty 8484 1726867682.87769: checking for any_errors_fatal 8484 1726867682.87780: done checking for any_errors_fatal 8484 1726867682.87781: checking for max_fail_percentage 8484 1726867682.87783: done checking for max_fail_percentage 8484 1726867682.87784: checking to see if all hosts have failed and the running result is not ok 8484 1726867682.87785: done checking to see if all hosts have failed 8484 1726867682.87785: getting the remaining hosts for this loop 8484 1726867682.87787: done getting the remaining hosts for this loop 8484 1726867682.87790: getting the next task for host managed_node3 8484 1726867682.87797: done getting next task for host managed_node3 8484 1726867682.87801: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 8484 1726867682.87806: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867682.87816: getting variables 8484 1726867682.87819: in VariableManager get_vars() 8484 1726867682.87852: Calling all_inventory to load vars for managed_node3 8484 1726867682.87855: Calling groups_inventory to load vars for managed_node3 8484 1726867682.87858: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867682.87869: Calling all_plugins_play to load vars for managed_node3 8484 1726867682.87978: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867682.87984: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c8 8484 1726867682.87987: WORKER PROCESS EXITING 8484 1726867682.87992: Calling groups_plugins_play to load vars for managed_node3 8484 1726867682.88625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867682.89375: done with get_vars() 8484 1726867682.89388: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 17:28:02 -0400 (0:00:00.039) 0:00:18.191 ****** 8484 1726867682.89460: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867682.89688: worker is 1 (out of 1 available) 8484 1726867682.89700: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867682.89711: done queuing things up, now waiting for results queue to drain 8484 1726867682.89713: waiting for pending results... 8484 1726867682.89986: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 8484 1726867682.90151: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003c9 8484 1726867682.90173: variable 'ansible_search_path' from source: unknown 8484 1726867682.90181: variable 'ansible_search_path' from source: unknown 8484 1726867682.90226: calling self._execute() 8484 1726867682.90374: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.90378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.90381: variable 'omit' from source: magic vars 8484 1726867682.90741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867682.91042: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867682.91149: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867682.91152: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867682.91179: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867682.91273: 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) 8484 1726867682.91309: 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) 8484 1726867682.91341: 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) 8484 1726867682.91381: 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) 8484 1726867682.91547: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867682.91557: variable 'omit' from source: magic vars 8484 1726867682.91675: variable 'omit' from source: magic vars 8484 1726867682.91769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867682.93690: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867682.93740: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867682.93767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867682.93792: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867682.93811: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867682.93844: 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) 8484 1726867682.93877: 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) 8484 1726867682.93907: 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) 8484 1726867682.93932: 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) 8484 1726867682.93943: 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) 8484 1726867682.94008: variable 'storage_pools' from source: include params 8484 1726867682.94012: variable 'test_storage_pools' from source: play vars 8484 1726867682.94061: variable 'test_storage_pools' from source: play vars 8484 1726867682.94139: 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) 8484 1726867682.94156: 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) 8484 1726867682.94175: 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) 8484 1726867682.94202: 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) 8484 1726867682.94213: 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) 8484 1726867682.94241: 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) 8484 1726867682.94256: 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) 8484 1726867682.94273: 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) 8484 1726867682.94298: 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) 8484 1726867682.94313: 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) 8484 1726867682.94386: variable 'unused_disks' from source: set_fact 8484 1726867682.94541: variable 'unused_disks' from source: set_fact 8484 1726867682.94660: variable 'unused_disks' from source: set_fact 8484 1726867682.94893: variable 'storage_use_partitions' from source: role '' defaults 8484 1726867682.94898: variable 'storage_disklabel_type' from source: role '' defaults 8484 1726867682.94902: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867682.94957: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867682.95175: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867682.95177: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867682.95180: variable 'omit' from source: magic vars 8484 1726867682.95190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867682.95218: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867682.95248: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867682.95262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867682.95271: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867682.95294: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867682.95297: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.95300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.95364: Set connection var ansible_pipelining to False 8484 1726867682.95369: Set connection var ansible_timeout to 10 8484 1726867682.95374: Set connection var ansible_connection to ssh 8484 1726867682.95381: Set connection var ansible_shell_type to sh 8484 1726867682.95385: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867682.95390: Set connection var ansible_shell_executable to /bin/sh 8484 1726867682.95409: variable 'ansible_shell_executable' from source: unknown 8484 1726867682.95412: variable 'ansible_connection' from source: unknown 8484 1726867682.95414: variable 'ansible_module_compression' from source: unknown 8484 1726867682.95417: variable 'ansible_shell_type' from source: unknown 8484 1726867682.95419: variable 'ansible_shell_executable' from source: unknown 8484 1726867682.95421: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867682.95424: variable 'ansible_pipelining' from source: unknown 8484 1726867682.95426: variable 'ansible_timeout' from source: unknown 8484 1726867682.95431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867682.95517: 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__) 8484 1726867682.95525: variable 'omit' from source: magic vars 8484 1726867682.95534: starting attempt loop 8484 1726867682.95537: running the handler 8484 1726867682.95547: _low_level_execute_command(): starting 8484 1726867682.95554: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867682.96176: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867682.96180: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867682.96298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867682.98050: stdout chunk (state=3): >>>/root <<< 8484 1726867682.98178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867682.98275: stderr chunk (state=3): >>><<< 8484 1726867682.98281: stdout chunk (state=3): >>><<< 8484 1726867682.98377: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867682.98387: _low_level_execute_command(): starting 8484 1726867682.98391: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071 `" && echo ansible-tmp-1726867682.9832382-9312-23016108986071="` echo /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071 `" ) && sleep 0' 8484 1726867682.98836: 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 <<< 8484 1726867682.98844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867682.98850: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867682.98852: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867682.98854: 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.42.108 originally 10.31.42.108 <<< 8484 1726867682.98856: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867682.98895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867682.98898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867682.99004: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867683.00967: stdout chunk (state=3): >>>ansible-tmp-1726867682.9832382-9312-23016108986071=/root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071 <<< 8484 1726867683.01078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867683.01132: stderr chunk (state=3): >>><<< 8484 1726867683.01136: stdout chunk (state=3): >>><<< 8484 1726867683.01158: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867682.9832382-9312-23016108986071=/root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867683.01250: variable 'ansible_module_compression' from source: unknown 8484 1726867683.01295: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 8484 1726867683.01327: variable 'ansible_facts' from source: unknown 8484 1726867683.01410: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py 8484 1726867683.01585: Sending initial data 8484 1726867683.01595: Sent initial data (152 bytes) 8484 1726867683.01954: 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 <<< 8484 1726867683.01957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867683.01960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867683.01962: 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 <<< 8484 1726867683.01963: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867683.02011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867683.02016: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867683.02102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867683.03753: 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 <<< 8484 1726867683.03878: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867683.03920: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpfonnz9mo /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py <<< 8484 1726867683.03923: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py" <<< 8484 1726867683.04068: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpfonnz9mo" to remote "/root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py" <<< 8484 1726867683.05039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867683.05075: stderr chunk (state=3): >>><<< 8484 1726867683.05081: stdout chunk (state=3): >>><<< 8484 1726867683.05097: done transferring module to remote 8484 1726867683.05110: _low_level_execute_command(): starting 8484 1726867683.05115: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/ /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py && sleep 0' 8484 1726867683.05499: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867683.05516: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867683.05526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867683.05565: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867683.05581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867683.05668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867683.07640: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867683.07643: stdout chunk (state=3): >>><<< 8484 1726867683.07645: stderr chunk (state=3): >>><<< 8484 1726867683.07648: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867683.07650: _low_level_execute_command(): starting 8484 1726867683.07651: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/AnsiballZ_blivet.py && sleep 0' 8484 1726867683.08168: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867683.08186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867683.08210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867683.08227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867683.08291: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867683.08347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867683.08364: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867683.08396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867683.08518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867683.10764: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867683.10800: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867683.10831: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867683.10896: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867683.10918: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867683.10974: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867683.10978: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867683.11009: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867683.11052: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867683.11077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.11088: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 8484 1726867683.11131: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867683.11168: 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 0x7f15cc0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbfe7b30> <<< 8484 1726867683.11200: 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' <<< 8484 1726867683.11203: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cc01aa50> <<< 8484 1726867683.11235: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867683.11239: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867683.11264: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867683.11306: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867683.11313: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867683.11381: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867683.11419: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867683.11447: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867683.11478: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages<<< 8484 1726867683.11500: 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' <<< 8484 1726867683.11527: 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' <<< 8484 1726867683.11557: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe2d130> <<< 8484 1726867683.11610: 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' <<< 8484 1726867683.11646: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe2e120> <<< 8484 1726867683.11650: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867683.11707: 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. <<< 8484 1726867683.11941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867683.11955: 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 <<< 8484 1726867683.11980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.12008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867683.12034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867683.12077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867683.12084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867683.12087: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe73f50> <<< 8484 1726867683.12112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867683.12145: 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 0x7f15cbe800e0> <<< 8484 1726867683.12178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867683.12194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867683.12229: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867683.12257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.12278: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867683.12304: 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 0x7f15cbea3920> <<< 8484 1726867683.12332: 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 0x7f15cbea3fb0> <<< 8484 1726867683.12352: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867683.12410: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe83bc0> import '_functools' # <<< 8484 1726867683.12440: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe81340> <<< 8484 1726867683.12536: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe71100> <<< 8484 1726867683.12553: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867683.12598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867683.12617: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867683.12647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867683.12668: 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' <<< 8484 1726867683.12686: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbec7920> <<< 8484 1726867683.12731: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbec6540> # /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 0x7f15cbe82360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbec4d10> <<< 8484 1726867683.12822: 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 0x7f15cbef4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe70380> # /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' <<< 8484 1726867683.12854: 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 0x7f15cbef4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef4cb0> <<< 8484 1726867683.12904: 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 0x7f15cbef50a0> <<< 8484 1726867683.12946: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe66ea0> # /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' <<< 8484 1726867683.12961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867683.12996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867683.13013: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef5460> import 'importlib.machinery' # <<< 8484 1726867683.13042: 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' <<< 8484 1726867683.13061: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef6660> <<< 8484 1726867683.13080: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867683.13153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867683.13178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbf10890> <<< 8484 1726867683.13208: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15cbf11fd0> <<< 8484 1726867683.13231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867683.13281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867683.13284: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbf12e70> <<< 8484 1726867683.13332: 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 0x7f15cbf134a0> <<< 8484 1726867683.13357: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbf123c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867683.13369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867683.13413: 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 0x7f15cbf13e60> <<< 8484 1726867683.13434: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbf13590> <<< 8484 1726867683.13479: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef66c0> <<< 8484 1726867683.13493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867683.13512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867683.13547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867683.13581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867683.13608: 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 0x7f15cbc5fd70> <<< 8484 1726867683.13648: 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 0x7f15cbc888c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc88620> <<< 8484 1726867683.13692: 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 0x7f15cbc888f0> <<< 8484 1726867683.13695: 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' <<< 8484 1726867683.13785: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.13883: 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 0x7f15cbc89220> <<< 8484 1726867683.14008: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.14011: 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 0x7f15cbc89be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc88ad0> <<< 8484 1726867683.14025: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc5df10> <<< 8484 1726867683.14041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867683.14078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867683.14095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867683.14098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc8af90> <<< 8484 1726867683.14127: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc89d30> <<< 8484 1726867683.14141: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef6db0> <<< 8484 1726867683.14173: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867683.14226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.14250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867683.14279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867683.14310: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbcb32c0> <<< 8484 1726867683.14356: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867683.14379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.14392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867683.14415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867683.14450: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbcdb620> <<< 8484 1726867683.14478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867683.14518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867683.14573: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867683.14598: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867683.14602: 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 0x7f15cbd38410> <<< 8484 1726867683.14611: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867683.14641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867683.14665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867683.14708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867683.14790: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbd3ab70> <<< 8484 1726867683.14866: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbd38530> <<< 8484 1726867683.14896: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbd01400> <<< 8484 1726867683.14925: 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 0x7f15cbb394f0> <<< 8484 1726867683.14951: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbcda420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc8be90> <<< 8484 1726867683.15066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867683.15084: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f15cbcda780> <<< 8484 1726867683.15217: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_jlgyts6e/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 8484 1726867683.15353: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.15385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867683.15393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867683.15426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867683.15507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867683.15536: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867683.15539: 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 0x7f15cbb8b200> <<< 8484 1726867683.15541: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867683.15741: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbb6e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbb6d280> <<< 8484 1726867683.15796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # <<< 8484 1726867683.15811: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867683.15842: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867683.17231: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.18336: 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' <<< 8484 1726867683.18341: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbb89610> <<< 8484 1726867683.18365: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867683.18372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.18403: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867683.18418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867683.18441: 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' <<< 8484 1726867683.18456: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.18462: 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 0x7f15cbbbabd0> <<< 8484 1726867683.18512: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbba960> <<< 8484 1726867683.18548: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbba270> <<< 8484 1726867683.18551: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867683.18591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867683.18594: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbbacf0> <<< 8484 1726867683.18614: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cc01a9c0> import 'atexit' # <<< 8484 1726867683.18713: 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 0x7f15cbbbb8c0> <<< 8484 1726867683.18829: 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 0x7f15cbbbba40> # /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 0x7f15cbbbbf80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867683.18836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867683.18907: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb515cd0> <<< 8484 1726867683.18911: 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 0x7f15cb5178f0> <<< 8484 1726867683.18937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867683.18976: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5182c0> <<< 8484 1726867683.19002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867683.19040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867683.19051: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb519160> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867683.19228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb51be60> # 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 0x7f15cb519130> <<< 8484 1726867683.19241: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb51a150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867683.19261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867683.19286: 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' <<< 8484 1726867683.19309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867683.19329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867683.19383: 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' <<< 8484 1726867683.19409: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb523c80> import '_tokenize' # <<< 8484 1726867683.19488: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb522750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5224b0> # /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' <<< 8484 1726867683.19667: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb522a20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb51a660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.19700: 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 0x7f15cb567ec0> <<< 8484 1726867683.19750: 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 0x7f15cb5678f0> # /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 0x7f15cb569ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb569880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867683.19888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867683.19933: 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 0x7f15cb56bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb56a1b0> <<< 8484 1726867683.19949: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867683.19996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.20025: 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' # <<< 8484 1726867683.20068: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb56f7d0> <<< 8484 1726867683.20190: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb56c1a0> <<< 8484 1726867683.20252: 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 0x7f15cb570590> <<< 8484 1726867683.20280: 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 0x7f15cb5707d0> <<< 8484 1726867683.20325: 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 0x7f15cb570ad0> <<< 8484 1726867683.20351: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb568170> <<< 8484 1726867683.20354: 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' <<< 8484 1726867683.20375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867683.20393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867683.20420: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.20440: 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 0x7f15cb573fe0> <<< 8484 1726867683.20592: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.20595: 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 0x7f15cb5fcf80> <<< 8484 1726867683.20612: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5727e0> <<< 8484 1726867683.20633: 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' <<< 8484 1726867683.20637: 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 0x7f15cb573b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5723c0> <<< 8484 1726867683.20659: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.20672: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.20687: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867683.20693: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.20780: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.20864: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.20884: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867683.20917: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.20920: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867683.20937: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.21048: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.21163: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.21708: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.22246: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867683.22249: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867683.22252: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867683.22291: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.22340: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.22351: 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 0x7f15cb401160> <<< 8484 1726867683.22428: 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' <<< 8484 1726867683.22452: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb401ee0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5704a0> <<< 8484 1726867683.22510: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867683.22546: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867683.22558: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867683.22701: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.22855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867683.22876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb401f40> # zipimport: zlib available <<< 8484 1726867683.23333: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.23762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.23833: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.23910: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867683.23919: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.23947: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.23992: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867683.24062: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24134: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867683.24157: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24165: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24181: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867683.24223: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24256: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867683.24273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24494: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867683.24776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867683.24793: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867683.24857: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb403110> <<< 8484 1726867683.24871: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.24941: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25017: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867683.25024: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867683.25047: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25087: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25129: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867683.25137: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25220: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25281: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25347: 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 <<< 8484 1726867683.25387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.25475: 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' <<< 8484 1726867683.25477: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15cb40de80> <<< 8484 1726867683.25502: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb40bb30> <<< 8484 1726867683.25531: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867683.25542: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25608: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25678: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25699: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.25747: 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' <<< 8484 1726867683.25784: 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 <<< 8484 1726867683.25793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867683.25819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867683.25875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867683.25895: 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' <<< 8484 1726867683.25959: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc0a7b0> <<< 8484 1726867683.25991: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbf6480> <<< 8484 1726867683.26086: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb40e060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb400140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867683.26113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.26146: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867683.26196: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867683.26244: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867683.26248: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.26361: stdout chunk (state=3): >>># 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' # <<< 8484 1726867683.26379: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 8484 1726867683.27925: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.29338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867683.29421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867683.29449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867683.29465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867683.29498: 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' <<< 8484 1726867683.29532: 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 0x7f15cb0749e0> <<< 8484 1726867683.29554: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb487e00> <<< 8484 1726867683.29606: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb485790> <<< 8484 1726867683.29748: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb4a0080> <<< 8484 1726867683.29784: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.29872: 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 <<< 8484 1726867683.29878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.29905: 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 <<< 8484 1726867683.29914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 8484 1726867683.29932: 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' <<< 8484 1726867683.29969: 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 <<< 8484 1726867683.29978: 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 0x7f15cb086540> <<< 8484 1726867683.30010: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb086150> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 8484 1726867683.30043: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 8484 1726867683.30046: 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' <<< 8484 1726867683.30082: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0a8ce0> <<< 8484 1726867683.30105: 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' <<< 8484 1726867683.30190: stdout chunk (state=3): >>># /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' <<< 8484 1726867683.30214: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0a9f10> <<< 8484 1726867683.30259: 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 0x7f15cb0a9820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0a96d0> <<< 8484 1726867683.30294: 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' <<< 8484 1726867683.30312: 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 0x7f15cb0ac380> <<< 8484 1726867683.30507: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0ac140> <<< 8484 1726867683.30543: 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' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py <<< 8484 1726867683.30556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.30564: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 8484 1726867683.30692: 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 0x7f15cb0ae0c0> <<< 8484 1726867683.30751: 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' <<< 8484 1726867683.30754: stdout chunk (state=3): >>># extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15cb0adf40> <<< 8484 1726867683.30774: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0ad7f0> <<< 8484 1726867683.30818: 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' <<< 8484 1726867683.30844: 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' # /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' <<< 8484 1726867683.30876: 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 <<< 8484 1726867683.30889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 8484 1726867683.30916: 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 0x7f15cb0b0e90> <<< 8484 1726867683.30972: 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' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b11f0> <<< 8484 1726867683.30986: 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 # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b1700> <<< 8484 1726867683.31059: 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' <<< 8484 1726867683.31130: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b1ee0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b0500> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0affe0> # 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 <<< 8484 1726867683.31137: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b2660> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0afb00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0afa70> <<< 8484 1726867683.31172: 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 <<< 8484 1726867683.31204: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 8484 1726867683.31223: 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' <<< 8484 1726867683.31261: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0f4d10> <<< 8484 1726867683.31275: 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' <<< 8484 1726867683.31318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 8484 1726867683.31335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 8484 1726867683.31393: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0f5bb0> <<< 8484 1726867683.31430: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0f5280> <<< 8484 1726867683.31534: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b2fc0> <<< 8484 1726867683.31562: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 8484 1726867683.31617: 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 <<< 8484 1726867683.31621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 8484 1726867683.31762: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0fe690> <<< 8484 1726867683.31812: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 8484 1726867683.31834: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 8484 1726867683.31885: 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' <<< 8484 1726867683.32117: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb103ec0> <<< 8484 1726867683.32121: stdout chunk (state=3): >>>import 'gi.repository.Gio' # <<< 8484 1726867683.32134: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0acce0> <<< 8484 1726867683.32180: 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 <<< 8484 1726867683.32230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 8484 1726867683.32274: 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 # 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 <<< 8484 1726867683.32314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 8484 1726867683.32412: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15caf95df0> <<< 8484 1726867683.32415: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15caf95610> <<< 8484 1726867683.33163: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb103da0> <<< 8484 1726867683.33185: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 8484 1726867683.33218: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb086750> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0854f0> <<< 8484 1726867683.33669: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb4a0fb0> <<< 8484 1726867683.33699: 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' <<< 8484 1726867683.33772: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa6840> <<< 8484 1726867683.33798: 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 0x7f15cafa85f0> <<< 8484 1726867683.33810: 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 <<< 8484 1726867683.33817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.33851: 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 <<< 8484 1726867683.33856: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 8484 1726867683.33879: 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 <<< 8484 1726867683.33903: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 8484 1726867683.33933: 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' <<< 8484 1726867683.33950: 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 <<< 8484 1726867683.33955: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 8484 1726867683.33973: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafabda0> <<< 8484 1726867683.34002: 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' <<< 8484 1726867683.34012: stdout chunk (state=3): >>>import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafac380> <<< 8484 1726867683.34021: 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 <<< 8484 1726867683.34144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 8484 1726867683.34162: 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' <<< 8484 1726867683.34205: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' <<< 8484 1726867683.34215: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad430> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad2e0> <<< 8484 1726867683.34227: 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' <<< 8484 1726867683.34273: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad6d0> <<< 8484 1726867683.34283: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad040> <<< 8484 1726867683.34288: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867683.34309: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 8484 1726867683.34320: 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 0x7f15cafadb80> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad9d0> <<< 8484 1726867683.34348: 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 <<< 8484 1726867683.34356: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.34369: 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 <<< 8484 1726867683.34393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 8484 1726867683.34429: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafadee0> <<< 8484 1726867683.34439: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafadbe0> <<< 8484 1726867683.34453: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafac7d0> <<< 8484 1726867683.34465: 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 <<< 8484 1726867683.34475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 8484 1726867683.34487: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15caface60> <<< 8484 1726867683.34512: 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 <<< 8484 1726867683.34515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 8484 1726867683.34542: 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' <<< 8484 1726867683.34573: 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 <<< 8484 1726867683.34577: 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 0x7f15cafb1e80> <<< 8484 1726867683.34603: 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 <<< 8484 1726867683.34620: stdout chunk (state=3): >>># 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 0x7f15cafb2210> <<< 8484 1726867683.34623: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb1be0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb1250> <<< 8484 1726867683.34649: 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 0x7f15cafb2390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafabaa0> <<< 8484 1726867683.34676: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 8484 1726867683.34692: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb2420> <<< 8484 1726867683.34827: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa95e0> <<< 8484 1726867683.34887: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa8cb0> <<< 8484 1726867683.34899: 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 <<< 8484 1726867683.34918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 8484 1726867683.34932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 8484 1726867683.34958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 8484 1726867683.34975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 8484 1726867683.35013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 8484 1726867683.35043: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafba7b0> <<< 8484 1726867683.35088: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb9580> <<< 8484 1726867683.35095: 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' <<< 8484 1726867683.35105: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafba870> <<< 8484 1726867683.35187: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa93a0> <<< 8484 1726867683.35199: 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 <<< 8484 1726867683.35234: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 8484 1726867683.35259: 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 <<< 8484 1726867683.35286: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.35318: 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' <<< 8484 1726867683.35323: stdout chunk (state=3): >>>import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb143c50> <<< 8484 1726867683.35346: 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 <<< 8484 1726867683.35353: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 8484 1726867683.35368: 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 <<< 8484 1726867683.35396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 8484 1726867683.35416: 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 <<< 8484 1726867683.35434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867683.35464: 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 <<< 8484 1726867683.35469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.35496: 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 <<< 8484 1726867683.35503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 8484 1726867683.35514: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca02c830> <<< 8484 1726867683.35541: 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 <<< 8484 1726867683.35544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' <<< 8484 1726867683.35556: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca02d010> <<< 8484 1726867683.35584: 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' <<< 8484 1726867683.35601: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca02d610> <<< 8484 1726867683.35623: 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 <<< 8484 1726867683.35629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 8484 1726867683.35715: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca02d8e0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca02c6b0> <<< 8484 1726867683.35718: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafefdd0> <<< 8484 1726867683.35783: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafecda0> <<< 8484 1726867683.35804: 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 <<< 8484 1726867683.35820: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 8484 1726867683.35834: 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' <<< 8484 1726867683.35845: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca0405c0> <<< 8484 1726867683.35858: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafef470> <<< 8484 1726867683.35885: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafec770> <<< 8484 1726867683.35910: 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' <<< 8484 1726867683.35943: 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' <<< 8484 1726867683.35956: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca040b60> <<< 8484 1726867683.35984: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafed400> <<< 8484 1726867683.36010: 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' <<< 8484 1726867683.36037: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca040da0> <<< 8484 1726867683.36062: 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 <<< 8484 1726867683.36068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 8484 1726867683.36106: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca0411f0> <<< 8484 1726867683.36135: 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 <<< 8484 1726867683.36140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 8484 1726867683.36160: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca041970> <<< 8484 1726867683.36306: 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' <<< 8484 1726867683.36327: 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 <<< 8484 1726867683.36348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.36464: 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 0x7f15ca069310> <<< 8484 1726867683.36492: 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' <<< 8484 1726867683.36521: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca06a4b0> <<< 8484 1726867683.36537: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca069e80> <<< 8484 1726867683.36556: 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 <<< 8484 1726867683.36574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 8484 1726867683.36580: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca06a8a0> <<< 8484 1726867683.36603: 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 <<< 8484 1726867683.36619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 8484 1726867683.36640: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca06b440> <<< 8484 1726867683.36664: 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 <<< 8484 1726867683.36706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867683.36739: 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' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e1a150> <<< 8484 1726867683.36778: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e18e30> <<< 8484 1726867683.36800: 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' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e1b560> <<< 8484 1726867683.36851: 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' <<< 8484 1726867683.36855: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3c8c0> <<< 8484 1726867683.36887: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867683.36920: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3d700> <<< 8484 1726867683.36924: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca05e600> <<< 8484 1726867683.36967: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca05e2a0> <<< 8484 1726867683.37005: 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 <<< 8484 1726867683.37029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867683.37057: 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' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3fbf0> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py <<< 8484 1726867683.37099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 8484 1726867683.37116: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 8484 1726867683.37216: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e68590> <<< 8484 1726867683.37218: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3fa40> <<< 8484 1726867683.37372: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3f0b0> <<< 8484 1726867683.37413: 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' <<< 8484 1726867683.37417: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e8cda0> <<< 8484 1726867683.37444: 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 # 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 0x7f15c9e8cef0> <<< 8484 1726867683.37486: 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 <<< 8484 1726867683.37518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 8484 1726867683.37546: 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 <<< 8484 1726867683.37552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 8484 1726867683.37582: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea05c0> <<< 8484 1726867683.37596: 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 <<< 8484 1726867683.37618: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 8484 1726867683.37689: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea0cb0> <<< 8484 1726867683.37703: 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' <<< 8484 1726867683.37733: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea16d0> <<< 8484 1726867683.37772: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 8484 1726867683.37795: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea1b50> <<< 8484 1726867683.37822: 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' <<< 8484 1726867683.37824: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea2090> <<< 8484 1726867683.37875: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 8484 1726867683.37909: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea23c0> <<< 8484 1726867683.37911: 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' <<< 8484 1726867683.37935: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea2960> <<< 8484 1726867683.37959: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 8484 1726867683.38001: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea2b40> <<< 8484 1726867683.38021: 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 <<< 8484 1726867683.38048: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 8484 1726867683.38059: 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' <<< 8484 1726867683.38146: stdout chunk (state=3): >>># 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 0x7f15c9ea3da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea3c50> <<< 8484 1726867683.38175: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea2cf0> <<< 8484 1726867683.38194: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 8484 1726867683.38212: 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' <<< 8484 1726867683.38226: 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 <<< 8484 1726867683.38252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867683.38300: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ed8a70> <<< 8484 1726867683.38342: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ed86b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea3aa0> <<< 8484 1726867683.38580: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e8d370> <<< 8484 1726867683.38590: 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 <<< 8484 1726867683.38614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867683.38642: 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 <<< 8484 1726867683.38646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867683.38676: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e9c470> <<< 8484 1726867683.38718: 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 <<< 8484 1726867683.38734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 8484 1726867683.38737: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e9c800> <<< 8484 1726867683.38820: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e8ef90> <<< 8484 1726867683.38857: 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 <<< 8484 1726867683.38884: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 8484 1726867683.38902: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867683.39373: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e9f860> <<< 8484 1726867683.39398: 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' <<< 8484 1726867683.39424: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e9fa10> <<< 8484 1726867683.39485: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e9ef30> <<< 8484 1726867683.39517: 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' <<< 8484 1726867683.39563: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d25e50> <<< 8484 1726867683.39584: 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 <<< 8484 1726867683.39599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867683.39623: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d27290> <<< 8484 1726867683.39648: 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' <<< 8484 1726867683.39688: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d27a70> <<< 8484 1726867683.39701: 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 <<< 8484 1726867683.39720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 8484 1726867683.39779: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d34380> <<< 8484 1726867683.39803: 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 <<< 8484 1726867683.39811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867683.39849: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d36150> <<< 8484 1726867683.39852: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb142090> <<< 8484 1726867683.39890: 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 0x7f15ca05df10> <<< 8484 1726867683.40040: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafbedb0> <<< 8484 1726867683.40065: 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 <<< 8484 1726867683.40085: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867683.40118: 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 <<< 8484 1726867683.40124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867683.40164: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d692e0> <<< 8484 1726867683.40185: 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 <<< 8484 1726867683.40206: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 8484 1726867683.40219: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d6a0c0> <<< 8484 1726867683.40240: 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 <<< 8484 1726867683.40250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867683.40310: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d6a8d0> <<< 8484 1726867683.40421: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d68230> <<< 8484 1726867683.40442: 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 <<< 8484 1726867683.40472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867683.40505: 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' <<< 8484 1726867683.40544: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9da43e0> <<< 8484 1726867683.40657: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d82b10> <<< 8484 1726867683.40699: 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 <<< 8484 1726867683.40713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867683.40759: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9db5f10> <<< 8484 1726867683.40790: 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 <<< 8484 1726867683.40963: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867683.41005: 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' <<< 8484 1726867683.41030: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dcfaa0> <<< 8484 1726867683.41050: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867683.41067: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9bfbf50> <<< 8484 1726867683.41089: 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 <<< 8484 1726867683.41114: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 8484 1726867683.41144: 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' <<< 8484 1726867683.41181: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dee240> <<< 8484 1726867683.41348: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dec440> <<< 8484 1726867683.41375: 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' <<< 8484 1726867683.41378: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9c40710> <<< 8484 1726867683.41744: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dcc380> <<< 8484 1726867683.41764: 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 <<< 8484 1726867683.41794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867683.41911: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dcecc0> <<< 8484 1726867683.41936: 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' <<< 8484 1726867683.41991: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ca6630> <<< 8484 1726867683.41994: 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 <<< 8484 1726867683.42016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 8484 1726867683.42032: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ca7170> <<< 8484 1726867683.42061: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 8484 1726867683.42090: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ca7cb0> <<< 8484 1726867683.42107: 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 <<< 8484 1726867683.42113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 8484 1726867683.42143: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9cb8170> <<< 8484 1726867683.42169: 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 <<< 8484 1726867683.42177: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 8484 1726867683.42199: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9cb9040> <<< 8484 1726867683.42216: 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 <<< 8484 1726867683.42263: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867683.42346: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9cb9910> <<< 8484 1726867683.42352: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa8740> <<< 8484 1726867683.42369: 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 <<< 8484 1726867683.42410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 8484 1726867683.42545: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9cba390> <<< 8484 1726867683.42574: 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 <<< 8484 1726867683.42625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 8484 1726867683.42681: 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 <<< 8484 1726867683.42703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 8484 1726867683.42732: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ce4d70> <<< 8484 1726867683.42763: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9cd6a50> <<< 8484 1726867683.42887: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867683.42892: stdout chunk (state=3): >>>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 <<< 8484 1726867683.43124: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.43350: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 8484 1726867683.43698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867683.43846: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 8484 1726867683.43887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867683.43980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867683.44047: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b645f0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867683.44108: 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 0x7f15c9b64950> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b509b0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b50110> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 8484 1726867683.44163: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 8484 1726867683.44278: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b50bc0> <<< 8484 1726867683.44330: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 8484 1726867683.44400: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' <<< 8484 1726867683.44476: stdout chunk (state=3): >>>import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970c3e0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b678f0> <<< 8484 1726867683.44532: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970c860> # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.44619: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867683.44737: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970e990> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970e720> <<< 8484 1726867683.44821: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970ec60> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970ef60> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py <<< 8484 1726867683.44914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970f110> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970f320> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867683.45018: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970f890> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730380> <<< 8484 1726867683.45081: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730530> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730710> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867683.45087: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730d40> <<< 8484 1726867683.45111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 8484 1726867683.45118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c97316a0> <<< 8484 1726867683.45136: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867683.45143: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9731ac0> <<< 8484 1726867683.45218: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py <<< 8484 1726867683.45222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9731cd0> <<< 8484 1726867683.45233: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9731dc0> <<< 8484 1726867683.45244: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py <<< 8484 1726867683.45265: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867683.45278: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9732090> <<< 8484 1726867683.45292: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970e000> <<< 8484 1726867683.45330: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970d0a0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970cfb0> <<< 8484 1726867683.45402: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b65820> <<< 8484 1726867683.45505: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b35bb0> <<< 8484 1726867683.55846: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py <<< 8484 1726867683.55867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 8484 1726867683.56220: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c97dc6e0> <<< 8484 1726867684.21593: stdout chunk (state=3): >>> <<< 8484 1726867684.21598: stdout chunk (state=3): >>>{"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": ["lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "present", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "present", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "present", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}], "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": {}}}} <<< 8484 1726867684.22792: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867684.22889: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 8484 1726867684.22894: stdout chunk (state=3): >>># clear sys.ps1 <<< 8484 1726867684.22990: 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 # 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 <<< 8484 1726867684.22994: stdout chunk (state=3): >>># cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale <<< 8484 1726867684.23085: stdout chunk (state=3): >>># cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 8484 1726867684.23092: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.23213: 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_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 <<< 8484 1726867684.23220: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.23234: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.23306: stdout chunk (state=3): >>># 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi <<< 8484 1726867684.24026: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867684.24055: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 8484 1726867684.24072: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867684.24088: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867684.24127: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867684.24154: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 8484 1726867684.24161: stdout chunk (state=3): >>># destroy pwd <<< 8484 1726867684.24180: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867684.24195: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867684.24209: stdout chunk (state=3): >>># destroy argparse <<< 8484 1726867684.24235: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867684.24282: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 8484 1726867684.24314: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers <<< 8484 1726867684.24318: stdout chunk (state=3): >>># destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator <<< 8484 1726867684.24320: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 8484 1726867684.24349: 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 <<< 8484 1726867684.24375: 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 <<< 8484 1726867684.24379: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk <<< 8484 1726867684.24425: stdout chunk (state=3): >>># 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<<< 8484 1726867684.24451: 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 <<< 8484 1726867684.24490: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.24495: stdout chunk (state=3): >>># cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # 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 <<< 8484 1726867684.24499: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json <<< 8484 1726867684.24523: 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 <<< 8484 1726867684.24542: stdout chunk (state=3): >>># cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 8484 1726867684.24562: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors <<< 8484 1726867684.24583: stdout chunk (state=3): >>># destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers <<< 8484 1726867684.24594: stdout chunk (state=3): >>># 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util <<< 8484 1726867684.24623: stdout chunk (state=3): >>># destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 8484 1726867684.24657: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio <<< 8484 1726867684.24673: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.24691: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject <<< 8484 1726867684.24711: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.24734: 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 <<< 8484 1726867684.24757: 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 <<< 8484 1726867684.24794: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 8484 1726867684.24807: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext <<< 8484 1726867684.24817: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy <<< 8484 1726867684.24829: stdout chunk (state=3): >>># 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<<< 8484 1726867684.24869: stdout chunk (state=3): >>> # 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 <<< 8484 1726867684.24875: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid<<< 8484 1726867684.24878: stdout chunk (state=3): >>> # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 8484 1726867684.24962: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize <<< 8484 1726867684.24973: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.25006: 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 # 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 <<< 8484 1726867684.25050: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random <<< 8484 1726867684.25055: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.25076: stdout chunk (state=3): >>># cleanup[3] wiping errno <<< 8484 1726867684.25110: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 8484 1726867684.25164: 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 <<< 8484 1726867684.25171: 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 # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 8484 1726867684.25214: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat <<< 8484 1726867684.25219: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.25256: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.25271: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.26111: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867684.26177: stdout chunk (state=3): >>># destroy linecache <<< 8484 1726867684.26190: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 8484 1726867684.26199: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 8484 1726867684.26212: stdout chunk (state=3): >>># destroy _struct <<< 8484 1726867684.26301: stdout chunk (state=3): >>># destroy pyudev <<< 8484 1726867684.26319: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 8484 1726867684.26326: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 8484 1726867684.26443: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser<<< 8484 1726867684.26446: stdout chunk (state=3): >>> # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867684.26449: stdout chunk (state=3): >>># destroy array # destroy textwrap # destroy fnmatch <<< 8484 1726867684.26450: stdout chunk (state=3): >>># destroy _hashlib # destroy shutil <<< 8484 1726867684.26491: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 8484 1726867684.26520: 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 <<< 8484 1726867684.26549: stdout chunk (state=3): >>># destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath <<< 8484 1726867684.26553: stdout chunk (state=3): >>># destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability <<< 8484 1726867684.26559: stdout chunk (state=3): >>># destroy io # destroy _opcode <<< 8484 1726867684.26583: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867684.26610: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 8484 1726867684.26634: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 8484 1726867684.26694: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867684.26724: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 8484 1726867684.26738: stdout chunk (state=3): >>># destroy stat <<< 8484 1726867684.26750: stdout chunk (state=3): >>># destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 8484 1726867684.26769: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867684.26800: stdout chunk (state=3): >>># destroy _tokenize <<< 8484 1726867684.26817: 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 <<< 8484 1726867684.26820: stdout chunk (state=3): >>># destroy math # destroy platform # destroy _ped <<< 8484 1726867684.26822: stdout chunk (state=3): >>># 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 _pickle <<< 8484 1726867684.26826: stdout chunk (state=3): >>># destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os <<< 8484 1726867684.26925: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867684.27075: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867684.27078: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867684.27092: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867684.27119: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 8484 1726867684.27125: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867684.27644: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867684.27671: stderr chunk (state=3): >>><<< 8484 1726867684.27675: stdout chunk (state=3): >>><<< 8484 1726867684.27855: _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 0x7f15cc0184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbfe7b30> # /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 0x7f15cc01aa50> 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 0x7f15cbe2d130> # /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 0x7f15cbe2e120> 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 0x7f15cbe73f50> # /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 0x7f15cbe800e0> # /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 0x7f15cbea3920> # /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 0x7f15cbea3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe83bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe81340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe71100> # /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 0x7f15cbec7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbec6540> # /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 0x7f15cbe82360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbec4d10> # /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 0x7f15cbef4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe70380> # /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 0x7f15cbef4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef4cb0> # 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 0x7f15cbef50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbe66ea0> # /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 0x7f15cbef5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef5460> 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 0x7f15cbef6660> 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 0x7f15cbf10890> 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 0x7f15cbf11fd0> # /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 0x7f15cbf12e70> # 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 0x7f15cbf134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbf123c0> # /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 0x7f15cbf13e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbf13590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef66c0> # /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 0x7f15cbc5fd70> # /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 0x7f15cbc888c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc88620> # 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 0x7f15cbc888f0> # /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 0x7f15cbc89220> # 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 0x7f15cbc89be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc88ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc5df10> # /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 0x7f15cbc8af90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc89d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbef6db0> # /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 0x7f15cbcb32c0> # /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 0x7f15cbcdb620> # /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 0x7f15cbd38410> # /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 0x7f15cbd3ab70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbd38530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbd01400> # /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 0x7f15cbb394f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbcda420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbc8be90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f15cbcda780> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_jlgyts6e/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 0x7f15cbb8b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbb6e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbb6d280> # 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 0x7f15cbb89610> # /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 0x7f15cbbbabd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbba960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbba270> # /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 0x7f15cbbbacf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cc01a9c0> 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 0x7f15cbbbb8c0> # 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 0x7f15cbbbba40> # /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 0x7f15cbbbbf80> 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 0x7f15cb515cd0> # 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 0x7f15cb5178f0> # /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 0x7f15cb5182c0> # /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 0x7f15cb519160> # /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 0x7f15cb51be60> # 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 0x7f15cb519130> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb51a150> # /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 0x7f15cb523c80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb522750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5224b0> # /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 0x7f15cb522a20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb51a660> # 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 0x7f15cb567ec0> # /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 0x7f15cb5678f0> # /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 0x7f15cb569ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb569880> # /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 0x7f15cb56bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb56a1b0> # /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 0x7f15cb56f7d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb56c1a0> # 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 0x7f15cb570590> # 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 0x7f15cb5707d0> # 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 0x7f15cb570ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb568170> # /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 0x7f15cb573fe0> # 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 0x7f15cb5fcf80> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5727e0> # 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 0x7f15cb573b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5723c0> # 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 0x7f15cb401160> # /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 0x7f15cb401ee0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb5704a0> 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 0x7f15cb401f40> # 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 0x7f15cb403110> # 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 0x7f15cb40de80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb40bb30> 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 0x7f15cbc0a7b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cbbf6480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb40e060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb400140> # 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 0x7f15cb0749e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb487e00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb485790> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb4a0080> # 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 0x7f15cb086540> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb086150> # /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 0x7f15cb0a8ce0> # /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 0x7f15cb0a9f10> # 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 0x7f15cb0a9820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0a96d0> # /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 0x7f15cb0ac380> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0ac140> # /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 0x7f15cb0ae0c0> # 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 0x7f15cb0adf40> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0ad7f0> # /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 0x7f15cb0b0e90> # /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 0x7f15cb0b11f0> # /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 0x7f15cb0b1700> # /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 0x7f15cb0b1ee0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b0500> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0affe0> # 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 0x7f15cb0b2660> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0afb00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0afa70> # /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 0x7f15cb0f4d10> # /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 0x7f15cb0f5bb0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0f5280> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0b2fc0> 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 0x7f15cb0fe690> 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 0x7f15cb103ec0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0acce0> # /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 0x7f15caf95df0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15caf95610> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb103da0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb086750> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb0854f0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb4a0fb0> # /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 0x7f15cafa6840> # /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 0x7f15cafa85f0> # /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 0x7f15cafabda0> # /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 0x7f15cafac380> # /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 0x7f15cafad430> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad2e0> # /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 0x7f15cafad6d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad040> # /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 0x7f15cafadb80> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafad9d0> # /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 0x7f15cafadee0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafadbe0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafac7d0> # /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 0x7f15caface60> # /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 0x7f15cafb1e80> # /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 0x7f15cafb2210> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb1be0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb1250> # /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 0x7f15cafb2390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafabaa0> # /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 0x7f15cafb2420> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa95e0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa8cb0> # /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 0x7f15cafba7b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafb9580> # /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 0x7f15cafba870> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa93a0> # /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 0x7f15cb143c50> # /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 0x7f15ca02c830> # /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 0x7f15ca02d010> # /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 0x7f15ca02d610> # /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 0x7f15ca02d8e0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca02c6b0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafefdd0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafecda0> # /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 0x7f15ca0405c0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafef470> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafec770> # /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 0x7f15ca040b60> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafed400> # /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 0x7f15ca040da0> # /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 0x7f15ca0411f0> # /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 0x7f15ca041970> # /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 0x7f15ca069310> # /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 0x7f15ca06a4b0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca069e80> # /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 0x7f15ca06a8a0> # /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 0x7f15ca06b440> # /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 0x7f15c9e1a150> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e18e30> # /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 0x7f15c9e1b560> # /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 0x7f15c9e3c8c0> # /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 0x7f15c9e3d700> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca05e600> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ca05e2a0> # /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 0x7f15c9e3fbf0> # /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 0x7f15c9e68590> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3fa40> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e3f0b0> # /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 0x7f15c9e8cda0> # /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 0x7f15c9e8cef0> # /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 0x7f15c9ea05c0> # /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 0x7f15c9ea0cb0> # /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 0x7f15c9ea16d0> # /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 0x7f15c9ea1b50> # /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 0x7f15c9ea2090> # /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 0x7f15c9ea23c0> # /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 0x7f15c9ea2960> # /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 0x7f15c9ea2b40> # /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 0x7f15c9ea3da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea3c50> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea2cf0> # /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 0x7f15c9ed8a70> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ed86b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9ea3aa0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e8d370> # /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 0x7f15c9e9c470> # /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 0x7f15c9e9c800> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e8ef90> # /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 0x7f15c9e9f860> # /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 0x7f15c9e9fa10> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9e9ef30> # /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 0x7f15c9d25e50> # /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 0x7f15c9d27290> # /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 0x7f15c9d27a70> # /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 0x7f15c9d34380> # /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 0x7f15c9d36150> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cb142090> # /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 0x7f15ca05df10> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafbedb0> # /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 0x7f15c9d692e0> # /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 0x7f15c9d6a0c0> # /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 0x7f15c9d6a8d0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d68230> # /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 0x7f15c9da43e0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9d82b10> # /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 0x7f15c9db5f10> # /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 0x7f15c9dcfaa0> # /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 0x7f15c9bfbf50> # /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 0x7f15c9dee240> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dec440> # /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 0x7f15c9c40710> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9dcc380> # /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 0x7f15c9dcecc0> # /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 0x7f15c9ca6630> # /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 0x7f15c9ca7170> # /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 0x7f15c9ca7cb0> # /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 0x7f15c9cb8170> # /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 0x7f15c9cb9040> # /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 0x7f15c9cb9910> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15cafa8740> # /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 0x7f15c9cba390> # /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 0x7f15c9ce4d70> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9cd6a50> # 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 # /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.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 0x7f15c9b645f0> # 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 0x7f15c9b64950> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b509b0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b50110> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b50bc0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970c3e0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b678f0> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970c860> # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970e990> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970e720> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970ec60> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970ef60> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970f110> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970f320> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970f890> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730380> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730530> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730710> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9730d40> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c97316a0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9731ac0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9731cd0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9731dc0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9732090> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970e000> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970d0a0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c970cfb0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b65820> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c9b35bb0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15c97dc6e0> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": ["lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "present", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "present", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "present", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}], "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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # 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 # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # 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 # destroy blivet.events.handler # 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 # destroy blivet.devicelibs.edd # 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 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 parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # 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 copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # 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 _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # 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 # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # 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 # destroy blivet.events.handler # 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 # destroy blivet.devicelibs.edd # 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 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 parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # 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 copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # 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 _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # 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 8484 1726867684.29065: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'test_vg1', 'disks': ['sda', 'sdb', 'sdc'], 'volumes': [{'name': 'lv1', 'size': '10%'}, {'name': 'lv2', 'size': '10%'}]}, {'name': 'test_vg2', 'disks': ['sdd', 'sde', 'sdf'], 'volumes': [{'name': 'lv3', 'size': '10%'}, {'name': 'lv4', 'size': '10%'}]}, {'name': 'test_vg3', 'disks': ['sdg', 'sdh', 'sdi', 'sdj'], 'volumes': [{'name': 'lv5', 'size': '10%'}, {'name': 'lv6', 'size': '10%'}, {'name': 'lv7', 'size': '10%'}, {'name': 'lv8', 'size': '10%'}]}], '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-1726867682.9832382-9312-23016108986071/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867684.29067: _low_level_execute_command(): starting 8484 1726867684.29069: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867682.9832382-9312-23016108986071/ > /dev/null 2>&1 && sleep 0' 8484 1726867684.29072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867684.29074: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.29075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867684.29076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867684.29078: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867684.29079: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867684.29080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.29081: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867684.29083: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867684.29084: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867684.29085: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.29086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867684.29087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867684.29088: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867684.29089: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867684.29091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.29092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867684.29093: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867684.29094: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867684.29095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867684.30953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867684.30975: stderr chunk (state=3): >>><<< 8484 1726867684.30978: stdout chunk (state=3): >>><<< 8484 1726867684.30990: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867684.30996: handler run complete 8484 1726867684.31068: attempt loop complete, returning result 8484 1726867684.31073: _execute() done 8484 1726867684.31076: dumping result to json 8484 1726867684.31090: done dumping result, returning 8484 1726867684.31098: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [02e58e3f-6ce9-dbaf-c049-0000000003c9] 8484 1726867684.31101: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c9 8484 1726867684.31320: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003c9 8484 1726867684.31322: WORKER PROCESS EXITING ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } 8484 1726867684.31602: no more pending results, returning what we have 8484 1726867684.31606: results queue empty 8484 1726867684.31607: checking for any_errors_fatal 8484 1726867684.31610: done checking for any_errors_fatal 8484 1726867684.31611: checking for max_fail_percentage 8484 1726867684.31612: done checking for max_fail_percentage 8484 1726867684.31612: checking to see if all hosts have failed and the running result is not ok 8484 1726867684.31613: done checking to see if all hosts have failed 8484 1726867684.31613: getting the remaining hosts for this loop 8484 1726867684.31615: done getting the remaining hosts for this loop 8484 1726867684.31618: getting the next task for host managed_node3 8484 1726867684.31623: done getting next task for host managed_node3 8484 1726867684.31628: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 8484 1726867684.31631: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867684.31639: getting variables 8484 1726867684.31640: in VariableManager get_vars() 8484 1726867684.31660: Calling all_inventory to load vars for managed_node3 8484 1726867684.31662: Calling groups_inventory to load vars for managed_node3 8484 1726867684.31663: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867684.31669: Calling all_plugins_play to load vars for managed_node3 8484 1726867684.31673: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867684.31675: Calling groups_plugins_play to load vars for managed_node3 8484 1726867684.31969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867684.32577: done with get_vars() 8484 1726867684.32592: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 17:28:04 -0400 (0:00:01.432) 0:00:19.623 ****** 8484 1726867684.32687: entering _queue_task() for managed_node3/include_tasks 8484 1726867684.32952: worker is 1 (out of 1 available) 8484 1726867684.32967: exiting _queue_task() for managed_node3/include_tasks 8484 1726867684.32981: done queuing things up, now waiting for results queue to drain 8484 1726867684.32982: waiting for pending results... 8484 1726867684.33387: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 8484 1726867684.33418: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003ca 8484 1726867684.33441: variable 'ansible_search_path' from source: unknown 8484 1726867684.33448: variable 'ansible_search_path' from source: unknown 8484 1726867684.33494: calling self._execute() 8484 1726867684.33600: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867684.33615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867684.33631: variable 'omit' from source: magic vars 8484 1726867684.33967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867684.34177: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867684.34213: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867684.34241: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867684.34268: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867684.34331: 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) 8484 1726867684.34353: 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) 8484 1726867684.34373: 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) 8484 1726867684.34391: 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) 8484 1726867684.34504: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867684.34511: _execute() done 8484 1726867684.34514: dumping result to json 8484 1726867684.34517: done dumping result, returning 8484 1726867684.34524: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [02e58e3f-6ce9-dbaf-c049-0000000003ca] 8484 1726867684.34527: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003ca 8484 1726867684.34653: no more pending results, returning what we have 8484 1726867684.34658: in VariableManager get_vars() 8484 1726867684.34697: Calling all_inventory to load vars for managed_node3 8484 1726867684.34699: Calling groups_inventory to load vars for managed_node3 8484 1726867684.34702: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867684.34710: Calling all_plugins_play to load vars for managed_node3 8484 1726867684.34713: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867684.34716: Calling groups_plugins_play to load vars for managed_node3 8484 1726867684.35049: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003ca 8484 1726867684.35053: WORKER PROCESS EXITING 8484 1726867684.35063: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867684.35400: done with get_vars() 8484 1726867684.35409: variable 'ansible_search_path' from source: unknown 8484 1726867684.35410: variable 'ansible_search_path' from source: unknown 8484 1726867684.35521: variable 'storage_provider' from source: role '' defaults 8484 1726867684.35556: we have included files to process 8484 1726867684.35557: generating all_blocks data 8484 1726867684.35559: done generating all_blocks data 8484 1726867684.35562: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867684.35564: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867684.35566: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867684.35884: in VariableManager get_vars() 8484 1726867684.35913: done with get_vars() 8484 1726867684.35928: done processing included file 8484 1726867684.35930: iterating over new_blocks loaded from include file 8484 1726867684.35931: in VariableManager get_vars() 8484 1726867684.35951: done with get_vars() 8484 1726867684.35952: filtering new block on tags 8484 1726867684.35979: done filtering new block on tags 8484 1726867684.35982: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node3 8484 1726867684.35986: extending task lists for all hosts with included blocks 8484 1726867684.36500: done extending task lists 8484 1726867684.36502: done processing included files 8484 1726867684.36502: results queue empty 8484 1726867684.36502: checking for any_errors_fatal 8484 1726867684.36513: done checking for any_errors_fatal 8484 1726867684.36514: checking for max_fail_percentage 8484 1726867684.36515: done checking for max_fail_percentage 8484 1726867684.36515: checking to see if all hosts have failed and the running result is not ok 8484 1726867684.36516: done checking to see if all hosts have failed 8484 1726867684.36516: getting the remaining hosts for this loop 8484 1726867684.36517: done getting the remaining hosts for this loop 8484 1726867684.36518: getting the next task for host managed_node3 8484 1726867684.36522: done getting next task for host managed_node3 8484 1726867684.36523: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 8484 1726867684.36526: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867684.36532: getting variables 8484 1726867684.36532: in VariableManager get_vars() 8484 1726867684.36542: Calling all_inventory to load vars for managed_node3 8484 1726867684.36544: Calling groups_inventory to load vars for managed_node3 8484 1726867684.36548: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867684.36552: Calling all_plugins_play to load vars for managed_node3 8484 1726867684.36553: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867684.36555: Calling groups_plugins_play to load vars for managed_node3 8484 1726867684.36817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867684.37145: done with get_vars() 8484 1726867684.37154: done getting variables 8484 1726867684.37182: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 20 September 2024 17:28:04 -0400 (0:00:00.045) 0:00:19.669 ****** 8484 1726867684.37208: entering _queue_task() for managed_node3/set_fact 8484 1726867684.37397: worker is 1 (out of 1 available) 8484 1726867684.37409: exiting _queue_task() for managed_node3/set_fact 8484 1726867684.37423: done queuing things up, now waiting for results queue to drain 8484 1726867684.37424: waiting for pending results... 8484 1726867684.37594: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 8484 1726867684.37694: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000445 8484 1726867684.37705: variable 'ansible_search_path' from source: unknown 8484 1726867684.37709: variable 'ansible_search_path' from source: unknown 8484 1726867684.37907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867684.39350: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867684.39407: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867684.39437: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867684.39462: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867684.39483: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867684.39544: 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) 8484 1726867684.39564: 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) 8484 1726867684.39583: 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) 8484 1726867684.39615: 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) 8484 1726867684.39626: 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) 8484 1726867684.39736: dumping result to json 8484 1726867684.39739: done dumping result, returning 8484 1726867684.39742: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [02e58e3f-6ce9-dbaf-c049-000000000445] 8484 1726867684.39748: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000445 8484 1726867684.39835: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000445 8484 1726867684.39838: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867684.39883: no more pending results, returning what we have 8484 1726867684.39886: results queue empty 8484 1726867684.39887: checking for any_errors_fatal 8484 1726867684.39889: done checking for any_errors_fatal 8484 1726867684.39889: checking for max_fail_percentage 8484 1726867684.39891: done checking for max_fail_percentage 8484 1726867684.39892: checking to see if all hosts have failed and the running result is not ok 8484 1726867684.39893: done checking to see if all hosts have failed 8484 1726867684.39893: getting the remaining hosts for this loop 8484 1726867684.39896: done getting the remaining hosts for this loop 8484 1726867684.39899: getting the next task for host managed_node3 8484 1726867684.39906: done getting next task for host managed_node3 8484 1726867684.39910: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 8484 1726867684.39915: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867684.39929: getting variables 8484 1726867684.39930: in VariableManager get_vars() 8484 1726867684.39957: Calling all_inventory to load vars for managed_node3 8484 1726867684.39959: Calling groups_inventory to load vars for managed_node3 8484 1726867684.39961: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867684.39968: Calling all_plugins_play to load vars for managed_node3 8484 1726867684.39978: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867684.39981: Calling groups_plugins_play to load vars for managed_node3 8484 1726867684.40302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867684.40722: done with get_vars() 8484 1726867684.40734: done getting variables 8484 1726867684.40769: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 20 September 2024 17:28:04 -0400 (0:00:00.035) 0:00:19.704 ****** 8484 1726867684.40796: entering _queue_task() for managed_node3/package 8484 1726867684.40975: worker is 1 (out of 1 available) 8484 1726867684.40988: exiting _queue_task() for managed_node3/package 8484 1726867684.41002: done queuing things up, now waiting for results queue to drain 8484 1726867684.41004: waiting for pending results... 8484 1726867684.41163: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 8484 1726867684.41260: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000447 8484 1726867684.41272: variable 'ansible_search_path' from source: unknown 8484 1726867684.41276: variable 'ansible_search_path' from source: unknown 8484 1726867684.41302: calling self._execute() 8484 1726867684.41368: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867684.41373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867684.41382: variable 'omit' from source: magic vars 8484 1726867684.41646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867684.43329: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867684.43369: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867684.43396: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867684.43436: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867684.43456: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867684.43516: 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) 8484 1726867684.43537: 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) 8484 1726867684.43554: 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) 8484 1726867684.43581: 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) 8484 1726867684.43592: 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) 8484 1726867684.43687: Evaluated conditional (install_copr | d(false) | bool): False 8484 1726867684.43690: when evaluation is False, skipping this task 8484 1726867684.43693: _execute() done 8484 1726867684.43696: dumping result to json 8484 1726867684.43698: done dumping result, returning 8484 1726867684.43704: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [02e58e3f-6ce9-dbaf-c049-000000000447] 8484 1726867684.43711: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000447 8484 1726867684.43792: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000447 8484 1726867684.43794: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 8484 1726867684.43840: no more pending results, returning what we have 8484 1726867684.43843: results queue empty 8484 1726867684.43843: checking for any_errors_fatal 8484 1726867684.43850: done checking for any_errors_fatal 8484 1726867684.43850: checking for max_fail_percentage 8484 1726867684.43852: done checking for max_fail_percentage 8484 1726867684.43853: checking to see if all hosts have failed and the running result is not ok 8484 1726867684.43854: done checking to see if all hosts have failed 8484 1726867684.43855: getting the remaining hosts for this loop 8484 1726867684.43856: done getting the remaining hosts for this loop 8484 1726867684.43859: getting the next task for host managed_node3 8484 1726867684.43866: done getting next task for host managed_node3 8484 1726867684.43872: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 8484 1726867684.43876: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867684.43892: getting variables 8484 1726867684.43893: in VariableManager get_vars() 8484 1726867684.43929: Calling all_inventory to load vars for managed_node3 8484 1726867684.43931: Calling groups_inventory to load vars for managed_node3 8484 1726867684.43933: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867684.43940: Calling all_plugins_play to load vars for managed_node3 8484 1726867684.43943: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867684.43945: Calling groups_plugins_play to load vars for managed_node3 8484 1726867684.44405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867684.44737: done with get_vars() 8484 1726867684.44747: done getting variables TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 20 September 2024 17:28:04 -0400 (0:00:00.040) 0:00:19.745 ****** 8484 1726867684.44817: entering _queue_task() for managed_node3/include_tasks 8484 1726867684.45003: worker is 1 (out of 1 available) 8484 1726867684.45016: exiting _queue_task() for managed_node3/include_tasks 8484 1726867684.45027: done queuing things up, now waiting for results queue to drain 8484 1726867684.45028: waiting for pending results... 8484 1726867684.45206: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs 8484 1726867684.45317: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000448 8484 1726867684.45327: variable 'ansible_search_path' from source: unknown 8484 1726867684.45330: variable 'ansible_search_path' from source: unknown 8484 1726867684.45532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867684.46962: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867684.47019: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867684.47045: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867684.47072: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867684.47092: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867684.47152: 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) 8484 1726867684.47174: 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) 8484 1726867684.47191: 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) 8484 1726867684.47220: 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) 8484 1726867684.47232: 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) 8484 1726867684.47344: dumping result to json 8484 1726867684.47348: done dumping result, returning 8484 1726867684.47354: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs [02e58e3f-6ce9-dbaf-c049-000000000448] 8484 1726867684.47358: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000448 8484 1726867684.47449: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000448 8484 1726867684.47452: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867684.47500: no more pending results, returning what we have 8484 1726867684.47502: results queue empty 8484 1726867684.47503: checking for any_errors_fatal 8484 1726867684.47512: done checking for any_errors_fatal 8484 1726867684.47512: checking for max_fail_percentage 8484 1726867684.47514: done checking for max_fail_percentage 8484 1726867684.47515: checking to see if all hosts have failed and the running result is not ok 8484 1726867684.47516: done checking to see if all hosts have failed 8484 1726867684.47516: getting the remaining hosts for this loop 8484 1726867684.47518: done getting the remaining hosts for this loop 8484 1726867684.47521: getting the next task for host managed_node3 8484 1726867684.47529: done getting next task for host managed_node3 8484 1726867684.47532: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 8484 1726867684.47538: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867684.47552: getting variables 8484 1726867684.47553: in VariableManager get_vars() 8484 1726867684.47583: Calling all_inventory to load vars for managed_node3 8484 1726867684.47586: Calling groups_inventory to load vars for managed_node3 8484 1726867684.47588: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867684.47595: Calling all_plugins_play to load vars for managed_node3 8484 1726867684.47597: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867684.47599: Calling groups_plugins_play to load vars for managed_node3 8484 1726867684.47922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867684.48260: done with get_vars() 8484 1726867684.48269: done getting variables 8484 1726867684.48312: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 17:28:04 -0400 (0:00:00.035) 0:00:19.780 ****** 8484 1726867684.48335: entering _queue_task() for managed_node3/package 8484 1726867684.48520: worker is 1 (out of 1 available) 8484 1726867684.48534: exiting _queue_task() for managed_node3/package 8484 1726867684.48546: done queuing things up, now waiting for results queue to drain 8484 1726867684.48547: waiting for pending results... 8484 1726867684.48715: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 8484 1726867684.48803: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003cb 8484 1726867684.48814: variable 'ansible_search_path' from source: unknown 8484 1726867684.48817: variable 'ansible_search_path' from source: unknown 8484 1726867684.48844: calling self._execute() 8484 1726867684.48910: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867684.48915: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867684.48924: variable 'omit' from source: magic vars 8484 1726867684.49190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867684.49379: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867684.49410: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867684.49438: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867684.49463: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867684.49523: 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) 8484 1726867684.49541: 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) 8484 1726867684.49561: 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) 8484 1726867684.49580: 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) 8484 1726867684.49681: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867684.49685: variable 'omit' from source: magic vars 8484 1726867684.49731: variable 'omit' from source: magic vars 8484 1726867684.49817: variable 'package_info' from source: set_fact 8484 1726867684.49825: variable 'extra_pkgs' from source: task vars 8484 1726867684.49942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867684.51235: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867684.51278: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867684.51306: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867684.51336: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867684.51356: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867684.51402: 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) 8484 1726867684.51424: 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) 8484 1726867684.51441: 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) 8484 1726867684.51467: 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) 8484 1726867684.51479: 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) 8484 1726867684.51546: variable '__storage_is_ostree' from source: set_fact 8484 1726867684.51550: variable 'omit' from source: magic vars 8484 1726867684.51567: variable 'omit' from source: magic vars 8484 1726867684.51586: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867684.51610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867684.51623: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867684.51637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867684.51644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867684.51665: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867684.51668: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867684.51672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867684.51738: Set connection var ansible_pipelining to False 8484 1726867684.51744: Set connection var ansible_timeout to 10 8484 1726867684.51746: Set connection var ansible_connection to ssh 8484 1726867684.51753: Set connection var ansible_shell_type to sh 8484 1726867684.51758: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867684.51763: Set connection var ansible_shell_executable to /bin/sh 8484 1726867684.51781: variable 'ansible_shell_executable' from source: unknown 8484 1726867684.51784: variable 'ansible_connection' from source: unknown 8484 1726867684.51787: variable 'ansible_module_compression' from source: unknown 8484 1726867684.51789: variable 'ansible_shell_type' from source: unknown 8484 1726867684.51791: variable 'ansible_shell_executable' from source: unknown 8484 1726867684.51793: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867684.51798: variable 'ansible_pipelining' from source: unknown 8484 1726867684.51800: variable 'ansible_timeout' from source: unknown 8484 1726867684.51806: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867684.51875: 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) 8484 1726867684.51882: variable 'omit' from source: magic vars 8484 1726867684.51888: starting attempt loop 8484 1726867684.51891: running the handler 8484 1726867684.51897: variable 'ansible_facts' from source: unknown 8484 1726867684.51900: variable 'ansible_facts' from source: unknown 8484 1726867684.51945: _low_level_execute_command(): starting 8484 1726867684.51949: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867684.52450: 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 <<< 8484 1726867684.52454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.52464: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.52466: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867684.52473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.52518: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867684.52521: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867684.52523: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867684.52626: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867684.54364: stdout chunk (state=3): >>>/root <<< 8484 1726867684.54464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867684.54491: stderr chunk (state=3): >>><<< 8484 1726867684.54495: stdout chunk (state=3): >>><<< 8484 1726867684.54514: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867684.54549: _low_level_execute_command(): starting 8484 1726867684.54552: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513 `" && echo ansible-tmp-1726867684.545136-9384-140797396157513="` echo /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513 `" ) && sleep 0' 8484 1726867684.55187: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867684.55191: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.55194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867684.55196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867684.55199: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867684.55201: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867684.55204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.55223: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867684.55239: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867684.55246: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867684.55285: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.55381: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867684.55385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867684.55387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867684.55484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867684.57416: stdout chunk (state=3): >>>ansible-tmp-1726867684.545136-9384-140797396157513=/root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513 <<< 8484 1726867684.57561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867684.57564: stdout chunk (state=3): >>><<< 8484 1726867684.57566: stderr chunk (state=3): >>><<< 8484 1726867684.57692: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867684.545136-9384-140797396157513=/root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867684.57696: variable 'ansible_module_compression' from source: unknown 8484 1726867684.57698: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867684.57728: variable 'ansible_facts' from source: unknown 8484 1726867684.57853: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py 8484 1726867684.58015: Sending initial data 8484 1726867684.58019: Sent initial data (149 bytes) 8484 1726867684.58493: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.58499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867684.58525: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867684.58529: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867684.58534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.58578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867684.58588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867684.58683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867684.60278: 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 <<< 8484 1726867684.60282: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867684.60372: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867684.60455: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmprra54vu_ /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py <<< 8484 1726867684.60458: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py" <<< 8484 1726867684.60569: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmprra54vu_" to remote "/root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py" <<< 8484 1726867684.61763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867684.61928: stderr chunk (state=3): >>><<< 8484 1726867684.61931: stdout chunk (state=3): >>><<< 8484 1726867684.61933: done transferring module to remote 8484 1726867684.61935: _low_level_execute_command(): starting 8484 1726867684.61937: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/ /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py && sleep 0' 8484 1726867684.62481: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867684.62496: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.62526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867684.62630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.62647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867684.62663: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867684.62687: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867684.62798: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867684.64682: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867684.64710: stdout chunk (state=3): >>><<< 8484 1726867684.64713: stderr chunk (state=3): >>><<< 8484 1726867684.64728: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867684.64803: _low_level_execute_command(): starting 8484 1726867684.64811: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/AnsiballZ_dnf.py && sleep 0' 8484 1726867684.65339: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867684.65352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867684.65386: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.65429: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867684.65442: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867684.65515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867684.65551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867684.65677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867684.67875: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867684.67900: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867684.67945: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867684.67957: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867684.68012: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867684.68034: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867684.68074: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867684.68099: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867684.68114: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867684.68182: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867684.68185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.68221: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 8484 1726867684.68237: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867684.68281: 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 0x7f92c09684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0937b30> <<< 8484 1726867684.68287: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867684.68323: 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 0x7f92c096aa50> import '_signal' # <<< 8484 1726867684.68359: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867684.68362: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867684.68396: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867684.68502: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867684.68528: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867684.68567: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867684.68571: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867684.68595: 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' <<< 8484 1726867684.68638: 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 <<< 8484 1726867684.68659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c073d130> <<< 8484 1726867684.68714: 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 <<< 8484 1726867684.68725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c073e120> <<< 8484 1726867684.68769: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867684.68782: 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. <<< 8484 1726867684.69045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867684.69075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867684.69111: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867684.69114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.69127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867684.69160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867684.69163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867684.69203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0783f50> <<< 8484 1726867684.69253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867684.69259: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867684.69275: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07900e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867684.69313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867684.69332: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867684.69380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.69417: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867684.69421: 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' <<< 8484 1726867684.69473: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07b3920> # /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 0x7f92c07b3fb0> <<< 8484 1726867684.69482: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867684.69528: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0793bc0> <<< 8484 1726867684.69531: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867684.69557: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0791340> <<< 8484 1726867684.69641: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0781100> <<< 8484 1726867684.69689: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867684.69692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867684.69718: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867684.69737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867684.69763: 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' <<< 8484 1726867684.69807: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07d7920> <<< 8484 1726867684.69848: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07d6540> <<< 8484 1726867684.69851: 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' <<< 8484 1726867684.69860: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07d4d10> <<< 8484 1726867684.69913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867684.69936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0804980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0780380> <<< 8484 1726867684.69953: 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' <<< 8484 1726867684.69978: 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 0x7f92c0804e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0804ce0> <<< 8484 1726867684.70020: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.70039: 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 0x7f92c08050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0776ea0> <<< 8484 1726867684.70064: 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' <<< 8484 1726867684.70079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867684.70113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867684.70133: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0805790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0805490> import 'importlib.machinery' # <<< 8484 1726867684.70165: 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 0x7f92c0806690> <<< 8484 1726867684.70194: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867684.70207: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867684.70266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867684.70269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867684.70309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08208c0> import 'errno' # <<< 8484 1726867684.70341: 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 0x7f92c0822000> <<< 8484 1726867684.70389: 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' <<< 8484 1726867684.70431: 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 0x7f92c0822ea0> <<< 8484 1726867684.70455: 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 0x7f92c0823500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08223f0> <<< 8484 1726867684.70459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867684.70482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867684.70510: 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 0x7f92c0823ec0> <<< 8484 1726867684.70526: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08235f0> <<< 8484 1726867684.70565: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08066f0> <<< 8484 1726867684.70582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867684.70619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867684.70630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867684.70640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867684.70688: 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 0x7f92c056bd40> <<< 8484 1726867684.70711: 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' <<< 8484 1726867684.70736: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.70759: 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 0x7f92c0598770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c05984d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.70784: 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 0x7f92c05987a0> <<< 8484 1726867684.70797: 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' <<< 8484 1726867684.70864: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.70990: 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 0x7f92c05990d0> <<< 8484 1726867684.71102: 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 0x7f92c0599a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0598980> <<< 8484 1726867684.71126: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0569ee0> <<< 8484 1726867684.71153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867684.71163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867684.71185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867684.71193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867684.71201: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c059ae70> <<< 8484 1726867684.71221: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0599bb0> <<< 8484 1726867684.71235: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0806de0> <<< 8484 1726867684.71266: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867684.71320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.71344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867684.71373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867684.71403: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c05bf170> <<< 8484 1726867684.71453: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867684.71479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.71486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867684.71509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867684.71543: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c05eb530> <<< 8484 1726867684.71574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867684.71609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867684.71665: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867684.71689: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867684.71699: 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 0x7f92c06442f0> <<< 8484 1726867684.71708: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867684.71737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867684.71761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867684.71806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867684.71886: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0646a50> <<< 8484 1726867684.71961: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0644410> <<< 8484 1726867684.71994: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0611310> <<< 8484 1726867684.72020: 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 0x7f92bff29400> <<< 8484 1726867684.72043: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c05ea330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c059bd40> <<< 8484 1726867684.72174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867684.72184: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92c05ea690> <<< 8484 1726867684.72311: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_pqsdxn4_/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867684.72448: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.72478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867684.72481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867684.72522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867684.72600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867684.72624: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867684.72629: 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 0x7f92bff83110> import '_typing' # <<< 8484 1726867684.72829: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff62000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff61160> <<< 8484 1726867684.72837: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.72852: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867684.72886: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.72893: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.72916: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867684.72919: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.74303: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.75411: 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'<<< 8484 1726867684.75427: stdout chunk (state=3): >>> import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff80fb0> <<< 8484 1726867684.75433: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867684.75451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.75456: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867684.75492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867684.75496: 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' <<< 8484 1726867684.75529: 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 0x7f92bffaaa20> <<< 8484 1726867684.75567: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffaa7b0> <<< 8484 1726867684.75609: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffaa0f0> <<< 8484 1726867684.75621: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867684.75628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867684.75666: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffaab40> <<< 8484 1726867684.75669: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff83b30> import 'atexit' # <<< 8484 1726867684.75713: 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 0x7f92bffab800> <<< 8484 1726867684.75750: 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 0x7f92bffab9e0> <<< 8484 1726867684.75774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867684.75816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867684.75827: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867684.75869: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffabf20> <<< 8484 1726867684.75898: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867684.75918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867684.75929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867684.75959: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe15ca0> <<< 8484 1726867684.76015: 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 0x7f92bfe178c0> <<< 8484 1726867684.76021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867684.76033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867684.76062: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1c230> <<< 8484 1726867684.76078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867684.76111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867684.76132: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1d3d0> <<< 8484 1726867684.76143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867684.76177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867684.76201: 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' <<< 8484 1726867684.76245: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1fe90> <<< 8484 1726867684.76292: 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 0x7f92c0822e10> <<< 8484 1726867684.76318: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1e060> <<< 8484 1726867684.76328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867684.76367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867684.76389: 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' <<< 8484 1726867684.76402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867684.76441: 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 <<< 8484 1726867684.76469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe23e00> import '_tokenize' # <<< 8484 1726867684.76550: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe228d0> <<< 8484 1726867684.76583: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe22630> # /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' <<< 8484 1726867684.76634: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe22ba0> <<< 8484 1726867684.76658: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1e660> <<< 8484 1726867684.76687: 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 0x7f92bfe67ef0> <<< 8484 1726867684.76712: 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 0x7f92bfe681d0> <<< 8484 1726867684.76735: 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 <<< 8484 1726867684.76754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867684.76778: 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' <<< 8484 1726867684.76824: 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 0x7f92bfe69c70> <<< 8484 1726867684.76828: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe69a30> <<< 8484 1726867684.76831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867684.76955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867684.77002: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.77008: 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 0x7f92bfe6c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe6a360> <<< 8484 1726867684.77027: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867684.77071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.77092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867684.77100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867684.77112: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867684.77141: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe6f9e0> <<< 8484 1726867684.77268: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe6c3b0> <<< 8484 1726867684.77326: 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 0x7f92bfe70a40> <<< 8484 1726867684.77358: 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 0x7f92bfe70ad0> <<< 8484 1726867684.77406: 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 0x7f92bfe70c80> <<< 8484 1726867684.77420: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe682f0> <<< 8484 1726867684.77436: 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 <<< 8484 1726867684.77448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867684.77459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 8484 1726867684.77468: stdout chunk (state=3): >>> <<< 8484 1726867684.77478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867684.77510: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.77536: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.77542: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92bfefc350> <<< 8484 1726867684.77686: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.77694: 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 0x7f92bfefd6a0> <<< 8484 1726867684.77700: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe72ae0> <<< 8484 1726867684.77736: 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 0x7f92bfe73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe72750> <<< 8484 1726867684.77741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.77762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.77769: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867684.77785: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.77872: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.77958: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.77972: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.77984: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867684.77995: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.78008: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867684.78023: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.78137: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.78257: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.78797: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.79327: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867684.79331: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867684.79352: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867684.79358: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867684.79380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.79428: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.79433: 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 0x7f92bfd01730> <<< 8484 1726867684.79511: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867684.79518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867684.79535: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd02510> <<< 8484 1726867684.79541: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfefdaf0> <<< 8484 1726867684.79591: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867684.79600: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.79623: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.79633: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867684.79640: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.79790: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.79939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867684.79943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867684.79966: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd02600> <<< 8484 1726867684.79968: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.80417: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.80855: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.80921: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81000: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867684.81040: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81075: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867684.81088: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81153: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81232: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867684.81244: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81264: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867684.81282: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81358: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867684.81365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.81824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867684.81895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867684.81898: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867684.81963: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd03620> # zipimport: zlib available <<< 8484 1726867684.82038: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82140: 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' # <<< 8484 1726867684.82152: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82188: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82233: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867684.82251: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82282: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82319: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82380: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82442: 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 <<< 8484 1726867684.82497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.82582: 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 0x7f92bfd0e120> <<< 8484 1726867684.82627: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd0b1a0> <<< 8484 1726867684.82643: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867684.82669: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82804: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82819: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.82866: 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' <<< 8484 1726867684.82886: 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 <<< 8484 1726867684.82923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867684.82938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867684.82998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867684.83029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867684.83067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867684.83176: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfffaa80> <<< 8484 1726867684.83182: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffe27b0> <<< 8484 1726867684.83240: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd0e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfefdb80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867684.83247: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.83295: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 8484 1726867684.83299: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867684.83339: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867684.83365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.83399: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867684.84035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.84546: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.85307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.86109: 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 0x7f92bfda0920> # /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 0x7f92bfda0b90> # /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 0x7f92bfda1280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda0dd0> # /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 0x7f92bfda1be0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 8484 1726867684.86184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /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' <<< 8484 1726867684.86233: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd8d970> # /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 0x7f92bfd8d700> <<< 8484 1726867684.86322: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf982720> <<< 8484 1726867684.86390: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda33b0> # /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 <<< 8484 1726867684.86445: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.86554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867684.86606: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9912e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf983e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf983200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda2870> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867684.86624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867684.86761: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867684.86787: 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 0x7f92bf9fd1f0> <<< 8484 1726867684.86887: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9b5310> <<< 8484 1726867684.87029: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda2d80> <<< 8484 1726867684.87046: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867684.87093: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867684.87232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867684.87242: 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 0x7f92bfa04d10> <<< 8484 1726867684.87246: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9feff0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9b4e00> <<< 8484 1726867684.87248: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda2240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda1c70> <<< 8484 1726867684.87250: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda1940> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda0bc0> # /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 0x7f92bfda1ca0> <<< 8484 1726867684.87302: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867684.87306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867684.87342: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa05310> <<< 8484 1726867684.87363: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa04a40> <<< 8484 1726867684.87392: 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' <<< 8484 1726867684.87450: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa05a60> <<< 8484 1726867684.87485: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867684.87508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867684.87565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867684.87596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867684.87680: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.87748: 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 0x7f92bfa08080> <<< 8484 1726867684.87928: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9ed760> <<< 8484 1726867684.87951: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa06990> <<< 8484 1726867684.87983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867684.87996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867684.88026: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9ed1f0> <<< 8484 1726867684.88058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867684.88061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 8484 1726867684.88084: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa22540> # /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' <<< 8484 1726867684.88118: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 8484 1726867684.88136: 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 0x7f92bfa231a0> <<< 8484 1726867684.88143: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa22c60> <<< 8484 1726867684.88167: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867684.88240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867684.88316: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa23680> <<< 8484 1726867684.88328: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867684.88367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867684.88589: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa17770> <<< 8484 1726867684.88615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867684.88627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867684.88651: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf915fa0> <<< 8484 1726867684.88701: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.88806: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867684.88813: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.88941: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.89076: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867684.89090: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.89137: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.89192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867684.89198: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.89329: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.89436: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867684.89530: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867684.90353: 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' # /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 0x7f92bf94af60> # /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 0x7f92bf94b080> # /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' <<< 8484 1726867684.90367: 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 0x7f92bf6a7290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf6a6ae0> <<< 8484 1726867684.90396: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.90405: 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 0x7f92bf6a6cc0> <<< 8484 1726867684.90442: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf94b5c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf94a4b0> <<< 8484 1726867684.90489: 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 <<< 8484 1726867684.90508: 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 0x7f92bf94ac60> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867684.90598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867684.90637: 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' <<< 8484 1726867684.90649: 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' <<< 8484 1726867684.90790: 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 0x7f92bf7208f0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf7204d0> <<< 8484 1726867684.90813: 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 <<< 8484 1726867684.90860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867684.90922: 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 0x7f92bf748200> <<< 8484 1726867684.90953: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf720a40> <<< 8484 1726867684.90968: 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 <<< 8484 1726867684.91060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867684.92011: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 8484 1726867684.92027: 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 0x7f92bf4ff260> <<< 8484 1726867684.92115: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf7482f0> <<< 8484 1726867684.92127: 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 <<< 8484 1726867684.92166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867684.92267: 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 0x7f92bf57ce30> <<< 8484 1726867684.92428: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf4ff6b0> <<< 8484 1726867684.92466: 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 <<< 8484 1726867684.92494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867684.92573: 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 0x7f92bf57fe60> <<< 8484 1726867684.92610: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf57d010> <<< 8484 1726867684.92623: 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 <<< 8484 1726867684.92692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867684.92755: 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 0x7f92bf5bbfe0> <<< 8484 1726867684.92830: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf5b8230> <<< 8484 1726867684.92834: 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 <<< 8484 1726867684.92850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867684.92914: 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 0x7f92bd8852b0> <<< 8484 1726867684.92928: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8846b0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf6c3f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 8484 1726867684.92987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867684.93010: 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 <<< 8484 1726867684.93039: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.93079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867684.93083: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867684.93132: 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 0x7f92bd8a47d0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd887c20> <<< 8484 1726867684.93135: 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 <<< 8484 1726867684.93159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867684.93201: 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 <<< 8484 1726867684.93225: stdout chunk (state=3): >>># 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 0x7f92bd8a6e70> <<< 8484 1726867684.93277: 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 <<< 8484 1726867684.93302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867684.93336: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a7d70> # /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' <<< 8484 1726867684.93796: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 8484 1726867684.93832: 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 0x7f92bd8d4680> # /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 0x7f92bd8d43e0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a7fb0> <<< 8484 1726867684.93904: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a6d20> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a66c0> <<< 8484 1726867684.93925: 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 # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.94125: 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 0x7f92bd8d7710> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a7290> <<< 8484 1726867684.94146: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a4b30> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd887230> <<< 8484 1726867684.94178: 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' <<< 8484 1726867684.94315: 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 0x7f92bd887950> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8876b0> <<< 8484 1726867684.94476: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd885430> # /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 0x7f92bd90ce90> # /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' <<< 8484 1726867684.94508: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867684.94539: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd90f3b0> <<< 8484 1726867684.94542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867684.94545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867684.94593: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd90fb90> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd90e6c0> <<< 8484 1726867684.94597: 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 <<< 8484 1726867684.94626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867684.94639: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd9383e0> <<< 8484 1726867684.94680: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd90ce60> <<< 8484 1726867684.94715: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 8484 1726867684.94758: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867684.94898: 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' <<< 8484 1726867684.94906: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd939e20> <<< 8484 1726867684.94969: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd9393a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd9391f0> # /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 <<< 8484 1726867684.94978: stdout chunk (state=3): >>># 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' <<< 8484 1726867684.95006: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd200ec0> <<< 8484 1726867684.95022: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867684.95079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867684.95082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867684.95136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867684.95168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867684.95190: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd22ef00> <<< 8484 1726867684.95229: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92bd22f260> <<< 8484 1726867684.95276: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2031d0> <<< 8484 1726867684.95315: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd201370> <<< 8484 1726867684.95333: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2003b0> <<< 8484 1726867684.95362: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93a600> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93a330> <<< 8484 1726867684.95396: 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 <<< 8484 1726867684.95407: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867684.95457: 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 <<< 8484 1726867684.95461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.95488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd26cd10> <<< 8484 1726867684.95503: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd22fe30> <<< 8484 1726867684.95532: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93ab40> <<< 8484 1726867684.95566: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867684.95591: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd26d2e0> <<< 8484 1726867684.95621: 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 0x7f92bd26d6a0> <<< 8484 1726867684.95642: 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 0x7f92bd26d730> <<< 8484 1726867684.95674: 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 0x7f92bd26d850> <<< 8484 1726867684.95696: 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 <<< 8484 1726867684.95751: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867684.95765: 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 <<< 8484 1726867684.95792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867684.95860: 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 0x7f92bd288440> <<< 8484 1726867684.95892: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd26e570> <<< 8484 1726867684.95924: 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 0x7f92bd288560> <<< 8484 1726867684.95940: 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' <<< 8484 1726867684.95966: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd288650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd26d640> <<< 8484 1726867684.96003: 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 <<< 8484 1726867684.96047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd288770> <<< 8484 1726867684.96050: 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 <<< 8484 1726867684.96086: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867684.96094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867684.96153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867684.96177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867684.96279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867684.96295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867684.96324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867684.96335: 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 0x7f92bd2d81d0> <<< 8484 1726867684.96379: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2b35f0> <<< 8484 1726867684.96480: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2b2060> <<< 8484 1726867684.96625: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd289fa0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd289400> <<< 8484 1726867684.96631: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd28a450> <<< 8484 1726867684.96673: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93a570> <<< 8484 1726867684.96715: 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' <<< 8484 1726867684.96719: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f0980> <<< 8484 1726867684.96785: 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 0x7f92bd2f0bc0> <<< 8484 1726867684.96792: 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' <<< 8484 1726867684.96843: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f1520> <<< 8484 1726867684.96846: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f0fb0> <<< 8484 1726867684.96900: 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 0x7f92bd2f2420> import 'gc' # <<< 8484 1726867684.96905: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf6a7410> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf949e50> <<< 8484 1726867684.97619: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f30b0> # /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' <<< 8484 1726867684.97622: 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 <<< 8484 1726867684.97727: 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 0x7f92bd0c3b60> <<< 8484 1726867684.97732: 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 <<< 8484 1726867684.97751: 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 <<< 8484 1726867684.97813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867684.97816: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 8484 1726867684.97819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867684.98134: 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 0x7f92bd0e9bb0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0e9760> # 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 0x7f92bf94ae10> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0e8650> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0c3e90> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0c0bc0> # /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 0x7f92bd0c3950> # /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' <<< 8484 1726867684.98174: 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 <<< 8484 1726867684.98186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867684.98199: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0fef00> <<< 8484 1726867684.98278: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0fda30> <<< 8484 1726867684.98408: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867684.98412: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd124710> # /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 <<< 8484 1726867684.98668: 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 0x7f92bd124a10> # /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 0x7f92bd124c80> # /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 0x7f92bd124f20> # /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 0x7f92bd125640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd125490> # /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 0x7f92bd126f00> # /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 0x7f92bd127050> # /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 0x7f92bd127260> <<< 8484 1726867684.98678: 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 <<< 8484 1726867684.98701: stdout chunk (state=3): >>># 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 <<< 8484 1726867684.98734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867684.98765: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13c200> <<< 8484 1726867684.98976: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd127a40> # /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' <<< 8484 1726867684.98980: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13cda0> <<< 8484 1726867684.98982: 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 0x7f92bd13d1f0> # /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 0x7f92bd13d3d0> # /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 0x7f92bd13d6a0> <<< 8484 1726867684.99024: 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 0x7f92bd13e5a0> # /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' <<< 8484 1726867684.99028: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13e810> <<< 8484 1726867684.99065: 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' <<< 8484 1726867684.99088: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13e9f0> <<< 8484 1726867684.99111: 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' <<< 8484 1726867684.99194: 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 0x7f92bd13f5f0> <<< 8484 1726867684.99226: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13f110> # /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' <<< 8484 1726867684.99247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd1644a0> <<< 8484 1726867684.99295: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13fda0> # /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 <<< 8484 1726867684.99475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd165130> # /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 <<< 8484 1726867684.99504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd165430> # /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 0x7f92bd166390> # /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 0x7f92bd166630> # /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 0x7f92bd1667e0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f3500> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f3290> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f29c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 8484 1726867684.99535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867684.99557: 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' <<< 8484 1726867684.99584: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd167200> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd166f30> <<< 8484 1726867684.99610: 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' <<< 8484 1726867684.99633: 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 <<< 8484 1726867684.99689: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867684.99717: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867684.99746: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867684.99824: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd189670> <<< 8484 1726867684.99844: 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' <<< 8484 1726867684.99961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867684.99965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd18adb0> <<< 8484 1726867685.00086: 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 0x7f92bd189fd0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd189b80> <<< 8484 1726867685.00107: 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 # 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 0x7f92bcee0650> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcec7a40> <<< 8484 1726867685.00130: 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' <<< 8484 1726867685.00211: 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 <<< 8484 1726867685.00241: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 8484 1726867685.00380: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 8484 1726867685.00407: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcee34d0> # /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 0x7f92bcee3e30> # /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 0x7f92bcee0cb0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcee0980> <<< 8484 1726867685.00440: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd1674a0> <<< 8484 1726867685.00461: 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 <<< 8484 1726867685.00487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 8484 1726867685.00523: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd1891c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd167230> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0c0290> <<< 8484 1726867685.00590: 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 <<< 8484 1726867685.00630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf0a150> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 8484 1726867685.00708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867685.00711: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf0aa20> <<< 8484 1726867685.00870: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf0ba10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 8484 1726867685.00880: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf0bf80> # /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 <<< 8484 1726867685.00883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 8484 1726867685.00901: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.01031: 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 0x7f92bcf35730><<< 8484 1726867685.01057: stdout chunk (state=3): >>> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf35100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf34da0> <<< 8484 1726867685.01162: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf34a40> # /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 0x7f92bcf34e30> # /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 <<< 8484 1726867685.01191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867685.01220: 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' <<< 8484 1726867685.01237: 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 <<< 8484 1726867685.01272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf37440> # /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' <<< 8484 1726867685.01506: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf37500> # /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 0x7f92bcf37c20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf37aa0> # /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 <<< 8484 1726867685.01640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867685.01643: 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 0x7f92bcf66240> <<< 8484 1726867685.01667: 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' <<< 8484 1726867685.01695: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 8484 1726867685.01725: 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 0x7f92bcf67470> <<< 8484 1726867685.01747: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py <<< 8484 1726867685.01775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf676e0> # /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' <<< 8484 1726867685.01813: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.01849: 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 0x7f92bcf67830> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf67590> <<< 8484 1726867685.01910: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf66f30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf663c0> <<< 8484 1726867685.01913: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf65670> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf64bf0> <<< 8484 1726867685.01921: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf64470> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf36f60> <<< 8484 1726867685.01978: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf36450> <<< 8484 1726867685.01981: 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 <<< 8484 1726867685.01984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf671a0> <<< 8484 1726867685.02035: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867685.02067: 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 0x7f92bcf67c80> # /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 0x7f92bcf90590> <<< 8484 1726867685.02097: 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 <<< 8484 1726867685.02257: 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 0x7f92bcf90950> # /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' <<< 8484 1726867685.02260: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf91280> <<< 8484 1726867685.02262: 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 <<< 8484 1726867685.02338: stdout chunk (state=3): >>># 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 0x7f92bcf91df0> <<< 8484 1726867685.15539: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "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}}} <<< 8484 1726867685.16663: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867685.16897: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867685.17295: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867685.17330: 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 <<< 8484 1726867685.17353: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.17384: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.17480: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # 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 <<< 8484 1726867685.17505: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # 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 <<< 8484 1726867685.17712: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.17736: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.18383: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 8484 1726867685.18407: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867685.18439: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 8484 1726867685.18458: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 8484 1726867685.18859: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 8484 1726867685.18864: stdout chunk (state=3): >>># 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<<< 8484 1726867685.18867: stdout chunk (state=3): >>> # 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 <<< 8484 1726867685.18872: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf <<< 8484 1726867685.18874: stdout chunk (state=3): >>># destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock <<< 8484 1726867685.18876: stdout chunk (state=3): >>># destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history <<< 8484 1726867685.18878: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.18882: stdout chunk (state=3): >>># destroy ast # destroy dis <<< 8484 1726867685.18884: stdout chunk (state=3): >>># destroy token <<< 8484 1726867685.18887: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols<<< 8484 1726867685.18889: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 8484 1726867685.18893: stdout chunk (state=3): >>># cleanup[3] wiping glob <<< 8484 1726867685.19090: stdout chunk (state=3): >>># 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<<< 8484 1726867685.19112: stdout chunk (state=3): >>> # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 8484 1726867685.19410: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping 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 <<< 8484 1726867685.19413: stdout chunk (state=3): >>># cleanup[3] wiping binascii<<< 8484 1726867685.19537: stdout chunk (state=3): >>> # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 8484 1726867685.19540: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 8484 1726867685.19542: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 8484 1726867685.19544: 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 <<< 8484 1726867685.19546: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 8484 1726867685.19548: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 8484 1726867685.19682: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.20190: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867685.20260: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867685.20279: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867685.20331: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867685.20507: stdout chunk (state=3): >>># 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 <<< 8484 1726867685.20511: stdout chunk (state=3): >>># destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 8484 1726867685.20545: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867685.20581: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 8484 1726867685.20596: stdout chunk (state=3): >>># destroy curses # destroy struct # destroy termios <<< 8484 1726867685.20787: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy 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 <<< 8484 1726867685.20829: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 8484 1726867685.20843: stdout chunk (state=3): >>># destroy string <<< 8484 1726867685.21088: stdout chunk (state=3): >>># destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867685.21135: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 8484 1726867685.21141: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867685.21161: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 8484 1726867685.21260: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867685.21789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867685.21835: stderr chunk (state=3): >>><<< 8484 1726867685.21991: stdout chunk (state=3): >>><<< 8484 1726867685.22591: _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 0x7f92c09684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0937b30> # /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 0x7f92c096aa50> 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 0x7f92c073d130> # /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 0x7f92c073e120> 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 0x7f92c0783f50> # /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 0x7f92c07900e0> # /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 0x7f92c07b3920> # /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 0x7f92c07b3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0793bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0791340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0781100> # /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 0x7f92c07d7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07d6540> # /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 0x7f92c07921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c07d4d10> # /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 0x7f92c0804980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0780380> # /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 0x7f92c0804e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0804ce0> # 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 0x7f92c08050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0776ea0> # /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 0x7f92c0805790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0805490> 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 0x7f92c0806690> 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 0x7f92c08208c0> 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 0x7f92c0822000> # /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 0x7f92c0822ea0> # 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 0x7f92c0823500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08223f0> # /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 0x7f92c0823ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08235f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c08066f0> # /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 0x7f92c056bd40> # /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 0x7f92c0598770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c05984d0> # 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 0x7f92c05987a0> # /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 0x7f92c05990d0> # 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 0x7f92c0599a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0598980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0569ee0> # /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 0x7f92c059ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0599bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0806de0> # /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 0x7f92c05bf170> # /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 0x7f92c05eb530> # /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 0x7f92c06442f0> # /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 0x7f92c0646a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0644410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c0611310> # /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 0x7f92bff29400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c05ea330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92c059bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92c05ea690> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_pqsdxn4_/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 0x7f92bff83110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff62000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff61160> # 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 0x7f92bff80fb0> # /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 0x7f92bffaaa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffaa7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffaa0f0> # /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 0x7f92bffaab40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bff83b30> 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 0x7f92bffab800> # 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 0x7f92bffab9e0> # /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 0x7f92bffabf20> 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 0x7f92bfe15ca0> # 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 0x7f92bfe178c0> # /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 0x7f92bfe1c230> # /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 0x7f92bfe1d3d0> # /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 0x7f92bfe1fe90> # 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 0x7f92c0822e10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1e060> # /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 0x7f92bfe23e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe22630> # /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 0x7f92bfe22ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe1e660> # 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 0x7f92bfe67ef0> # /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 0x7f92bfe681d0> # /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 0x7f92bfe69c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe69a30> # /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 0x7f92bfe6c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe6a360> # /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 0x7f92bfe6f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe6c3b0> # 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 0x7f92bfe70a40> # 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 0x7f92bfe70ad0> # 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 0x7f92bfe70c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe682f0> # /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 0x7f92bfefc350> # 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 0x7f92bfefd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe72ae0> # 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 0x7f92bfe73e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfe72750> # 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 0x7f92bfd01730> # /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 0x7f92bfd02510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfefdaf0> 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 0x7f92bfd02600> # 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 0x7f92bfd03620> # 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 0x7f92bfd0e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd0b1a0> 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 0x7f92bfffaa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bffe27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfd0e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfefdb80> # 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 0x7f92bfda0920> # /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 0x7f92bfda0b90> # /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 0x7f92bfda1280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda0dd0> # /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 0x7f92bfda1be0> # /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 0x7f92bfd8d970> # /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 0x7f92bfd8d700> # /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 0x7f92bf982720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda33b0> # /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 0x7f92bf9912e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf983e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf983200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda2870> # /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 0x7f92bf9fd1f0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9b5310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda2d80> # /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 0x7f92bfa04d10> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9feff0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9b4e00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda2240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda1c70> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda1940> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfda0bc0> # /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 0x7f92bfda1ca0> # /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 0x7f92bfa05310> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa04a40> # /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 0x7f92bfa05a60> # /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 0x7f92bfa08080> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf9ed760> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa06990> # /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 0x7f92bf9ed1f0> # /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 0x7f92bfa22540> # /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 0x7f92bfa231a0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bfa22c60> # /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 0x7f92bfa23680> # /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 0x7f92bfa17770> # /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 0x7f92bf915fa0> # 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 0x7f92bf94af60> # /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 0x7f92bf94b080> # /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 0x7f92bf6a7290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf6a6ae0> # 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 0x7f92bf6a6cc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf94b5c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf94a4b0> # /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 0x7f92bf94ac60> # /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 0x7f92bf7208f0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf7204d0> # /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 0x7f92bf748200> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf720a40> # /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 0x7f92bf4ff260> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf7482f0> # /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 0x7f92bf57ce30> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf4ff6b0> # /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 0x7f92bf57fe60> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf57d010> # /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 0x7f92bf5bbfe0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf5b8230> # /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 0x7f92bd8852b0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8846b0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf6c3f50> # /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 0x7f92bd8a47d0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd887c20> # /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 0x7f92bd8a6e70> # /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 0x7f92bd8a7d70> # /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 0x7f92bd8d4680> # /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 0x7f92bd8d43e0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a7fb0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a6d20> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a66c0> # /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 0x7f92bd8d7710> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a7290> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8a4b30> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd887230> # /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 0x7f92bd887950> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd8876b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd885430> # /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 0x7f92bd90ce90> # /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 0x7f92bd90f3b0> # /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 0x7f92bd90fb90> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd90e6c0> # /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 0x7f92bd9383e0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd90ce60> # /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 0x7f92bd939e20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd9393a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd9391f0> # /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 0x7f92bd200ec0> # /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 0x7f92bd22ef00> # 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 0x7f92bd22f260> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2031d0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd201370> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2003b0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93a600> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93a330> # /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 0x7f92bd26cd10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd22fe30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd93ab40> # /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 0x7f92bd26d2e0> # /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 0x7f92bd26d6a0> # /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 0x7f92bd26d730> # /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 0x7f92bd26d850> # /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 0x7f92bd288440> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd26e570> # /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 0x7f92bd288560> # /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 0x7f92bd288650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd26d640> # /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 0x7f92bd288770> # /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 0x7f92bd2d81d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2b35f0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2b2060> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd289fa0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd289400> # /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 0x7f92bd28a450> # /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 0x7f92bd93a570> # /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 0x7f92bd2f0980> # /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 0x7f92bd2f0bc0> # /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 0x7f92bd2f1520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f0fb0> # /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 0x7f92bd2f2420> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf6a7410> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bf949e50> # /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 0x7f92bd2f30b0> # /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 0x7f92bd0c3b60> # /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 0x7f92bd0e9bb0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0e9760> # 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 0x7f92bf94ae10> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0e8650> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0c3e90> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0c0bc0> # /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 0x7f92bd0c3950> # /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 0x7f92bd0fef00> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0fda30> # /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 0x7f92bd124710> # /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 0x7f92bd124a10> # /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 0x7f92bd124c80> # /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 0x7f92bd124f20> # /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 0x7f92bd125640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd125490> # /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 0x7f92bd126f00> # /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 0x7f92bd127050> # /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 0x7f92bd127260> # /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 0x7f92bd13c200> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd127a40> # /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 0x7f92bd13cda0> # /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 0x7f92bd13d1f0> # /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 0x7f92bd13d3d0> # /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 0x7f92bd13d6a0> # /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 0x7f92bd13e5a0> # /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 0x7f92bd13e810> # /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 0x7f92bd13e9f0> # /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 0x7f92bd13f5f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13f110> # /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 0x7f92bd1644a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd13fda0> # /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 0x7f92bd165130> # /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 0x7f92bd165430> # /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 0x7f92bd166390> # /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 0x7f92bd166630> # /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 0x7f92bd1667e0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f3500> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f3290> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd2f29c0> # /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 0x7f92bd167200> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd166f30> # /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 0x7f92bd189670> # /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 0x7f92bd18adb0> # 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 0x7f92bd189fd0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd189b80> # /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 0x7f92bcee0650> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcec7a40> # /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 0x7f92bcee34d0> # /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 0x7f92bcee3e30> # /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 0x7f92bcee0cb0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcee0980> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd1674a0> # /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 0x7f92bd1891c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd167230> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bd0c0290> # /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 0x7f92bcf0a150> # /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 0x7f92bcf0aa20> # /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 0x7f92bcf0ba10> # /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 0x7f92bcf0bf80> # /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 0x7f92bcf35730> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf35100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf34da0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf34a40> # /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 0x7f92bcf34e30> # /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 0x7f92bcf37440> # /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 0x7f92bcf37500> # /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 0x7f92bcf37c20> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf37aa0> # /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 0x7f92bcf66240> # /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 0x7f92bcf67470> # /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 0x7f92bcf676e0> # /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 0x7f92bcf67830> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf67590> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf66f30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf663c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf65670> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf64bf0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf64470> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf36f60> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92bcf36450> # /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 0x7f92bcf671a0> # /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 0x7f92bcf67c80> # /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 0x7f92bcf90590> # /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 0x7f92bcf90950> # /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 0x7f92bcf91280> # /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 0x7f92bcf91df0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867685.24856: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', '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-1726867684.545136-9384-140797396157513/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867685.24975: _low_level_execute_command(): starting 8484 1726867685.24980: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867684.545136-9384-140797396157513/ > /dev/null 2>&1 && sleep 0' 8484 1726867685.24983: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867685.24986: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867685.24989: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867685.24992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867685.24995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867685.26259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867685.26299: stderr chunk (state=3): >>><<< 8484 1726867685.26303: stdout chunk (state=3): >>><<< 8484 1726867685.26318: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867685.26479: handler run complete 8484 1726867685.26482: attempt loop complete, returning result 8484 1726867685.26484: _execute() done 8484 1726867685.26487: dumping result to json 8484 1726867685.26489: done dumping result, returning 8484 1726867685.26491: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [02e58e3f-6ce9-dbaf-c049-0000000003cb] 8484 1726867685.26493: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cb 8484 1726867685.26559: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cb 8484 1726867685.26562: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867685.26660: no more pending results, returning what we have 8484 1726867685.26663: results queue empty 8484 1726867685.26663: checking for any_errors_fatal 8484 1726867685.26669: done checking for any_errors_fatal 8484 1726867685.26670: checking for max_fail_percentage 8484 1726867685.26673: done checking for max_fail_percentage 8484 1726867685.26674: checking to see if all hosts have failed and the running result is not ok 8484 1726867685.26675: done checking to see if all hosts have failed 8484 1726867685.26676: getting the remaining hosts for this loop 8484 1726867685.26677: done getting the remaining hosts for this loop 8484 1726867685.26680: getting the next task for host managed_node3 8484 1726867685.26687: done getting next task for host managed_node3 8484 1726867685.26695: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 8484 1726867685.26699: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867685.26712: getting variables 8484 1726867685.26713: in VariableManager get_vars() 8484 1726867685.26746: Calling all_inventory to load vars for managed_node3 8484 1726867685.26748: Calling groups_inventory to load vars for managed_node3 8484 1726867685.26750: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867685.26759: Calling all_plugins_play to load vars for managed_node3 8484 1726867685.26761: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867685.26763: Calling groups_plugins_play to load vars for managed_node3 8484 1726867685.27546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867685.28467: done with get_vars() 8484 1726867685.28484: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 17:28:05 -0400 (0:00:00.802) 0:00:20.582 ****** 8484 1726867685.28580: entering _queue_task() for managed_node3/service_facts 8484 1726867685.28827: worker is 1 (out of 1 available) 8484 1726867685.28841: exiting _queue_task() for managed_node3/service_facts 8484 1726867685.28852: done queuing things up, now waiting for results queue to drain 8484 1726867685.28853: waiting for pending results... 8484 1726867685.29381: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 8484 1726867685.29549: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003cc 8484 1726867685.29565: variable 'ansible_search_path' from source: unknown 8484 1726867685.29576: variable 'ansible_search_path' from source: unknown 8484 1726867685.29618: calling self._execute() 8484 1726867685.29722: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867685.29744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867685.29752: variable 'omit' from source: magic vars 8484 1726867685.30299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867685.30537: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867685.30584: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867685.30628: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867685.30668: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867685.30762: 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) 8484 1726867685.30843: 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) 8484 1726867685.30847: 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) 8484 1726867685.30860: 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) 8484 1726867685.31214: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 8484 1726867685.31224: variable 'omit' from source: magic vars 8484 1726867685.31295: variable 'omit' from source: magic vars 8484 1726867685.31333: variable 'omit' from source: magic vars 8484 1726867685.31361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867685.31575: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867685.31578: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867685.31580: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867685.31583: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867685.31585: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867685.31587: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867685.31589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867685.31591: Set connection var ansible_pipelining to False 8484 1726867685.31593: Set connection var ansible_timeout to 10 8484 1726867685.31595: Set connection var ansible_connection to ssh 8484 1726867685.31605: Set connection var ansible_shell_type to sh 8484 1726867685.31614: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867685.31623: Set connection var ansible_shell_executable to /bin/sh 8484 1726867685.31650: variable 'ansible_shell_executable' from source: unknown 8484 1726867685.31657: variable 'ansible_connection' from source: unknown 8484 1726867685.31664: variable 'ansible_module_compression' from source: unknown 8484 1726867685.31671: variable 'ansible_shell_type' from source: unknown 8484 1726867685.31678: variable 'ansible_shell_executable' from source: unknown 8484 1726867685.31684: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867685.31691: variable 'ansible_pipelining' from source: unknown 8484 1726867685.31697: variable 'ansible_timeout' from source: unknown 8484 1726867685.31705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867685.31851: 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__) 8484 1726867685.31867: variable 'omit' from source: magic vars 8484 1726867685.31882: starting attempt loop 8484 1726867685.31900: running the handler 8484 1726867685.31919: _low_level_execute_command(): starting 8484 1726867685.32023: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867685.32783: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867685.32933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867685.33040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867685.34784: stdout chunk (state=3): >>>/root <<< 8484 1726867685.34950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867685.34954: stdout chunk (state=3): >>><<< 8484 1726867685.34956: stderr chunk (state=3): >>><<< 8484 1726867685.34977: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867685.35077: _low_level_execute_command(): starting 8484 1726867685.35081: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985 `" && echo ansible-tmp-1726867685.349906-9420-128288194982985="` echo /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985 `" ) && sleep 0' 8484 1726867685.35625: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867685.35642: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867685.35656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867685.35744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867685.35781: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867685.35804: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867685.35820: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867685.35955: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867685.37985: stdout chunk (state=3): >>>ansible-tmp-1726867685.349906-9420-128288194982985=/root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985 <<< 8484 1726867685.38239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867685.38302: stdout chunk (state=3): >>><<< 8484 1726867685.38306: stderr chunk (state=3): >>><<< 8484 1726867685.38318: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867685.349906-9420-128288194982985=/root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867685.38406: variable 'ansible_module_compression' from source: unknown 8484 1726867685.38430: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.service_facts-ZIP_DEFLATED 8484 1726867685.38474: variable 'ansible_facts' from source: unknown 8484 1726867685.38660: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py 8484 1726867685.38799: Sending initial data 8484 1726867685.38802: Sent initial data (159 bytes) 8484 1726867685.39342: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867685.39355: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867685.39369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867685.39438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867685.39487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867685.39510: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867685.39554: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867685.39651: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867685.41390: 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 <<< 8484 1726867685.41506: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867685.41611: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp3gn4k29h /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py <<< 8484 1726867685.41614: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py" <<< 8484 1726867685.41699: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp3gn4k29h" to remote "/root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py" <<< 8484 1726867685.42657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867685.42780: stderr chunk (state=3): >>><<< 8484 1726867685.42783: stdout chunk (state=3): >>><<< 8484 1726867685.42786: done transferring module to remote 8484 1726867685.42788: _low_level_execute_command(): starting 8484 1726867685.42790: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/ /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py && sleep 0' 8484 1726867685.43359: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867685.43377: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867685.43393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867685.43415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867685.43440: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867685.43491: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867685.43560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867685.43580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867685.43608: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867685.43727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867685.45678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867685.45681: stdout chunk (state=3): >>><<< 8484 1726867685.45683: stderr chunk (state=3): >>><<< 8484 1726867685.45701: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867685.45710: _low_level_execute_command(): starting 8484 1726867685.45776: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/AnsiballZ_service_facts.py && sleep 0' 8484 1726867685.46338: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867685.46353: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867685.46367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867685.46390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867685.46442: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867685.46511: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867685.46547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867685.46673: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867685.48983: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867685.49095: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867685.49121: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867685.49136: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867685.49180: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867685.49214: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867685.49272: 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' <<< 8484 1726867685.49306: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867685.49320: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867685.49371: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867685.49421: 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 0x7f6a76a184d0> <<< 8484 1726867685.49426: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a769e7b30> # /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' <<< 8484 1726867685.49459: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76a1aa50> import '_signal' # <<< 8484 1726867685.49622: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867685.49666: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 8484 1726867685.49867: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867685.49889: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7682d130> # /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' <<< 8484 1726867685.49917: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7682e120> import 'site' # <<< 8484 1726867685.49943: 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. <<< 8484 1726867685.50190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867685.50219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867685.50247: 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' <<< 8484 1726867685.50265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867685.50302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867685.50323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867685.50356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76873fb0> <<< 8484 1726867685.50386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867685.50402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867685.50429: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76880140> <<< 8484 1726867685.50457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867685.50483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867685.50513: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867685.50557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.50589: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867685.50627: 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 0x7f6a768a39b0> <<< 8484 1726867685.50630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867685.50652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768a3f80> <<< 8484 1726867685.50669: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867685.50722: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76883c50> <<< 8484 1726867685.50733: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867685.50760: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768813a0> <<< 8484 1726867685.50856: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76871160> <<< 8484 1726867685.50887: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867685.50926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867685.50929: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867685.50943: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867685.50972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867685.50993: 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' <<< 8484 1726867685.51025: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768c78f0> <<< 8484 1726867685.51059: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768c6510> <<< 8484 1726867685.51086: 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 0x7f6a76883f20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768c4c80> <<< 8484 1726867685.51151: 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 0x7f6a768f4920> <<< 8484 1726867685.51185: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768703e0> <<< 8484 1726867685.51219: 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' <<< 8484 1726867685.51232: 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 0x7f6a768f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f4c80> <<< 8484 1726867685.51281: 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 0x7f6a768f5040> <<< 8484 1726867685.51299: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76866f00> <<< 8484 1726867685.51322: 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' <<< 8484 1726867685.51343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867685.51402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867685.51431: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f5400> import 'importlib.machinery' # <<< 8484 1726867685.51460: 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' <<< 8484 1726867685.51468: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f6630> <<< 8484 1726867685.51511: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867685.51514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867685.51546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867685.51583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867685.51599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76910860> import 'errno' # <<< 8484 1726867685.51642: 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 0x7f6a76911fa0> <<< 8484 1726867685.51667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867685.51693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867685.51726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76912e10> <<< 8484 1726867685.51776: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.51803: 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 0x7f6a76913440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76912360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867685.51816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867685.51861: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.51876: 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 0x7f6a76913e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76913560> <<< 8484 1726867685.51926: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f6690> <<< 8484 1726867685.51949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867685.51981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867685.52019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867685.52024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867685.52076: 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 0x7f6a76693d40> <<< 8484 1726867685.52108: 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' <<< 8484 1726867685.52117: 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 0x7f6a766bc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bc560> <<< 8484 1726867685.52141: 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 0x7f6a766bc740> <<< 8484 1726867685.52181: 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' <<< 8484 1726867685.52261: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.52397: 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 0x7f6a766bd100> <<< 8484 1726867685.52537: 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 0x7f6a766bda60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bc9b0> <<< 8484 1726867685.52576: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76691ee0> <<< 8484 1726867685.52620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867685.52625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867685.52655: 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 0x7f6a766bedb0> <<< 8484 1726867685.52692: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bd8e0> <<< 8484 1726867685.52706: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f6d80> <<< 8484 1726867685.52733: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867685.52788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.52820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867685.52848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867685.52882: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766eb140> <<< 8484 1726867685.52943: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867685.52960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.52994: 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' <<< 8484 1726867685.53032: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a767134a0> <<< 8484 1726867685.53059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867685.53102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867685.53193: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867685.53198: 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 0x7f6a7676c260> <<< 8484 1726867685.53240: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867685.53243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867685.53268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867685.53314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867685.53395: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7676e9c0> <<< 8484 1726867685.53478: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7676c380> <<< 8484 1726867685.53523: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76739280> <<< 8484 1726867685.53557: 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 0x7f6a76575340> <<< 8484 1726867685.53568: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a767122d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bfd10> <<< 8484 1726867685.53678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867685.53709: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a767128d0> <<< 8484 1726867685.53878: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_89kh3a3x/ansible_service_facts_payload.zip' # zipimport: zlib available <<< 8484 1726867685.54001: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.54042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867685.54045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867685.54091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867685.54163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867685.54209: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867685.54225: 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 0x7f6a765cf0b0> import '_typing' # <<< 8484 1726867685.54407: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765a9fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765a9100> <<< 8484 1726867685.54445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.54486: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867685.54489: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867685.54516: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867685.55938: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.57100: 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 0x7f6a765ccf80> <<< 8484 1726867685.57132: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867685.57135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.57158: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867685.57174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867685.57197: 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' <<< 8484 1726867685.57233: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.57236: 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 0x7f6a765faab0> <<< 8484 1726867685.57278: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765fa840> <<< 8484 1726867685.57312: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765fa150> <<< 8484 1726867685.57333: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867685.57339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867685.57383: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765fa5a0> <<< 8484 1726867685.57389: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765cfad0> import 'atexit' # <<< 8484 1726867685.57424: 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 0x7f6a765fb7d0> <<< 8484 1726867685.57456: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.57460: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.57463: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a765fb980> <<< 8484 1726867685.57484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867685.57540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867685.57551: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867685.57596: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765fbec0> <<< 8484 1726867685.57606: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867685.57628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867685.57654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867685.57699: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f19d00> <<< 8484 1726867685.57726: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.57731: 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 0x7f6a75f1b920> <<< 8484 1726867685.57753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867685.57768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867685.57821: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1c2f0> <<< 8484 1726867685.57833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867685.57865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867685.57881: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1d490> <<< 8484 1726867685.57909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867685.57944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867685.57968: 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' <<< 8484 1726867685.58048: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1ff50> <<< 8484 1726867685.58077: 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 0x7f6a75f242c0> <<< 8484 1726867685.58091: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1e210> <<< 8484 1726867685.58118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867685.58150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867685.58183: 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' <<< 8484 1726867685.58215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867685.58232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867685.58263: 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' <<< 8484 1726867685.58285: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f27e90> import '_tokenize' # <<< 8484 1726867685.58362: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f26960> <<< 8484 1726867685.58391: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f266c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867685.58412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867685.58479: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f26c30> <<< 8484 1726867685.58528: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1e720> <<< 8484 1726867685.58568: 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 0x7f6a75f6bf80> <<< 8484 1726867685.58576: 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 0x7f6a75f6c200> <<< 8484 1726867685.58593: 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 <<< 8484 1726867685.58630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867685.58648: 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' <<< 8484 1726867685.58699: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.58706: 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 0x7f6a75f6ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f6db80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867685.58852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867685.58882: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.58905: 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 0x7f6a75f70320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f6e4b0> <<< 8484 1726867685.58908: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867685.58956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.58986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867685.58994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867685.59035: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f73ad0> <<< 8484 1726867685.59159: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f704a0> <<< 8484 1726867685.59227: 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 0x7f6a75f747d0> <<< 8484 1726867685.59259: 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' <<< 8484 1726867685.59265: 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 0x7f6a75f74c50> <<< 8484 1726867685.59303: 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 0x7f6a75f74bc0> <<< 8484 1726867685.59315: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f6c500> <<< 8484 1726867685.59340: 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' <<< 8484 1726867685.59353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867685.59382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867685.59405: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.59433: 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 0x7f6a75e002f0> <<< 8484 1726867685.59588: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.59595: 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 0x7f6a75e016a0> <<< 8484 1726867685.59610: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f76ab0> <<< 8484 1726867685.59631: 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' <<< 8484 1726867685.59640: 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 0x7f6a75f77e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f766c0> <<< 8484 1726867685.59656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59667: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59683: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867685.59686: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59781: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59878: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59884: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867685.59905: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59908: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.59925: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867685.60048: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.60163: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.60717: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.61273: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867685.61298: 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' # <<< 8484 1726867685.61323: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.61388: 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 0x7f6a75e05940> <<< 8484 1726867685.61460: 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' <<< 8484 1726867685.61486: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e06690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e01820> <<< 8484 1726867685.61554: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867685.61558: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.61593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.61598: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867685.61745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.61917: 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 0x7f6a75e06780> # zipimport: zlib available <<< 8484 1726867685.62382: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.62824: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.62901: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.62982: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867685.62984: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63018: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63053: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867685.63124: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63202: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867685.63225: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63228: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63246: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 8484 1726867685.63251: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63289: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63323: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867685.63336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.63798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867685.63853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867685.63872: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867685.63941: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e07980> <<< 8484 1726867685.63947: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64022: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64107: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867685.64130: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867685.64146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64171: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64222: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867685.64275: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64304: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64438: 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 <<< 8484 1726867685.64479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867685.64564: 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' <<< 8484 1726867685.64571: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a75e122d0> <<< 8484 1726867685.64598: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e0d220> <<< 8484 1726867685.64631: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867685.64637: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64707: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64769: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64794: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.64835: 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' <<< 8484 1726867685.64855: 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 <<< 8484 1726867685.64882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867685.64922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867685.64958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867685.64995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867685.65003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867685.65059: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f02b10> <<< 8484 1726867685.65095: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7661e7e0> <<< 8484 1726867685.65189: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e12090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f74e60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867685.65223: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.65260: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867685.65326: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867685.65329: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.65334: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867685.65343: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.65621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.65860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.65997: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867685.66150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867685.66152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867685.66179: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75ea88f0> <<< 8484 1726867685.66192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867685.66233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867685.66257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867685.66274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867685.66291: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e97920> <<< 8484 1726867685.66323: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.66339: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867685.66345: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a75e97c50> <<< 8484 1726867685.66384: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75ea90a0> <<< 8484 1726867685.66390: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 8484 1726867685.66461: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.22818: 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": "stopped", "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": "sto<<< 8484 1726867687.22839: stdout chunk (state=3): >>>pped", "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":<<< 8484 1726867687.22879: 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": {"na<<< 8484 1726867687.22887: stdout chunk (state=3): >>>me": "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__ <<< 8484 1726867687.23297: 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 <<< 8484 1726867687.23304: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 8484 1726867687.23333: 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 # 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 <<< 8484 1726867687.23349: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 8484 1726867687.23366: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 8484 1726867687.23396: 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 <<< 8484 1726867687.23400: stdout chunk (state=3): >>># cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # 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 <<< 8484 1726867687.23407: 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 <<< 8484 1726867687.23441: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.23451: stdout chunk (state=3): >>># cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid <<< 8484 1726867687.23454: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.23490: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.23507: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # 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 <<< 8484 1726867687.23523: stdout chunk (state=3): >>># cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # 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 <<< 8484 1726867687.23534: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # 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 <<< 8484 1726867687.23813: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 8484 1726867687.23824: stdout chunk (state=3): >>> # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867687.23846: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867687.23864: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867687.23868: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867687.23894: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867687.23900: stdout chunk (state=3): >>># destroy ipaddress <<< 8484 1726867687.23922: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867687.23948: 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 <<< 8484 1726867687.23973: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8484 1726867687.23996: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 8484 1726867687.23999: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867687.24021: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess <<< 8484 1726867687.24043: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867687.24047: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867687.24064: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 8484 1726867687.24097: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867687.24112: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 8484 1726867687.24154: stdout chunk (state=3): >>># destroy glob # destroy pickle <<< 8484 1726867687.24157: stdout chunk (state=3): >>># destroy select # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle <<< 8484 1726867687.24162: stdout chunk (state=3): >>># destroy _pickle <<< 8484 1726867687.24208: 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 <<< 8484 1726867687.24228: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 8484 1726867687.24250: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867687.24268: 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 <<< 8484 1726867687.24288: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 8484 1726867687.24301: 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 <<< 8484 1726867687.24315: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 8484 1726867687.24343: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools <<< 8484 1726867687.24358: stdout chunk (state=3): >>># cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 8484 1726867687.24374: 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 <<< 8484 1726867687.24398: 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 <<< 8484 1726867687.24402: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 8484 1726867687.24413: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 8484 1726867687.24433: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867687.24589: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867687.24597: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867687.24604: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867687.24634: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867687.24637: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867687.24667: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867687.24688: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867687.24714: 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 <<< 8484 1726867687.24720: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867687.24743: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867687.24846: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867687.24850: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 8484 1726867687.24882: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867687.24889: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867687.24892: stdout chunk (state=3): >>># destroy _weakref <<< 8484 1726867687.24917: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867687.24925: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867687.24950: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867687.24954: stdout chunk (state=3): >>># destroy _abc <<< 8484 1726867687.24957: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867687.24976: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867687.25317: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867687.25348: stderr chunk (state=3): >>><<< 8484 1726867687.25351: stdout chunk (state=3): >>><<< 8484 1726867687.25464: _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 0x7f6a76a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a769e7b30> # /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 0x7f6a76a1aa50> 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 0x7f6a7682d130> # /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 0x7f6a7682e120> 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 0x7f6a76873fb0> # /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 0x7f6a76880140> # /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 0x7f6a768a39b0> # /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 0x7f6a768a3f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76883c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768813a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76871160> # /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 0x7f6a768c78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768c6510> # /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 0x7f6a76883f20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768c4c80> # /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 0x7f6a768f4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768703e0> # /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 0x7f6a768f4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f4c80> # 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 0x7f6a768f5040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76866f00> # /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 0x7f6a768f5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f5400> 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 0x7f6a768f6630> 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 0x7f6a76910860> 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 0x7f6a76911fa0> # /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 0x7f6a76912e10> # 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 0x7f6a76913440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76912360> # /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 0x7f6a76913e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76913560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f6690> # /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 0x7f6a76693d40> # /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 0x7f6a766bc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bc560> # 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 0x7f6a766bc740> # /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 0x7f6a766bd100> # 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 0x7f6a766bda60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bc9b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76691ee0> # /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 0x7f6a766bedb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bd8e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a768f6d80> # /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 0x7f6a766eb140> # /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 0x7f6a767134a0> # /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 0x7f6a7676c260> # /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 0x7f6a7676e9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7676c380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a76739280> # /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 0x7f6a76575340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a767122d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a766bfd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a767128d0> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_89kh3a3x/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 0x7f6a765cf0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765a9fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765a9100> # 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 0x7f6a765ccf80> # /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 0x7f6a765faab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765fa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765fa150> # /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 0x7f6a765fa5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a765cfad0> 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 0x7f6a765fb7d0> # 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 0x7f6a765fb980> # /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 0x7f6a765fbec0> 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 0x7f6a75f19d00> # 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 0x7f6a75f1b920> # /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 0x7f6a75f1c2f0> # /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 0x7f6a75f1d490> # /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 0x7f6a75f1ff50> # 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 0x7f6a75f242c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1e210> # /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 0x7f6a75f27e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f26960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f266c0> # /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 0x7f6a75f26c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f1e720> # 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 0x7f6a75f6bf80> # /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 0x7f6a75f6c200> # /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 0x7f6a75f6ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f6db80> # /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 0x7f6a75f70320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f6e4b0> # /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 0x7f6a75f73ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f704a0> # 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 0x7f6a75f747d0> # 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 0x7f6a75f74c50> # 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 0x7f6a75f74bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f6c500> # /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 0x7f6a75e002f0> # 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 0x7f6a75e016a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f76ab0> # 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 0x7f6a75f77e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f766c0> # 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 0x7f6a75e05940> # /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 0x7f6a75e06690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e01820> 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 0x7f6a75e06780> # 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 0x7f6a75e07980> # 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 0x7f6a75e122d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e0d220> 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 0x7f6a75f02b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a7661e7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75e12090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75f74e60> # 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 0x7f6a75ea88f0> # /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 0x7f6a75e97920> # 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 0x7f6a75e97c50> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a75ea90a0> 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": "stopped", "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867687.26199: 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-1726867685.349906-9420-128288194982985/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867687.26211: _low_level_execute_command(): starting 8484 1726867687.26220: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867685.349906-9420-128288194982985/ > /dev/null 2>&1 && sleep 0' 8484 1726867687.26657: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867687.26661: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.26681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.26730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867687.26736: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867687.26738: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867687.26823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867687.28686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867687.28717: stderr chunk (state=3): >>><<< 8484 1726867687.28720: stdout chunk (state=3): >>><<< 8484 1726867687.28733: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867687.28738: handler run complete 8484 1726867687.28859: variable 'ansible_facts' from source: unknown 8484 1726867687.28963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867687.29249: variable 'ansible_facts' from source: unknown 8484 1726867687.29348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867687.29466: attempt loop complete, returning result 8484 1726867687.29470: _execute() done 8484 1726867687.29474: dumping result to json 8484 1726867687.29514: done dumping result, returning 8484 1726867687.29522: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [02e58e3f-6ce9-dbaf-c049-0000000003cc] 8484 1726867687.29526: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cc ok: [managed_node3] => { "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": "stopped", "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 } 8484 1726867687.30826: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cc 8484 1726867687.30996: no more pending results, returning what we have 8484 1726867687.30998: results queue empty 8484 1726867687.30999: checking for any_errors_fatal 8484 1726867687.31005: done checking for any_errors_fatal 8484 1726867687.31006: checking for max_fail_percentage 8484 1726867687.31007: done checking for max_fail_percentage 8484 1726867687.31008: checking to see if all hosts have failed and the running result is not ok 8484 1726867687.31008: done checking to see if all hosts have failed 8484 1726867687.31009: getting the remaining hosts for this loop 8484 1726867687.31009: done getting the remaining hosts for this loop 8484 1726867687.31012: getting the next task for host managed_node3 8484 1726867687.31016: done getting next task for host managed_node3 8484 1726867687.31018: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 8484 1726867687.31021: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867687.31028: WORKER PROCESS EXITING 8484 1726867687.31035: getting variables 8484 1726867687.31037: in VariableManager get_vars() 8484 1726867687.31057: Calling all_inventory to load vars for managed_node3 8484 1726867687.31059: Calling groups_inventory to load vars for managed_node3 8484 1726867687.31060: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867687.31066: Calling all_plugins_play to load vars for managed_node3 8484 1726867687.31067: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867687.31069: Calling groups_plugins_play to load vars for managed_node3 8484 1726867687.31344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867687.31813: done with get_vars() 8484 1726867687.31823: done getting variables 8484 1726867687.31864: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 17:28:07 -0400 (0:00:02.033) 0:00:22.615 ****** 8484 1726867687.31890: entering _queue_task() for managed_node3/set_fact 8484 1726867687.32095: worker is 1 (out of 1 available) 8484 1726867687.32112: exiting _queue_task() for managed_node3/set_fact 8484 1726867687.32124: done queuing things up, now waiting for results queue to drain 8484 1726867687.32125: waiting for pending results... 8484 1726867687.32290: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 8484 1726867687.32390: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003cd 8484 1726867687.32401: variable 'ansible_search_path' from source: unknown 8484 1726867687.32408: variable 'ansible_search_path' from source: unknown 8484 1726867687.32432: calling self._execute() 8484 1726867687.32499: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867687.32505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867687.32514: variable 'omit' from source: magic vars 8484 1726867687.32585: variable 'omit' from source: magic vars 8484 1726867687.32628: variable 'omit' from source: magic vars 8484 1726867687.32899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867687.34311: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867687.34359: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867687.34387: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867687.34414: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867687.34435: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867687.34491: 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) 8484 1726867687.34512: 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) 8484 1726867687.34535: 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) 8484 1726867687.34559: 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) 8484 1726867687.34571: 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) 8484 1726867687.34606: 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) 8484 1726867687.34621: 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) 8484 1726867687.34643: 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) 8484 1726867687.34666: 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) 8484 1726867687.34678: 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) 8484 1726867687.34719: 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) 8484 1726867687.34739: 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) 8484 1726867687.34755: 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) 8484 1726867687.34781: 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) 8484 1726867687.34792: 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) 8484 1726867687.34822: 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) 8484 1726867687.34838: 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) 8484 1726867687.34858: 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) 8484 1726867687.34885: 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) 8484 1726867687.34895: 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) 8484 1726867687.34931: 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) 8484 1726867687.34947: 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) 8484 1726867687.34966: 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) 8484 1726867687.34993: 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) 8484 1726867687.35007: 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) 8484 1726867687.35176: variable 'ansible_facts' from source: unknown 8484 1726867687.35357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867687.35476: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867687.35508: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867687.35527: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867687.35548: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867687.35583: 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) 8484 1726867687.35599: 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) 8484 1726867687.35622: 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) 8484 1726867687.35641: 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) 8484 1726867687.35968: variable 'omit' from source: magic vars 8484 1726867687.35987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867687.36009: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867687.36021: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867687.36033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867687.36043: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867687.36066: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867687.36071: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867687.36074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867687.36136: Set connection var ansible_pipelining to False 8484 1726867687.36141: Set connection var ansible_timeout to 10 8484 1726867687.36144: Set connection var ansible_connection to ssh 8484 1726867687.36150: Set connection var ansible_shell_type to sh 8484 1726867687.36155: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867687.36162: Set connection var ansible_shell_executable to /bin/sh 8484 1726867687.36181: variable 'ansible_shell_executable' from source: unknown 8484 1726867687.36184: variable 'ansible_connection' from source: unknown 8484 1726867687.36187: variable 'ansible_module_compression' from source: unknown 8484 1726867687.36189: variable 'ansible_shell_type' from source: unknown 8484 1726867687.36192: variable 'ansible_shell_executable' from source: unknown 8484 1726867687.36194: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867687.36196: variable 'ansible_pipelining' from source: unknown 8484 1726867687.36199: variable 'ansible_timeout' from source: unknown 8484 1726867687.36206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867687.36272: 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) 8484 1726867687.36281: variable 'omit' from source: magic vars 8484 1726867687.36284: starting attempt loop 8484 1726867687.36287: running the handler 8484 1726867687.36295: handler run complete 8484 1726867687.36305: attempt loop complete, returning result 8484 1726867687.36308: _execute() done 8484 1726867687.36311: dumping result to json 8484 1726867687.36313: done dumping result, returning 8484 1726867687.36318: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [02e58e3f-6ce9-dbaf-c049-0000000003cd] 8484 1726867687.36323: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cd 8484 1726867687.36398: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cd 8484 1726867687.36401: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 8484 1726867687.36464: no more pending results, returning what we have 8484 1726867687.36466: results queue empty 8484 1726867687.36467: checking for any_errors_fatal 8484 1726867687.36476: done checking for any_errors_fatal 8484 1726867687.36477: checking for max_fail_percentage 8484 1726867687.36478: done checking for max_fail_percentage 8484 1726867687.36479: checking to see if all hosts have failed and the running result is not ok 8484 1726867687.36480: done checking to see if all hosts have failed 8484 1726867687.36481: getting the remaining hosts for this loop 8484 1726867687.36482: done getting the remaining hosts for this loop 8484 1726867687.36485: getting the next task for host managed_node3 8484 1726867687.36493: done getting next task for host managed_node3 8484 1726867687.36497: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 8484 1726867687.36502: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867687.36514: getting variables 8484 1726867687.36515: in VariableManager get_vars() 8484 1726867687.36543: Calling all_inventory to load vars for managed_node3 8484 1726867687.36545: Calling groups_inventory to load vars for managed_node3 8484 1726867687.36547: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867687.36554: Calling all_plugins_play to load vars for managed_node3 8484 1726867687.36556: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867687.36559: Calling groups_plugins_play to load vars for managed_node3 8484 1726867687.36907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867687.37245: done with get_vars() 8484 1726867687.37255: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 17:28:07 -0400 (0:00:00.054) 0:00:22.670 ****** 8484 1726867687.37322: entering _queue_task() for managed_node3/systemd 8484 1726867687.37516: worker is 1 (out of 1 available) 8484 1726867687.37530: exiting _queue_task() for managed_node3/systemd 8484 1726867687.37542: done queuing things up, now waiting for results queue to drain 8484 1726867687.37543: waiting for pending results... 8484 1726867687.37713: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 8484 1726867687.37801: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003cf 8484 1726867687.37813: variable 'ansible_search_path' from source: unknown 8484 1726867687.37816: variable 'ansible_search_path' from source: unknown 8484 1726867687.37847: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867687.37993: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867687.38030: dumping result to json 8484 1726867687.38034: done dumping result, returning 8484 1726867687.38042: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [02e58e3f-6ce9-dbaf-c049-0000000003cf] 8484 1726867687.38047: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cf 8484 1726867687.38138: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003cf 8484 1726867687.38142: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867687.38192: no more pending results, returning what we have 8484 1726867687.38195: results queue empty 8484 1726867687.38196: checking for any_errors_fatal 8484 1726867687.38202: done checking for any_errors_fatal 8484 1726867687.38202: checking for max_fail_percentage 8484 1726867687.38206: done checking for max_fail_percentage 8484 1726867687.38207: checking to see if all hosts have failed and the running result is not ok 8484 1726867687.38208: done checking to see if all hosts have failed 8484 1726867687.38209: getting the remaining hosts for this loop 8484 1726867687.38210: done getting the remaining hosts for this loop 8484 1726867687.38212: getting the next task for host managed_node3 8484 1726867687.38218: done getting next task for host managed_node3 8484 1726867687.38222: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 8484 1726867687.38226: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867687.38239: getting variables 8484 1726867687.38241: in VariableManager get_vars() 8484 1726867687.38272: Calling all_inventory to load vars for managed_node3 8484 1726867687.38274: Calling groups_inventory to load vars for managed_node3 8484 1726867687.38276: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867687.38281: Calling all_plugins_play to load vars for managed_node3 8484 1726867687.38283: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867687.38285: Calling groups_plugins_play to load vars for managed_node3 8484 1726867687.38589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867687.38929: done with get_vars() 8484 1726867687.38939: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 17:28:07 -0400 (0:00:00.016) 0:00:22.686 ****** 8484 1726867687.38994: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867687.39165: worker is 1 (out of 1 available) 8484 1726867687.39180: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867687.39191: done queuing things up, now waiting for results queue to drain 8484 1726867687.39192: waiting for pending results... 8484 1726867687.39346: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 8484 1726867687.39442: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d0 8484 1726867687.39451: variable 'ansible_search_path' from source: unknown 8484 1726867687.39455: variable 'ansible_search_path' from source: unknown 8484 1726867687.39482: calling self._execute() 8484 1726867687.39543: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867687.39547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867687.39555: variable 'omit' from source: magic vars 8484 1726867687.39626: variable 'omit' from source: magic vars 8484 1726867687.39675: variable 'omit' from source: magic vars 8484 1726867687.39841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867687.41221: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867687.41277: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867687.41299: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867687.41327: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867687.41346: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867687.41407: 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) 8484 1726867687.41426: 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) 8484 1726867687.41443: 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) 8484 1726867687.41468: 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) 8484 1726867687.41488: 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) 8484 1726867687.41554: variable 'storage_pools' from source: include params 8484 1726867687.41558: variable 'test_storage_pools' from source: play vars 8484 1726867687.41614: variable 'test_storage_pools' from source: play vars 8484 1726867687.41688: 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) 8484 1726867687.41710: 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) 8484 1726867687.41727: 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) 8484 1726867687.41751: 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) 8484 1726867687.41761: 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) 8484 1726867687.41790: 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) 8484 1726867687.41809: 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) 8484 1726867687.41825: 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) 8484 1726867687.41849: 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) 8484 1726867687.41859: 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) 8484 1726867687.41941: variable 'unused_disks' from source: set_fact 8484 1726867687.42101: variable 'unused_disks' from source: set_fact 8484 1726867687.42221: variable 'unused_disks' from source: set_fact 8484 1726867687.42439: variable 'storage_use_partitions' from source: role '' defaults 8484 1726867687.42444: variable 'storage_disklabel_type' from source: role '' defaults 8484 1726867687.42447: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867687.42495: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867687.42531: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867687.42574: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867687.42632: variable 'storage_safe_mode' from source: role '' defaults 8484 1726867687.42681: 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) 8484 1726867687.42701: 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) 8484 1726867687.42718: 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) 8484 1726867687.42741: 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) 8484 1726867687.42752: 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) 8484 1726867687.42805: variable 'omit' from source: magic vars 8484 1726867687.42817: variable 'omit' from source: magic vars 8484 1726867687.42837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867687.42855: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867687.42869: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867687.42883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867687.42891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867687.42918: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867687.42921: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867687.42923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867687.42985: Set connection var ansible_pipelining to False 8484 1726867687.42990: Set connection var ansible_timeout to 10 8484 1726867687.42993: Set connection var ansible_connection to ssh 8484 1726867687.42999: Set connection var ansible_shell_type to sh 8484 1726867687.43006: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867687.43009: Set connection var ansible_shell_executable to /bin/sh 8484 1726867687.43028: variable 'ansible_shell_executable' from source: unknown 8484 1726867687.43031: variable 'ansible_connection' from source: unknown 8484 1726867687.43034: variable 'ansible_module_compression' from source: unknown 8484 1726867687.43036: variable 'ansible_shell_type' from source: unknown 8484 1726867687.43038: variable 'ansible_shell_executable' from source: unknown 8484 1726867687.43040: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867687.43045: variable 'ansible_pipelining' from source: unknown 8484 1726867687.43047: variable 'ansible_timeout' from source: unknown 8484 1726867687.43051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867687.43137: 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__) 8484 1726867687.43145: variable 'omit' from source: magic vars 8484 1726867687.43155: starting attempt loop 8484 1726867687.43158: running the handler 8484 1726867687.43168: _low_level_execute_command(): starting 8484 1726867687.43175: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867687.43641: 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 <<< 8484 1726867687.43681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867687.43684: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.43687: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867687.43689: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867687.43691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.43737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867687.43740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867687.43742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867687.43845: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867687.45565: stdout chunk (state=3): >>>/root <<< 8484 1726867687.45664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867687.45691: stderr chunk (state=3): >>><<< 8484 1726867687.45694: stdout chunk (state=3): >>><<< 8484 1726867687.45716: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867687.45725: _low_level_execute_command(): starting 8484 1726867687.45729: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676 `" && echo ansible-tmp-1726867687.4571402-9465-147175995372676="` echo /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676 `" ) && sleep 0' 8484 1726867687.46144: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867687.46147: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867687.46150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.46152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867687.46154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.46210: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867687.46214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867687.46216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867687.46298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867687.48251: stdout chunk (state=3): >>>ansible-tmp-1726867687.4571402-9465-147175995372676=/root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676 <<< 8484 1726867687.48351: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867687.48373: stderr chunk (state=3): >>><<< 8484 1726867687.48376: stdout chunk (state=3): >>><<< 8484 1726867687.48389: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867687.4571402-9465-147175995372676=/root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867687.48433: variable 'ansible_module_compression' from source: unknown 8484 1726867687.48484: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 8484 1726867687.48519: variable 'ansible_facts' from source: unknown 8484 1726867687.48591: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py 8484 1726867687.48683: Sending initial data 8484 1726867687.48687: Sent initial data (153 bytes) 8484 1726867687.49114: 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 <<< 8484 1726867687.49117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867687.49120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867687.49122: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867687.49124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.49163: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867687.49167: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867687.49258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867687.50891: 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 <<< 8484 1726867687.50895: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867687.50979: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867687.51068: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpmysaf2ye /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py <<< 8484 1726867687.51075: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py" <<< 8484 1726867687.51156: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpmysaf2ye" to remote "/root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py" <<< 8484 1726867687.51954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867687.51990: stderr chunk (state=3): >>><<< 8484 1726867687.51994: stdout chunk (state=3): >>><<< 8484 1726867687.52008: done transferring module to remote 8484 1726867687.52022: _low_level_execute_command(): starting 8484 1726867687.52025: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/ /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py && sleep 0' 8484 1726867687.52443: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867687.52447: 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 <<< 8484 1726867687.52451: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.52453: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867687.52455: 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 <<< 8484 1726867687.52457: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.52503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867687.52507: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867687.52600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867687.54435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867687.54459: stderr chunk (state=3): >>><<< 8484 1726867687.54462: stdout chunk (state=3): >>><<< 8484 1726867687.54476: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867687.54479: _low_level_execute_command(): starting 8484 1726867687.54484: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/AnsiballZ_blivet.py && sleep 0' 8484 1726867687.54915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867687.54918: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867687.54924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867687.54927: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867687.54931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867687.54977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867687.54980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867687.54985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867687.55076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867687.57314: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867687.57334: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867687.57368: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867687.57375: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867687.57438: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867687.57443: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867687.57484: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867687.57543: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867687.57557: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867687.57592: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867687.57597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.57617: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867687.57633: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867687.57667: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867687.57689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867687.57701: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4152184d0><<< 8484 1726867687.57726: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4151e7b30> <<< 8484 1726867687.57731: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867687.57741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867687.57745: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41521aa50> <<< 8484 1726867687.57764: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867687.57789: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867687.57792: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867687.57815: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867687.57840: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867687.57845: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867687.57925: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867687.57954: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867687.57988: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867687.57999: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867687.58039: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867687.58042: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867687.58106: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 8484 1726867687.58114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414fc9130> <<< 8484 1726867687.58202: 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' <<< 8484 1726867687.58211: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414fca120> <<< 8484 1726867687.58237: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8484 1726867687.58480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867687.58485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867687.58509: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867687.58512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.58536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867687.58602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867687.58648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867687.58651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41500ff50> <<< 8484 1726867687.58698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867687.58753: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41501c0e0> <<< 8484 1726867687.58756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867687.58798: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867687.58840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 8484 1726867687.58890: 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 0x7fd41503f980> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867687.58894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41503ff50> <<< 8484 1726867687.58918: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867687.58969: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41501fc20> import '_functools' # <<< 8484 1726867687.59046: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41501d340> <<< 8484 1726867687.59131: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41500d100> <<< 8484 1726867687.59135: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867687.59137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867687.59158: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867687.59195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867687.59203: 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' <<< 8484 1726867687.59231: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415063920> <<< 8484 1726867687.59255: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415062540> <<< 8484 1726867687.59301: 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' <<< 8484 1726867687.59304: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41501e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415060da0> <<< 8484 1726867687.59397: 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 0x7fd4150908c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41500c380> <<< 8484 1726867687.59435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd415090d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415090c20> <<< 8484 1726867687.59460: 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 0x7fd415090fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415002ea0> <<< 8484 1726867687.59492: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867687.59502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.59507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867687.59556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867687.59594: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415091670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415091370> import 'importlib.machinery' # <<< 8484 1726867687.59622: 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 0x7fd415092540> <<< 8484 1726867687.59668: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867687.59694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867687.59729: 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 0x7fd4150ac740> <<< 8484 1726867687.59737: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867687.59763: 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' <<< 8484 1726867687.59768: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4150ade80> <<< 8484 1726867687.59793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867687.59801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867687.59835: 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' <<< 8484 1726867687.59841: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150aecf0> <<< 8484 1726867687.59883: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.59888: 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 0x7fd4150af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150ae270> <<< 8484 1726867687.59919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867687.59921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867687.59960: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.59973: 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 0x7fd4150afda0> <<< 8484 1726867687.59976: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150af4d0> <<< 8484 1726867687.60014: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150924b0> <<< 8484 1726867687.60049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867687.60084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867687.60088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867687.60104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867687.60133: 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 0x7fd414debc80> <<< 8484 1726867687.60187: 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' <<< 8484 1726867687.60207: 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 0x7fd414e14800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e14560> <<< 8484 1726867687.60248: 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 0x7fd414e14830> <<< 8484 1726867687.60251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867687.60279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867687.60325: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.60498: 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 0x7fd414e15160> <<< 8484 1726867687.60577: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.60826: 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 0x7fd414e15b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e14a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414de9e50> <<< 8484 1726867687.60830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e16f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e15c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415092c60> # /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' <<< 8484 1726867687.60832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867687.60857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867687.60890: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e3f290> <<< 8484 1726867687.60933: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867687.60960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.60980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867687.61010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867687.61087: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e675c0> <<< 8484 1726867687.61110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867687.61149: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867687.61184: 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 0x7fd414ec43e0> <<< 8484 1726867687.61203: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867687.61224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867687.61252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867687.61290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867687.61373: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414ec6b40> <<< 8484 1726867687.61440: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414ec4500> <<< 8484 1726867687.61478: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e913d0> <<< 8484 1726867687.61506: 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' <<< 8484 1726867687.61511: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414729460> <<< 8484 1726867687.61530: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e663c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e17e60> <<< 8484 1726867687.61644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867687.61672: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd414729700> <<< 8484 1726867687.61828: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_wwrbdvkd/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 8484 1726867687.61834: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.61961: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.61992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867687.61997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867687.62042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867687.62121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867687.62149: 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 0x7fd41477b1a0> <<< 8484 1726867687.62165: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867687.62357: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41475e090> <<< 8484 1726867687.62363: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41475d250> # zipimport: zlib available <<< 8484 1726867687.62392: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867687.62397: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.62421: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.62440: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.62450: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867687.62464: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.63881: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.65010: 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 0x7fd414779040> <<< 8484 1726867687.65037: 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' <<< 8484 1726867687.65067: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867687.65101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867687.65128: 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' <<< 8484 1726867687.65141: 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 0x7fd4147aab10> <<< 8484 1726867687.65209: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147aa8a0> <<< 8484 1726867687.65239: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147aa1b0> # /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' <<< 8484 1726867687.65280: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41477bbc0> <<< 8484 1726867687.65305: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867687.65350: 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 0x7fd4147ab830> <<< 8484 1726867687.65378: 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 0x7fd4147ab9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867687.65432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867687.65445: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867687.65489: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147abf20> <<< 8484 1726867687.65527: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867687.65543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867687.65596: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414619d00> <<< 8484 1726867687.65639: 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 0x7fd41461b920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867687.65652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867687.65708: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461c2f0> <<< 8484 1726867687.65726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867687.65759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867687.65814: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461d490> <<< 8484 1726867687.65821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867687.65844: 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' <<< 8484 1726867687.65893: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461ff50> <<< 8484 1726867687.65945: 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 0x7fd415002f90> <<< 8484 1726867687.65965: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461e210> <<< 8484 1726867687.65989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867687.66010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867687.66049: 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' <<< 8484 1726867687.66052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867687.66115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867687.66120: 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' <<< 8484 1726867687.66145: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414627d10> import '_tokenize' # <<< 8484 1726867687.66200: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4146267e0> <<< 8484 1726867687.66231: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414626540> <<< 8484 1726867687.66249: 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' <<< 8484 1726867687.66317: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414626ab0> <<< 8484 1726867687.66353: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461e690> <<< 8484 1726867687.66407: 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 0x7fd41466ba40> <<< 8484 1726867687.66411: 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 0x7fd41466c110> <<< 8484 1726867687.66446: 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 <<< 8484 1726867687.66465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867687.66488: 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' <<< 8484 1726867687.66520: 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 0x7fd41466dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41466d9a0> <<< 8484 1726867687.66540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867687.66659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867687.66731: 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 0x7fd41466ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41466e210> <<< 8484 1726867687.66745: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867687.66868: 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' # <<< 8484 1726867687.66876: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414673800> <<< 8484 1726867687.67025: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4146701d0> <<< 8484 1726867687.67050: 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' <<< 8484 1726867687.67090: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4146745f0> <<< 8484 1726867687.67103: 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 0x7fd414674620> <<< 8484 1726867687.67132: 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 0x7fd414674b90> <<< 8484 1726867687.67179: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41466c260> <<< 8484 1726867687.67182: 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 <<< 8484 1726867687.67197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867687.67220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867687.67245: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.67276: 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 0x7fd414500290> <<< 8484 1726867687.67433: 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 0x7fd4145015b0> <<< 8484 1726867687.67473: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414676a20> <<< 8484 1726867687.67491: 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 0x7fd414677dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414676660> <<< 8484 1726867687.67526: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867687.67545: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.67636: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.67743: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.67771: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 8484 1726867687.67792: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867687.67807: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.67922: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.68037: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.68595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.69139: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867687.69176: 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 <<< 8484 1726867687.69199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.69257: 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 0x7fd4145056a0> <<< 8484 1726867687.69364: 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' <<< 8484 1726867687.69385: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4145063c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414677560> <<< 8484 1726867687.69428: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867687.69464: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.69490: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867687.69638: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.69872: 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 0x7fd4145064b0> # zipimport: zlib available <<< 8484 1726867687.70278: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.70726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.70795: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.70881: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867687.70921: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.70959: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867687.70975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.71042: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.71147: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867687.71150: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.71179: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867687.71221: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.71262: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867687.71278: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.71498: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.71729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867687.71809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867687.71812: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867687.71892: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414507590> # zipimport: zlib available <<< 8484 1726867687.71964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72053: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867687.72069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867687.72113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72169: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 8484 1726867687.72174: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72293: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72321: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72331: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72391: 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 <<< 8484 1726867687.72431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.72529: 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 0x7fd414512180> <<< 8484 1726867687.72577: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41450d820> <<< 8484 1726867687.72602: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867687.72614: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867687.72683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72765: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.72821: 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' <<< 8484 1726867687.72849: 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 <<< 8484 1726867687.72860: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867687.72889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867687.72944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867687.72975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867687.72990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867687.73045: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4146029f0> <<< 8484 1726867687.73085: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147e26c0> <<< 8484 1726867687.73176: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414512030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414505220> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867687.73236: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.73239: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.73256: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867687.73310: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867687.73331: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.73362: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867687.73389: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 8484 1726867687.73418: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.73479: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867687.73502: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.73508: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867687.73529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.75084: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.76483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867687.76558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867687.76594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867687.76625: 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 <<< 8484 1726867687.76640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867687.76665: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.76695: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd4141fcc80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141fc0b0> <<< 8484 1726867687.76742: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414590f20> <<< 8484 1726867687.76905: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4145a4860> <<< 8484 1726867687.76926: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.77023: 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' <<< 8484 1726867687.77105: 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 <<< 8484 1726867687.77120: stdout chunk (state=3): >>># 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 0x7fd41420e7e0> <<< 8484 1726867687.77145: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41420e420> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 8484 1726867687.77197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 8484 1726867687.77238: 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' <<< 8484 1726867687.77250: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414230ef0> # /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' <<< 8484 1726867687.77337: stdout chunk (state=3): >>># /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' <<< 8484 1726867687.77353: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414232150> <<< 8484 1726867687.77420: 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 0x7fd414231a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142318b0> <<< 8484 1726867687.77474: 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' <<< 8484 1726867687.77477: 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 0x7fd414234740> <<< 8484 1726867687.77694: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142344d0> <<< 8484 1726867687.77701: 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' <<< 8484 1726867687.77716: 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 <<< 8484 1726867687.77853: 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 0x7fd4142364e0> <<< 8484 1726867687.77921: 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' <<< 8484 1726867687.77924: stdout chunk (state=3): >>># extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd414236270> <<< 8484 1726867687.77989: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414235b20> <<< 8484 1726867687.78017: 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' # /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' <<< 8484 1726867687.78025: 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 <<< 8484 1726867687.78086: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.78127: stdout chunk (state=3): >>># 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 0x7fd414239190> # /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 0x7fd414239520> <<< 8484 1726867687.78131: 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 <<< 8484 1726867687.78199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142399d0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 8484 1726867687.78206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 8484 1726867687.78222: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41423a1e0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414238800> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414238350> <<< 8484 1726867687.78260: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.78285: 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 import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41423a7b0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414237e60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414237e00> <<< 8484 1726867687.78337: 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 <<< 8484 1726867687.78404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 8484 1726867687.78412: 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' <<< 8484 1726867687.78446: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41427d010> <<< 8484 1726867687.78506: 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' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 8484 1726867687.78509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 8484 1726867687.78609: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41427deb0> <<< 8484 1726867687.78713: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41427d580> <<< 8484 1726867687.78743: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41423b2c0> import 'gi.repository.GLib' # <<< 8484 1726867687.78787: 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 <<< 8484 1726867687.78814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 8484 1726867687.78948: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414286c00> <<< 8484 1726867687.78989: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 8484 1726867687.79016: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 8484 1726867687.79047: 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 <<< 8484 1726867687.79064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 8484 1726867687.79325: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41428c0e0> import 'gi.repository.Gio' # <<< 8484 1726867687.79329: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414235040> <<< 8484 1726867687.79374: 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 <<< 8484 1726867687.79415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 8484 1726867687.79449: 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 # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.79482: 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 <<< 8484 1726867687.79485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 8484 1726867687.79599: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414119f40> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414119760> <<< 8484 1726867687.80369: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414286810> import 'gi.repository.BlockDev' # <<< 8484 1726867687.80438: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41420e960> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41420d7c0> <<< 8484 1726867687.80907: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4145a5790> <<< 8484 1726867687.80910: 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' <<< 8484 1726867687.81007: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41412e870> <<< 8484 1726867687.81011: 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 0x7fd414130620> <<< 8484 1726867687.81061: 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' <<< 8484 1726867687.81064: 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' <<< 8484 1726867687.81079: 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 <<< 8484 1726867687.81116: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 8484 1726867687.81142: 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' <<< 8484 1726867687.81161: 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' <<< 8484 1726867687.81184: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414133dd0> <<< 8484 1726867687.81228: 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 <<< 8484 1726867687.81240: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141343e0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 8484 1726867687.81342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 8484 1726867687.81389: 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' <<< 8484 1726867687.81394: 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' <<< 8484 1726867687.81426: 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 0x7fd414135490> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135340> <<< 8484 1726867687.81454: 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 <<< 8484 1726867687.81480: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 8484 1726867687.81507: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135730> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141350a0> <<< 8484 1726867687.81553: 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 # 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 <<< 8484 1726867687.81560: 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 0x7fd414135c10> <<< 8484 1726867687.81588: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135a60> # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py <<< 8484 1726867687.81608: stdout chunk (state=3): >>># 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' <<< 8484 1726867687.81656: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135f70> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135c70> <<< 8484 1726867687.81681: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414134830> <<< 8484 1726867687.81719: 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' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414134ec0> <<< 8484 1726867687.81738: 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' <<< 8484 1726867687.81779: 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' <<< 8484 1726867687.81842: 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 # 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 0x7fd414139ee0> <<< 8484 1726867687.81849: 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' <<< 8484 1726867687.81877: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41413a270> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414139c40> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141392b0> <<< 8484 1726867687.81908: 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 0x7fd41413a390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414133aa0> # /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 0x7fd41413a3f0> <<< 8484 1726867687.82060: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414131610> <<< 8484 1726867687.82131: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414130ce0> <<< 8484 1726867687.82138: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 8484 1726867687.82188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 8484 1726867687.82192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 8484 1726867687.82207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 8484 1726867687.82231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 8484 1726867687.82313: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141426c0> <<< 8484 1726867687.82316: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141414f0> <<< 8484 1726867687.82337: 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 0x7fd414142870> <<< 8484 1726867687.82417: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41413a9c0> <<< 8484 1726867687.82430: 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 <<< 8484 1726867687.82455: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 8484 1726867687.82487: 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 <<< 8484 1726867687.82507: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.82542: 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 0x7fd4142cbbf0> <<< 8484 1726867687.82583: 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' <<< 8484 1726867687.82594: 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 <<< 8484 1726867687.82619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 8484 1726867687.82640: 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' <<< 8484 1726867687.82685: 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 <<< 8484 1726867687.82726: stdout chunk (state=3): >>># 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' <<< 8484 1726867687.82729: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131b8860> <<< 8484 1726867687.82778: 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' import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131b9040> <<< 8484 1726867687.82783: 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' <<< 8484 1726867687.82824: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131b9670> # /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 <<< 8484 1726867687.82827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 8484 1726867687.82889: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131b9970> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131b86e0> <<< 8484 1726867687.82912: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414177e00> <<< 8484 1726867687.82962: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414174da0> <<< 8484 1726867687.83022: 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' <<< 8484 1726867687.83025: 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' <<< 8484 1726867687.83040: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131cc6b0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141752e0> <<< 8484 1726867687.83075: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414174740> <<< 8484 1726867687.83106: 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' <<< 8484 1726867687.83121: 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' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131ccc80> <<< 8484 1726867687.83155: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141750a0> <<< 8484 1726867687.83174: 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' <<< 8484 1726867687.83210: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131cce60> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py <<< 8484 1726867687.83233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 8484 1726867687.83244: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131cd220> <<< 8484 1726867687.83290: 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' <<< 8484 1726867687.83293: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131cd940> <<< 8484 1726867687.83456: 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' <<< 8484 1726867687.83460: 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 <<< 8484 1726867687.83482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.83602: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.83624: stdout chunk (state=3): >>># 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 0x7fd4131f53a0> # /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' <<< 8484 1726867687.83652: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131f6540> <<< 8484 1726867687.83686: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131f5f10> # /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' <<< 8484 1726867687.83718: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131f6930> <<< 8484 1726867687.83741: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 8484 1726867687.83776: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131f74d0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 8484 1726867687.83814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867687.83817: 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' <<< 8484 1726867687.83857: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fa21e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fa0ec0> <<< 8484 1726867687.83880: 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' <<< 8484 1726867687.83916: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fa35c0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 8484 1726867687.83936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fc8920> <<< 8484 1726867687.83982: 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 <<< 8484 1726867687.83986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867687.84005: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fc9730> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131ea690> <<< 8484 1726867687.84036: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131ea300> <<< 8484 1726867687.84075: 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 <<< 8484 1726867687.84087: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867687.84124: 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' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fcbce0> <<< 8484 1726867687.84127: 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 <<< 8484 1726867687.84169: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.84174: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 8484 1726867687.84252: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ff4650> <<< 8484 1726867687.84269: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fcbb90> <<< 8484 1726867687.84415: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fcb1d0> <<< 8484 1726867687.84453: 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' <<< 8484 1726867687.84456: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413014e60> <<< 8484 1726867687.84501: 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 # 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 0x7fd413014fb0> <<< 8484 1726867687.84504: 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 <<< 8484 1726867687.84546: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 8484 1726867687.84587: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 8484 1726867687.84600: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302c680> <<< 8484 1726867687.84628: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 8484 1726867687.84691: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302cd40> <<< 8484 1726867687.84712: 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' <<< 8484 1726867687.84769: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302d730> <<< 8484 1726867687.84784: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 8484 1726867687.84820: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302dbb0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py <<< 8484 1726867687.84853: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 8484 1726867687.84868: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302e150> # /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' <<< 8484 1726867687.84905: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302e480> <<< 8484 1726867687.84922: 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' <<< 8484 1726867687.84966: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302ea50> <<< 8484 1726867687.84971: 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 <<< 8484 1726867687.85002: stdout chunk (state=3): >>># 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 0x7fd41302ec60> <<< 8484 1726867687.85026: 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' <<< 8484 1726867687.85049: 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' <<< 8484 1726867687.85117: stdout chunk (state=3): >>># 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 0x7fd41302fef0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302fd70> <<< 8484 1726867687.85145: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302ee10> # /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' <<< 8484 1726867687.85181: 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 <<< 8484 1726867687.85206: stdout chunk (state=3): >>># 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 <<< 8484 1726867687.85225: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867687.85278: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413060c50> <<< 8484 1726867687.85302: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413060860> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302e390> <<< 8484 1726867687.85536: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413015430> <<< 8484 1726867687.85565: 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 <<< 8484 1726867687.85595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867687.85613: 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' <<< 8484 1726867687.85647: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4130285c0> <<< 8484 1726867687.85668: 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' import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413028950> <<< 8484 1726867687.85760: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413017080> <<< 8484 1726867687.85791: 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' <<< 8484 1726867687.85810: 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 <<< 8484 1726867687.85830: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867687.86304: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302b9e0> <<< 8484 1726867687.86332: 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' <<< 8484 1726867687.86363: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302bb90> <<< 8484 1726867687.86432: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302b0e0> <<< 8484 1726867687.86449: 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' <<< 8484 1726867687.86508: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412eadfd0> <<< 8484 1726867687.86525: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867687.86555: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412eaf410> <<< 8484 1726867687.86584: 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' <<< 8484 1726867687.86611: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412eafbf0> <<< 8484 1726867687.86636: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 8484 1726867687.86719: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ec0500> <<< 8484 1726867687.86731: 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' <<< 8484 1726867687.86773: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ec22d0> <<< 8484 1726867687.86800: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142ca270> <<< 8484 1726867687.86815: 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 0x7fd4131e9f70> <<< 8484 1726867687.86947: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414146d50> <<< 8484 1726867687.86975: 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 <<< 8484 1726867687.86988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867687.87022: 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 <<< 8484 1726867687.87030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867687.87064: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ef5430> <<< 8484 1726867687.87102: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 8484 1726867687.87119: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ef61e0> <<< 8484 1726867687.87137: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867687.87192: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ef69f0> <<< 8484 1726867687.87313: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ef4380> <<< 8484 1726867687.87324: 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 <<< 8484 1726867687.87354: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867687.87382: 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' <<< 8484 1726867687.87420: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f2c500> <<< 8484 1726867687.87538: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f0ec30> <<< 8484 1726867687.87565: 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 <<< 8484 1726867687.87568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867687.87626: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f3e030> <<< 8484 1726867687.87647: 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 <<< 8484 1726867687.87833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867687.87874: 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' <<< 8484 1726867687.87918: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f57bf0> <<< 8484 1726867687.87921: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867687.87947: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412d83fb0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 8484 1726867687.87996: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 8484 1726867687.88033: 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 <<< 8484 1726867687.88057: stdout chunk (state=3): >>># 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 0x7fd412d7e390> <<< 8484 1726867687.88202: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412d7c590> <<< 8484 1726867687.88244: 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' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412dcc860> <<< 8484 1726867687.88669: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f544d0> # /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' <<< 8484 1726867687.88753: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f54710> <<< 8484 1726867687.88775: 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' <<< 8484 1726867687.88829: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e32930> <<< 8484 1726867687.88832: 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' <<< 8484 1726867687.88860: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e33470> <<< 8484 1726867687.88912: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 8484 1726867687.88923: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e33fb0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py <<< 8484 1726867687.88947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 8484 1726867687.88978: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e40410> <<< 8484 1726867687.88993: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 8484 1726867687.89025: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e412e0> <<< 8484 1726867687.89055: 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 <<< 8484 1726867687.89060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867687.89164: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e41b80> <<< 8484 1726867687.89167: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414130770> <<< 8484 1726867687.89185: 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 <<< 8484 1726867687.89210: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 8484 1726867687.89344: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e42600> <<< 8484 1726867687.89369: 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 <<< 8484 1726867687.89412: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 8484 1726867687.89444: 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 <<< 8484 1726867687.89472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 8484 1726867687.89514: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412c90f20> <<< 8484 1726867687.89538: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e5eb10> <<< 8484 1726867687.89575: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.89613: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 8484 1726867687.89634: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 8484 1726867687.89644: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.89898: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.90092: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 8484 1726867687.90409: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867687.90535: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py <<< 8484 1726867687.90586: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 8484 1726867687.90600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' <<< 8484 1726867687.90620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867687.90693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867687.90707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cf0770> <<< 8484 1726867687.90750: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867687.90760: 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 0x7fd412cf0aa0> <<< 8484 1726867687.90816: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cdcb30> <<< 8484 1726867687.90852: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cdc290> <<< 8484 1726867687.90856: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 8484 1726867687.90865: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 8484 1726867687.90989: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cdcd40> <<< 8484 1726867687.91023: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 8484 1726867687.91035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 8484 1726867687.91072: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py <<< 8484 1726867687.91102: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 8484 1726867687.91144: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f0560> <<< 8484 1726867687.91163: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cf3a70> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py <<< 8484 1726867687.91191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f0a10> <<< 8484 1726867687.91230: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.91234: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py <<< 8484 1726867687.91259: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 8484 1726867687.91292: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867687.91322: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 8484 1726867687.91368: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f2b40> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f28d0> <<< 8484 1726867687.91396: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' <<< 8484 1726867687.91426: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f2e40> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py <<< 8484 1726867687.91451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f3140> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py <<< 8484 1726867687.91478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f32f0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py <<< 8484 1726867687.91499: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867687.91533: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f3530> <<< 8484 1726867687.91568: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867687.91574: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f3ad0> <<< 8484 1726867687.91625: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918590> <<< 8484 1726867687.91629: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' <<< 8484 1726867687.91651: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918740> <<< 8484 1726867687.91672: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918920> <<< 8484 1726867687.91712: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py <<< 8484 1726867687.91736: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867687.91749: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918f50> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 8484 1726867687.91778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919880> <<< 8484 1726867687.91817: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919ca0> <<< 8484 1726867687.91853: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919ee0> <<< 8484 1726867687.91902: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919fd0> <<< 8484 1726867687.91910: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py <<< 8484 1726867687.91951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41291a2a0> <<< 8484 1726867687.91954: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f21b0> <<< 8484 1726867687.91977: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f1280> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f1190> <<< 8484 1726867687.92039: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cf19a0> <<< 8484 1726867687.92143: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cc1c40> <<< 8484 1726867688.02589: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py <<< 8484 1726867688.02606: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 8484 1726867688.02908: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4129c8aa0> <<< 8484 1726867698.67540: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdj"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdi"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdh"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdg"}, {"action": "create device", "fs_type": null, "device": "/dev/test_vg3"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv8"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv8"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv7"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv7"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv6"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv6"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv5"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv5"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdf"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sde"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdd"}, {"action": "create device", "fs_type": null, "device": "/dev/test_vg2"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv4"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv4"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv3"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv3"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdc"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdb"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/test_vg1"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv2"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv2"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv1"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv1"}], "leaves": ["/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8"], "mounts": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_kernel_device": "/dev/dm-7", "_raw_kernel_device": "/dev/dm-7"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_kernel_device": "/dev/dm-6", "_raw_kernel_device": "/dev/dm-6"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_kernel_device": "/dev/dm-5", "_raw_kernel_device": "/dev/dm-5"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_kernel_device": "/dev/dm-4", "_raw_kernel_device": "/dev/dm-4"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_kernel_device": "/dev/dm-3", "_raw_kernel_device": "/dev/dm-3"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": nul<<< 8484 1726867698.67554: stdout chunk (state=3): >>>l, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_kernel_device": "/dev/dm-7", "_raw_kernel_device": "/dev/dm-7"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_kernel_device": "/dev/dm-6", "_raw_kernel_device": "/dev/dm-6"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_kernel_device": "/dev/dm-5", "_raw_kernel_device": "/dev/dm-5"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_kernel_device": "/dev/dm-4", "_raw_kernel_device": "/dev/dm-4"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_kernel_device": "/dev/dm-3", "_raw_kernel_device": "/dev/dm-3"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "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": {}}}} <<< 8484 1726867698.68842: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867698.68891: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867698.68913: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ <<< 8484 1726867698.68940: stdout chunk (state=3): >>># clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs <<< 8484 1726867698.68993: stdout chunk (state=3): >>># cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword <<< 8484 1726867698.69023: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # 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 <<< 8484 1726867698.69039: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # 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 <<< 8484 1726867698.69045: stdout chunk (state=3): >>># cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # 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 <<< 8484 1726867698.69089: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.69131: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.69139: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.69144: 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 # 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 <<< 8484 1726867698.69208: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.69223: stdout chunk (state=3): >>># 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi <<< 8484 1726867698.70032: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867698.70080: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8484 1726867698.70084: stdout chunk (state=3): >>># destroy zipfile._path <<< 8484 1726867698.70110: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867698.70135: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867698.70142: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867698.70186: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 8484 1726867698.70215: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator <<< 8484 1726867698.70247: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction <<< 8484 1726867698.70253: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.70258: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.70297: 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 <<< 8484 1726867698.70318: 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 # cleanup[3] wiping blivet.tasks.fsmkfs <<< 8484 1726867698.70355: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # 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 # destroy blivet.events.handler # 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 <<< 8484 1726867698.70402: 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 <<< 8484 1726867698.70409: 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 # 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks <<< 8484 1726867698.70413: stdout chunk (state=3): >>># cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 8484 1726867698.70449: 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 <<< 8484 1726867698.70466: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository <<< 8484 1726867698.70469: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.70489: stdout chunk (state=3): >>># cleanup[3] wiping gi.types <<< 8484 1726867698.70502: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.70529: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.70532: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro <<< 8484 1726867698.70541: stdout chunk (state=3): >>># destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 8484 1726867698.70562: stdout chunk (state=3): >>># cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 8484 1726867698.70577: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes <<< 8484 1726867698.70601: stdout chunk (state=3): >>># 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 systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal <<< 8484 1726867698.70629: stdout chunk (state=3): >>># cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid <<< 8484 1726867698.70633: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog <<< 8484 1726867698.70664: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap <<< 8484 1726867698.70668: stdout chunk (state=3): >>># cleanup[3] wiping tokenize <<< 8484 1726867698.70676: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors <<< 8484 1726867698.70685: 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 <<< 8484 1726867698.70730: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref <<< 8484 1726867698.70735: stdout chunk (state=3): >>># cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 <<< 8484 1726867698.70738: stdout chunk (state=3): >>># cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 8484 1726867698.70761: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery <<< 8484 1726867698.70781: stdout chunk (state=3): >>># cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 8484 1726867698.70798: 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 <<< 8484 1726867698.70817: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.70825: stdout chunk (state=3): >>># 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 __main__ <<< 8484 1726867698.70852: stdout chunk (state=3): >>># cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 8484 1726867698.70881: 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 # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867698.70898: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867698.71903: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867698.71963: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 8484 1726867698.71990: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 8484 1726867698.72007: stdout chunk (state=3): >>># destroy _struct <<< 8484 1726867698.72077: stdout chunk (state=3): >>># destroy pyudev <<< 8484 1726867698.72096: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 8484 1726867698.72108: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 8484 1726867698.72186: stdout chunk (state=3): >>># destroy genericpath <<< 8484 1726867698.72195: stdout chunk (state=3): >>># destroy re._parser <<< 8484 1726867698.72203: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867698.72288: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 8484 1726867698.72302: stdout chunk (state=3): >>># destroy fnmatch <<< 8484 1726867698.72339: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize <<< 8484 1726867698.72359: stdout chunk (state=3): >>># 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 <<< 8484 1726867698.72369: stdout chunk (state=3): >>># destroy parted <<< 8484 1726867698.72395: stdout chunk (state=3): >>># destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings <<< 8484 1726867698.72409: stdout chunk (state=3): >>># destroy posix <<< 8484 1726867698.72439: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 8484 1726867698.72443: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 8484 1726867698.72515: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867698.72526: stdout chunk (state=3): >>># destroy _signal <<< 8484 1726867698.72569: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 8484 1726867698.72584: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867698.72603: 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 copy # destroy inspect # destroy blivet.formats.fslib <<< 8484 1726867698.72633: stdout chunk (state=3): >>># destroy math # 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 _pickle # destroy operator # destroy types <<< 8484 1726867698.72655: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 8484 1726867698.72666: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 8484 1726867698.72730: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib <<< 8484 1726867698.72734: stdout chunk (state=3): >>># destroy stat # destroy selinux <<< 8484 1726867698.72751: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 8484 1726867698.72778: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 8484 1726867698.72865: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867698.73028: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867698.73045: stdout chunk (state=3): >>># destroy _codecs # destroy os # destroy functools <<< 8484 1726867698.73053: stdout chunk (state=3): >>># destroy re # destroy _random <<< 8484 1726867698.73099: stdout chunk (state=3): >>># destroy _thread # destroy itertools # destroy _operator # destroy _functools <<< 8484 1726867698.73118: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867698.73638: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867698.73690: stderr chunk (state=3): >>><<< 8484 1726867698.73693: stdout chunk (state=3): >>><<< 8484 1726867698.74000: _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 0x7fd4152184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4151e7b30> # /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 0x7fd41521aa50> 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 0x7fd414fc9130> # /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 0x7fd414fca120> 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 0x7fd41500ff50> # /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 0x7fd41501c0e0> # /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 0x7fd41503f980> # /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 0x7fd41503ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41501fc20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41501d340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41500d100> # /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 0x7fd415063920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415062540> # /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 0x7fd41501e330> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415060da0> # /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 0x7fd4150908c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41500c380> # /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 0x7fd415090d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415090c20> # 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 0x7fd415090fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415002ea0> # /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 0x7fd415091670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415091370> 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 0x7fd415092540> 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 0x7fd4150ac740> 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 0x7fd4150ade80> # /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 0x7fd4150aecf0> # 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 0x7fd4150af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150ae270> # /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 0x7fd4150afda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150af4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4150924b0> # /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 0x7fd414debc80> # /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 0x7fd414e14800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e14560> # 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 0x7fd414e14830> # /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 0x7fd414e15160> # 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 0x7fd414e15b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e14a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414de9e50> # /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 0x7fd414e16f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e15c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd415092c60> # /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 0x7fd414e3f290> # /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 0x7fd414e675c0> # /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 0x7fd414ec43e0> # /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 0x7fd414ec6b40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414ec4500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e913d0> # /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 0x7fd414729460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e663c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414e17e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd414729700> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_wwrbdvkd/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 0x7fd41477b1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41475e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41475d250> # 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 0x7fd414779040> # /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 0x7fd4147aab10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147aa1b0> # /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 0x7fd4147aa600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41477bbc0> 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 0x7fd4147ab830> # 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 0x7fd4147ab9e0> # /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 0x7fd4147abf20> 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 0x7fd414619d00> # 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 0x7fd41461b920> # /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 0x7fd41461c2f0> # /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 0x7fd41461d490> # /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 0x7fd41461ff50> # 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 0x7fd415002f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461e210> # /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 0x7fd414627d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4146267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414626540> # /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 0x7fd414626ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41461e690> # 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 0x7fd41466ba40> # /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 0x7fd41466c110> # /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 0x7fd41466dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41466d9a0> # /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 0x7fd41466ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41466e210> # /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 0x7fd414673800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4146701d0> # 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 0x7fd4146745f0> # 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 0x7fd414674620> # 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 0x7fd414674b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41466c260> # /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 0x7fd414500290> # 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 0x7fd4145015b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414676a20> # 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 0x7fd414677dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414676660> # 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 0x7fd4145056a0> # /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 0x7fd4145063c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414677560> 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 0x7fd4145064b0> # 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 0x7fd414507590> # 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 0x7fd414512180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41450d820> 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 0x7fd4146029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4147e26c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414512030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414505220> # 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 0x7fd4141fcc80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141fc0b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414590f20> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4145a4860> # 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 0x7fd41420e7e0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41420e420> # /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 0x7fd414230ef0> # /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 0x7fd414232150> # 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 0x7fd414231a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142318b0> # /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 0x7fd414234740> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142344d0> # /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 0x7fd4142364e0> # 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 0x7fd414236270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414235b20> # /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 0x7fd414239190> # /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 0x7fd414239520> # /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 0x7fd4142399d0> # /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 0x7fd41423a1e0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414238800> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414238350> # 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 0x7fd41423a7b0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414237e60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414237e00> # /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 0x7fd41427d010> # /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 0x7fd41427deb0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41427d580> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41423b2c0> 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 0x7fd414286c00> 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 0x7fd41428c0e0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414235040> # /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 0x7fd414119f40> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414119760> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414286810> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41420e960> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41420d7c0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4145a5790> # /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 0x7fd41412e870> # /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 0x7fd414130620> # /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 0x7fd414133dd0> # /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 0x7fd4141343e0> # /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 0x7fd414135490> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135340> # /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 0x7fd414135730> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141350a0> # /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 0x7fd414135c10> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135a60> # /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 0x7fd414135f70> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414135c70> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414134830> # /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 0x7fd414134ec0> # /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 0x7fd414139ee0> # /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 0x7fd41413a270> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414139c40> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141392b0> # /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 0x7fd41413a390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414133aa0> # /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 0x7fd41413a3f0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414131610> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414130ce0> # /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 0x7fd4141426c0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141414f0> # /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 0x7fd414142870> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41413a9c0> # /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 0x7fd4142cbbf0> # /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 0x7fd4131b8860> # /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 0x7fd4131b9040> # /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 0x7fd4131b9670> # /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 0x7fd4131b9970> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131b86e0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414177e00> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414174da0> # /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 0x7fd4131cc6b0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141752e0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414174740> # /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 0x7fd4131ccc80> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4141750a0> # /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 0x7fd4131cce60> # /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 0x7fd4131cd220> # /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 0x7fd4131cd940> # /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 0x7fd4131f53a0> # /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 0x7fd4131f6540> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131f5f10> # /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 0x7fd4131f6930> # /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 0x7fd4131f74d0> # /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 0x7fd412fa21e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fa0ec0> # /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 0x7fd412fa35c0> # /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 0x7fd412fc8920> # /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 0x7fd412fc9730> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131ea690> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4131ea300> # /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 0x7fd412fcbce0> # /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 0x7fd412ff4650> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fcbb90> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412fcb1d0> # /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 0x7fd413014e60> # /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 0x7fd413014fb0> # /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 0x7fd41302c680> # /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 0x7fd41302cd40> # /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 0x7fd41302d730> # /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 0x7fd41302dbb0> # /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 0x7fd41302e150> # /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 0x7fd41302e480> # /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 0x7fd41302ea50> # /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 0x7fd41302ec60> # /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 0x7fd41302fef0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302fd70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302ee10> # /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 0x7fd413060c50> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413060860> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302e390> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413015430> # /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 0x7fd4130285c0> # /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 0x7fd413028950> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd413017080> # /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 0x7fd41302b9e0> # /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 0x7fd41302bb90> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41302b0e0> # /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 0x7fd412eadfd0> # /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 0x7fd412eaf410> # /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 0x7fd412eafbf0> # /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 0x7fd412ec0500> # /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 0x7fd412ec22d0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4142ca270> # /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 0x7fd4131e9f70> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414146d50> # /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 0x7fd412ef5430> # /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 0x7fd412ef61e0> # /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 0x7fd412ef69f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412ef4380> # /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 0x7fd412f2c500> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f0ec30> # /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 0x7fd412f3e030> # /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 0x7fd412f57bf0> # /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 0x7fd412d83fb0> # /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 0x7fd412d7e390> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412d7c590> # /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 0x7fd412dcc860> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412f544d0> # /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 0x7fd412f54710> # /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 0x7fd412e32930> # /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 0x7fd412e33470> # /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 0x7fd412e33fb0> # /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 0x7fd412e40410> # /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 0x7fd412e412e0> # /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 0x7fd412e41b80> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd414130770> # /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 0x7fd412e42600> # /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 0x7fd412c90f20> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412e5eb10> # 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 # /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.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 0x7fd412cf0770> # 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 0x7fd412cf0aa0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cdcb30> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cdc290> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cdcd40> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f0560> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cf3a70> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f0a10> # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f2b40> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f28d0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f2e40> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f3140> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f32f0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f3530> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f3ad0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918590> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918740> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918920> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412918f50> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919880> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919ca0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919ee0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412919fd0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd41291a2a0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f21b0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f1280> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4128f1190> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cf19a0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd412cc1c40> # /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd4129c8aa0> {"changed": true, "actions": [{"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdj"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdi"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdh"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdg"}, {"action": "create device", "fs_type": null, "device": "/dev/test_vg3"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv8"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv8"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv7"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv7"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv6"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv6"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv5"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv5"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdf"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sde"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdd"}, {"action": "create device", "fs_type": null, "device": "/dev/test_vg2"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv4"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv4"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv3"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv3"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdc"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sdb"}, {"action": "create format", "fs_type": "lvmpv", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/test_vg1"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv2"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv2"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv1"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv1"}], "leaves": ["/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8"], "mounts": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_kernel_device": "/dev/dm-7", "_raw_kernel_device": "/dev/dm-7"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_kernel_device": "/dev/dm-6", "_raw_kernel_device": "/dev/dm-6"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_kernel_device": "/dev/dm-5", "_raw_kernel_device": "/dev/dm-5"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_kernel_device": "/dev/dm-4", "_raw_kernel_device": "/dev/dm-4"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_kernel_device": "/dev/dm-3", "_raw_kernel_device": "/dev/dm-3"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_kernel_device": "/dev/dm-7", "_raw_kernel_device": "/dev/dm-7"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_kernel_device": "/dev/dm-6", "_raw_kernel_device": "/dev/dm-6"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_kernel_device": "/dev/dm-5", "_raw_kernel_device": "/dev/dm-5"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_kernel_device": "/dev/dm-4", "_raw_kernel_device": "/dev/dm-4"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_kernel_device": "/dev/dm-3", "_raw_kernel_device": "/dev/dm-3"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_kernel_device": "/dev/dm-2", "_raw_kernel_device": "/dev/dm-2"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_kernel_device": "/dev/dm-1", "_raw_kernel_device": "/dev/dm-1"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": "10%", "state": "present", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": [], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # 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 # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # 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 # destroy blivet.events.handler # 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 # 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # 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 ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # 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 systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy 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 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 __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping 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 _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # 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 parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # 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 _signal # destroy keyword # destroy abc # 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 copy # destroy inspect # destroy blivet.formats.fslib # destroy math # 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 _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # 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 os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # 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 # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # 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 # destroy blivet.events.handler # 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 # 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # 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 ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # 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 systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy 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 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 __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping 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 _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # 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 parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # 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 _signal # destroy keyword # destroy abc # 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 copy # destroy inspect # destroy blivet.formats.fslib # destroy math # 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 _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # 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 os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks 8484 1726867698.75542: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'test_vg1', 'disks': ['sda', 'sdb', 'sdc'], 'volumes': [{'name': 'lv1', 'size': '10%'}, {'name': 'lv2', 'size': '10%'}]}, {'name': 'test_vg2', 'disks': ['sdd', 'sde', 'sdf'], 'volumes': [{'name': 'lv3', 'size': '10%'}, {'name': 'lv4', 'size': '10%'}]}, {'name': 'test_vg3', 'disks': ['sdg', 'sdh', 'sdi', 'sdj'], 'volumes': [{'name': 'lv5', 'size': '10%'}, {'name': 'lv6', 'size': '10%'}, {'name': 'lv7', 'size': '10%'}, {'name': 'lv8', 'size': '10%'}]}], '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-1726867687.4571402-9465-147175995372676/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867698.75544: _low_level_execute_command(): starting 8484 1726867698.75546: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867687.4571402-9465-147175995372676/ > /dev/null 2>&1 && sleep 0' 8484 1726867698.75547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867698.75549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867698.75550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.75552: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867698.75553: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867698.75554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.75555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867698.75557: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867698.75628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867698.77598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867698.77626: stderr chunk (state=3): >>><<< 8484 1726867698.77629: stdout chunk (state=3): >>><<< 8484 1726867698.77643: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867698.77649: handler run complete 8484 1726867698.77930: attempt loop complete, returning result 8484 1726867698.77956: _execute() done 8484 1726867698.77959: dumping result to json 8484 1726867698.77961: done dumping result, returning 8484 1726867698.77963: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [02e58e3f-6ce9-dbaf-c049-0000000003d0] 8484 1726867698.77974: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d0 changed: [managed_node3] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 8484 1726867698.78815: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d0 8484 1726867698.79138: WORKER PROCESS EXITING 8484 1726867698.79132: no more pending results, returning what we have 8484 1726867698.79143: results queue empty 8484 1726867698.79152: checking for any_errors_fatal 8484 1726867698.79161: done checking for any_errors_fatal 8484 1726867698.79162: checking for max_fail_percentage 8484 1726867698.79164: done checking for max_fail_percentage 8484 1726867698.79165: checking to see if all hosts have failed and the running result is not ok 8484 1726867698.79166: done checking to see if all hosts have failed 8484 1726867698.79167: getting the remaining hosts for this loop 8484 1726867698.79168: done getting the remaining hosts for this loop 8484 1726867698.79173: getting the next task for host managed_node3 8484 1726867698.79178: done getting next task for host managed_node3 8484 1726867698.79184: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 8484 1726867698.79188: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867698.79201: getting variables 8484 1726867698.79207: in VariableManager get_vars() 8484 1726867698.79238: Calling all_inventory to load vars for managed_node3 8484 1726867698.79241: Calling groups_inventory to load vars for managed_node3 8484 1726867698.79243: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867698.79251: Calling all_plugins_play to load vars for managed_node3 8484 1726867698.79268: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867698.79274: Calling groups_plugins_play to load vars for managed_node3 8484 1726867698.79727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867698.80154: done with get_vars() 8484 1726867698.80168: done getting variables 8484 1726867698.80217: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 17:28:18 -0400 (0:00:11.412) 0:00:34.099 ****** 8484 1726867698.80241: entering _queue_task() for managed_node3/command 8484 1726867698.80484: worker is 1 (out of 1 available) 8484 1726867698.80499: exiting _queue_task() for managed_node3/command 8484 1726867698.80513: done queuing things up, now waiting for results queue to drain 8484 1726867698.80514: waiting for pending results... 8484 1726867698.80753: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 8484 1726867698.80875: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d1 8484 1726867698.80880: variable 'ansible_search_path' from source: unknown 8484 1726867698.80884: variable 'ansible_search_path' from source: unknown 8484 1726867698.80931: calling self._execute() 8484 1726867698.81000: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867698.81009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867698.81032: variable 'omit' from source: magic vars 8484 1726867698.81301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867698.82844: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867698.83167: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867698.83197: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867698.83224: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867698.83246: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867698.83305: 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) 8484 1726867698.83328: 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) 8484 1726867698.83348: 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) 8484 1726867698.83375: 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) 8484 1726867698.83385: 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) 8484 1726867698.83456: variable 'storage_udevadm_trigger' from source: include params 8484 1726867698.83473: Evaluated conditional (storage_udevadm_trigger | d(false)): True 8484 1726867698.83552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867698.83662: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867698.83692: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867698.83718: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867698.83739: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867698.83788: variable 'blivet_output' from source: set_fact 8484 1726867698.83851: Evaluated conditional (blivet_output is changed): True 8484 1726867698.83854: variable 'omit' from source: magic vars 8484 1726867698.83902: variable 'omit' from source: magic vars 8484 1726867698.83929: variable 'omit' from source: magic vars 8484 1726867698.83948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867698.83978: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867698.83994: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867698.84006: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867698.84016: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867698.84039: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867698.84042: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867698.84045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867698.84112: Set connection var ansible_pipelining to False 8484 1726867698.84118: Set connection var ansible_timeout to 10 8484 1726867698.84121: Set connection var ansible_connection to ssh 8484 1726867698.84129: Set connection var ansible_shell_type to sh 8484 1726867698.84131: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867698.84137: Set connection var ansible_shell_executable to /bin/sh 8484 1726867698.84155: variable 'ansible_shell_executable' from source: unknown 8484 1726867698.84158: variable 'ansible_connection' from source: unknown 8484 1726867698.84160: variable 'ansible_module_compression' from source: unknown 8484 1726867698.84162: variable 'ansible_shell_type' from source: unknown 8484 1726867698.84165: variable 'ansible_shell_executable' from source: unknown 8484 1726867698.84167: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867698.84171: variable 'ansible_pipelining' from source: unknown 8484 1726867698.84175: variable 'ansible_timeout' from source: unknown 8484 1726867698.84179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867698.84250: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8484 1726867698.84258: variable 'omit' from source: magic vars 8484 1726867698.84263: starting attempt loop 8484 1726867698.84266: running the handler 8484 1726867698.84280: _low_level_execute_command(): starting 8484 1726867698.84285: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867698.84759: 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 <<< 8484 1726867698.84792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867698.84796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.84799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.84852: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867698.84855: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867698.84869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867698.84959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867698.86679: stdout chunk (state=3): >>>/root <<< 8484 1726867698.86779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867698.86809: stderr chunk (state=3): >>><<< 8484 1726867698.86813: stdout chunk (state=3): >>><<< 8484 1726867698.86831: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867698.86841: _low_level_execute_command(): starting 8484 1726867698.86846: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163 `" && echo ansible-tmp-1726867698.868303-9760-248058023170163="` echo /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163 `" ) && sleep 0' 8484 1726867698.87256: 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 <<< 8484 1726867698.87291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867698.87294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.87297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867698.87300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.87350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867698.87353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867698.87358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867698.87446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867698.89435: stdout chunk (state=3): >>>ansible-tmp-1726867698.868303-9760-248058023170163=/root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163 <<< 8484 1726867698.89542: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867698.89566: stderr chunk (state=3): >>><<< 8484 1726867698.89569: stdout chunk (state=3): >>><<< 8484 1726867698.89585: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867698.868303-9760-248058023170163=/root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867698.89611: variable 'ansible_module_compression' from source: unknown 8484 1726867698.89654: ANSIBALLZ: Using generic lock for ansible.legacy.command 8484 1726867698.89657: ANSIBALLZ: Acquiring lock 8484 1726867698.89660: ANSIBALLZ: Lock acquired: 140415009842256 8484 1726867698.89662: ANSIBALLZ: Creating module 8484 1726867698.97722: ANSIBALLZ: Writing module into payload 8484 1726867698.97779: ANSIBALLZ: Writing module 8484 1726867698.97799: ANSIBALLZ: Renaming module 8484 1726867698.97813: ANSIBALLZ: Done creating module 8484 1726867698.97820: variable 'ansible_facts' from source: unknown 8484 1726867698.97868: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py 8484 1726867698.97972: Sending initial data 8484 1726867698.97975: Sent initial data (153 bytes) 8484 1726867698.98421: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867698.98424: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867698.98427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.98430: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867698.98432: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867698.98474: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867698.98486: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867698.98595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.00309: 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 <<< 8484 1726867699.00317: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867699.00400: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867699.00494: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmplc58at2p /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py <<< 8484 1726867699.00498: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py" <<< 8484 1726867699.00581: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmplc58at2p" to remote "/root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py" <<< 8484 1726867699.00586: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py" <<< 8484 1726867699.01324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.01364: stderr chunk (state=3): >>><<< 8484 1726867699.01367: stdout chunk (state=3): >>><<< 8484 1726867699.01401: done transferring module to remote 8484 1726867699.01414: _low_level_execute_command(): starting 8484 1726867699.01417: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/ /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py && sleep 0' 8484 1726867699.01852: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.01856: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867699.01858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.01860: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867699.01862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867699.01864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.01918: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867699.01923: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.01926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.02011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.03838: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.03865: stderr chunk (state=3): >>><<< 8484 1726867699.03868: stdout chunk (state=3): >>><<< 8484 1726867699.03883: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.03886: _low_level_execute_command(): starting 8484 1726867699.03890: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/AnsiballZ_command.py && sleep 0' 8484 1726867699.04307: 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 <<< 8484 1726867699.04311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.04313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867699.04315: 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 <<< 8484 1726867699.04317: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.04353: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867699.04357: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.04458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.06717: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867699.06745: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867699.06780: stdout chunk (state=3): >>>import '_thread' # <<< 8484 1726867699.06787: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 8484 1726867699.06857: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867699.06860: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867699.06896: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867699.06925: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867699.06960: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867699.06965: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867699.07018: 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' <<< 8484 1726867699.07041: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867699.07066: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867699.07102: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867699.07128: 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 0x7f96168184d0> <<< 8484 1726867699.07143: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96167e7b30> <<< 8484 1726867699.07168: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867699.07173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867699.07185: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961681aa50> <<< 8484 1726867699.07206: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867699.07232: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867699.07255: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867699.07291: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867699.07383: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867699.07408: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867699.07414: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867699.07441: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867699.07457: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867699.07472: stdout chunk (state=3): >>>Processing user site-packages <<< 8484 1726867699.07490: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867699.07494: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867699.07507: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867699.07531: 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 <<< 8484 1726867699.07536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867699.07562: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96165c9130> <<< 8484 1726867699.07625: 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 <<< 8484 1726867699.07637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.07640: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96165ca120> <<< 8484 1726867699.07673: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867699.07697: 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. <<< 8484 1726867699.07933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867699.07942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867699.07969: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867699.07976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.07996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867699.08038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867699.08061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867699.08084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867699.08107: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616607f80> <<< 8484 1726867699.08119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867699.08140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867699.08163: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867699.08167: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961661c110> <<< 8484 1726867699.08184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867699.08218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867699.08241: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867699.08293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.08311: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867699.08337: 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' <<< 8484 1726867699.08342: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961663f9b0> <<< 8484 1726867699.08361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867699.08378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961663ff80> <<< 8484 1726867699.08396: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867699.08450: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961661fc50> <<< 8484 1726867699.08466: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867699.08493: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961661d370> <<< 8484 1726867699.08591: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616605130> <<< 8484 1726867699.08613: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867699.08639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867699.08643: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867699.08673: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867699.08691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867699.08718: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867699.08723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867699.08762: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616663890> <<< 8484 1726867699.08769: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166624b0> <<< 8484 1726867699.08805: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867699.08812: 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 0x7f961661e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616660d70> <<< 8484 1726867699.08868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867699.08884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867699.08887: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166043b0> <<< 8484 1726867699.08914: 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' <<< 8484 1726867699.08950: 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 0x7f9616690da0> <<< 8484 1726867699.08959: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616690c50> <<< 8484 1726867699.08999: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.09009: 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 0x7f9616691010> <<< 8484 1726867699.09016: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616602ed0> <<< 8484 1726867699.09045: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867699.09049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.09072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867699.09109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867699.09122: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166916a0> <<< 8484 1726867699.09125: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166913a0> import 'importlib.machinery' # <<< 8484 1726867699.09160: 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' <<< 8484 1726867699.09188: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166925a0> <<< 8484 1726867699.09195: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867699.09210: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867699.09230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867699.09271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867699.09303: 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 0x7f96166ac7d0> <<< 8484 1726867699.09319: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867699.09347: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867699.09363: stdout chunk (state=3): >>> <<< 8484 1726867699.09365: 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 0x7f96166adf10> <<< 8484 1726867699.09388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867699.09411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867699.09418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867699.09436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867699.09439: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166aedb0> <<< 8484 1726867699.09487: 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 0x7f96166af410> <<< 8484 1726867699.09493: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166ae300> <<< 8484 1726867699.09525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867699.09530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867699.09576: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.09582: 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 0x7f96166afe90> <<< 8484 1726867699.09589: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166af5c0> <<< 8484 1726867699.09645: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616692600> <<< 8484 1726867699.09656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867699.09684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867699.09700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867699.09728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867699.09763: 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' <<< 8484 1726867699.09766: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f961643bd10> <<< 8484 1726867699.09789: 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' <<< 8484 1726867699.09825: 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 0x7f9616468830> <<< 8484 1726867699.09828: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616468590> <<< 8484 1726867699.09853: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.09858: 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 0x7f96164687a0> <<< 8484 1726867699.09888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867699.09893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867699.09972: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.10100: 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 0x7f9616469160> <<< 8484 1726867699.10238: 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' <<< 8484 1726867699.10243: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9616469b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616468a10> <<< 8484 1726867699.10276: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616439eb0> <<< 8484 1726867699.10287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867699.10316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867699.10332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867699.10353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867699.10358: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961646af30> <<< 8484 1726867699.10393: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616469c70> <<< 8484 1726867699.10401: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616692cf0> <<< 8484 1726867699.10432: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867699.10497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.10522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867699.10551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867699.10585: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616493260> <<< 8484 1726867699.10635: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867699.10655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.10674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867699.10698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867699.10736: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96164bb5f0> <<< 8484 1726867699.10763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867699.10813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867699.10867: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867699.10889: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867699.10897: 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 0x7f96165143b0> <<< 8484 1726867699.10909: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867699.10940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867699.10967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867699.11011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867699.11099: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616516b10> <<< 8484 1726867699.11177: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96165144d0> <<< 8484 1726867699.11209: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96164dd3d0> <<< 8484 1726867699.11234: 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 0x7f9616315430> <<< 8484 1726867699.11262: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96164ba3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961646be30> <<< 8484 1726867699.11379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867699.11394: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96164ba750> <<< 8484 1726867699.11524: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_uucmz51n/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 8484 1726867699.11661: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.11690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867699.11701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867699.11742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867699.11824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867699.11855: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867699.11858: 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 0x7f961636b170> <<< 8484 1726867699.11871: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867699.12062: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961634e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961634d1f0> <<< 8484 1726867699.12075: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.12097: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867699.12119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.12127: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.12143: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.12158: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867699.12178: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.13586: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.14737: 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' <<< 8484 1726867699.14742: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616369040> <<< 8484 1726867699.14766: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867699.14773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.14794: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867699.14810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867699.14831: 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' <<< 8484 1726867699.14867: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.14873: 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 0x7f9616396ba0> <<< 8484 1726867699.14915: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616396930> <<< 8484 1726867699.14946: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616396240> <<< 8484 1726867699.14969: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867699.14977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867699.15019: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616396690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961636be00> <<< 8484 1726867699.15026: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867699.15060: 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 0x7f9616397980> <<< 8484 1726867699.15089: 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 0x7f9616397bc0> <<< 8484 1726867699.15120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867699.15165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867699.15184: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867699.15230: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96163b80b0> <<< 8484 1726867699.15249: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867699.15262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867699.15293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867699.15324: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d11eb0> <<< 8484 1726867699.15360: 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 0x7f9615d13ad0> <<< 8484 1726867699.15379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867699.15398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867699.15439: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d18440> <<< 8484 1726867699.15462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867699.15487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867699.15510: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d19340> <<< 8484 1726867699.15525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867699.15571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867699.15592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867699.15597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867699.15650: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1bfb0> <<< 8484 1726867699.15689: 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 0x7f9615d1c1a0> <<< 8484 1726867699.15714: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1a360> <<< 8484 1726867699.15727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867699.15760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867699.15790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867699.15798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867699.15808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867699.15841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867699.15868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867699.15876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867699.15894: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1ffb0> <<< 8484 1726867699.15899: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867699.15966: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1eb40> <<< 8484 1726867699.15975: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1e8a0> <<< 8484 1726867699.15995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867699.16008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867699.16080: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1ee10> <<< 8484 1726867699.16113: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1a840> <<< 8484 1726867699.16137: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.16142: 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 0x7f9615d64260> <<< 8484 1726867699.16167: 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' <<< 8484 1726867699.16172: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d64410> <<< 8484 1726867699.16190: 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 <<< 8484 1726867699.16222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867699.16237: 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' <<< 8484 1726867699.16277: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.16282: 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 0x7f9615d65ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d65ca0> <<< 8484 1726867699.16302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867699.16438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867699.16492: 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 0x7f9615d68440> <<< 8484 1726867699.16498: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d665d0> <<< 8484 1726867699.16515: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867699.16563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.16589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867699.16593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867699.16606: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867699.16649: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d6bbf0> <<< 8484 1726867699.16777: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d685c0> <<< 8484 1726867699.16844: 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 0x7f9615d6cc80> <<< 8484 1726867699.16877: 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 0x7f9615d6ce00> <<< 8484 1726867699.16918: 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'<<< 8484 1726867699.16931: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9615d6cec0> <<< 8484 1726867699.16934: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d645f0> <<< 8484 1726867699.16963: 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<<< 8484 1726867699.16974: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867699.16988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867699.17013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867699.17040: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.17070: 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 0x7f9615df8590> <<< 8484 1726867699.17224: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.17235: 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 0x7f9615df97c0> <<< 8484 1726867699.17244: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d6ed50> <<< 8484 1726867699.17276: 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' <<< 8484 1726867699.17283: 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 0x7f9615d6f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d6e960> <<< 8484 1726867699.17311: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17314: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17323: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867699.17335: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17435: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17544: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867699.17563: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17575: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17586: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867699.17723: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.17835: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.18393: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.18948: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867699.18952: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867699.18964: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867699.18983: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867699.19006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.19063: 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 0x7f9615dfda30> <<< 8484 1726867699.19149: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867699.19158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867699.19179: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dfe750> <<< 8484 1726867699.19186: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615df9a00> <<< 8484 1726867699.19232: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867699.19244: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.19267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.19288: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867699.19293: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.19447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.19602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867699.19614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867699.19626: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dfe840> <<< 8484 1726867699.19633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20096: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20547: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20700: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867699.20704: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20794: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867699.20860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20946: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867699.20957: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.20974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867699.20994: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21031: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21080: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867699.21083: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867699.21627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867699.21638: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867699.21710: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dffaa0> <<< 8484 1726867699.21720: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21795: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21868: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867699.21880: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867699.21896: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867699.21911: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.21973: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22033: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867699.22055: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22099: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22151: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22225: 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 <<< 8484 1726867699.22265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.22361: 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 0x7f9615c0a5a0> <<< 8484 1726867699.22400: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615c06ea0> <<< 8484 1726867699.22425: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867699.22434: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867699.22446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22517: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22581: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22663: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.22669: 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 <<< 8484 1726867699.22700: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867699.22726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867699.22807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867699.22836: 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' <<< 8484 1726867699.22894: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96163ead20> <<< 8484 1726867699.22927: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96163ce9f0> <<< 8484 1726867699.22987: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615c0a300> <<< 8484 1726867699.23002: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dff7d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867699.23036: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.23062: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867699.23065: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867699.23124: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867699.23146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.23150: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.23168: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 8484 1726867699.23176: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.23300: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.23421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867699.23475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dfe3f0> <<< 8484 1726867699.23528: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.25136: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["udevadm", "trigger", "--subsystem-match=block"], "start": "2024-09-20 17:28:19.235739", "end": "2024-09-20 17:28:19.249201", "delta": "0:00:00.013462", "msg": "", "invocation": {"module_args": {"_raw_params": "udevadm trigger --subsystem-match=block", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 8484 1726867699.26226: 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 <<< 8484 1726867699.26280: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 8484 1726867699.26782: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867699.26795: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867699.26823: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867699.26846: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867699.26878: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867699.26936: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 8484 1726867699.26974: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 8484 1726867699.26980: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867699.27015: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 8484 1726867699.27023: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867699.27036: stdout chunk (state=3): >>># destroy fnmatch <<< 8484 1726867699.27057: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867699.27063: stdout chunk (state=3): >>># destroy array <<< 8484 1726867699.27082: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867699.27112: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867699.27120: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867699.27136: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867699.27193: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867699.27338: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # 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 <<< 8484 1726867699.27544: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867699.27566: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867699.27718: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # 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 <<< 8484 1726867699.27977: 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 # 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 <<< 8484 1726867699.28401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867699.28448: stderr chunk (state=3): >>><<< 8484 1726867699.28451: stdout chunk (state=3): >>><<< 8484 1726867699.28608: _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 0x7f96168184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96167e7b30> # /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 0x7f961681aa50> 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 0x7f96165c9130> # /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 0x7f96165ca120> 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 0x7f9616607f80> # /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 0x7f961661c110> # /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 0x7f961663f9b0> # /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 0x7f961663ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961661fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961661d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616605130> # /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 0x7f9616663890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166624b0> # /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 0x7f961661e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616660d70> # /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 0x7f96166908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166043b0> # /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 0x7f9616690da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616690c50> # 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 0x7f9616691010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616602ed0> # /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 0x7f96166916a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166913a0> 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 0x7f96166925a0> 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 0x7f96166ac7d0> 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 0x7f96166adf10> # /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 0x7f96166aedb0> # 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 0x7f96166af410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166ae300> # /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 0x7f96166afe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96166af5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616692600> # /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 0x7f961643bd10> # /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 0x7f9616468830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616468590> # 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 0x7f96164687a0> # /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 0x7f9616469160> # 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 0x7f9616469b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616468a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616439eb0> # /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 0x7f961646af30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616469c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616692cf0> # /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 0x7f9616493260> # /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 0x7f96164bb5f0> # /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 0x7f96165143b0> # /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 0x7f9616516b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96165144d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96164dd3d0> # /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 0x7f9616315430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96164ba3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961646be30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f96164ba750> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_uucmz51n/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961636b170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961634e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961634d1f0> # 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 0x7f9616369040> # /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 0x7f9616396ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616396930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9616396240> # /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 0x7f9616396690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f961636be00> 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 0x7f9616397980> # 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 0x7f9616397bc0> # /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 0x7f96163b80b0> 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 0x7f9615d11eb0> # 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 0x7f9615d13ad0> # /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 0x7f9615d18440> # /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 0x7f9615d19340> # /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 0x7f9615d1bfb0> # 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 0x7f9615d1c1a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1a360> # /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 0x7f9615d1ffb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1eb40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1e8a0> # /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 0x7f9615d1ee10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d1a840> # 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 0x7f9615d64260> # /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 0x7f9615d64410> # /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 0x7f9615d65ee0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d65ca0> # /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 0x7f9615d68440> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d665d0> # /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 0x7f9615d6bbf0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d685c0> # 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 0x7f9615d6cc80> # 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 0x7f9615d6ce00> # 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 0x7f9615d6cec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d645f0> # /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 0x7f9615df8590> # 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 0x7f9615df97c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d6ed50> # 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 0x7f9615d6f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615d6e960> # 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 0x7f9615dfda30> # /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 0x7f9615dfe750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615df9a00> 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 0x7f9615dfe840> # 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 0x7f9615dffaa0> # 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 0x7f9615c0a5a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615c06ea0> 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 0x7f96163ead20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f96163ce9f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615c0a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dff7d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9615dfe3f0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["udevadm", "trigger", "--subsystem-match=block"], "start": "2024-09-20 17:28:19.235739", "end": "2024-09-20 17:28:19.249201", "delta": "0:00:00.013462", "msg": "", "invocation": {"module_args": {"_raw_params": "udevadm trigger --subsystem-match=block", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 8484 1726867699.29600: done with _execute_module (ansible.legacy.command, {'_raw_params': 'udevadm trigger --subsystem-match=block', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867699.29603: _low_level_execute_command(): starting 8484 1726867699.29606: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867698.868303-9760-248058023170163/ > /dev/null 2>&1 && sleep 0' 8484 1726867699.29749: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867699.29761: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.29778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867699.29798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867699.29815: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867699.29827: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867699.29885: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.29927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867699.29951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.29963: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.30093: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.34482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.34498: stdout chunk (state=3): >>><<< 8484 1726867699.34511: stderr chunk (state=3): >>><<< 8484 1726867699.34676: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.34680: handler run complete 8484 1726867699.34683: Evaluated conditional (False): False 8484 1726867699.34685: attempt loop complete, returning result 8484 1726867699.34687: _execute() done 8484 1726867699.34689: dumping result to json 8484 1726867699.34691: done dumping result, returning 8484 1726867699.34694: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [02e58e3f-6ce9-dbaf-c049-0000000003d1] 8484 1726867699.34696: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d1 8484 1726867699.34766: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d1 8484 1726867699.34769: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.013462", "end": "2024-09-20 17:28:19.249201", "rc": 0, "start": "2024-09-20 17:28:19.235739" } 8484 1726867699.34851: no more pending results, returning what we have 8484 1726867699.34854: results queue empty 8484 1726867699.34855: checking for any_errors_fatal 8484 1726867699.34886: done checking for any_errors_fatal 8484 1726867699.34887: checking for max_fail_percentage 8484 1726867699.34889: done checking for max_fail_percentage 8484 1726867699.34891: checking to see if all hosts have failed and the running result is not ok 8484 1726867699.34892: done checking to see if all hosts have failed 8484 1726867699.34892: getting the remaining hosts for this loop 8484 1726867699.34894: done getting the remaining hosts for this loop 8484 1726867699.34898: getting the next task for host managed_node3 8484 1726867699.34905: done getting next task for host managed_node3 8484 1726867699.34909: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 8484 1726867699.34915: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867699.34927: getting variables 8484 1726867699.34929: in VariableManager get_vars() 8484 1726867699.34964: Calling all_inventory to load vars for managed_node3 8484 1726867699.34966: Calling groups_inventory to load vars for managed_node3 8484 1726867699.34969: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867699.35183: Calling all_plugins_play to load vars for managed_node3 8484 1726867699.35187: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867699.35190: Calling groups_plugins_play to load vars for managed_node3 8484 1726867699.35952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867699.36602: done with get_vars() 8484 1726867699.36620: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 17:28:19 -0400 (0:00:00.564) 0:00:34.664 ****** 8484 1726867699.36712: entering _queue_task() for managed_node3/stat 8484 1726867699.37189: worker is 1 (out of 1 available) 8484 1726867699.37200: exiting _queue_task() for managed_node3/stat 8484 1726867699.37210: done queuing things up, now waiting for results queue to drain 8484 1726867699.37212: waiting for pending results... 8484 1726867699.37302: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 8484 1726867699.37483: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d2 8484 1726867699.37504: variable 'ansible_search_path' from source: unknown 8484 1726867699.37512: variable 'ansible_search_path' from source: unknown 8484 1726867699.37558: calling self._execute() 8484 1726867699.37661: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867699.37675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867699.37692: variable 'omit' from source: magic vars 8484 1726867699.37806: variable 'omit' from source: magic vars 8484 1726867699.37891: variable 'omit' from source: magic vars 8484 1726867699.37986: variable 'omit' from source: magic vars 8484 1726867699.37990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867699.38024: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867699.38052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867699.38078: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867699.38102: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867699.38137: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867699.38146: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867699.38154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867699.38264: Set connection var ansible_pipelining to False 8484 1726867699.38312: Set connection var ansible_timeout to 10 8484 1726867699.38316: Set connection var ansible_connection to ssh 8484 1726867699.38318: Set connection var ansible_shell_type to sh 8484 1726867699.38320: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867699.38323: Set connection var ansible_shell_executable to /bin/sh 8484 1726867699.38343: variable 'ansible_shell_executable' from source: unknown 8484 1726867699.38351: variable 'ansible_connection' from source: unknown 8484 1726867699.38359: variable 'ansible_module_compression' from source: unknown 8484 1726867699.38366: variable 'ansible_shell_type' from source: unknown 8484 1726867699.38422: variable 'ansible_shell_executable' from source: unknown 8484 1726867699.38425: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867699.38428: variable 'ansible_pipelining' from source: unknown 8484 1726867699.38430: variable 'ansible_timeout' from source: unknown 8484 1726867699.38432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867699.38622: 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__) 8484 1726867699.38645: variable 'omit' from source: magic vars 8484 1726867699.38656: starting attempt loop 8484 1726867699.38664: running the handler 8484 1726867699.38683: _low_level_execute_command(): starting 8484 1726867699.38749: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867699.39437: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867699.39452: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.39471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867699.39525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.39603: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.39640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.39769: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.44941: stdout chunk (state=3): >>>/root <<< 8484 1726867699.45241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.45277: stderr chunk (state=3): >>><<< 8484 1726867699.45280: stdout chunk (state=3): >>><<< 8484 1726867699.45295: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.45304: _low_level_execute_command(): starting 8484 1726867699.45313: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558 `" && echo ansible-tmp-1726867699.4529214-9771-55977518385558="` echo /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558 `" ) && sleep 0' 8484 1726867699.45741: 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 <<< 8484 1726867699.45745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.45748: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.45798: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.45801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.45901: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.51647: stdout chunk (state=3): >>>ansible-tmp-1726867699.4529214-9771-55977518385558=/root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558 <<< 8484 1726867699.51831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.51851: stderr chunk (state=3): >>><<< 8484 1726867699.51854: stdout chunk (state=3): >>><<< 8484 1726867699.51869: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867699.4529214-9771-55977518385558=/root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.51920: variable 'ansible_module_compression' from source: unknown 8484 1726867699.51965: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867699.51998: variable 'ansible_facts' from source: unknown 8484 1726867699.52062: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py 8484 1726867699.52160: Sending initial data 8484 1726867699.52164: Sent initial data (150 bytes) 8484 1726867699.52546: 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 <<< 8484 1726867699.52587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867699.52591: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.52594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.52596: 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.42.108 originally 10.31.42.108 <<< 8484 1726867699.52598: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.52638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.52642: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.52776: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.54764: 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 <<< 8484 1726867699.54868: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867699.54963: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpg10r2e2i /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py <<< 8484 1726867699.54968: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py" <<< 8484 1726867699.55077: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpg10r2e2i" to remote "/root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py" <<< 8484 1726867699.56050: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.56118: stderr chunk (state=3): >>><<< 8484 1726867699.56121: stdout chunk (state=3): >>><<< 8484 1726867699.56124: done transferring module to remote 8484 1726867699.56151: _low_level_execute_command(): starting 8484 1726867699.56154: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/ /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py && sleep 0' 8484 1726867699.56735: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.56738: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.56740: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867699.56743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.56837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.56934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.58775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.58798: stderr chunk (state=3): >>><<< 8484 1726867699.58803: stdout chunk (state=3): >>><<< 8484 1726867699.58819: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.58822: _low_level_execute_command(): starting 8484 1726867699.58826: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/AnsiballZ_stat.py && sleep 0' 8484 1726867699.59238: 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 <<< 8484 1726867699.59242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867699.59244: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.59246: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867699.59248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.59294: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867699.59298: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.59396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.61613: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867699.61645: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867699.61689: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867699.61755: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867699.61786: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867699.61816: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867699.61852: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867699.61907: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867699.61910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.61943: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867699.61960: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867699.62007: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867699.62014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867699.62018: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396f104d0> <<< 8484 1726867699.62034: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396edfb30> <<< 8484 1726867699.62047: 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 0x7fc396f12a50> <<< 8484 1726867699.62101: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 8484 1726867699.62120: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867699.62127: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867699.62156: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867699.62275: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # <<< 8484 1726867699.62278: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867699.62301: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867699.62327: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867699.62353: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867699.62369: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867699.62391: 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' <<< 8484 1726867699.62399: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d05130> <<< 8484 1726867699.62462: 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 <<< 8484 1726867699.62466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.62513: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d06120> <<< 8484 1726867699.62517: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867699.62545: 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. <<< 8484 1726867699.62760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867699.62790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867699.62798: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867699.62816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.62829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867699.62869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867699.62908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867699.62924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d42ed0> <<< 8484 1726867699.62947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867699.62957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867699.62983: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d581d0> <<< 8484 1726867699.62990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867699.63018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867699.63036: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867699.63094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.63103: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867699.63137: 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' <<< 8484 1726867699.63158: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d7b9e0> <<< 8484 1726867699.63161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867699.63187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d7bfb0> import '_collections' # <<< 8484 1726867699.63239: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d5bcb0> <<< 8484 1726867699.63261: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867699.63289: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d59430> <<< 8484 1726867699.63359: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d411f0> <<< 8484 1726867699.63389: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867699.63402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867699.63420: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867699.63438: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867699.63465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867699.63491: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867699.63512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867699.63544: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d9f920> <<< 8484 1726867699.63551: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d9e540> <<< 8484 1726867699.63582: 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 0x7fc396d5a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d9cda0> <<< 8484 1726867699.63634: 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' <<< 8484 1726867699.63654: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dcc9b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d40470> <<< 8484 1726867699.63657: 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' <<< 8484 1726867699.63698: 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 0x7fc396dcce60> <<< 8484 1726867699.63719: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dccd10> <<< 8484 1726867699.63727: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.63744: 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 0x7fc396dcd100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d3ef90> <<< 8484 1726867699.63791: 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' <<< 8484 1726867699.63847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867699.63850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867699.63854: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dcd790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dcd4c0> <<< 8484 1726867699.63860: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867699.63884: 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' <<< 8484 1726867699.63906: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dce690> <<< 8484 1726867699.63916: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867699.63923: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867699.63940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867699.63979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867699.64004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867699.64007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396de8860> <<< 8484 1726867699.64024: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867699.64042: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.64051: 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 0x7fc396de9fa0> <<< 8484 1726867699.64098: 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' <<< 8484 1726867699.64115: 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' <<< 8484 1726867699.64124: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396deae40> <<< 8484 1726867699.64162: 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 0x7fc396deb470><<< 8484 1726867699.64168: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dea390> <<< 8484 1726867699.64190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867699.64194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867699.64237: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.64244: 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 0x7fc396debe60> <<< 8484 1726867699.64255: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396deb590> <<< 8484 1726867699.64290: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dce6f0> <<< 8484 1726867699.64317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867699.64336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867699.64357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867699.64373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867699.64406: 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 0x7fc396b67d40> <<< 8484 1726867699.64433: 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' <<< 8484 1726867699.64459: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.64462: 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 0x7fc396b948c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b94620> <<< 8484 1726867699.64489: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.64494: 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 0x7fc396b948f0> <<< 8484 1726867699.64518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867699.64525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867699.64604: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.64723: 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 0x7fc396b95220> <<< 8484 1726867699.64850: 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' <<< 8484 1726867699.64853: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc396b95c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b94ad0> <<< 8484 1726867699.64873: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b65ee0> <<< 8484 1726867699.64890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867699.64912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867699.64931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867699.64948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867699.64952: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b97020> <<< 8484 1726867699.64984: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b95d60> <<< 8484 1726867699.64996: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dcedb0> <<< 8484 1726867699.65021: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867699.65079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.65101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867699.65135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867699.65173: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396bbb3b0> <<< 8484 1726867699.65216: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867699.65238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.65266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867699.65269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867699.65304: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396bdf740> <<< 8484 1726867699.65337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867699.65377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867699.65432: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867699.65473: 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 0x7fc396c40560> <<< 8484 1726867699.65477: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867699.65497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867699.65519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867699.65559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867699.65642: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396c42cc0> <<< 8484 1726867699.65720: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396c40680> <<< 8484 1726867699.65763: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396c05550> <<< 8484 1726867699.65798: 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 0x7fc396529610> <<< 8484 1726867699.65809: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396bde540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b97f80> <<< 8484 1726867699.65915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867699.65931: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc396bde8a0> <<< 8484 1726867699.66078: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ycb3_j88/ansible_stat_payload.zip' <<< 8484 1726867699.66084: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.66211: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.66251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867699.66253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867699.66291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867699.66365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867699.66400: 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 0x7fc39657b320> <<< 8484 1726867699.66407: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867699.66592: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39655e210> <<< 8484 1726867699.66598: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39655d3a0> # zipimport: zlib available <<< 8484 1726867699.66626: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867699.66633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.66652: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.66663: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.66686: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867699.66703: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.68111: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.69230: 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 0x7fc3965791f0> <<< 8484 1726867699.69253: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867699.69259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.69283: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867699.69287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867699.69317: 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' <<< 8484 1726867699.69348: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.69355: 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 0x7fc3965a6c90> <<< 8484 1726867699.69387: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965a6a20> <<< 8484 1726867699.69412: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965a6330> <<< 8484 1726867699.69435: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867699.69440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867699.69484: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965a6d80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39657bfb0> <<< 8484 1726867699.69489: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867699.69531: 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 0x7fc3965a7a10> <<< 8484 1726867699.69557: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.69561: 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 0x7fc3965a7c50> <<< 8484 1726867699.69578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867699.69613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867699.69642: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867699.69678: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965cc110> <<< 8484 1726867699.69685: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867699.69706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867699.69727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867699.69762: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396415f40> <<< 8484 1726867699.69807: 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' <<< 8484 1726867699.69810: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc396417b60> <<< 8484 1726867699.69813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867699.69830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867699.69881: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39641c560> <<< 8484 1726867699.69884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867699.69917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867699.69944: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39641d700> <<< 8484 1726867699.69964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867699.70007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867699.70019: 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' <<< 8484 1726867699.70064: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396420200> <<< 8484 1726867699.70137: 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 0x7fc396420530> <<< 8484 1726867699.70155: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39641e4b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867699.70164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867699.70188: 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' <<< 8484 1726867699.70213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867699.70232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867699.70269: 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' <<< 8484 1726867699.70282: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396464140> <<< 8484 1726867699.70284: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867699.70371: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396422c30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396422990> <<< 8484 1726867699.70409: 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' <<< 8484 1726867699.70468: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396422f00> <<< 8484 1726867699.70550: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39641e9c0> # 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 0x7fc396468350> # /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' <<< 8484 1726867699.70577: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396468530> <<< 8484 1726867699.70607: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867699.70657: 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' <<< 8484 1726867699.70686: 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 0x7fc396469fd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396469d90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867699.70834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867699.70842: 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 0x7fc39646c4a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39646a600> <<< 8484 1726867699.70861: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867699.70892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.70913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867699.70926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867699.70940: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867699.70985: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39646fc80> <<< 8484 1726867699.71098: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39646c650> <<< 8484 1726867699.71157: 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 0x7fc396470a70> <<< 8484 1726867699.71214: 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 0x7fc396470ec0> <<< 8484 1726867699.71285: 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 0x7fc396470fb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3964686e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 8484 1726867699.71312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867699.71334: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.71355: 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 0x7fc3964fc740><<< 8484 1726867699.71360: stdout chunk (state=3): >>> <<< 8484 1726867699.71514: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.71518: 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 0x7fc3964fd850> <<< 8484 1726867699.71524: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396472ed0> <<< 8484 1726867699.71558: 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 0x7fc396473aa0> <<< 8484 1726867699.71565: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396472ae0> <<< 8484 1726867699.71581: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.71592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867699.71614: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.71701: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.71816: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 8484 1726867699.71845: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867699.71851: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.71990: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.72248: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.72632: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.73162: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867699.73181: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867699.73188: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867699.73201: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867699.73217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.73272: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867699.73277: 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 0x7fc396301a00> <<< 8484 1726867699.73353: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867699.73365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867699.73377: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396302780> <<< 8484 1726867699.73383: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3964fda90> <<< 8484 1726867699.73431: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867699.73436: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.73456: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.73476: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867699.73480: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.73629: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.73784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867699.73791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867699.73804: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3963027b0> <<< 8484 1726867699.73809: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.74264: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.74940: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 8484 1726867699.74944: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.75013: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.75126: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867699.75130: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867699.75142: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867699.75176: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.75204: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867699.75226: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.75444: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.75680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867699.75735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867699.75756: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867699.75827: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396303a10> # zipimport: zlib available <<< 8484 1726867699.75902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867699.76062: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76096: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867699.76112: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76192: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76256: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76315: 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 <<< 8484 1726867699.76361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867699.76443: 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 0x7fc39630e450> <<< 8484 1726867699.76497: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396309be0> <<< 8484 1726867699.76532: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867699.76549: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76578: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76641: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76667: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.76726: 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 <<< 8484 1726867699.76756: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867699.76783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867699.76830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867699.76868: 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' <<< 8484 1726867699.76929: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965fac30> <<< 8484 1726867699.76969: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965e2930> <<< 8484 1726867699.77052: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39630e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3964fd9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867699.77100: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.77121: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867699.77190: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867699.77222: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867699.77240: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.77354: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.77556: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867699.78941: 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": 291504326, "dev": 51714, "nlink": 1, "atime": 1726867651.2200346, "mtime": 1726563702.9711192, "ctime": 1726867644.2139947, "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": "4010500591", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8484 1726867699.78968: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867699.79449: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 8484 1726867699.79512: 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 <<< 8484 1726867699.79517: 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 <<< 8484 1726867699.79569: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 8484 1726867699.79644: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation <<< 8484 1726867699.79665: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8484 1726867699.79911: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867699.79941: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 8484 1726867699.79991: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867699.80047: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867699.80090: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 8484 1726867699.80129: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 8484 1726867699.80158: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 8484 1726867699.80183: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 8484 1726867699.80206: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867699.80277: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867699.80282: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867699.80346: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867699.80356: 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 <<< 8484 1726867699.80391: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867699.80531: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867699.80567: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 8484 1726867699.80605: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867699.80644: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867699.80662: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867699.80772: 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 <<< 8484 1726867699.80797: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 8484 1726867699.80858: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 8484 1726867699.80862: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867699.80885: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867699.81234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.81268: stderr chunk (state=3): >>>Shared connection to 10.31.42.108 closed. <<< 8484 1726867699.81274: stdout chunk (state=3): >>><<< 8484 1726867699.81276: stderr chunk (state=3): >>><<< 8484 1726867699.81363: _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 0x7fc396f104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396edfb30> # /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 0x7fc396f12a50> 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 0x7fc396d05130> # /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 0x7fc396d06120> 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 0x7fc396d42ed0> # /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 0x7fc396d581d0> # /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 0x7fc396d7b9e0> # /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 0x7fc396d7bfb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d5bcb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d59430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d411f0> # /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 0x7fc396d9f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d9e540> # /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 0x7fc396d5a2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d9cda0> # /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 0x7fc396dcc9b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d40470> # /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 0x7fc396dcce60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dccd10> # 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 0x7fc396dcd100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396d3ef90> # /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 0x7fc396dcd790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dcd4c0> 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 0x7fc396dce690> 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 0x7fc396de8860> 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 0x7fc396de9fa0> # /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 0x7fc396deae40> # 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 0x7fc396deb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dea390> # /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 0x7fc396debe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396deb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dce6f0> # /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 0x7fc396b67d40> # /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 0x7fc396b948c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b94620> # 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 0x7fc396b948f0> # /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 0x7fc396b95220> # 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 0x7fc396b95c10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b94ad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b65ee0> # /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 0x7fc396b97020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b95d60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396dcedb0> # /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 0x7fc396bbb3b0> # /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 0x7fc396bdf740> # /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 0x7fc396c40560> # /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 0x7fc396c42cc0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396c40680> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396c05550> # /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 0x7fc396529610> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396bde540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396b97f80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc396bde8a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ycb3_j88/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 0x7fc39657b320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39655e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39655d3a0> # 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 0x7fc3965791f0> # /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 0x7fc3965a6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965a6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965a6330> # /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 0x7fc3965a6d80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39657bfb0> 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 0x7fc3965a7a10> # 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 0x7fc3965a7c50> # /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 0x7fc3965cc110> 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 0x7fc396415f40> # 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 0x7fc396417b60> # /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 0x7fc39641c560> # /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 0x7fc39641d700> # /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 0x7fc396420200> # 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 0x7fc396420530> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39641e4b0> # /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 0x7fc396464140> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396422c30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396422990> # /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 0x7fc396422f00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39641e9c0> # 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 0x7fc396468350> # /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 0x7fc396468530> # /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 0x7fc396469fd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396469d90> # /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 0x7fc39646c4a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39646a600> # /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 0x7fc39646fc80> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39646c650> # 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 0x7fc396470a70> # 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 0x7fc396470ec0> # 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 0x7fc396470fb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3964686e0> # /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 0x7fc3964fc740> # 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 0x7fc3964fd850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396472ed0> # 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 0x7fc396473aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396472ae0> # 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 0x7fc396301a00> # /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 0x7fc396302780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3964fda90> 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 0x7fc3963027b0> # 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 0x7fc396303a10> # 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 0x7fc39630e450> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc396309be0> 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 0x7fc3965fac30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3965e2930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc39630e570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc3964fd9d0> # 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": 291504326, "dev": 51714, "nlink": 1, "atime": 1726867651.2200346, "mtime": 1726563702.9711192, "ctime": 1726867644.2139947, "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": "4010500591", "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867699.82164: 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-1726867699.4529214-9771-55977518385558/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867699.82168: _low_level_execute_command(): starting 8484 1726867699.82174: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867699.4529214-9771-55977518385558/ > /dev/null 2>&1 && sleep 0' 8484 1726867699.82590: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867699.82602: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.82617: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867699.82684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.82726: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867699.82740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.82757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.82881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.84789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.84798: stderr chunk (state=3): >>><<< 8484 1726867699.84801: stdout chunk (state=3): >>><<< 8484 1726867699.84816: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.84822: handler run complete 8484 1726867699.84855: attempt loop complete, returning result 8484 1726867699.84858: _execute() done 8484 1726867699.84860: dumping result to json 8484 1726867699.84868: done dumping result, returning 8484 1726867699.84882: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [02e58e3f-6ce9-dbaf-c049-0000000003d2] 8484 1726867699.84885: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d2 8484 1726867699.84979: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d2 8484 1726867699.84982: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726867651.2200346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726867644.2139947, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726563702.9711192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4010500591", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 8484 1726867699.85083: no more pending results, returning what we have 8484 1726867699.85087: results queue empty 8484 1726867699.85087: checking for any_errors_fatal 8484 1726867699.85095: done checking for any_errors_fatal 8484 1726867699.85095: checking for max_fail_percentage 8484 1726867699.85097: done checking for max_fail_percentage 8484 1726867699.85098: checking to see if all hosts have failed and the running result is not ok 8484 1726867699.85098: done checking to see if all hosts have failed 8484 1726867699.85099: getting the remaining hosts for this loop 8484 1726867699.85101: done getting the remaining hosts for this loop 8484 1726867699.85104: getting the next task for host managed_node3 8484 1726867699.85113: done getting next task for host managed_node3 8484 1726867699.85116: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 8484 1726867699.85121: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867699.85131: getting variables 8484 1726867699.85132: in VariableManager get_vars() 8484 1726867699.85162: Calling all_inventory to load vars for managed_node3 8484 1726867699.85168: Calling groups_inventory to load vars for managed_node3 8484 1726867699.85176: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867699.85185: Calling all_plugins_play to load vars for managed_node3 8484 1726867699.85188: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867699.85190: Calling groups_plugins_play to load vars for managed_node3 8484 1726867699.85711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867699.86053: done with get_vars() 8484 1726867699.86064: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 17:28:19 -0400 (0:00:00.494) 0:00:35.158 ****** 8484 1726867699.86132: entering _queue_task() for managed_node3/lineinfile 8484 1726867699.86342: worker is 1 (out of 1 available) 8484 1726867699.86354: exiting _queue_task() for managed_node3/lineinfile 8484 1726867699.86365: done queuing things up, now waiting for results queue to drain 8484 1726867699.86367: waiting for pending results... 8484 1726867699.86687: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 8484 1726867699.86780: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d3 8484 1726867699.86800: variable 'ansible_search_path' from source: unknown 8484 1726867699.86810: variable 'ansible_search_path' from source: unknown 8484 1726867699.86848: calling self._execute() 8484 1726867699.86938: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867699.86949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867699.86963: variable 'omit' from source: magic vars 8484 1726867699.87334: variable '__storage_fstab' from source: set_fact 8484 1726867699.87379: Evaluated conditional (__storage_fstab.stat.exists): True 8484 1726867699.87519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867699.87721: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867699.87759: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867699.87782: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867699.87809: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867699.87867: variable 'blivet_output' from source: set_fact 8484 1726867699.87930: Evaluated conditional (blivet_output is changed): True 8484 1726867699.87934: variable 'omit' from source: magic vars 8484 1726867699.87977: variable 'omit' from source: magic vars 8484 1726867699.87997: variable '__str' from source: task vars 8484 1726867699.88048: variable '__str' from source: task vars 8484 1726867699.88056: variable '__str' from source: task vars 8484 1726867699.88101: variable '__str' from source: task vars 8484 1726867699.88116: variable 'omit' from source: magic vars 8484 1726867699.88139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867699.88160: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867699.88176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867699.88190: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867699.88199: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867699.88225: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867699.88228: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867699.88230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867699.88295: Set connection var ansible_pipelining to False 8484 1726867699.88301: Set connection var ansible_timeout to 10 8484 1726867699.88304: Set connection var ansible_connection to ssh 8484 1726867699.88316: Set connection var ansible_shell_type to sh 8484 1726867699.88318: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867699.88323: Set connection var ansible_shell_executable to /bin/sh 8484 1726867699.88340: variable 'ansible_shell_executable' from source: unknown 8484 1726867699.88344: variable 'ansible_connection' from source: unknown 8484 1726867699.88346: variable 'ansible_module_compression' from source: unknown 8484 1726867699.88349: variable 'ansible_shell_type' from source: unknown 8484 1726867699.88351: variable 'ansible_shell_executable' from source: unknown 8484 1726867699.88354: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867699.88356: variable 'ansible_pipelining' from source: unknown 8484 1726867699.88358: variable 'ansible_timeout' from source: unknown 8484 1726867699.88363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867699.88473: 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__) 8484 1726867699.88480: variable 'omit' from source: magic vars 8484 1726867699.88486: starting attempt loop 8484 1726867699.88489: running the handler 8484 1726867699.88515: _low_level_execute_command(): starting 8484 1726867699.88523: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867699.88998: 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 <<< 8484 1726867699.89003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867699.89009: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.89051: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867699.89056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.89059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.89148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.90868: stdout chunk (state=3): >>>/root <<< 8484 1726867699.90964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.90997: stderr chunk (state=3): >>><<< 8484 1726867699.90999: stdout chunk (state=3): >>><<< 8484 1726867699.91073: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.91085: _low_level_execute_command(): starting 8484 1726867699.91088: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976 `" && echo ansible-tmp-1726867699.910135-9796-12368775866976="` echo /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976 `" ) && sleep 0' 8484 1726867699.91425: 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 <<< 8484 1726867699.91428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.91431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867699.91439: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867699.91480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867699.91483: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867699.91577: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867699.93551: stdout chunk (state=3): >>>ansible-tmp-1726867699.910135-9796-12368775866976=/root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976 <<< 8484 1726867699.93661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867699.93684: stderr chunk (state=3): >>><<< 8484 1726867699.93687: stdout chunk (state=3): >>><<< 8484 1726867699.93701: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867699.910135-9796-12368775866976=/root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867699.93739: variable 'ansible_module_compression' from source: unknown 8484 1726867699.93784: ANSIBALLZ: Using lock for lineinfile 8484 1726867699.93787: ANSIBALLZ: Acquiring lock 8484 1726867699.93790: ANSIBALLZ: Lock acquired: 140415031801712 8484 1726867699.93792: ANSIBALLZ: Creating module 8484 1726867700.04232: ANSIBALLZ: Writing module into payload 8484 1726867700.04311: ANSIBALLZ: Writing module 8484 1726867700.04327: ANSIBALLZ: Renaming module 8484 1726867700.04333: ANSIBALLZ: Done creating module 8484 1726867700.04349: variable 'ansible_facts' from source: unknown 8484 1726867700.04412: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py 8484 1726867700.04513: Sending initial data 8484 1726867700.04517: Sent initial data (155 bytes) 8484 1726867700.04943: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.04978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867700.04981: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867700.04983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.04985: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.04987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867700.04990: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.05033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867700.05037: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.05150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.06892: 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 <<< 8484 1726867700.06984: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867700.07072: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpbp2dx1qk /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py <<< 8484 1726867700.07075: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py" <<< 8484 1726867700.07198: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpbp2dx1qk" to remote "/root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py" <<< 8484 1726867700.08108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.08132: stderr chunk (state=3): >>><<< 8484 1726867700.08152: stdout chunk (state=3): >>><<< 8484 1726867700.08187: done transferring module to remote 8484 1726867700.08199: _low_level_execute_command(): starting 8484 1726867700.08204: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/ /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py && sleep 0' 8484 1726867700.08664: 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 <<< 8484 1726867700.08697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867700.08700: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.08702: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867700.08704: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867700.08708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.08758: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.08761: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.08858: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.10784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.10808: stderr chunk (state=3): >>><<< 8484 1726867700.10814: stdout chunk (state=3): >>><<< 8484 1726867700.10829: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867700.10832: _low_level_execute_command(): starting 8484 1726867700.10837: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/AnsiballZ_lineinfile.py && sleep 0' 8484 1726867700.11417: 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 <<< 8484 1726867700.11421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867700.11425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.11428: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867700.11430: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.11450: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867700.11462: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.11586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.13852: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867700.13883: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867700.13913: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867700.13918: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867700.13997: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867700.14002: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867700.14037: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867700.14069: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867700.14080: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867700.14103: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867700.14118: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867700.14160: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867700.14165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.14184: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867700.14212: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867700.14242: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867700.14269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867700.14275: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a86184d0> <<< 8484 1726867700.14291: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a85e7b30> <<< 8484 1726867700.14318: 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' <<< 8484 1726867700.14325: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a861aa50> <<< 8484 1726867700.14349: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867700.14378: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867700.14384: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867700.14401: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867700.14440: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867700.14536: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867700.14562: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867700.14565: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867700.14584: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867700.14624: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867700.14632: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867700.14652: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867700.14656: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867700.14686: 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 <<< 8484 1726867700.14689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867700.14716: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a842d130> <<< 8484 1726867700.14772: 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 <<< 8484 1726867700.14790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.14795: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a842e120> <<< 8484 1726867700.14822: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867700.14851: 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. <<< 8484 1726867700.15091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867700.15098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867700.15127: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867700.15131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.15155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867700.15193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867700.15217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867700.15238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867700.15261: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8473fe0> <<< 8484 1726867700.15284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867700.15303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867700.15324: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8480170> <<< 8484 1726867700.15341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867700.15374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867700.15401: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867700.15450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.15466: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867700.15495: 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 0x7f37a84a39e0> <<< 8484 1726867700.15525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867700.15532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84a3fb0> <<< 8484 1726867700.15552: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867700.15604: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8483cb0> <<< 8484 1726867700.15622: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867700.15647: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84813d0> <<< 8484 1726867700.15741: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8471190> <<< 8484 1726867700.15764: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867700.15789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867700.15797: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867700.15824: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867700.15847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867700.15875: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867700.15880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867700.15918: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84c7950> <<< 8484 1726867700.15936: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84c6570> <<< 8484 1726867700.15980: 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 0x7f37a84822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84c4dd0> <<< 8484 1726867700.16043: 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 0x7f37a84f49b0> <<< 8484 1726867700.16088: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8470410> # /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' <<< 8484 1726867700.16123: 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 0x7f37a84f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f4d10> <<< 8484 1726867700.16168: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.16175: 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 0x7f37a84f50d0> <<< 8484 1726867700.16226: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8466f30> # /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' <<< 8484 1726867700.16243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867700.16278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867700.16293: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f5490> import 'importlib.machinery' # <<< 8484 1726867700.16353: 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' <<< 8484 1726867700.16359: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f6690> <<< 8484 1726867700.16376: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867700.16389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867700.16432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867700.16463: 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 0x7f37a8510890> <<< 8484 1726867700.16513: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867700.16522: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.16552: 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 0x7f37a8511fd0> <<< 8484 1726867700.16557: 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' <<< 8484 1726867700.16590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867700.16593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867700.16604: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8512e70> <<< 8484 1726867700.16651: 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 0x7f37a85134a0> <<< 8484 1726867700.16656: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a85123c0> <<< 8484 1726867700.16683: 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' <<< 8484 1726867700.16753: 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 0x7f37a8513e60> <<< 8484 1726867700.16756: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8513590> <<< 8484 1726867700.16794: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f6600> <<< 8484 1726867700.16831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867700.16859: 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 <<< 8484 1726867700.16884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867700.16915: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.16921: 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 0x7f37a82d3d40> <<< 8484 1726867700.16941: 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' <<< 8484 1726867700.16976: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.16995: 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 0x7f37a82fc860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82fc5c0> <<< 8484 1726867700.17010: 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' <<< 8484 1726867700.17024: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37a82fc890> <<< 8484 1726867700.17043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867700.17050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867700.17138: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.17283: 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 0x7f37a82fd1c0> <<< 8484 1726867700.17399: 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 0x7f37a82fdaf0> <<< 8484 1726867700.17403: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82fca70> <<< 8484 1726867700.17442: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82d1ee0> <<< 8484 1726867700.17446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867700.17487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867700.17500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867700.17515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82feea0> <<< 8484 1726867700.17547: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82fdc10> <<< 8484 1726867700.17565: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f6db0> <<< 8484 1726867700.17589: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867700.17649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.17677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867700.17704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867700.17740: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8327200> <<< 8484 1726867700.17785: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867700.17817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.17835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867700.17850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867700.17889: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8353530> <<< 8484 1726867700.17915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867700.17959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867700.18032: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867700.18071: 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 0x7f37a83ac2c0> <<< 8484 1726867700.18107: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867700.18112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867700.18137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867700.18174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867700.18256: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a83aea20> <<< 8484 1726867700.18335: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a83ac3e0> <<< 8484 1726867700.18381: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8379310> <<< 8484 1726867700.18410: 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 0x7f37a81ad400> <<< 8484 1726867700.18436: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8352330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82ffdd0> <<< 8484 1726867700.18540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867700.18565: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37a8352930> <<< 8484 1726867700.18707: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_fq6rgkcr/ansible_lineinfile_payload.zip' <<< 8484 1726867700.18720: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.18844: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.18883: 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' <<< 8484 1726867700.18924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867700.19002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867700.19028: 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' <<< 8484 1726867700.19032: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82031d0> <<< 8484 1726867700.19050: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867700.19238: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a81e20c0> <<< 8484 1726867700.19245: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a81e1220> # zipimport: zlib available <<< 8484 1726867700.19280: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867700.19284: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.19287: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.19308: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867700.19330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.20744: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.21904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867700.21914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8200f20> <<< 8484 1726867700.21932: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867700.21938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.21963: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867700.21989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867700.22004: 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' <<< 8484 1726867700.22032: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.22040: 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 0x7f37a822eb10> <<< 8484 1726867700.22090: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a822e8a0> <<< 8484 1726867700.22109: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a822e1e0> <<< 8484 1726867700.22132: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867700.22143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867700.22174: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a822e630> <<< 8484 1726867700.22186: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8203e60> import 'atexit' # <<< 8484 1726867700.22235: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.22238: 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 0x7f37a822f890> <<< 8484 1726867700.22252: 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 0x7f37a822fad0> <<< 8484 1726867700.22266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867700.22314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867700.22329: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867700.22394: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a822ff50> import 'pwd' # <<< 8484 1726867700.22412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867700.22440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867700.22467: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b11dc0> <<< 8484 1726867700.22513: 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' <<< 8484 1726867700.22547: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f37a7b139e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867700.22552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867700.22589: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b183e0> <<< 8484 1726867700.22610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867700.22638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867700.22654: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b192e0> <<< 8484 1726867700.22686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867700.22714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867700.22750: 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' <<< 8484 1726867700.22791: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1bfe0> <<< 8484 1726867700.22852: 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 0x7f37a7b1c110> <<< 8484 1726867700.22881: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1a2a0> <<< 8484 1726867700.22884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867700.22933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867700.22938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867700.22952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867700.22994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867700.23014: 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 0x7f37a7b1ffb0> <<< 8484 1726867700.23033: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867700.23103: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1ea80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1e7e0> <<< 8484 1726867700.23130: 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' <<< 8484 1726867700.23211: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1ed50> <<< 8484 1726867700.23261: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1a7b0> <<< 8484 1726867700.23264: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.23281: 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 0x7f37a7b63fe0> <<< 8484 1726867700.23293: 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 0x7f37a7b642f0> <<< 8484 1726867700.23302: 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 <<< 8484 1726867700.23320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867700.23336: 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' <<< 8484 1726867700.23385: 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 0x7f37a7b65d90> <<< 8484 1726867700.23396: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b65b50> <<< 8484 1726867700.23399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867700.23533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867700.23583: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.23586: 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 0x7f37a7b68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b66480> <<< 8484 1726867700.23614: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867700.23667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.23697: 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' <<< 8484 1726867700.23705: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867700.23750: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b6bad0> <<< 8484 1726867700.23866: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b684a0> <<< 8484 1726867700.23930: 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' <<< 8484 1726867700.23939: 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 0x7f37a7b6cb90> <<< 8484 1726867700.23966: 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 0x7f37a7b6cb30> <<< 8484 1726867700.24012: 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 0x7f37a7b6cda0> <<< 8484 1726867700.24018: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b64470> <<< 8484 1726867700.24047: 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 <<< 8484 1726867700.24077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867700.24098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867700.24109: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.24133: 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 0x7f37a7bf85c0> <<< 8484 1726867700.24299: 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 0x7f37a7bf9b20> <<< 8484 1726867700.24337: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b6ed50> # 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 0x7f37a7b6f920> <<< 8484 1726867700.24368: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b6e930> # zipimport: zlib available <<< 8484 1726867700.24402: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867700.24486: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.24593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.24596: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 8484 1726867700.24639: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867700.24755: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.24877: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.25440: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.25987: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867700.26009: 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' # <<< 8484 1726867700.26031: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867700.26036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.26101: 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 0x7f37a7bfdcd0> <<< 8484 1726867700.26187: 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' <<< 8484 1726867700.26208: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bfe9f0> <<< 8484 1726867700.26210: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bf9d60> <<< 8484 1726867700.26252: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867700.26268: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.26291: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867700.26303: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.26460: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.26630: 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' <<< 8484 1726867700.26643: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bfeb40> # zipimport: zlib available <<< 8484 1726867700.27101: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27547: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27617: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27706: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867700.27732: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27766: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27791: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867700.27854: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27951: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867700.27965: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27968: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.27973: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 8484 1726867700.27975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.28035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.28072: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867700.28299: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.28544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867700.28598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867700.28620: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867700.28695: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bffd10> <<< 8484 1726867700.28698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.28769: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.28848: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867700.28882: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867700.28920: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.28958: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867700.29012: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29054: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29111: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29177: 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 <<< 8484 1726867700.29222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.29320: 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 0x7f37a7a0a930> <<< 8484 1726867700.29347: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7a071a0> <<< 8484 1726867700.29384: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867700.29403: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29513: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29536: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.29581: 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' <<< 8484 1726867700.29601: 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 <<< 8484 1726867700.29632: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867700.29666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867700.29711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867700.29748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867700.29759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867700.29813: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8283020> <<< 8484 1726867700.29842: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8266cf0> <<< 8484 1726867700.29950: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7a0a870> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bfd850> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867700.29985: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.30019: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867700.30057: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867700.30087: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.30090: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.30092: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867700.30362: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.30683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.31361: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8484 1726867700.31386: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867700.31779: 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<<< 8484 1726867700.31793: stdout chunk (state=3): >>> # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 8484 1726867700.31874: stdout chunk (state=3): >>># cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # 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 <<< 8484 1726867700.31883: stdout chunk (state=3): >>># 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 <<< 8484 1726867700.31887: stdout chunk (state=3): >>># 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 <<< 8484 1726867700.31891: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 8484 1726867700.31923: 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 <<< 8484 1726867700.31929: stdout chunk (state=3): >>># 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 <<< 8484 1726867700.32213: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867700.32227: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867700.32245: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867700.32263: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867700.32292: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867700.32309: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 8484 1726867700.32331: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 8484 1726867700.32342: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal <<< 8484 1726867700.32362: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867700.32385: stdout chunk (state=3): >>># destroy selectors <<< 8484 1726867700.32394: stdout chunk (state=3): >>># destroy errno # destroy array # destroy datetime <<< 8484 1726867700.32417: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867700.32421: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging<<< 8484 1726867700.32439: stdout chunk (state=3): >>> # destroy shlex # destroy subprocess <<< 8484 1726867700.32491: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867700.32495: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 8484 1726867700.32522: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867700.32541: 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 <<< 8484 1726867700.32572: stdout chunk (state=3): >>># cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 8484 1726867700.32578: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 8484 1726867700.32591: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 8484 1726867700.32607: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 8484 1726867700.32636: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 8484 1726867700.32640: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 8484 1726867700.32655: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 8484 1726867700.32666: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 8484 1726867700.32681: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867700.32687: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867700.32839: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867700.32847: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867700.32853: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867700.32885: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 8484 1726867700.32892: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 8484 1726867700.32909: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867700.32932: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867700.32948: 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 <<< 8484 1726867700.32951: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867700.32976: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867700.33062: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 8484 1726867700.33078: stdout chunk (state=3): >>> # 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 <<< 8484 1726867700.33086: stdout chunk (state=3): >>># destroy time <<< 8484 1726867700.33105: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867700.33118: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867700.33138: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867700.33145: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867700.33168: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867700.33174: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867700.33539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867700.33574: stderr chunk (state=3): >>><<< 8484 1726867700.33577: stdout chunk (state=3): >>><<< 8484 1726867700.33644: _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 0x7f37a86184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a85e7b30> # /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 0x7f37a861aa50> 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 0x7f37a842d130> # /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 0x7f37a842e120> 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 0x7f37a8473fe0> # /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 0x7f37a8480170> # /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 0x7f37a84a39e0> # /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 0x7f37a84a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8483cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84813d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8471190> # /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 0x7f37a84c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84c6570> # /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 0x7f37a84822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84c4dd0> # /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 0x7f37a84f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8470410> # /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 0x7f37a84f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f4d10> # 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 0x7f37a84f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8466f30> # /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 0x7f37a84f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f5490> 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 0x7f37a84f6690> 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 0x7f37a8510890> 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 0x7f37a8511fd0> # /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 0x7f37a8512e70> # 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 0x7f37a85134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a85123c0> # /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 0x7f37a8513e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8513590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f6600> # /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 0x7f37a82d3d40> # /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 0x7f37a82fc860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82fc5c0> # 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 0x7f37a82fc890> # /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 0x7f37a82fd1c0> # 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 0x7f37a82fdaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82fca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82d1ee0> # /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 0x7f37a82feea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82fdc10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a84f6db0> # /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 0x7f37a8327200> # /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 0x7f37a8353530> # /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 0x7f37a83ac2c0> # /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 0x7f37a83aea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a83ac3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8379310> # /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 0x7f37a81ad400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8352330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82ffdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f37a8352930> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_fq6rgkcr/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a82031d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a81e20c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a81e1220> # 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 0x7f37a8200f20> # /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 0x7f37a822eb10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a822e8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a822e1e0> # /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 0x7f37a822e630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8203e60> 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 0x7f37a822f890> # 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 0x7f37a822fad0> # /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 0x7f37a822ff50> 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 0x7f37a7b11dc0> # 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 0x7f37a7b139e0> # /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 0x7f37a7b183e0> # /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 0x7f37a7b192e0> # /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 0x7f37a7b1bfe0> # 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 0x7f37a7b1c110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1a2a0> # /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 0x7f37a7b1ffb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1ea80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1e7e0> # /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 0x7f37a7b1ed50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b1a7b0> # 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 0x7f37a7b63fe0> # /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 0x7f37a7b642f0> # /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 0x7f37a7b65d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b65b50> # /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 0x7f37a7b68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b66480> # /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 0x7f37a7b6bad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b684a0> # 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 0x7f37a7b6cb90> # 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 0x7f37a7b6cb30> # 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 0x7f37a7b6cda0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b64470> # /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 0x7f37a7bf85c0> # 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 0x7f37a7bf9b20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b6ed50> # 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 0x7f37a7b6f920> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7b6e930> # 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 0x7f37a7bfdcd0> # /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 0x7f37a7bfe9f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bf9d60> 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 0x7f37a7bfeb40> # 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 0x7f37a7bffd10> # 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 0x7f37a7a0a930> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7a071a0> 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 0x7f37a8283020> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a8266cf0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7a0a870> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f37a7bfd850> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867700.34169: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', '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': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867700.34174: _low_level_execute_command(): starting 8484 1726867700.34178: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867699.910135-9796-12368775866976/ > /dev/null 2>&1 && sleep 0' 8484 1726867700.34344: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.34348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867700.34350: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.34353: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.34355: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867700.34357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.34409: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.34414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867700.34416: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.34502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.36435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.36462: stderr chunk (state=3): >>><<< 8484 1726867700.36465: stdout chunk (state=3): >>><<< 8484 1726867700.36481: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867700.36486: handler run complete 8484 1726867700.36504: attempt loop complete, returning result 8484 1726867700.36510: _execute() done 8484 1726867700.36512: dumping result to json 8484 1726867700.36515: done dumping result, returning 8484 1726867700.36525: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [02e58e3f-6ce9-dbaf-c049-0000000003d3] 8484 1726867700.36527: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d3 8484 1726867700.36632: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d3 8484 1726867700.36634: WORKER PROCESS EXITING ok: [managed_node3] => { "backup": "", "changed": false } 8484 1726867700.36711: no more pending results, returning what we have 8484 1726867700.36714: results queue empty 8484 1726867700.36715: checking for any_errors_fatal 8484 1726867700.36722: done checking for any_errors_fatal 8484 1726867700.36723: checking for max_fail_percentage 8484 1726867700.36724: done checking for max_fail_percentage 8484 1726867700.36725: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.36726: done checking to see if all hosts have failed 8484 1726867700.36727: getting the remaining hosts for this loop 8484 1726867700.36728: done getting the remaining hosts for this loop 8484 1726867700.36731: getting the next task for host managed_node3 8484 1726867700.36738: done getting next task for host managed_node3 8484 1726867700.36741: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 8484 1726867700.36748: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.36759: getting variables 8484 1726867700.36760: in VariableManager get_vars() 8484 1726867700.36795: Calling all_inventory to load vars for managed_node3 8484 1726867700.36797: Calling groups_inventory to load vars for managed_node3 8484 1726867700.36799: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.36810: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.36813: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.36816: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.37197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.37548: done with get_vars() 8484 1726867700.37560: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 17:28:20 -0400 (0:00:00.514) 0:00:35.673 ****** 8484 1726867700.37633: entering _queue_task() for managed_node3/systemd 8484 1726867700.37839: worker is 1 (out of 1 available) 8484 1726867700.37852: exiting _queue_task() for managed_node3/systemd 8484 1726867700.37865: done queuing things up, now waiting for results queue to drain 8484 1726867700.37866: waiting for pending results... 8484 1726867700.38049: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 8484 1726867700.38151: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d5 8484 1726867700.38162: variable 'ansible_search_path' from source: unknown 8484 1726867700.38166: variable 'ansible_search_path' from source: unknown 8484 1726867700.38208: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867700.38363: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867700.38409: dumping result to json 8484 1726867700.38412: done dumping result, returning 8484 1726867700.38418: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [02e58e3f-6ce9-dbaf-c049-0000000003d5] 8484 1726867700.38428: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d5 8484 1726867700.38526: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d5 8484 1726867700.38531: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867700.38581: no more pending results, returning what we have 8484 1726867700.38584: results queue empty 8484 1726867700.38585: checking for any_errors_fatal 8484 1726867700.38595: done checking for any_errors_fatal 8484 1726867700.38595: checking for max_fail_percentage 8484 1726867700.38597: done checking for max_fail_percentage 8484 1726867700.38598: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.38598: done checking to see if all hosts have failed 8484 1726867700.38599: getting the remaining hosts for this loop 8484 1726867700.38600: done getting the remaining hosts for this loop 8484 1726867700.38603: getting the next task for host managed_node3 8484 1726867700.38614: done getting next task for host managed_node3 8484 1726867700.38617: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 8484 1726867700.38622: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.38636: getting variables 8484 1726867700.38637: in VariableManager get_vars() 8484 1726867700.38663: Calling all_inventory to load vars for managed_node3 8484 1726867700.38665: Calling groups_inventory to load vars for managed_node3 8484 1726867700.38667: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.38681: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.38684: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.38686: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.39004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.39355: done with get_vars() 8484 1726867700.39365: done getting variables 8484 1726867700.39406: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 17:28:20 -0400 (0:00:00.017) 0:00:35.691 ****** 8484 1726867700.39429: entering _queue_task() for managed_node3/debug 8484 1726867700.39612: worker is 1 (out of 1 available) 8484 1726867700.39625: exiting _queue_task() for managed_node3/debug 8484 1726867700.39638: done queuing things up, now waiting for results queue to drain 8484 1726867700.39639: waiting for pending results... 8484 1726867700.39829: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 8484 1726867700.39928: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d7 8484 1726867700.39939: variable 'ansible_search_path' from source: unknown 8484 1726867700.39942: variable 'ansible_search_path' from source: unknown 8484 1726867700.39971: calling self._execute() 8484 1726867700.40038: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.40042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.40052: variable 'omit' from source: magic vars 8484 1726867700.40140: variable 'omit' from source: magic vars 8484 1726867700.40194: variable 'omit' from source: magic vars 8484 1726867700.40219: variable 'omit' from source: magic vars 8484 1726867700.40254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867700.40287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867700.40306: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867700.40323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.40333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.40358: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867700.40361: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.40366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.40439: Set connection var ansible_pipelining to False 8484 1726867700.40445: Set connection var ansible_timeout to 10 8484 1726867700.40448: Set connection var ansible_connection to ssh 8484 1726867700.40454: Set connection var ansible_shell_type to sh 8484 1726867700.40460: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867700.40464: Set connection var ansible_shell_executable to /bin/sh 8484 1726867700.40484: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.40487: variable 'ansible_connection' from source: unknown 8484 1726867700.40489: variable 'ansible_module_compression' from source: unknown 8484 1726867700.40492: variable 'ansible_shell_type' from source: unknown 8484 1726867700.40495: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.40497: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.40501: variable 'ansible_pipelining' from source: unknown 8484 1726867700.40503: variable 'ansible_timeout' from source: unknown 8484 1726867700.40510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.40626: 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) 8484 1726867700.40637: variable 'omit' from source: magic vars 8484 1726867700.40641: starting attempt loop 8484 1726867700.40643: running the handler 8484 1726867700.40680: variable 'blivet_output' from source: set_fact 8484 1726867700.40820: variable 'blivet_output' from source: set_fact 8484 1726867700.41829: handler run complete 8484 1726867700.41930: attempt loop complete, returning result 8484 1726867700.41933: _execute() done 8484 1726867700.41936: dumping result to json 8484 1726867700.41958: done dumping result, returning 8484 1726867700.41965: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [02e58e3f-6ce9-dbaf-c049-0000000003d7] 8484 1726867700.41969: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d7 8484 1726867700.42218: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d7 8484 1726867700.42220: WORKER PROCESS EXITING ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 8484 1726867700.42547: no more pending results, returning what we have 8484 1726867700.42550: results queue empty 8484 1726867700.42551: checking for any_errors_fatal 8484 1726867700.42557: done checking for any_errors_fatal 8484 1726867700.42557: checking for max_fail_percentage 8484 1726867700.42558: done checking for max_fail_percentage 8484 1726867700.42559: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.42559: done checking to see if all hosts have failed 8484 1726867700.42560: getting the remaining hosts for this loop 8484 1726867700.42561: done getting the remaining hosts for this loop 8484 1726867700.42563: getting the next task for host managed_node3 8484 1726867700.42567: done getting next task for host managed_node3 8484 1726867700.42569: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 8484 1726867700.42574: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.42581: getting variables 8484 1726867700.42582: in VariableManager get_vars() 8484 1726867700.42600: Calling all_inventory to load vars for managed_node3 8484 1726867700.42602: Calling groups_inventory to load vars for managed_node3 8484 1726867700.42603: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.42609: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.42611: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.42612: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.42902: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.43239: done with get_vars() 8484 1726867700.43250: done getting variables 8484 1726867700.43291: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 17:28:20 -0400 (0:00:00.038) 0:00:35.730 ****** 8484 1726867700.43317: entering _queue_task() for managed_node3/set_fact 8484 1726867700.43503: worker is 1 (out of 1 available) 8484 1726867700.43518: exiting _queue_task() for managed_node3/set_fact 8484 1726867700.43530: done queuing things up, now waiting for results queue to drain 8484 1726867700.43531: waiting for pending results... 8484 1726867700.43706: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 8484 1726867700.43803: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d8 8484 1726867700.43816: variable 'ansible_search_path' from source: unknown 8484 1726867700.43821: variable 'ansible_search_path' from source: unknown 8484 1726867700.43846: calling self._execute() 8484 1726867700.43913: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.43917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.43926: variable 'omit' from source: magic vars 8484 1726867700.44001: variable 'omit' from source: magic vars 8484 1726867700.44050: variable 'omit' from source: magic vars 8484 1726867700.44214: variable 'blivet_output' from source: set_fact 8484 1726867700.45016: variable 'omit' from source: magic vars 8484 1726867700.45045: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867700.45074: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867700.45090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867700.45103: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.45115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.45138: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867700.45141: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.45144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.45216: Set connection var ansible_pipelining to False 8484 1726867700.45220: Set connection var ansible_timeout to 10 8484 1726867700.45224: Set connection var ansible_connection to ssh 8484 1726867700.45230: Set connection var ansible_shell_type to sh 8484 1726867700.45235: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867700.45241: Set connection var ansible_shell_executable to /bin/sh 8484 1726867700.45261: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.45264: variable 'ansible_connection' from source: unknown 8484 1726867700.45266: variable 'ansible_module_compression' from source: unknown 8484 1726867700.45269: variable 'ansible_shell_type' from source: unknown 8484 1726867700.45273: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.45275: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.45278: variable 'ansible_pipelining' from source: unknown 8484 1726867700.45281: variable 'ansible_timeout' from source: unknown 8484 1726867700.45284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.45386: 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) 8484 1726867700.45400: variable 'omit' from source: magic vars 8484 1726867700.45420: starting attempt loop 8484 1726867700.45423: running the handler 8484 1726867700.45437: handler run complete 8484 1726867700.45454: attempt loop complete, returning result 8484 1726867700.45457: _execute() done 8484 1726867700.45459: dumping result to json 8484 1726867700.45489: done dumping result, returning 8484 1726867700.45493: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [02e58e3f-6ce9-dbaf-c049-0000000003d8] 8484 1726867700.45495: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d8 8484 1726867700.45677: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d8 8484 1726867700.45680: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 8484 1726867700.46023: no more pending results, returning what we have 8484 1726867700.46026: results queue empty 8484 1726867700.46027: checking for any_errors_fatal 8484 1726867700.46050: done checking for any_errors_fatal 8484 1726867700.46051: checking for max_fail_percentage 8484 1726867700.46055: done checking for max_fail_percentage 8484 1726867700.46056: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.46057: done checking to see if all hosts have failed 8484 1726867700.46058: getting the remaining hosts for this loop 8484 1726867700.46062: done getting the remaining hosts for this loop 8484 1726867700.46065: getting the next task for host managed_node3 8484 1726867700.46075: done getting next task for host managed_node3 8484 1726867700.46079: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 8484 1726867700.46086: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.46100: getting variables 8484 1726867700.46102: in VariableManager get_vars() 8484 1726867700.46133: Calling all_inventory to load vars for managed_node3 8484 1726867700.46139: Calling groups_inventory to load vars for managed_node3 8484 1726867700.46142: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.46151: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.46157: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.46164: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.46590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.46968: done with get_vars() 8484 1726867700.46989: done getting variables 8484 1726867700.47058: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 17:28:20 -0400 (0:00:00.037) 0:00:35.768 ****** 8484 1726867700.47116: entering _queue_task() for managed_node3/set_fact 8484 1726867700.47672: worker is 1 (out of 1 available) 8484 1726867700.47687: exiting _queue_task() for managed_node3/set_fact 8484 1726867700.47708: done queuing things up, now waiting for results queue to drain 8484 1726867700.47710: waiting for pending results... 8484 1726867700.47900: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 8484 1726867700.47995: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003d9 8484 1726867700.48008: variable 'ansible_search_path' from source: unknown 8484 1726867700.48012: variable 'ansible_search_path' from source: unknown 8484 1726867700.48039: calling self._execute() 8484 1726867700.48114: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.48118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.48127: variable 'omit' from source: magic vars 8484 1726867700.48212: variable 'omit' from source: magic vars 8484 1726867700.48270: variable 'omit' from source: magic vars 8484 1726867700.48569: variable 'blivet_output' from source: set_fact 8484 1726867700.48731: variable 'omit' from source: magic vars 8484 1726867700.48780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867700.48822: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867700.48851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867700.48860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.48869: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.48911: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867700.48915: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.48927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.48981: Set connection var ansible_pipelining to False 8484 1726867700.48985: Set connection var ansible_timeout to 10 8484 1726867700.48988: Set connection var ansible_connection to ssh 8484 1726867700.49016: Set connection var ansible_shell_type to sh 8484 1726867700.49020: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867700.49023: Set connection var ansible_shell_executable to /bin/sh 8484 1726867700.49066: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.49071: variable 'ansible_connection' from source: unknown 8484 1726867700.49074: variable 'ansible_module_compression' from source: unknown 8484 1726867700.49077: variable 'ansible_shell_type' from source: unknown 8484 1726867700.49080: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.49082: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.49084: variable 'ansible_pipelining' from source: unknown 8484 1726867700.49086: variable 'ansible_timeout' from source: unknown 8484 1726867700.49088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.49193: 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) 8484 1726867700.49202: variable 'omit' from source: magic vars 8484 1726867700.49208: starting attempt loop 8484 1726867700.49211: running the handler 8484 1726867700.49220: handler run complete 8484 1726867700.49228: attempt loop complete, returning result 8484 1726867700.49230: _execute() done 8484 1726867700.49232: dumping result to json 8484 1726867700.49235: done dumping result, returning 8484 1726867700.49244: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [02e58e3f-6ce9-dbaf-c049-0000000003d9] 8484 1726867700.49249: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d9 8484 1726867700.49329: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003d9 8484 1726867700.49333: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 8484 1726867700.49426: no more pending results, returning what we have 8484 1726867700.49428: results queue empty 8484 1726867700.49429: checking for any_errors_fatal 8484 1726867700.49434: done checking for any_errors_fatal 8484 1726867700.49434: checking for max_fail_percentage 8484 1726867700.49436: done checking for max_fail_percentage 8484 1726867700.49436: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.49437: done checking to see if all hosts have failed 8484 1726867700.49438: getting the remaining hosts for this loop 8484 1726867700.49439: done getting the remaining hosts for this loop 8484 1726867700.49443: getting the next task for host managed_node3 8484 1726867700.49448: done getting next task for host managed_node3 8484 1726867700.49451: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 8484 1726867700.49455: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.49464: getting variables 8484 1726867700.49465: in VariableManager get_vars() 8484 1726867700.49492: Calling all_inventory to load vars for managed_node3 8484 1726867700.49494: Calling groups_inventory to load vars for managed_node3 8484 1726867700.49495: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.49501: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.49502: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.49504: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.50204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.50817: done with get_vars() 8484 1726867700.50830: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 17:28:20 -0400 (0:00:00.038) 0:00:35.806 ****** 8484 1726867700.50919: entering _queue_task() for managed_node3/mount 8484 1726867700.51157: worker is 1 (out of 1 available) 8484 1726867700.51282: exiting _queue_task() for managed_node3/mount 8484 1726867700.51293: done queuing things up, now waiting for results queue to drain 8484 1726867700.51295: waiting for pending results... 8484 1726867700.51615: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 8484 1726867700.51621: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003da 8484 1726867700.51626: variable 'ansible_search_path' from source: unknown 8484 1726867700.51703: variable 'ansible_search_path' from source: unknown 8484 1726867700.52381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867700.55662: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867700.55848: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867700.56002: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867700.56020: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867700.56048: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867700.56277: 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) 8484 1726867700.56293: 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) 8484 1726867700.56331: 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) 8484 1726867700.56415: 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) 8484 1726867700.56614: 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) 8484 1726867700.56617: 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) 8484 1726867700.56620: 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) 8484 1726867700.56647: 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) 8484 1726867700.56771: 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) 8484 1726867700.56787: 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) 8484 1726867700.57194: variable 'blivet_output' from source: set_fact 8484 1726867700.57417: dumping result to json 8484 1726867700.57420: done dumping result, returning 8484 1726867700.57423: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [02e58e3f-6ce9-dbaf-c049-0000000003da] 8484 1726867700.57426: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003da 8484 1726867700.57504: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003da 8484 1726867700.57513: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867700.57564: no more pending results, returning what we have 8484 1726867700.57568: results queue empty 8484 1726867700.57569: checking for any_errors_fatal 8484 1726867700.57582: done checking for any_errors_fatal 8484 1726867700.57583: checking for max_fail_percentage 8484 1726867700.57585: done checking for max_fail_percentage 8484 1726867700.57586: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.57587: done checking to see if all hosts have failed 8484 1726867700.57588: getting the remaining hosts for this loop 8484 1726867700.57590: done getting the remaining hosts for this loop 8484 1726867700.57595: getting the next task for host managed_node3 8484 1726867700.57603: done getting next task for host managed_node3 8484 1726867700.57611: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867700.57617: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.57634: getting variables 8484 1726867700.57636: in VariableManager get_vars() 8484 1726867700.57980: Calling all_inventory to load vars for managed_node3 8484 1726867700.57984: Calling groups_inventory to load vars for managed_node3 8484 1726867700.57987: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.57998: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.58002: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.58005: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.59134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.60336: done with get_vars() 8484 1726867700.60353: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 17:28:20 -0400 (0:00:00.096) 0:00:35.902 ****** 8484 1726867700.60555: entering _queue_task() for managed_node3/systemd 8484 1726867700.60982: worker is 1 (out of 1 available) 8484 1726867700.60994: exiting _queue_task() for managed_node3/systemd 8484 1726867700.61006: done queuing things up, now waiting for results queue to drain 8484 1726867700.61008: waiting for pending results... 8484 1726867700.61513: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867700.61518: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003dc 8484 1726867700.61522: variable 'ansible_search_path' from source: unknown 8484 1726867700.61525: variable 'ansible_search_path' from source: unknown 8484 1726867700.61528: calling self._execute() 8484 1726867700.61601: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.61613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.61624: variable 'omit' from source: magic vars 8484 1726867700.61990: variable 'blivet_output' from source: set_fact 8484 1726867700.62109: Evaluated conditional (blivet_output['mounts']): False 8484 1726867700.62113: when evaluation is False, skipping this task 8484 1726867700.62116: _execute() done 8484 1726867700.62119: dumping result to json 8484 1726867700.62121: done dumping result, returning 8484 1726867700.62124: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [02e58e3f-6ce9-dbaf-c049-0000000003dc] 8484 1726867700.62248: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003dc 8484 1726867700.62316: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003dc 8484 1726867700.62318: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 8484 1726867700.62430: no more pending results, returning what we have 8484 1726867700.62434: results queue empty 8484 1726867700.62434: checking for any_errors_fatal 8484 1726867700.62444: done checking for any_errors_fatal 8484 1726867700.62445: checking for max_fail_percentage 8484 1726867700.62446: done checking for max_fail_percentage 8484 1726867700.62447: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.62448: done checking to see if all hosts have failed 8484 1726867700.62449: getting the remaining hosts for this loop 8484 1726867700.62450: done getting the remaining hosts for this loop 8484 1726867700.62453: getting the next task for host managed_node3 8484 1726867700.62459: done getting next task for host managed_node3 8484 1726867700.62463: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 8484 1726867700.62469: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.62486: getting variables 8484 1726867700.62488: in VariableManager get_vars() 8484 1726867700.62517: Calling all_inventory to load vars for managed_node3 8484 1726867700.62520: Calling groups_inventory to load vars for managed_node3 8484 1726867700.62523: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.62531: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.62534: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.62537: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.63053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.63472: done with get_vars() 8484 1726867700.63482: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 17:28:20 -0400 (0:00:00.029) 0:00:35.932 ****** 8484 1726867700.63545: entering _queue_task() for managed_node3/mount 8484 1726867700.63726: worker is 1 (out of 1 available) 8484 1726867700.63740: exiting _queue_task() for managed_node3/mount 8484 1726867700.63752: done queuing things up, now waiting for results queue to drain 8484 1726867700.63753: waiting for pending results... 8484 1726867700.63934: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 8484 1726867700.64018: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003dd 8484 1726867700.64030: variable 'ansible_search_path' from source: unknown 8484 1726867700.64034: variable 'ansible_search_path' from source: unknown 8484 1726867700.64268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867700.66138: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867700.66196: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867700.66226: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867700.66251: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867700.66278: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867700.66335: 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) 8484 1726867700.66355: 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) 8484 1726867700.66374: 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) 8484 1726867700.66405: 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) 8484 1726867700.66418: 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) 8484 1726867700.66452: 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) 8484 1726867700.66468: 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) 8484 1726867700.66486: 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) 8484 1726867700.66517: 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) 8484 1726867700.66528: 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) 8484 1726867700.66566: 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) 8484 1726867700.66584: 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) 8484 1726867700.66604: 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) 8484 1726867700.66631: 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) 8484 1726867700.66641: 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) 8484 1726867700.66745: variable 'blivet_output' from source: set_fact 8484 1726867700.66848: dumping result to json 8484 1726867700.66852: done dumping result, returning 8484 1726867700.66858: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [02e58e3f-6ce9-dbaf-c049-0000000003dd] 8484 1726867700.66863: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003dd 8484 1726867700.66955: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003dd 8484 1726867700.66957: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867700.67003: no more pending results, returning what we have 8484 1726867700.67006: results queue empty 8484 1726867700.67007: checking for any_errors_fatal 8484 1726867700.67015: done checking for any_errors_fatal 8484 1726867700.67015: checking for max_fail_percentage 8484 1726867700.67017: done checking for max_fail_percentage 8484 1726867700.67018: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.67019: done checking to see if all hosts have failed 8484 1726867700.67020: getting the remaining hosts for this loop 8484 1726867700.67021: done getting the remaining hosts for this loop 8484 1726867700.67025: getting the next task for host managed_node3 8484 1726867700.67032: done getting next task for host managed_node3 8484 1726867700.67035: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 8484 1726867700.67040: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.67056: getting variables 8484 1726867700.67058: in VariableManager get_vars() 8484 1726867700.67089: Calling all_inventory to load vars for managed_node3 8484 1726867700.67092: Calling groups_inventory to load vars for managed_node3 8484 1726867700.67094: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.67101: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.67103: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.67106: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.67452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.67839: done with get_vars() 8484 1726867700.67854: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 17:28:20 -0400 (0:00:00.043) 0:00:35.976 ****** 8484 1726867700.67946: entering _queue_task() for managed_node3/file 8484 1726867700.68181: worker is 1 (out of 1 available) 8484 1726867700.68195: exiting _queue_task() for managed_node3/file 8484 1726867700.68207: done queuing things up, now waiting for results queue to drain 8484 1726867700.68209: waiting for pending results... 8484 1726867700.68590: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 8484 1726867700.68639: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003df 8484 1726867700.68659: variable 'ansible_search_path' from source: unknown 8484 1726867700.68666: variable 'ansible_search_path' from source: unknown 8484 1726867700.69004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867700.71155: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867700.71240: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867700.71283: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867700.71328: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867700.71361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867700.71448: 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) 8484 1726867700.71485: 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) 8484 1726867700.71520: 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) 8484 1726867700.71565: 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) 8484 1726867700.71588: 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) 8484 1726867700.71728: 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) 8484 1726867700.71732: 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) 8484 1726867700.71734: 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) 8484 1726867700.71741: 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) 8484 1726867700.71762: 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) 8484 1726867700.71821: 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) 8484 1726867700.71854: 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) 8484 1726867700.71886: 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) 8484 1726867700.71934: 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) 8484 1726867700.71958: 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) 8484 1726867700.72104: variable 'blivet_output' from source: set_fact 8484 1726867700.72263: dumping result to json 8484 1726867700.72279: done dumping result, returning 8484 1726867700.72292: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [02e58e3f-6ce9-dbaf-c049-0000000003df] 8484 1726867700.72301: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003df skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867700.72554: no more pending results, returning what we have 8484 1726867700.72557: results queue empty 8484 1726867700.72558: checking for any_errors_fatal 8484 1726867700.72567: done checking for any_errors_fatal 8484 1726867700.72568: checking for max_fail_percentage 8484 1726867700.72571: done checking for max_fail_percentage 8484 1726867700.72574: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.72575: done checking to see if all hosts have failed 8484 1726867700.72576: getting the remaining hosts for this loop 8484 1726867700.72578: done getting the remaining hosts for this loop 8484 1726867700.72582: getting the next task for host managed_node3 8484 1726867700.72590: done getting next task for host managed_node3 8484 1726867700.72594: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867700.72599: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.72785: getting variables 8484 1726867700.72787: in VariableManager get_vars() 8484 1726867700.72818: Calling all_inventory to load vars for managed_node3 8484 1726867700.72821: Calling groups_inventory to load vars for managed_node3 8484 1726867700.72823: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.72831: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.72834: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.72838: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.73384: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003df 8484 1726867700.73387: WORKER PROCESS EXITING 8484 1726867700.73420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.74010: done with get_vars() 8484 1726867700.74024: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 17:28:20 -0400 (0:00:00.061) 0:00:36.038 ****** 8484 1726867700.74114: entering _queue_task() for managed_node3/systemd 8484 1726867700.74365: worker is 1 (out of 1 available) 8484 1726867700.74380: exiting _queue_task() for managed_node3/systemd 8484 1726867700.74391: done queuing things up, now waiting for results queue to drain 8484 1726867700.74392: waiting for pending results... 8484 1726867700.74664: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867700.74816: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003e1 8484 1726867700.74834: variable 'ansible_search_path' from source: unknown 8484 1726867700.74843: variable 'ansible_search_path' from source: unknown 8484 1726867700.74886: calling self._execute() 8484 1726867700.74974: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.74986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.75007: variable 'omit' from source: magic vars 8484 1726867700.75361: variable 'blivet_output' from source: set_fact 8484 1726867700.75487: Evaluated conditional (blivet_output['mounts']): False 8484 1726867700.75540: when evaluation is False, skipping this task 8484 1726867700.75544: _execute() done 8484 1726867700.75547: dumping result to json 8484 1726867700.75549: done dumping result, returning 8484 1726867700.75552: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [02e58e3f-6ce9-dbaf-c049-0000000003e1] 8484 1726867700.75554: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e1 skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 8484 1726867700.75883: no more pending results, returning what we have 8484 1726867700.75886: results queue empty 8484 1726867700.75886: checking for any_errors_fatal 8484 1726867700.75893: done checking for any_errors_fatal 8484 1726867700.75894: checking for max_fail_percentage 8484 1726867700.75896: done checking for max_fail_percentage 8484 1726867700.75897: checking to see if all hosts have failed and the running result is not ok 8484 1726867700.75898: done checking to see if all hosts have failed 8484 1726867700.75898: getting the remaining hosts for this loop 8484 1726867700.75900: done getting the remaining hosts for this loop 8484 1726867700.75903: getting the next task for host managed_node3 8484 1726867700.75909: done getting next task for host managed_node3 8484 1726867700.75913: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 8484 1726867700.75918: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867700.75932: getting variables 8484 1726867700.75933: in VariableManager get_vars() 8484 1726867700.75961: Calling all_inventory to load vars for managed_node3 8484 1726867700.75964: Calling groups_inventory to load vars for managed_node3 8484 1726867700.75966: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867700.75975: Calling all_plugins_play to load vars for managed_node3 8484 1726867700.75978: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867700.75981: Calling groups_plugins_play to load vars for managed_node3 8484 1726867700.76479: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e1 8484 1726867700.76483: WORKER PROCESS EXITING 8484 1726867700.76504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867700.77094: done with get_vars() 8484 1726867700.77107: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 17:28:20 -0400 (0:00:00.030) 0:00:36.068 ****** 8484 1726867700.77198: entering _queue_task() for managed_node3/stat 8484 1726867700.77420: worker is 1 (out of 1 available) 8484 1726867700.77434: exiting _queue_task() for managed_node3/stat 8484 1726867700.77445: done queuing things up, now waiting for results queue to drain 8484 1726867700.77446: waiting for pending results... 8484 1726867700.77715: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 8484 1726867700.77850: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003e2 8484 1726867700.77869: variable 'ansible_search_path' from source: unknown 8484 1726867700.77881: variable 'ansible_search_path' from source: unknown 8484 1726867700.77922: calling self._execute() 8484 1726867700.78011: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.78023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.78040: variable 'omit' from source: magic vars 8484 1726867700.78157: variable 'omit' from source: magic vars 8484 1726867700.78239: variable 'omit' from source: magic vars 8484 1726867700.78280: variable 'omit' from source: magic vars 8484 1726867700.78332: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867700.78374: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867700.78399: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867700.78422: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.78444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867700.78481: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867700.78491: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.78500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.78607: Set connection var ansible_pipelining to False 8484 1726867700.78621: Set connection var ansible_timeout to 10 8484 1726867700.78629: Set connection var ansible_connection to ssh 8484 1726867700.78642: Set connection var ansible_shell_type to sh 8484 1726867700.78657: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867700.78667: Set connection var ansible_shell_executable to /bin/sh 8484 1726867700.78696: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.78705: variable 'ansible_connection' from source: unknown 8484 1726867700.78713: variable 'ansible_module_compression' from source: unknown 8484 1726867700.78875: variable 'ansible_shell_type' from source: unknown 8484 1726867700.78878: variable 'ansible_shell_executable' from source: unknown 8484 1726867700.78880: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867700.78882: variable 'ansible_pipelining' from source: unknown 8484 1726867700.78884: variable 'ansible_timeout' from source: unknown 8484 1726867700.78886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867700.78951: 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__) 8484 1726867700.78966: variable 'omit' from source: magic vars 8484 1726867700.78978: starting attempt loop 8484 1726867700.78986: running the handler 8484 1726867700.79008: _low_level_execute_command(): starting 8484 1726867700.79020: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867700.79729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867700.79774: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.79793: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867700.79885: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.79902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.79918: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867700.79944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.80083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.81824: stdout chunk (state=3): >>>/root <<< 8484 1726867700.81948: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.81952: stdout chunk (state=3): >>><<< 8484 1726867700.81963: stderr chunk (state=3): >>><<< 8484 1726867700.81983: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867700.81994: _low_level_execute_command(): starting 8484 1726867700.82000: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827 `" && echo ansible-tmp-1726867700.8198228-9829-6662801090827="` echo /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827 `" ) && sleep 0' 8484 1726867700.82419: 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 <<< 8484 1726867700.82422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.82425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.82434: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.82473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.82477: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.82572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.84566: stdout chunk (state=3): >>>ansible-tmp-1726867700.8198228-9829-6662801090827=/root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827 <<< 8484 1726867700.84660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.84695: stderr chunk (state=3): >>><<< 8484 1726867700.84698: stdout chunk (state=3): >>><<< 8484 1726867700.84711: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867700.8198228-9829-6662801090827=/root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867700.84781: variable 'ansible_module_compression' from source: unknown 8484 1726867700.84804: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867700.84834: variable 'ansible_facts' from source: unknown 8484 1726867700.84896: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py 8484 1726867700.84990: Sending initial data 8484 1726867700.84994: Sent initial data (149 bytes) 8484 1726867700.85395: 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 <<< 8484 1726867700.85399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.85411: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.85464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.85467: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.85564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.87246: 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" <<< 8484 1726867700.87250: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867700.87334: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867700.87430: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp19nizu1v /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py <<< 8484 1726867700.87433: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py" <<< 8484 1726867700.87519: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp19nizu1v" to remote "/root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py" <<< 8484 1726867700.88233: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.88265: stderr chunk (state=3): >>><<< 8484 1726867700.88269: stdout chunk (state=3): >>><<< 8484 1726867700.88294: done transferring module to remote 8484 1726867700.88305: _low_level_execute_command(): starting 8484 1726867700.88312: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/ /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py && sleep 0' 8484 1726867700.88725: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.88728: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867700.88731: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867700.88733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.88776: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.88800: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.88881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.90761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867700.90801: stderr chunk (state=3): >>><<< 8484 1726867700.90807: stdout chunk (state=3): >>><<< 8484 1726867700.90826: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867700.90831: _low_level_execute_command(): starting 8484 1726867700.90836: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/AnsiballZ_stat.py && sleep 0' 8484 1726867700.91531: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867700.91549: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867700.91638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867700.91693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867700.91725: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867700.91728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867700.91816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867700.94099: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867700.94133: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867700.94159: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867700.94218: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867700.94223: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867700.94254: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867700.94288: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867700.94306: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867700.94320: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 8484 1726867700.94325: stdout chunk (state=3): >>># installed zipimport hook <<< 8484 1726867700.94368: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867700.94375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.94393: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867700.94417: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867700.94447: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867700.94469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867700.94484: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c324e84d0><<< 8484 1726867700.94490: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c324b7b30> <<< 8484 1726867700.94520: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867700.94523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867700.94528: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c324eaa50> <<< 8484 1726867700.94546: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867700.94571: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867700.94576: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867700.94592: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867700.94624: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867700.94713: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867700.94738: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867700.94742: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867700.94763: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867700.94793: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867700.94805: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867700.94818: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867700.94822: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867700.94858: 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' <<< 8484 1726867700.94882: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32299130> <<< 8484 1726867700.94935: 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 <<< 8484 1726867700.94947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.94955: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3229a120> <<< 8484 1726867700.94984: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867700.95012: 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. <<< 8484 1726867700.95234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867700.95244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867700.95274: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867700.95280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.95304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867700.95336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867700.95355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867700.95378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867700.95397: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d6ed0> <<< 8484 1726867700.95410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867700.95431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867700.95450: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867700.95453: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322ec1d0> <<< 8484 1726867700.95471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867700.95504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867700.95525: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867700.95580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.95597: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867700.95619: 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' <<< 8484 1726867700.95641: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3230fa70> <<< 8484 1726867700.95644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867700.95660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32330140> <<< 8484 1726867700.95665: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867700.95720: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322efd10> <<< 8484 1726867700.95723: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867700.95757: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322ed430> <<< 8484 1726867700.95846: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d51f0> <<< 8484 1726867700.95876: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867700.95890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867700.95903: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867700.95920: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867700.95952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867700.95973: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867700.95979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867700.96001: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c323339e0> <<< 8484 1726867700.96021: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32332600> <<< 8484 1726867700.96040: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867700.96063: 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 0x7f6c322ee300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32330e30> <<< 8484 1726867700.96112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867700.96116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c323609b0> <<< 8484 1726867700.96136: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d4470> <<< 8484 1726867700.96147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867700.96153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 8484 1726867700.96176: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.96194: 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 0x7f6c32360e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32360d10> <<< 8484 1726867700.96219: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.96234: 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 0x7f6c32361100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d2f90> <<< 8484 1726867700.96268: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867700.96278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.96296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867700.96316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867700.96337: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c323617f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c323614c0> <<< 8484 1726867700.96343: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867700.96375: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 8484 1726867700.96386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 8484 1726867700.96390: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c323626f0> <<< 8484 1726867700.96410: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867700.96435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867700.96467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867700.96494: 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 0x7f6c3237c8c0> <<< 8484 1726867700.96518: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867700.96540: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.96548: 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 0x7f6c3237e000> <<< 8484 1726867700.96573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867700.96587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867700.96603: 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' <<< 8484 1726867700.96626: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3237eea0> <<< 8484 1726867700.96659: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.96663: 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 0x7f6c3237f500> <<< 8484 1726867700.96700: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3237e3f0> <<< 8484 1726867700.96709: 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' <<< 8484 1726867700.96752: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.96774: 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 0x7f6c3237ff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3237f6b0> <<< 8484 1726867700.96809: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32360da0> <<< 8484 1726867700.96830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867700.96862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867700.96877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867700.96899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867700.96928: 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 0x7f6c320ffdd0> <<< 8484 1726867700.96973: 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' <<< 8484 1726867700.96991: 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 0x7f6c321288f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32128650> <<< 8484 1726867700.97012: 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 0x7f6c32128920> <<< 8484 1726867700.97048: 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' <<< 8484 1726867700.97120: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867700.97245: 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 0x7f6c32129250> <<< 8484 1726867700.97383: 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 0x7f6c32129c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32128b00> <<< 8484 1726867700.97421: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c320fdf70> <<< 8484 1726867700.97454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867700.97481: 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 <<< 8484 1726867700.97498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3212aff0> <<< 8484 1726867700.97531: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32129ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32362de0> <<< 8484 1726867700.97552: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867700.97629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867700.97651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867700.97688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867700.97708: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3214f380> <<< 8484 1726867700.97777: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867700.97808: 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 <<< 8484 1726867700.97811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867700.97851: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32177740> <<< 8484 1726867700.97878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867700.97920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867700.97974: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867700.98019: 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 0x7f6c321d84d0> <<< 8484 1726867700.98032: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867700.98053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867700.98075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867700.98117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867700.98195: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c321dac30> <<< 8484 1726867700.98264: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c321d85f0> <<< 8484 1726867700.98311: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3219d520> <<< 8484 1726867700.98335: 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 0x7f6c31b295b0> <<< 8484 1726867700.98364: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32176540> <<< 8484 1726867700.98382: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3212bf50> <<< 8484 1726867700.98480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867700.98494: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6c32176b40> <<< 8484 1726867700.98615: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_npleqzh5/ansible_stat_payload.zip' <<< 8484 1726867700.98619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.98760: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.98799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867700.98822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867700.98852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867700.98919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867700.98947: 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 0x7f6c31b7b320> <<< 8484 1726867700.98964: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867700.99177: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b5e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b5d370> <<< 8484 1726867700.99180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.99200: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867700.99208: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.99226: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.99246: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867700.99269: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867701.00692: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.01849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867701.01855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b791f0> <<< 8484 1726867701.01873: 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' <<< 8484 1726867701.01900: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867701.01904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867701.01933: 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' <<< 8484 1726867701.01977: 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 0x7f6c31ba6c90> <<< 8484 1726867701.02023: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31ba6a20> <<< 8484 1726867701.02051: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31ba6330> <<< 8484 1726867701.02078: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867701.02083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867701.02128: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31ba6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b7bd40> <<< 8484 1726867701.02137: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867701.02168: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.02174: 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 0x7f6c31ba7920> <<< 8484 1726867701.02198: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.02206: 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 0x7f6c31ba7b60> <<< 8484 1726867701.02222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867701.02282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867701.02295: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867701.02343: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31ba7f50> <<< 8484 1726867701.02348: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867701.02367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867701.02388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867701.02432: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a15e50> <<< 8484 1726867701.02474: 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 0x7f6c31a17a70> <<< 8484 1726867701.02499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867701.02515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867701.02543: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a18470> <<< 8484 1726867701.02566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867701.02595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867701.02607: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a19610> <<< 8484 1726867701.02629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867701.02675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867701.02708: 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' <<< 8484 1726867701.02746: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a20110> <<< 8484 1726867701.02789: 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 0x7f6c31a20260> <<< 8484 1726867701.02821: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a1a3c0> <<< 8484 1726867701.02824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867701.02850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867701.02874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867701.02877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867701.02894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867701.02927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867701.02961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867701.02966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867701.02974: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a23f80> <<< 8484 1726867701.02987: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867701.03052: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a22b10> <<< 8484 1726867701.03055: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a22870> <<< 8484 1726867701.03080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867701.03086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867701.03162: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a22de0> <<< 8484 1726867701.03191: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a1a8d0> <<< 8484 1726867701.03215: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.03250: 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 0x7f6c31a68260> <<< 8484 1726867701.03253: 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 0x7f6c31a68350> <<< 8484 1726867701.03274: 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 <<< 8484 1726867701.03320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867701.03329: 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' <<< 8484 1726867701.03353: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.03361: 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 0x7f6c31a69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a69c10> <<< 8484 1726867701.03388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867701.03526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867701.03577: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.03594: 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 0x7f6c31a6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a6a510> <<< 8484 1726867701.03612: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867701.03650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.03673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867701.03696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867701.03738: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a6fb60> <<< 8484 1726867701.03863: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a6c530> <<< 8484 1726867701.03924: 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' <<< 8484 1726867701.03931: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c31a709b0> <<< 8484 1726867701.03955: 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' <<< 8484 1726867701.03959: 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 0x7f6c31a70b90> <<< 8484 1726867701.03996: 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' <<< 8484 1726867701.04014: 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 0x7f6c31a70e30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a68560> <<< 8484 1726867701.04041: 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' <<< 8484 1726867701.04077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867701.04088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867701.04112: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.04141: 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 0x7f6c31afc560> <<< 8484 1726867701.04313: 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 0x7f6c31afda60> <<< 8484 1726867701.04353: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a72cf0> # 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 0x7f6c31a725d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a72930> <<< 8484 1726867701.04398: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.04402: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867701.04423: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.04507: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.04614: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.04639: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867701.04683: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867701.04686: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.04803: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.04923: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.05460: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.05998: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867701.06002: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867701.06018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867701.06032: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867701.06057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.06114: 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' <<< 8484 1726867701.06119: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c31901be0> <<< 8484 1726867701.06198: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867701.06204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867701.06230: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31902960> <<< 8484 1726867701.06235: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31afdc70> <<< 8484 1726867701.06283: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867701.06302: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.06317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.06334: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867701.06337: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.06496: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.06652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867701.06662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867701.06667: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31902990> <<< 8484 1726867701.06683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07147: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07664: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867701.07745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07791: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07824: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867701.07837: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07907: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.07994: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867701.08014: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08017: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867701.08036: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08077: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08126: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867701.08131: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08366: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867701.08669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867701.08679: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867701.08758: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31903b30> <<< 8484 1726867701.08765: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08840: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.08916: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867701.08921: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867701.08940: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867701.08956: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09007: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09040: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867701.09057: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09100: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09147: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09203: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09277: 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 <<< 8484 1726867701.09316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.09415: 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 0x7f6c3190e660> <<< 8484 1726867701.09442: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31909310> <<< 8484 1726867701.09488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867701.09491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867701.09494: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09555: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09624: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09648: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.09694: 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' <<< 8484 1726867701.09727: 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 <<< 8484 1726867701.09739: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867701.09766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867701.09831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867701.09863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867701.09884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867701.09929: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a02e10> <<< 8484 1726867701.09969: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31be2b10> <<< 8484 1726867701.10059: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3190e780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a71610> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867701.10068: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.10094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.10123: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867701.10188: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867701.10199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.10216: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867701.10235: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.10384: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.10573: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.11407: 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": 1726867630.3029158, "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"}}} <<< 8484 1726867701.11453: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867701.11886: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867701.11890: 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 <<< 8484 1726867701.11915: 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 <<< 8484 1726867701.11921: 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 <<< 8484 1726867701.11944: 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 <<< 8484 1726867701.11948: stdout chunk (state=3): >>># destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # 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 <<< 8484 1726867701.11978: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib <<< 8484 1726867701.11997: stdout chunk (state=3): >>># 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 <<< 8484 1726867701.12001: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json <<< 8484 1726867701.12033: stdout chunk (state=3): >>># cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # 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 <<< 8484 1726867701.12036: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 8484 1726867701.12044: stdout chunk (state=3): >>># 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 <<< 8484 1726867701.12080: stdout chunk (state=3): >>># 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 <<< 8484 1726867701.12133: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # 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<<< 8484 1726867701.12136: stdout chunk (state=3): >>> # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8484 1726867701.12527: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 8484 1726867701.12639: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 8484 1726867701.12646: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867701.12649: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867701.12651: stdout chunk (state=3): >>># destroy array <<< 8484 1726867701.12811: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # 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 <<< 8484 1726867701.12816: 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 <<< 8484 1726867701.12864: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # 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 <<< 8484 1726867701.12884: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 8484 1726867701.12937: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128<<< 8484 1726867701.13003: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867701.13086: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867701.13128: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867701.13183: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867701.13250: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867701.13394: 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 # destroy time <<< 8484 1726867701.13398: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867701.13463: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867701.13481: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867701.13792: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867701.13817: stderr chunk (state=3): >>><<< 8484 1726867701.13820: stdout chunk (state=3): >>><<< 8484 1726867701.13883: _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 0x7f6c324e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c324b7b30> # /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 0x7f6c324eaa50> 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 0x7f6c32299130> # /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 0x7f6c3229a120> 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 0x7f6c322d6ed0> # /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 0x7f6c322ec1d0> # /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 0x7f6c3230fa70> # /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 0x7f6c32330140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322efd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322ed430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d51f0> # /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 0x7f6c323339e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32332600> # /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 0x7f6c322ee300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32330e30> # /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 0x7f6c323609b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d4470> # /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 0x7f6c32360e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32360d10> # 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 0x7f6c32361100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c322d2f90> # /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 0x7f6c323617f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c323614c0> 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 0x7f6c323626f0> 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 0x7f6c3237c8c0> 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 0x7f6c3237e000> # /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 0x7f6c3237eea0> # 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 0x7f6c3237f500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3237e3f0> # /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 0x7f6c3237ff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3237f6b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32360da0> # /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 0x7f6c320ffdd0> # /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 0x7f6c321288f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32128650> # 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 0x7f6c32128920> # /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 0x7f6c32129250> # 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 0x7f6c32129c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32128b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c320fdf70> # /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 0x7f6c3212aff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32129ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32362de0> # /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 0x7f6c3214f380> # /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 0x7f6c32177740> # /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 0x7f6c321d84d0> # /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 0x7f6c321dac30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c321d85f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3219d520> # /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 0x7f6c31b295b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c32176540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3212bf50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6c32176b40> # zipimport: found 30 names in '/tmp/ansible_stat_payload_npleqzh5/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 0x7f6c31b7b320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b5e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b5d370> # 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 0x7f6c31b791f0> # /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 0x7f6c31ba6c90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31ba6a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31ba6330> # /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 0x7f6c31ba6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31b7bd40> 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 0x7f6c31ba7920> # 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 0x7f6c31ba7b60> # /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 0x7f6c31ba7f50> 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 0x7f6c31a15e50> # 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 0x7f6c31a17a70> # /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 0x7f6c31a18470> # /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 0x7f6c31a19610> # /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 0x7f6c31a20110> # 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 0x7f6c31a20260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a1a3c0> # /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 0x7f6c31a23f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a22b10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a22870> # /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 0x7f6c31a22de0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a1a8d0> # 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 0x7f6c31a68260> # /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 0x7f6c31a68350> # /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 0x7f6c31a69e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a69c10> # /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 0x7f6c31a6c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a6a510> # /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 0x7f6c31a6fb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a6c530> # 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 0x7f6c31a709b0> # 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 0x7f6c31a70b90> # 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 0x7f6c31a70e30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a68560> # /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 0x7f6c31afc560> # 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 0x7f6c31afda60> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a72cf0> # 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 0x7f6c31a725d0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a72930> # 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 0x7f6c31901be0> # /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 0x7f6c31902960> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31afdc70> 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 0x7f6c31902990> # 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 0x7f6c31903b30> # 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 0x7f6c3190e660> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31909310> 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 0x7f6c31a02e10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31be2b10> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c3190e780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c31a71610> # 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": 1726867630.3029158, "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867701.14452: 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-1726867700.8198228-9829-6662801090827/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867701.14456: _low_level_execute_command(): starting 8484 1726867701.14458: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867700.8198228-9829-6662801090827/ > /dev/null 2>&1 && sleep 0' 8484 1726867701.14585: 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 <<< 8484 1726867701.14588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867701.14590: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867701.14593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867701.14647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867701.14654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867701.14656: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867701.14743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867701.16709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867701.16714: stdout chunk (state=3): >>><<< 8484 1726867701.16717: stderr chunk (state=3): >>><<< 8484 1726867701.16876: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867701.16880: handler run complete 8484 1726867701.16882: attempt loop complete, returning result 8484 1726867701.16884: _execute() done 8484 1726867701.16887: dumping result to json 8484 1726867701.16889: done dumping result, returning 8484 1726867701.16891: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [02e58e3f-6ce9-dbaf-c049-0000000003e2] 8484 1726867701.16893: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e2 8484 1726867701.16975: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e2 8484 1726867701.16978: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726867630.3029158, "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 } } 8484 1726867701.17108: no more pending results, returning what we have 8484 1726867701.17112: results queue empty 8484 1726867701.17113: checking for any_errors_fatal 8484 1726867701.17122: done checking for any_errors_fatal 8484 1726867701.17123: checking for max_fail_percentage 8484 1726867701.17125: done checking for max_fail_percentage 8484 1726867701.17126: checking to see if all hosts have failed and the running result is not ok 8484 1726867701.17127: done checking to see if all hosts have failed 8484 1726867701.17128: getting the remaining hosts for this loop 8484 1726867701.17130: done getting the remaining hosts for this loop 8484 1726867701.17134: getting the next task for host managed_node3 8484 1726867701.17141: done getting next task for host managed_node3 8484 1726867701.17145: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 8484 1726867701.17151: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867701.17164: getting variables 8484 1726867701.17166: in VariableManager get_vars() 8484 1726867701.17353: Calling all_inventory to load vars for managed_node3 8484 1726867701.17356: Calling groups_inventory to load vars for managed_node3 8484 1726867701.17358: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867701.17369: Calling all_plugins_play to load vars for managed_node3 8484 1726867701.17375: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867701.17378: Calling groups_plugins_play to load vars for managed_node3 8484 1726867701.18497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867701.19097: done with get_vars() 8484 1726867701.19113: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 17:28:21 -0400 (0:00:00.420) 0:00:36.489 ****** 8484 1726867701.19205: entering _queue_task() for managed_node3/lineinfile 8484 1726867701.19589: worker is 1 (out of 1 available) 8484 1726867701.19601: exiting _queue_task() for managed_node3/lineinfile 8484 1726867701.19614: done queuing things up, now waiting for results queue to drain 8484 1726867701.19615: waiting for pending results... 8484 1726867701.19896: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 8484 1726867701.20057: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003e3 8484 1726867701.20061: variable 'ansible_search_path' from source: unknown 8484 1726867701.20064: variable 'ansible_search_path' from source: unknown 8484 1726867701.20301: variable 'blivet_output' from source: set_fact 8484 1726867701.20478: dumping result to json 8484 1726867701.20503: done dumping result, returning 8484 1726867701.20508: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [02e58e3f-6ce9-dbaf-c049-0000000003e3] 8484 1726867701.20511: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e3 skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867701.20810: no more pending results, returning what we have 8484 1726867701.20813: results queue empty 8484 1726867701.20814: checking for any_errors_fatal 8484 1726867701.20828: done checking for any_errors_fatal 8484 1726867701.20829: checking for max_fail_percentage 8484 1726867701.20831: done checking for max_fail_percentage 8484 1726867701.20832: checking to see if all hosts have failed and the running result is not ok 8484 1726867701.20833: done checking to see if all hosts have failed 8484 1726867701.20834: getting the remaining hosts for this loop 8484 1726867701.20836: done getting the remaining hosts for this loop 8484 1726867701.20841: getting the next task for host managed_node3 8484 1726867701.20851: done getting next task for host managed_node3 8484 1726867701.20856: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 8484 1726867701.20862: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867701.20884: getting variables 8484 1726867701.20887: in VariableManager get_vars() 8484 1726867701.20930: Calling all_inventory to load vars for managed_node3 8484 1726867701.20933: Calling groups_inventory to load vars for managed_node3 8484 1726867701.20936: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867701.20947: Calling all_plugins_play to load vars for managed_node3 8484 1726867701.20951: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867701.20954: Calling groups_plugins_play to load vars for managed_node3 8484 1726867701.21596: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e3 8484 1726867701.21600: WORKER PROCESS EXITING 8484 1726867701.21717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867701.22353: done with get_vars() 8484 1726867701.22367: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 17:28:21 -0400 (0:00:00.032) 0:00:36.521 ****** 8484 1726867701.22477: entering _queue_task() for managed_node3/setup 8484 1726867701.22849: worker is 1 (out of 1 available) 8484 1726867701.22859: exiting _queue_task() for managed_node3/setup 8484 1726867701.22869: done queuing things up, now waiting for results queue to drain 8484 1726867701.22870: waiting for pending results... 8484 1726867701.23055: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 8484 1726867701.23222: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000003e5 8484 1726867701.23245: variable 'ansible_search_path' from source: unknown 8484 1726867701.23252: variable 'ansible_search_path' from source: unknown 8484 1726867701.23294: calling self._execute() 8484 1726867701.23396: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867701.23411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867701.23495: variable 'omit' from source: magic vars 8484 1726867701.23802: variable 'ansible_check_mode' from source: magic vars 8484 1726867701.23823: Evaluated conditional (not ansible_check_mode): True 8484 1726867701.23833: variable 'omit' from source: magic vars 8484 1726867701.23916: variable 'omit' from source: magic vars 8484 1726867701.23961: variable 'omit' from source: magic vars 8484 1726867701.24010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867701.24057: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867701.24150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867701.24154: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867701.24157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867701.24165: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867701.24175: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867701.24187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867701.24287: Set connection var ansible_pipelining to False 8484 1726867701.24304: Set connection var ansible_timeout to 10 8484 1726867701.24316: Set connection var ansible_connection to ssh 8484 1726867701.24330: Set connection var ansible_shell_type to sh 8484 1726867701.24367: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867701.24373: Set connection var ansible_shell_executable to /bin/sh 8484 1726867701.24385: variable 'ansible_shell_executable' from source: unknown 8484 1726867701.24393: variable 'ansible_connection' from source: unknown 8484 1726867701.24408: variable 'ansible_module_compression' from source: unknown 8484 1726867701.24477: variable 'ansible_shell_type' from source: unknown 8484 1726867701.24481: variable 'ansible_shell_executable' from source: unknown 8484 1726867701.24484: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867701.24486: variable 'ansible_pipelining' from source: unknown 8484 1726867701.24488: variable 'ansible_timeout' from source: unknown 8484 1726867701.24490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867701.24680: 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__) 8484 1726867701.24703: variable 'omit' from source: magic vars 8484 1726867701.24717: starting attempt loop 8484 1726867701.24724: running the handler 8484 1726867701.24746: _low_level_execute_command(): starting 8484 1726867701.24775: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867701.25587: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867701.25638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867701.25737: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867701.27475: stdout chunk (state=3): >>>/root <<< 8484 1726867701.27642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867701.27645: stdout chunk (state=3): >>><<< 8484 1726867701.27647: stderr chunk (state=3): >>><<< 8484 1726867701.27840: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867701.27844: _low_level_execute_command(): starting 8484 1726867701.27847: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540 `" && echo ansible-tmp-1726867701.2774198-9845-191877549259540="` echo /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540 `" ) && sleep 0' 8484 1726867701.28360: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867701.28377: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867701.28392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867701.28417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867701.28439: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867701.28492: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867701.28563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867701.28586: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867701.28608: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867701.28729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867701.30751: stdout chunk (state=3): >>>ansible-tmp-1726867701.2774198-9845-191877549259540=/root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540 <<< 8484 1726867701.30900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867701.30903: stdout chunk (state=3): >>><<< 8484 1726867701.30905: stderr chunk (state=3): >>><<< 8484 1726867701.30920: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867701.2774198-9845-191877549259540=/root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867701.31075: variable 'ansible_module_compression' from source: unknown 8484 1726867701.31078: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 8484 1726867701.31085: variable 'ansible_facts' from source: unknown 8484 1726867701.31307: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py 8484 1726867701.31518: Sending initial data 8484 1726867701.31529: Sent initial data (152 bytes) 8484 1726867701.32041: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867701.32058: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867701.32086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867701.32186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867701.32209: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867701.32324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867701.33994: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 8484 1726867701.34019: stderr chunk (state=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 <<< 8484 1726867701.34110: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867701.34215: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp2jgo90nh /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py <<< 8484 1726867701.34218: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py" <<< 8484 1726867701.34403: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp2jgo90nh" to remote "/root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py" <<< 8484 1726867701.36287: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867701.36412: stderr chunk (state=3): >>><<< 8484 1726867701.36415: stdout chunk (state=3): >>><<< 8484 1726867701.36417: done transferring module to remote 8484 1726867701.36419: _low_level_execute_command(): starting 8484 1726867701.36421: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/ /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py && sleep 0' 8484 1726867701.36968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867701.36984: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867701.37010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867701.37031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867701.37049: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867701.37130: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867701.37173: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867701.37191: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867701.37220: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867701.37369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867701.39283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867701.39304: stderr chunk (state=3): >>><<< 8484 1726867701.39432: stdout chunk (state=3): >>><<< 8484 1726867701.39436: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867701.39438: _low_level_execute_command(): starting 8484 1726867701.39441: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/AnsiballZ_setup.py && sleep 0' 8484 1726867701.40197: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867701.40268: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867701.40275: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867701.40295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867701.40417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867701.42682: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867701.42724: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867701.42738: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867701.42798: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867701.42825: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867701.42841: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867701.42880: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867701.42919: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867701.42931: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867701.42984: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867701.42987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.42999: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867701.43029: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867701.43053: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867701.43082: 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 0x7f9a1f2184d0> <<< 8484 1726867701.43108: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f1e7b30> <<< 8484 1726867701.43152: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867701.43156: 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 0x7f9a1f21aa50> import '_signal' # <<< 8484 1726867701.43187: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867701.43211: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867701.43249: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867701.43334: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867701.43369: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867701.43395: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867701.43425: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 8484 1726867701.43453: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867701.43485: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867701.43497: 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' <<< 8484 1726867701.43522: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1efe9130> <<< 8484 1726867701.43596: 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' <<< 8484 1726867701.43629: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1efea120> <<< 8484 1726867701.43632: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867701.43657: 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. <<< 8484 1726867701.44050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867701.44081: 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' <<< 8484 1726867701.44110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867701.44155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867701.44184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867701.44209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867701.44226: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f026ed0> <<< 8484 1726867701.44263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867701.44289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 8484 1726867701.44299: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f03c1d0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867701.44322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867701.44373: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867701.44422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 8484 1726867701.44478: 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 0x7f9a1f05fa70> <<< 8484 1726867701.44517: 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 0x7f9a1f080140> <<< 8484 1726867701.44521: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867701.44578: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f03fd10> <<< 8484 1726867701.44617: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867701.44625: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f03d430> <<< 8484 1726867701.44700: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0251f0> <<< 8484 1726867701.44995: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867701.45017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0839e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f082600> # /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 0x7f9a1f03e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f080e30> # /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 0x7f9a1f0b09b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f024470> # /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' <<< 8484 1726867701.45050: 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 0x7f9a1f0b0e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b0d10> <<< 8484 1726867701.45098: 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 0x7f9a1f0b1100> <<< 8484 1726867701.45138: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f022f90> <<< 8484 1726867701.45153: 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' <<< 8484 1726867701.45167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867701.45201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867701.45231: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b17f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b14c0> import 'importlib.machinery' # <<< 8484 1726867701.45263: 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' <<< 8484 1726867701.45303: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b26f0> import 'importlib.util' # import 'runpy' # <<< 8484 1726867701.45337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867701.45363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867701.45392: 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 0x7f9a1f0cc8c0> <<< 8484 1726867701.45415: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867701.45455: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.45480: 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 0x7f9a1f0ce000> <<< 8484 1726867701.45501: 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' <<< 8484 1726867701.45527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867701.45537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0ceea0> <<< 8484 1726867701.45585: 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' <<< 8484 1726867701.45608: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a1f0cf500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0ce3f0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867701.45628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867701.45686: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.45691: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.45704: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a1f0cff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0cf6b0> <<< 8484 1726867701.45725: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b0da0> <<< 8484 1726867701.45751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867701.45789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867701.45810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867701.45825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867701.45854: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.45881: 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 0x7f9a1edcbdd0> <<< 8484 1726867701.45921: 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' <<< 8484 1726867701.45936: 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 0x7f9a1edf4920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf4680> <<< 8484 1726867701.45949: 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 0x7f9a1edf4950> <<< 8484 1726867701.45982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867701.45996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867701.46062: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.46193: 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 0x7f9a1edf5280> <<< 8484 1726867701.46335: 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 0x7f9a1edf5c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf4b30> <<< 8484 1726867701.46363: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edc9f70> <<< 8484 1726867701.46387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867701.46413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867701.46442: 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 0x7f9a1edf7050> <<< 8484 1726867701.46477: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf5d90> <<< 8484 1726867701.46492: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b2de0> <<< 8484 1726867701.46520: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867701.46599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.46624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867701.46644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867701.46667: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1ee1f3e0> <<< 8484 1726867701.46744: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867701.46748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.46761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867701.46786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867701.46820: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1ee437a0> <<< 8484 1726867701.46842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867701.46887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867701.46957: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867701.46975: 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 0x7f9a1eea4590> <<< 8484 1726867701.46995: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867701.47022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867701.47045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867701.47089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867701.47176: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1eea6cf0> <<< 8484 1726867701.47253: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1eea46b0> <<< 8484 1726867701.47285: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1ee695b0> <<< 8484 1726867701.47317: 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 0x7f9a1e725670> <<< 8484 1726867701.47337: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1ee425a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf7fb0> <<< 8484 1726867701.47530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867701.47544: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9a1ee42900> <<< 8484 1726867701.47761: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_m38l84wb/ansible_setup_payload.zip' <<< 8484 1726867701.47774: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.47881: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.47912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867701.47921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867701.47964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867701.48041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867701.48090: 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 0x7f9a1e78b320> <<< 8484 1726867701.48093: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867701.48382: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e76e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e76d370> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867701.49797: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.50937: 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 0x7f9a1e7891f0> <<< 8484 1726867701.50964: 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' <<< 8484 1726867701.51012: 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' <<< 8484 1726867701.51031: 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' <<< 8484 1726867701.51063: 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 0x7f9a1e7bad50> <<< 8484 1726867701.51096: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7baae0> <<< 8484 1726867701.51150: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7ba3f0> <<< 8484 1726867701.51153: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867701.51165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867701.51203: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7bab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e78bfb0> <<< 8484 1726867701.51242: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a1e7bbad0> <<< 8484 1726867701.51273: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.51295: 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 0x7f9a1e7bbcb0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867701.51347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867701.51417: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867701.51421: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7e81d0> <<< 8484 1726867701.51444: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867701.51750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e629fd0> # 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 0x7f9a1e62b710> <<< 8484 1726867701.51755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867701.51774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e62c530> # /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 0x7f9a1e62d6d0> # /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' <<< 8484 1726867701.51798: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e634170> <<< 8484 1726867701.51836: 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 0x7f9a1e634290> <<< 8484 1726867701.51867: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e62e450> <<< 8484 1726867701.51884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867701.51913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867701.51935: 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' <<< 8484 1726867701.51955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867701.52103: 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 <<< 8484 1726867701.52127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e637fb0> import '_tokenize' # <<< 8484 1726867701.52209: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e636a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e6367e0> <<< 8484 1726867701.52231: 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' <<< 8484 1726867701.52316: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e636d50> <<< 8484 1726867701.52336: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e62e960> <<< 8484 1726867701.52366: 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 0x7f9a1e67c170> <<< 8484 1726867701.52397: 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 0x7f9a1e67c3e0> <<< 8484 1726867701.52423: 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 <<< 8484 1726867701.52468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867701.52473: 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' <<< 8484 1726867701.52509: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.52536: 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 0x7f9a1e67de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e67dc70> <<< 8484 1726867701.52542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867701.52561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867701.52616: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.52643: 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 0x7f9a1e6803e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e67e540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867701.52692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.52719: 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' # <<< 8484 1726867701.52772: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e683bc0> <<< 8484 1726867701.52897: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e680590> <<< 8484 1726867701.52962: 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 0x7f9a1e684c80> <<< 8484 1726867701.52990: 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 0x7f9a1e684e00> <<< 8484 1726867701.53039: 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 0x7f9a1e684d10> <<< 8484 1726867701.53048: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e67c590> <<< 8484 1726867701.53087: 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' <<< 8484 1726867701.53125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867701.53128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867701.53186: stdout chunk (state=3): >>># 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 0x7f9a1e5104d0> <<< 8484 1726867701.53351: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.53355: 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 0x7f9a1e5117c0> <<< 8484 1726867701.53410: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e686cc0> # 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 0x7f9a1e687890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e686900> <<< 8484 1726867701.53437: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.53451: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867701.53560: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.53652: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.53687: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 8484 1726867701.53703: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867701.53839: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.53960: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.54515: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.55077: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867701.55097: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867701.55132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.55178: 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 0x7f9a1e515af0> <<< 8484 1726867701.55275: 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' <<< 8484 1726867701.55301: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5168a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e511a30> <<< 8484 1726867701.55361: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867701.55381: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.55410: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867701.55640: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.55737: 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' <<< 8484 1726867701.55740: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e517020> <<< 8484 1726867701.55758: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56209: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56645: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56728: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56800: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867701.56804: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56843: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56888: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867701.56891: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.56996: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.57037: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867701.57113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.57131: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867701.57134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.57173: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867701.57177: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.57413: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.57630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867701.57709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867701.57712: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867701.57790: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e517b60> <<< 8484 1726867701.57794: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.58196: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867701.58213: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.58285: 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 <<< 8484 1726867701.58322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867701.58415: 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 0x7f9a1e522570> <<< 8484 1726867701.58448: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e51f710> <<< 8484 1726867701.58491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867701.58565: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.58624: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.58642: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.58692: 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 <<< 8484 1726867701.58714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 8484 1726867701.58738: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867701.58751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867701.58808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867701.58832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867701.58843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867701.58902: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e60ad20> <<< 8484 1726867701.58934: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7ee9f0> <<< 8484 1726867701.59027: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e522690> <<< 8484 1726867701.59037: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5173e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867701.59061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59097: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867701.59161: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867701.59164: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59194: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867701.59248: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59344: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59347: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59386: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59427: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 8484 1726867701.59582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59650: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59680: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.59707: 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 <<< 8484 1726867701.59767: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 8484 1726867701.59800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867701.59848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867701.59877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867701.59939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867701.59950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867701.59983: 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 0x7f9a1e23eab0> <<< 8484 1726867701.60013: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e23dee0> <<< 8484 1726867701.60067: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e23c8c0> <<< 8484 1726867701.60305: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b2d20> <<< 8484 1726867701.60376: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b0c80> import 'ansible.module_utils.compat.typing' # <<< 8484 1726867701.60387: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.60563: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.60735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.60769: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.60830: 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' <<< 8484 1726867701.60865: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 8484 1726867701.60898: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 8484 1726867701.60919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e59c140> <<< 8484 1726867701.60967: 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' <<< 8484 1726867701.61007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867701.61137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867701.61140: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e288c50> <<< 8484 1726867701.61491: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9a1e288f80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e27c5f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e24fa70> <<< 8484 1726867701.61518: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b1e80> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b1160> # /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 0x7f9a1e28bbc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e28b470> # 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 0x7f9a1e28b650> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e28a8d0> # /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 0x7f9a1e28bcb0> # /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' <<< 8484 1726867701.61549: 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 0x7f9a1e0b2870> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0b0860> <<< 8484 1726867701.61578: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b12e0> import 'ansible.module_utils.facts.timeout' # <<< 8484 1726867701.61609: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 8484 1726867701.61640: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 8484 1726867701.61710: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.61752: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 8484 1726867701.61775: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.61812: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.61862: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 8484 1726867701.61976: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.61980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 8484 1726867701.62020: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.62069: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 8484 1726867701.62097: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.62285: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 8484 1726867701.62289: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.62302: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.62344: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.62407: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 8484 1726867701.62422: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 8484 1726867701.62919: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.63332: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 8484 1726867701.63388: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.63491: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.63594: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.63598: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 8484 1726867701.63601: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.63619: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 8484 1726867701.63719: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.63847: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 8484 1726867701.63850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.63865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 8484 1726867701.63945: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64031: 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' <<< 8484 1726867701.64290: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0b2f30> <<< 8484 1726867701.64294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867701.64322: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0b3c20> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.64353: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 8484 1726867701.64377: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64456: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64543: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 8484 1726867701.64561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 8484 1726867701.64721: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64746: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.64784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867701.64828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867701.64983: 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 0x7f9a1e0eaea0> <<< 8484 1726867701.65142: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0d78c0> <<< 8484 1726867701.65173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 8484 1726867701.65215: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.65294: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 8484 1726867701.65358: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.65438: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.65553: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.65692: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867701.65722: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 8484 1726867701.65787: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.65848: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 8484 1726867701.65891: stdout chunk (state=3): >>># 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' <<< 8484 1726867701.66079: 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 0x7f9a1e1029c0><<< 8484 1726867701.66084: stdout chunk (state=3): >>> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0d7c80> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 8484 1726867701.66102: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 8484 1726867701.66230: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.66390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 8484 1726867701.66498: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.66604: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.66633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.66705: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 8484 1726867701.66892: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 8484 1726867701.66894: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.66932: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.67020: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 8484 1726867701.67051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 8484 1726867701.67153: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.67280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 8484 1726867701.67312: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.67340: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.67902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.68411: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 8484 1726867701.68429: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.68524: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.68624: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 8484 1726867701.68645: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.68728: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.68851: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 8484 1726867701.68990: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 8484 1726867701.69173: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 8484 1726867701.69212: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69230: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69284: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 8484 1726867701.69379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69473: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69669: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69895: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 8484 1726867701.69918: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69936: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.69961: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 8484 1726867701.69993: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867701.70260: stdout chunk (state=3): >>>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 <<< 8484 1726867701.70284: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.70335: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 8484 1726867701.70344: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.70412: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.70454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 8484 1726867701.70468: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.70730: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.70988: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 8484 1726867701.71049: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 8484 1726867701.71124: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71147: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 8484 1726867701.71225: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 8484 1726867701.71392: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 8484 1726867701.71411: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71515: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 8484 1726867701.71536: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 8484 1726867701.71547: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71604: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71628: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 8484 1726867701.71660: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71663: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71686: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71777: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71853: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71929: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 8484 1726867701.71932: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.71983: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.72028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 8484 1726867701.72235: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.72442: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 8484 1726867701.72445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.72481: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.72542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 8484 1726867701.72639: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.72789: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 8484 1726867701.72819: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 8484 1726867701.72895: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.72985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 8484 1726867701.73067: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867701.74021: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 8484 1726867701.74026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 8484 1726867701.74048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 8484 1726867701.74093: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867701.74104: 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 0x7f9a1e172960> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e12a420> <<< 8484 1726867701.74152: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e1284d0> <<< 8484 1726867701.95727: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 8484 1726867701.95734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 8484 1726867701.95778: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e181df0> <<< 8484 1726867701.95810: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 8484 1726867701.95814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 8484 1726867701.95834: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e182990> <<< 8484 1726867701.95890: 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' <<< 8484 1726867701.95927: 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' <<< 8484 1726867701.95940: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e183bf0> <<< 8484 1726867701.95946: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e1837a0> <<< 8484 1726867701.96208: 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 <<< 8484 1726867702.16815: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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_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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "28", "second": "21", "epoch": "1726867701", "epoch_int": "1726867701", "date": "2024-09-20", "time": "17:28:21", "iso8601_micro": "2024-09-20T21:28:21.745449Z", "iso8601": "2024-09-20T21:28:21Z", "iso8601_basic": "20240920T172821745449", "iso8601_basic_short": "20240920T172821", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "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_lsb": {}, "ansible_pkg_mgr": "dnf", "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "m<<< 8484 1726867702.16839: stdout chunk (state=3): >>>ode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.99267578125, "5m": 0.548828125, "15m": 0.26416015625}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "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": 2255, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 1276, "free": 2255}, "nocache": {"free": 3244, "used": 287}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv7", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMLMvoTxm3BX022QoyBXRQZEsAJW4gxB9s"], "uuids": ["567d2077-77ae-4984-b32e-45bcd8caaa48"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sdf": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m5sGjJ-ssSA-JwJa-bpKo-dWab-i9gu-du7jpQ", "scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rot<<< 8484 1726867702.16858: stdout chunk (state=3): >>>ational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-XMd5s0-EIs3-wRkz-nMKu-FeEp-yHmT-nZN8Hr", "scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": ["dm-4", "dm-5"]}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg2-lv4", "test_vg2-lv3"]}, "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": ["lvm-pv-uuid-WS7EC6-hfhJ-nVHX-gZgG-mTGd-4DT3-lA7h3A", "scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-6": {"virtual": 1, "links": {"ids": ["dm-name-test_vg1-lv2", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzLixojQbNIt93sRVDeYkc6xCPojeovClJ"], "uuids": ["21f33327-a0b8-4e7f-9e08-86ae3b0edc78"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-4": {"virtual": 1, "links": {"ids": ["dm-name-test_vg2-lv4", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0ORiel3znnzctD90rp8FkLYauyK4z41ZPg"], "uuids": ["0c29f033-2b3b-4bbf-8084-d6b53284d9e9"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-KpEdIV-l09I-LtPg-tB2h-7iIS-tBMV-yqHXHg", "scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971<<< 8484 1726867702.16917: stdout chunk (state=3): >>>52", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-2": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv6", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMjqjnSiA401Dc0MGvudDhMJfcsr0OlfIf"], "uuids": ["f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m4vlGl-kbmW-v37n-0vqn-KZIm-Gi9m-dzF6G3", "scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1"]}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg3-lv7", "test_vg3-lv8"]}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv8", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMNJFUO0RuR48y6FqhfxHgHhGOsnx5Bsdp"], "uuids": ["70422330-ac9f-4f3e-83f3-cf89c633232b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-x8D2Mx-Mi1q-Tp19-y3UV-dkbp-p0Fq-4uH1ES", "scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-qsmuHW-NeTr-Q7Yd-6szc-cbbq-A4mD-FMId1Q", "scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-7": {"virtual": 1, "links": {"ids": ["dm-name-test_vg1-lv1", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzsQ8w0Ff8vtzDnT2c02m4Qy7tQpjcn1Ls"], "uuids": ["465c55b6-acc3-4963-ab01-dcb50f0a10fd"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-T6E0YJ-X22b-WOIv-eJbL-5jnL-DgLe-QC2WoI", "scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": ["dm-6", "dm-7"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg1-lv2", "test_vg1-lv1"]}, "dm-5": {"virtual": 1, "links": {"ids": ["dm-name-test_vg2-lv3", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0OkgdedXOZ6psGsYePPvKb1sCu6V1Vutyo"], "uuids": ["237ed327-4b59-4f30-9c19-044e5080fdd6"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-1UpZ55-9Duu-CsL2-3SBM-LiAL-jzMa-AIrqN2", "scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-3": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv5", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdM4jBUWLFLCpYb06tisxBVRgLBGLAI2cQI"], "uuids": ["7c336f63-c6b5-41dd-adaf-98605dcea5b9"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-Z9dsVw-lptZ-GOFw-cZM0-eMo9-xKeo-snixwp", "scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": ["dm-2", "dm-3"]}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg3-lv6", "test_vg3-lv5"]}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-T6E0YJ-X22b-WOIv-eJbL-5jnL-DgLe-QC2WoI", "scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["lvm-pv-uuid-qsmuHW-NeTr-Q7Yd-6szc-cbbq-A4mD-FMId1Q", "scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["lvm-pv-uuid-WS7EC6-hfhJ-nVHX-gZgG-mTGd-4DT3-lA7h3A", "scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["lvm-pv-uuid-XMd5s0-EIs3-wRkz-nMKu-FeEp-yHmT-nZN8Hr", "scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["lvm-pv-uuid-x8D2Mx-Mi1q-Tp19-y3UV-dkbp-p0Fq-4uH1ES", "scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["lvm-pv-uuid-m5sGjJ-ssSA-JwJa-bpKo-dWab-i9gu-du7jpQ", "scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["lvm-pv-uuid-Z9dsVw-lptZ-GOFw-cZM0-eMo9-xKeo-snixwp", "scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["lvm-pv-uuid-m4vlGl-kbmW-v37n-0vqn-KZIm-Gi9m-dzF6G3", "scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["lvm-pv-uuid-KpEdIV-l09I-LtPg-tB2h-7iIS-tBMV-yqHXHg", "scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["lvm-pv-uuid-1UpZ55-9Duu-CsL2-3SBM-LiAL-jzMa-AIrqN2", "scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "dm-0": ["dm-name-test_vg3-lv8", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMNJFUO0RuR48y6FqhfxHgHhGOsnx5Bsdp"], "dm-1": ["dm-name-test_vg3-lv7", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMLMvoTxm3BX022QoyBXRQZEsAJW4gxB9s"], "dm-2": ["dm-name-test_vg3-lv6", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMjqjnSiA401Dc0MGvudDhMJfcsr0OlfIf"], "dm-3": ["dm-name-test_vg3-lv5", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdM4jBUWLFLCpYb06tisxBVRgLBGLAI2cQI"], "dm-4": ["dm-name-test_vg2-lv4", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0ORiel3znnzctD90rp8FkLYauyK4z41ZPg"], "dm-5": ["dm-name-test_vg2-lv3", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0OkgdedXOZ6psGsYePPvKb1sCu6V1Vutyo"], "dm-6": ["dm-name-test_vg1-lv2", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzLixojQbNIt93sRVDeYkc6xCPojeovClJ"], "dm-7": ["dm-name-test_vg1-lv1", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzsQ8w0Ff8vtzDnT2c02m4Qy7tQpjcn1Ls"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["70422330-ac9f-4f3e-83f3-cf89c633232b"], "dm-1": ["567d2077-77ae-4984-b32e-45bcd8caaa48"], "dm-2": ["f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"], "dm-3": ["7c336f63-c6b5-41dd-adaf-98605dcea5b9"], "dm-4": ["0c29f033-2b3b-4bbf-8084-d6b53284d9e9"], "dm-5": ["237ed327-4b59-4f30-9c19-044e5080fdd6"], "dm-6": ["21f33327-a0b8-4e7f-9e08-86ae3b0edc78"], "dm-7": ["465c55b6-acc3-4963-ab01-dcb50f0a10fd"]}, "labels": {}, "masters": {"sdg": ["dm-0", "dm-1"], "sda": ["dm-6", "dm-7"], "sdd": ["dm-4", "dm-5"], "sdh": ["dm-2", "dm-3"]}}, "ansible_uptime_seconds": 364, "ansible_lvm": {"lvs": {"lv1": {"size_g": "0.30", "vg": "test_vg1"}, "lv2": {"size_g": "0.30", "vg": "test_vg1"}, "lv3": {"size_g": "0.30", "vg": "test_vg2"}, "lv4": {"size_g": "0.30", "vg": "test_vg2"}, "lv5": {"size_g": "0.40", "vg": "test_vg3"}, "lv6": {"size_g": "0.40", "vg": "test_vg3"}, "lv7": {"size_g": "0.40", "vg": "test_vg3"}, "lv8": {"size_g": "0.40", "vg": "test_vg3"}}, "vgs": {"test_vg1": {"size_g": "2.98", "free_g": "2.38", "num_lvs": "2", "num_pvs": "3"}, "test_vg2": {"size_g": "2.98", "free_g": "2.38", "num_lvs": "2", "num_pvs": "3"}, "test_vg3": {"size_g": "3.97", "free_g": "2.38", "num_lvs": "4", "num_pvs": "4"}}, "pvs": {"/dev/sda": {"size_g": "0.99", "free_g": "0.39", "vg": "test_vg1"}, "/dev/sdb": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg1"}, "/dev/sdc": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg1"}, "/dev/sdd": {"size_g": "0.99", "free_g": "0.39", "vg": "test_vg2"}, "/dev/sde": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg2"}, "/dev/sdf": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg2"}, "/dev/sdg": {"size_g": "0.99", "free_g": "0.20", "vg": "test_vg3"}, "/dev/sdh": {"size_g": "0.99", "free_g": "0.20", "vg": "test_vg3"}, "/dev/sdi": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg3"}, "/dev/sdj": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg3"}}}, "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": 261137408000, "block_size": 4096, "block_total": 65519099, "block_available": 63754250, "block_used": 1764849, "inode_total": 131070960, "inode_available": 131027145, "inode_used": 43815, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fibre_channel_wwn": [], "ansible_local": {}, "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.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_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"}}} <<< 8484 1726867702.17496: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 8484 1726867702.17511: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 8484 1726867702.17558: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 <<< 8484 1726867702.17599: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # 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 <<< 8484 1726867702.17621: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.17705: stdout chunk (state=3): >>># cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon <<< 8484 1726867702.17713: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.17745: stdout chunk (state=3): >>># cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # 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 <<< 8484 1726867702.17786: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.17824: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.17842: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.17876: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.17885: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.18257: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867702.18296: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867702.18312: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867702.18321: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867702.18348: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867702.18383: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867702.18405: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 8484 1726867702.18417: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 8484 1726867702.18421: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 8484 1726867702.18450: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select # destroy _signal <<< 8484 1726867702.18468: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867702.18506: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867702.18525: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 8484 1726867702.18579: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors <<< 8484 1726867702.18583: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal <<< 8484 1726867702.18591: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle <<< 8484 1726867702.18630: stdout chunk (state=3): >>># destroy _pickle <<< 8484 1726867702.18633: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 8484 1726867702.18652: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 8484 1726867702.18675: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 8484 1726867702.18680: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 8484 1726867702.18686: stdout chunk (state=3): >>># destroy base64 <<< 8484 1726867702.18731: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867702.18748: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 8484 1726867702.18779: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 8484 1726867702.18786: stdout chunk (state=3): >>># destroy glob # destroy fnmatch <<< 8484 1726867702.18807: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.18814: stdout chunk (state=3): >>># destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 8484 1726867702.18872: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 8484 1726867702.18920: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 8484 1726867702.18925: 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 <<< 8484 1726867702.18939: 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 <<< 8484 1726867702.18965: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867702.19000: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.19040: 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 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 <<< 8484 1726867702.19048: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re <<< 8484 1726867702.19056: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.19111: 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 # 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 <<< 8484 1726867702.19126: stdout chunk (state=3): >>># 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 <<< 8484 1726867702.19144: 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 <<< 8484 1726867702.19153: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867702.19174: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867702.19373: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867702.19380: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867702.19411: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 8484 1726867702.19423: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867702.19435: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867702.19449: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867702.19480: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867702.19487: 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 inspect # destroy typing <<< 8484 1726867702.19508: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 8484 1726867702.19567: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867702.19599: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867702.19612: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867702.19682: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 8484 1726867702.19708: 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 <<< 8484 1726867702.19712: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867702.19736: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867702.19769: stdout chunk (state=3): >>># destroy _hashlib<<< 8484 1726867702.19800: stdout chunk (state=3): >>> # destroy abc # destroy _collections_abc <<< 8484 1726867702.19824: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 8484 1726867702.19846: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867702.20229: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867702.20262: stderr chunk (state=3): >>><<< 8484 1726867702.20285: stdout chunk (state=3): >>><<< 8484 1726867702.20462: _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 0x7f9a1f2184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f1e7b30> # /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 0x7f9a1f21aa50> 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 0x7f9a1efe9130> # /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 0x7f9a1efea120> 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 0x7f9a1f026ed0> # /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 0x7f9a1f03c1d0> # /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 0x7f9a1f05fa70> # /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 0x7f9a1f080140> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f03fd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f03d430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0251f0> # /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 0x7f9a1f0839e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f082600> # /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 0x7f9a1f03e300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f080e30> # /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 0x7f9a1f0b09b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f024470> # /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 0x7f9a1f0b0e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b0d10> # 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 0x7f9a1f0b1100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f022f90> # /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 0x7f9a1f0b17f0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b14c0> 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 0x7f9a1f0b26f0> 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 0x7f9a1f0cc8c0> 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 0x7f9a1f0ce000> # /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 0x7f9a1f0ceea0> # 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 0x7f9a1f0cf500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0ce3f0> # /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 0x7f9a1f0cff80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0cf6b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b0da0> # /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 0x7f9a1edcbdd0> # /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 0x7f9a1edf4920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf4680> # 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 0x7f9a1edf4950> # /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 0x7f9a1edf5280> # 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 0x7f9a1edf5c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf4b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edc9f70> # /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 0x7f9a1edf7050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf5d90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1f0b2de0> # /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 0x7f9a1ee1f3e0> # /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 0x7f9a1ee437a0> # /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 0x7f9a1eea4590> # /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 0x7f9a1eea6cf0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1eea46b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1ee695b0> # /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 0x7f9a1e725670> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1ee425a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1edf7fb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9a1ee42900> # zipimport: found 103 names in '/tmp/ansible_setup_payload_m38l84wb/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 0x7f9a1e78b320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e76e210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e76d370> # 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 0x7f9a1e7891f0> # /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 0x7f9a1e7bad50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7baae0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7ba3f0> # /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 0x7f9a1e7bab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e78bfb0> 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 0x7f9a1e7bbad0> # 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 0x7f9a1e7bbcb0> # /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 0x7f9a1e7e81d0> 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 0x7f9a1e629fd0> # 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 0x7f9a1e62b710> # /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 0x7f9a1e62c530> # /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 0x7f9a1e62d6d0> # /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 0x7f9a1e634170> # 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 0x7f9a1e634290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e62e450> # /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 0x7f9a1e637fb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e636a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e6367e0> # /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 0x7f9a1e636d50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e62e960> # 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 0x7f9a1e67c170> # /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 0x7f9a1e67c3e0> # /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 0x7f9a1e67de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e67dc70> # /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 0x7f9a1e6803e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e67e540> # /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 0x7f9a1e683bc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e680590> # 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 0x7f9a1e684c80> # 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 0x7f9a1e684e00> # 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 0x7f9a1e684d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e67c590> # /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 0x7f9a1e5104d0> # 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 0x7f9a1e5117c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e686cc0> # 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 0x7f9a1e687890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e686900> # 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 0x7f9a1e515af0> # /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 0x7f9a1e5168a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e511a30> 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 0x7f9a1e517020> # 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 0x7f9a1e517b60> # 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 0x7f9a1e522570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e51f710> 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 0x7f9a1e60ad20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e7ee9f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e522690> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5173e0> # 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 0x7f9a1e23eab0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e23dee0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e23c8c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b2d20> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b0c80> 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 0x7f9a1e59c140> # /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 0x7f9a1e288c50> # 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 0x7f9a1e288f80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e27c5f0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e24fa70> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b1e80> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b1160> # /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 0x7f9a1e28bbc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e28b470> # 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 0x7f9a1e28b650> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e28a8d0> # /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 0x7f9a1e28bcb0> # /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 0x7f9a1e0b2870> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0b0860> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e5b12e0> 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 0x7f9a1e0b2f30> # /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 0x7f9a1e0b3c20> 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 0x7f9a1e0eaea0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0d78c0> 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 0x7f9a1e1029c0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e0d7c80> 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 0x7f9a1e172960> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e12a420> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e1284d0> # /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 0x7f9a1e181df0> # /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 0x7f9a1e182990> # /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 0x7f9a1e183bf0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9a1e1837a0> 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_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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_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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "28", "second": "21", "epoch": "1726867701", "epoch_int": "1726867701", "date": "2024-09-20", "time": "17:28:21", "iso8601_micro": "2024-09-20T21:28:21.745449Z", "iso8601": "2024-09-20T21:28:21Z", "iso8601_basic": "20240920T172821745449", "iso8601_basic_short": "20240920T172821", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "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_lsb": {}, "ansible_pkg_mgr": "dnf", "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_loadavg": {"1m": 0.99267578125, "5m": 0.548828125, "15m": 0.26416015625}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "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": 2255, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 1276, "free": 2255}, "nocache": {"free": 3244, "used": 287}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv7", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMLMvoTxm3BX022QoyBXRQZEsAJW4gxB9s"], "uuids": ["567d2077-77ae-4984-b32e-45bcd8caaa48"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sdf": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m5sGjJ-ssSA-JwJa-bpKo-dWab-i9gu-du7jpQ", "scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-XMd5s0-EIs3-wRkz-nMKu-FeEp-yHmT-nZN8Hr", "scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": ["dm-4", "dm-5"]}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg2-lv4", "test_vg2-lv3"]}, "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": ["lvm-pv-uuid-WS7EC6-hfhJ-nVHX-gZgG-mTGd-4DT3-lA7h3A", "scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-6": {"virtual": 1, "links": {"ids": ["dm-name-test_vg1-lv2", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzLixojQbNIt93sRVDeYkc6xCPojeovClJ"], "uuids": ["21f33327-a0b8-4e7f-9e08-86ae3b0edc78"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-4": {"virtual": 1, "links": {"ids": ["dm-name-test_vg2-lv4", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0ORiel3znnzctD90rp8FkLYauyK4z41ZPg"], "uuids": ["0c29f033-2b3b-4bbf-8084-d6b53284d9e9"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-KpEdIV-l09I-LtPg-tB2h-7iIS-tBMV-yqHXHg", "scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-2": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv6", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMjqjnSiA401Dc0MGvudDhMJfcsr0OlfIf"], "uuids": ["f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-m4vlGl-kbmW-v37n-0vqn-KZIm-Gi9m-dzF6G3", "scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1"]}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg3-lv7", "test_vg3-lv8"]}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv8", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMNJFUO0RuR48y6FqhfxHgHhGOsnx5Bsdp"], "uuids": ["70422330-ac9f-4f3e-83f3-cf89c633232b"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-x8D2Mx-Mi1q-Tp19-y3UV-dkbp-p0Fq-4uH1ES", "scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-qsmuHW-NeTr-Q7Yd-6szc-cbbq-A4mD-FMId1Q", "scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-7": {"virtual": 1, "links": {"ids": ["dm-name-test_vg1-lv1", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzsQ8w0Ff8vtzDnT2c02m4Qy7tQpjcn1Ls"], "uuids": ["465c55b6-acc3-4963-ab01-dcb50f0a10fd"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-T6E0YJ-X22b-WOIv-eJbL-5jnL-DgLe-QC2WoI", "scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": ["dm-6", "dm-7"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg1-lv2", "test_vg1-lv1"]}, "dm-5": {"virtual": 1, "links": {"ids": ["dm-name-test_vg2-lv3", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0OkgdedXOZ6psGsYePPvKb1sCu6V1Vutyo"], "uuids": ["237ed327-4b59-4f30-9c19-044e5080fdd6"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "630784", "sectorsize": "512", "size": "308.00 MB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-1UpZ55-9Duu-CsL2-3SBM-LiAL-jzMa-AIrqN2", "scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "dm-3": {"virtual": 1, "links": {"ids": ["dm-name-test_vg3-lv5", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdM4jBUWLFLCpYb06tisxBVRgLBGLAI2cQI"], "uuids": ["7c336f63-c6b5-41dd-adaf-98605dcea5b9"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "835584", "sectorsize": "512", "size": "408.00 MB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-Z9dsVw-lptZ-GOFw-cZM0-eMo9-xKeo-snixwp", "scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": ["dm-2", "dm-3"]}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": ["test_vg3-lv6", "test_vg3-lv5"]}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-T6E0YJ-X22b-WOIv-eJbL-5jnL-DgLe-QC2WoI", "scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["lvm-pv-uuid-qsmuHW-NeTr-Q7Yd-6szc-cbbq-A4mD-FMId1Q", "scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["lvm-pv-uuid-WS7EC6-hfhJ-nVHX-gZgG-mTGd-4DT3-lA7h3A", "scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["lvm-pv-uuid-XMd5s0-EIs3-wRkz-nMKu-FeEp-yHmT-nZN8Hr", "scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["lvm-pv-uuid-x8D2Mx-Mi1q-Tp19-y3UV-dkbp-p0Fq-4uH1ES", "scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["lvm-pv-uuid-m5sGjJ-ssSA-JwJa-bpKo-dWab-i9gu-du7jpQ", "scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["lvm-pv-uuid-Z9dsVw-lptZ-GOFw-cZM0-eMo9-xKeo-snixwp", "scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["lvm-pv-uuid-m4vlGl-kbmW-v37n-0vqn-KZIm-Gi9m-dzF6G3", "scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["lvm-pv-uuid-KpEdIV-l09I-LtPg-tB2h-7iIS-tBMV-yqHXHg", "scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["lvm-pv-uuid-1UpZ55-9Duu-CsL2-3SBM-LiAL-jzMa-AIrqN2", "scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "dm-0": ["dm-name-test_vg3-lv8", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMNJFUO0RuR48y6FqhfxHgHhGOsnx5Bsdp"], "dm-1": ["dm-name-test_vg3-lv7", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMLMvoTxm3BX022QoyBXRQZEsAJW4gxB9s"], "dm-2": ["dm-name-test_vg3-lv6", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdMjqjnSiA401Dc0MGvudDhMJfcsr0OlfIf"], "dm-3": ["dm-name-test_vg3-lv5", "dm-uuid-LVM-zqCNMbMXgykeaQvgr84jSfc2HDkJ0zdM4jBUWLFLCpYb06tisxBVRgLBGLAI2cQI"], "dm-4": ["dm-name-test_vg2-lv4", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0ORiel3znnzctD90rp8FkLYauyK4z41ZPg"], "dm-5": ["dm-name-test_vg2-lv3", "dm-uuid-LVM-CPvc4EZRfe6zK0V8bfyy0NSQM460fQ0OkgdedXOZ6psGsYePPvKb1sCu6V1Vutyo"], "dm-6": ["dm-name-test_vg1-lv2", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzLixojQbNIt93sRVDeYkc6xCPojeovClJ"], "dm-7": ["dm-name-test_vg1-lv1", "dm-uuid-LVM-09WtwY0V5tKTEgZN8DRG35if9ZMWHlRzsQ8w0Ff8vtzDnT2c02m4Qy7tQpjcn1Ls"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["70422330-ac9f-4f3e-83f3-cf89c633232b"], "dm-1": ["567d2077-77ae-4984-b32e-45bcd8caaa48"], "dm-2": ["f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"], "dm-3": ["7c336f63-c6b5-41dd-adaf-98605dcea5b9"], "dm-4": ["0c29f033-2b3b-4bbf-8084-d6b53284d9e9"], "dm-5": ["237ed327-4b59-4f30-9c19-044e5080fdd6"], "dm-6": ["21f33327-a0b8-4e7f-9e08-86ae3b0edc78"], "dm-7": ["465c55b6-acc3-4963-ab01-dcb50f0a10fd"]}, "labels": {}, "masters": {"sdg": ["dm-0", "dm-1"], "sda": ["dm-6", "dm-7"], "sdd": ["dm-4", "dm-5"], "sdh": ["dm-2", "dm-3"]}}, "ansible_uptime_seconds": 364, "ansible_lvm": {"lvs": {"lv1": {"size_g": "0.30", "vg": "test_vg1"}, "lv2": {"size_g": "0.30", "vg": "test_vg1"}, "lv3": {"size_g": "0.30", "vg": "test_vg2"}, "lv4": {"size_g": "0.30", "vg": "test_vg2"}, "lv5": {"size_g": "0.40", "vg": "test_vg3"}, "lv6": {"size_g": "0.40", "vg": "test_vg3"}, "lv7": {"size_g": "0.40", "vg": "test_vg3"}, "lv8": {"size_g": "0.40", "vg": "test_vg3"}}, "vgs": {"test_vg1": {"size_g": "2.98", "free_g": "2.38", "num_lvs": "2", "num_pvs": "3"}, "test_vg2": {"size_g": "2.98", "free_g": "2.38", "num_lvs": "2", "num_pvs": "3"}, "test_vg3": {"size_g": "3.97", "free_g": "2.38", "num_lvs": "4", "num_pvs": "4"}}, "pvs": {"/dev/sda": {"size_g": "0.99", "free_g": "0.39", "vg": "test_vg1"}, "/dev/sdb": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg1"}, "/dev/sdc": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg1"}, "/dev/sdd": {"size_g": "0.99", "free_g": "0.39", "vg": "test_vg2"}, "/dev/sde": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg2"}, "/dev/sdf": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg2"}, "/dev/sdg": {"size_g": "0.99", "free_g": "0.20", "vg": "test_vg3"}, "/dev/sdh": {"size_g": "0.99", "free_g": "0.20", "vg": "test_vg3"}, "/dev/sdi": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg3"}, "/dev/sdj": {"size_g": "0.99", "free_g": "0.99", "vg": "test_vg3"}}}, "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": 261137408000, "block_size": 4096, "block_total": 65519099, "block_available": 63754250, "block_used": 1764849, "inode_total": 131070960, "inode_available": 131027145, "inode_used": 43815, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_fips": false, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fibre_channel_wwn": [], "ansible_local": {}, "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.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867702.21382: 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-1726867701.2774198-9845-191877549259540/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867702.21385: _low_level_execute_command(): starting 8484 1726867702.21391: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867701.2774198-9845-191877549259540/ > /dev/null 2>&1 && sleep 0' 8484 1726867702.21863: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867702.21866: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867702.21868: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867702.21872: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867702.21878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867702.21949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867702.21953: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867702.22043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867702.24001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867702.24139: stderr chunk (state=3): >>><<< 8484 1726867702.24142: stdout chunk (state=3): >>><<< 8484 1726867702.24147: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867702.24149: handler run complete 8484 1726867702.24449: variable 'ansible_facts' from source: unknown 8484 1726867702.24611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.25274: variable 'ansible_facts' from source: unknown 8484 1726867702.25497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.25642: attempt loop complete, returning result 8484 1726867702.25747: _execute() done 8484 1726867702.25774: dumping result to json 8484 1726867702.25777: done dumping result, returning 8484 1726867702.25779: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [02e58e3f-6ce9-dbaf-c049-0000000003e5] 8484 1726867702.25781: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e5 ok: [managed_node3] 8484 1726867702.26782: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000003e5 8484 1726867702.26785: WORKER PROCESS EXITING 8484 1726867702.26794: no more pending results, returning what we have 8484 1726867702.26795: results queue empty 8484 1726867702.26796: checking for any_errors_fatal 8484 1726867702.26804: done checking for any_errors_fatal 8484 1726867702.26805: checking for max_fail_percentage 8484 1726867702.26809: done checking for max_fail_percentage 8484 1726867702.26810: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.26811: done checking to see if all hosts have failed 8484 1726867702.26812: getting the remaining hosts for this loop 8484 1726867702.26813: done getting the remaining hosts for this loop 8484 1726867702.26821: getting the next task for host managed_node3 8484 1726867702.26834: done getting next task for host managed_node3 8484 1726867702.26836: ^ task is: TASK: meta (role_complete) 8484 1726867702.26842: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867702.26860: getting variables 8484 1726867702.26862: in VariableManager get_vars() 8484 1726867702.26910: Calling all_inventory to load vars for managed_node3 8484 1726867702.26913: Calling groups_inventory to load vars for managed_node3 8484 1726867702.26916: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.26925: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.26928: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.26931: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.27522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.28373: done with get_vars() 8484 1726867702.28394: done getting variables 8484 1726867702.28507: done queuing things up, now waiting for results queue to drain 8484 1726867702.28509: results queue empty 8484 1726867702.28510: checking for any_errors_fatal 8484 1726867702.28518: done checking for any_errors_fatal 8484 1726867702.28519: checking for max_fail_percentage 8484 1726867702.28521: done checking for max_fail_percentage 8484 1726867702.28521: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.28522: done checking to see if all hosts have failed 8484 1726867702.28526: getting the remaining hosts for this loop 8484 1726867702.28527: done getting the remaining hosts for this loop 8484 1726867702.28530: getting the next task for host managed_node3 8484 1726867702.28534: done getting next task for host managed_node3 8484 1726867702.28539: ^ task is: TASK: Run the snapshot role to create snapshot LVs 8484 1726867702.28540: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867702.28546: getting variables 8484 1726867702.28547: in VariableManager get_vars() 8484 1726867702.28561: Calling all_inventory to load vars for managed_node3 8484 1726867702.28563: Calling groups_inventory to load vars for managed_node3 8484 1726867702.28566: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.28573: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.28576: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.28580: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.29107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.30071: done with get_vars() 8484 1726867702.30081: done getting variables TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:43 Friday 20 September 2024 17:28:22 -0400 (0:00:01.076) 0:00:37.598 ****** 8484 1726867702.30130: entering _queue_task() for managed_node3/include_role 8484 1726867702.30468: worker is 1 (out of 1 available) 8484 1726867702.30484: exiting _queue_task() for managed_node3/include_role 8484 1726867702.30498: done queuing things up, now waiting for results queue to drain 8484 1726867702.30500: waiting for pending results... 8484 1726867702.30797: running TaskExecutor() for managed_node3/TASK: Run the snapshot role to create snapshot LVs 8484 1726867702.30978: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000007 8484 1726867702.30985: variable 'ansible_search_path' from source: unknown 8484 1726867702.31016: calling self._execute() 8484 1726867702.31153: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.31157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.31163: variable 'omit' from source: magic vars 8484 1726867702.31321: _execute() done 8484 1726867702.31325: dumping result to json 8484 1726867702.31328: done dumping result, returning 8484 1726867702.31331: done running TaskExecutor() for managed_node3/TASK: Run the snapshot role to create snapshot LVs [02e58e3f-6ce9-dbaf-c049-000000000007] 8484 1726867702.31333: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000007 8484 1726867702.31452: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000007 8484 1726867702.31456: WORKER PROCESS EXITING 8484 1726867702.31492: no more pending results, returning what we have 8484 1726867702.31498: in VariableManager get_vars() 8484 1726867702.31536: Calling all_inventory to load vars for managed_node3 8484 1726867702.31539: Calling groups_inventory to load vars for managed_node3 8484 1726867702.31542: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.31550: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.31553: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.31555: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.31939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.32324: done with get_vars() 8484 1726867702.32333: variable 'ansible_search_path' from source: unknown 8484 1726867702.32593: variable 'omit' from source: magic vars 8484 1726867702.32610: variable 'omit' from source: magic vars 8484 1726867702.32619: variable 'omit' from source: magic vars 8484 1726867702.32622: we have included files to process 8484 1726867702.32623: generating all_blocks data 8484 1726867702.32624: done generating all_blocks data 8484 1726867702.32626: processing included file: fedora.linux_system_roles.snapshot 8484 1726867702.32639: in VariableManager get_vars() 8484 1726867702.32647: done with get_vars() 8484 1726867702.32683: in VariableManager get_vars() 8484 1726867702.32693: done with get_vars() 8484 1726867702.32717: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/main.yml 8484 1726867702.32778: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/defaults/main.yml 8484 1726867702.32831: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/meta/main.yml 8484 1726867702.32935: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml 8484 1726867702.33104: in VariableManager get_vars() 8484 1726867702.33117: done with get_vars() 8484 1726867702.33610: iterating over new_blocks loaded from include file 8484 1726867702.33612: in VariableManager get_vars() 8484 1726867702.33620: done with get_vars() 8484 1726867702.33621: filtering new block on tags 8484 1726867702.33630: done filtering new block on tags 8484 1726867702.33632: in VariableManager get_vars() 8484 1726867702.33639: done with get_vars() 8484 1726867702.33640: filtering new block on tags 8484 1726867702.33653: done filtering new block on tags 8484 1726867702.33654: in VariableManager get_vars() 8484 1726867702.33661: done with get_vars() 8484 1726867702.33662: filtering new block on tags 8484 1726867702.33672: done filtering new block on tags 8484 1726867702.33674: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.snapshot for managed_node3 8484 1726867702.33677: extending task lists for all hosts with included blocks 8484 1726867702.33908: done extending task lists 8484 1726867702.33909: done processing included files 8484 1726867702.33910: results queue empty 8484 1726867702.33910: checking for any_errors_fatal 8484 1726867702.33911: done checking for any_errors_fatal 8484 1726867702.33912: checking for max_fail_percentage 8484 1726867702.33912: done checking for max_fail_percentage 8484 1726867702.33913: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.33913: done checking to see if all hosts have failed 8484 1726867702.33914: getting the remaining hosts for this loop 8484 1726867702.33914: done getting the remaining hosts for this loop 8484 1726867702.33916: getting the next task for host managed_node3 8484 1726867702.33918: done getting next task for host managed_node3 8484 1726867702.33920: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867702.33922: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867702.33927: getting variables 8484 1726867702.33928: in VariableManager get_vars() 8484 1726867702.33935: Calling all_inventory to load vars for managed_node3 8484 1726867702.33936: Calling groups_inventory to load vars for managed_node3 8484 1726867702.33938: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.33941: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.33942: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.33944: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.34239: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.34627: done with get_vars() 8484 1726867702.34637: done getting variables TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 20 September 2024 17:28:22 -0400 (0:00:00.045) 0:00:37.643 ****** 8484 1726867702.34687: entering _queue_task() for managed_node3/include_tasks 8484 1726867702.34896: worker is 1 (out of 1 available) 8484 1726867702.34909: exiting _queue_task() for managed_node3/include_tasks 8484 1726867702.34921: done queuing things up, now waiting for results queue to drain 8484 1726867702.34923: waiting for pending results... 8484 1726867702.35096: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867702.35174: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000512 8484 1726867702.35187: variable 'ansible_search_path' from source: unknown 8484 1726867702.35191: variable 'ansible_search_path' from source: unknown 8484 1726867702.35220: calling self._execute() 8484 1726867702.35298: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.35301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.35314: variable 'omit' from source: magic vars 8484 1726867702.35397: _execute() done 8484 1726867702.35401: dumping result to json 8484 1726867702.35403: done dumping result, returning 8484 1726867702.35413: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000512] 8484 1726867702.35418: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000512 8484 1726867702.35505: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000512 8484 1726867702.35508: WORKER PROCESS EXITING 8484 1726867702.35541: no more pending results, returning what we have 8484 1726867702.35546: in VariableManager get_vars() 8484 1726867702.35586: Calling all_inventory to load vars for managed_node3 8484 1726867702.35589: Calling groups_inventory to load vars for managed_node3 8484 1726867702.35591: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.35599: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.35602: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.35605: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.35972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.36460: done with get_vars() 8484 1726867702.36468: variable 'ansible_search_path' from source: unknown 8484 1726867702.36469: variable 'ansible_search_path' from source: unknown 8484 1726867702.36495: we have included files to process 8484 1726867702.36496: generating all_blocks data 8484 1726867702.36497: done generating all_blocks data 8484 1726867702.36499: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867702.36500: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867702.36501: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867702.36856: done processing included file 8484 1726867702.36858: iterating over new_blocks loaded from include file 8484 1726867702.36859: in VariableManager get_vars() 8484 1726867702.36875: done with get_vars() 8484 1726867702.36876: filtering new block on tags 8484 1726867702.36885: done filtering new block on tags 8484 1726867702.36887: in VariableManager get_vars() 8484 1726867702.36898: done with get_vars() 8484 1726867702.36899: filtering new block on tags 8484 1726867702.36911: done filtering new block on tags 8484 1726867702.36912: in VariableManager get_vars() 8484 1726867702.36923: done with get_vars() 8484 1726867702.36924: filtering new block on tags 8484 1726867702.36931: done filtering new block on tags 8484 1726867702.36932: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 8484 1726867702.36935: extending task lists for all hosts with included blocks 8484 1726867702.36998: done extending task lists 8484 1726867702.36999: done processing included files 8484 1726867702.37000: results queue empty 8484 1726867702.37000: checking for any_errors_fatal 8484 1726867702.37002: done checking for any_errors_fatal 8484 1726867702.37002: checking for max_fail_percentage 8484 1726867702.37003: done checking for max_fail_percentage 8484 1726867702.37003: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.37004: done checking to see if all hosts have failed 8484 1726867702.37004: getting the remaining hosts for this loop 8484 1726867702.37005: done getting the remaining hosts for this loop 8484 1726867702.37007: getting the next task for host managed_node3 8484 1726867702.37010: done getting next task for host managed_node3 8484 1726867702.37012: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867702.37013: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 8484 1726867702.37019: getting variables 8484 1726867702.37020: in VariableManager get_vars() 8484 1726867702.37027: Calling all_inventory to load vars for managed_node3 8484 1726867702.37028: Calling groups_inventory to load vars for managed_node3 8484 1726867702.37029: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.37032: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.37034: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.37035: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.37336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.37711: done with get_vars() 8484 1726867702.37721: done getting variables TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:22 -0400 (0:00:00.030) 0:00:37.674 ****** 8484 1726867702.37772: entering _queue_task() for managed_node3/setup 8484 1726867702.37960: worker is 1 (out of 1 available) 8484 1726867702.37974: exiting _queue_task() for managed_node3/setup 8484 1726867702.37985: done queuing things up, now waiting for results queue to drain 8484 1726867702.37987: waiting for pending results... 8484 1726867702.38153: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867702.38245: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000567 8484 1726867702.38256: variable 'ansible_search_path' from source: unknown 8484 1726867702.38260: variable 'ansible_search_path' from source: unknown 8484 1726867702.38287: calling self._execute() 8484 1726867702.38362: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.38366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.38377: variable 'omit' from source: magic vars 8484 1726867702.38676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867702.40142: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867702.40196: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867702.40226: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867702.40251: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867702.40277: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867702.40335: 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) 8484 1726867702.40356: 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) 8484 1726867702.40374: 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) 8484 1726867702.40405: 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) 8484 1726867702.40418: 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) 8484 1726867702.40455: 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) 8484 1726867702.40473: 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) 8484 1726867702.40490: 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) 8484 1726867702.40521: 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) 8484 1726867702.40531: 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) 8484 1726867702.40645: variable '__snapshot_required_facts' from source: role '' all vars 8484 1726867702.40653: variable 'ansible_facts' from source: unknown 8484 1726867702.40858: Evaluated conditional (__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867702.40861: when evaluation is False, skipping this task 8484 1726867702.40864: _execute() done 8484 1726867702.40866: dumping result to json 8484 1726867702.40869: done dumping result, returning 8484 1726867702.40876: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000000567] 8484 1726867702.40879: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000567 8484 1726867702.40958: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000567 8484 1726867702.40960: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867702.41016: no more pending results, returning what we have 8484 1726867702.41019: results queue empty 8484 1726867702.41020: checking for any_errors_fatal 8484 1726867702.41022: done checking for any_errors_fatal 8484 1726867702.41022: checking for max_fail_percentage 8484 1726867702.41024: done checking for max_fail_percentage 8484 1726867702.41025: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.41025: done checking to see if all hosts have failed 8484 1726867702.41026: getting the remaining hosts for this loop 8484 1726867702.41028: done getting the remaining hosts for this loop 8484 1726867702.41031: getting the next task for host managed_node3 8484 1726867702.41039: done getting next task for host managed_node3 8484 1726867702.41043: ^ task is: TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867702.41047: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867702.41060: getting variables 8484 1726867702.41061: in VariableManager get_vars() 8484 1726867702.41095: Calling all_inventory to load vars for managed_node3 8484 1726867702.41097: Calling groups_inventory to load vars for managed_node3 8484 1726867702.41099: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.41107: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.41110: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.41112: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.41504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.41897: done with get_vars() 8484 1726867702.41908: done getting variables TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 20 September 2024 17:28:22 -0400 (0:00:00.041) 0:00:37.716 ****** 8484 1726867702.41972: entering _queue_task() for managed_node3/stat 8484 1726867702.42160: worker is 1 (out of 1 available) 8484 1726867702.42176: exiting _queue_task() for managed_node3/stat 8484 1726867702.42188: done queuing things up, now waiting for results queue to drain 8484 1726867702.42189: waiting for pending results... 8484 1726867702.42368: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867702.42463: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000569 8484 1726867702.42474: variable 'ansible_search_path' from source: unknown 8484 1726867702.42478: variable 'ansible_search_path' from source: unknown 8484 1726867702.42511: calling self._execute() 8484 1726867702.42579: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.42584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.42592: variable 'omit' from source: magic vars 8484 1726867702.42859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867702.43057: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867702.43091: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867702.43118: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867702.43142: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867702.43204: 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) 8484 1726867702.43224: 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) 8484 1726867702.43243: 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) 8484 1726867702.43260: 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) 8484 1726867702.43348: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867702.43355: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867702.43358: when evaluation is False, skipping this task 8484 1726867702.43360: _execute() done 8484 1726867702.43363: dumping result to json 8484 1726867702.43365: done dumping result, returning 8484 1726867702.43374: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-000000000569] 8484 1726867702.43382: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000569 8484 1726867702.43456: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000569 8484 1726867702.43460: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867702.43536: no more pending results, returning what we have 8484 1726867702.43539: results queue empty 8484 1726867702.43540: checking for any_errors_fatal 8484 1726867702.43545: done checking for any_errors_fatal 8484 1726867702.43546: checking for max_fail_percentage 8484 1726867702.43547: done checking for max_fail_percentage 8484 1726867702.43548: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.43549: done checking to see if all hosts have failed 8484 1726867702.43549: getting the remaining hosts for this loop 8484 1726867702.43551: done getting the remaining hosts for this loop 8484 1726867702.43554: getting the next task for host managed_node3 8484 1726867702.43558: done getting next task for host managed_node3 8484 1726867702.43561: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867702.43564: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867702.43578: getting variables 8484 1726867702.43579: in VariableManager get_vars() 8484 1726867702.43610: Calling all_inventory to load vars for managed_node3 8484 1726867702.43613: Calling groups_inventory to load vars for managed_node3 8484 1726867702.43615: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.43622: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.43624: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.43626: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.43985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.44401: done with get_vars() 8484 1726867702.44412: done getting variables 8484 1726867702.44449: 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.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 20 September 2024 17:28:22 -0400 (0:00:00.024) 0:00:37.741 ****** 8484 1726867702.44474: entering _queue_task() for managed_node3/set_fact 8484 1726867702.44659: worker is 1 (out of 1 available) 8484 1726867702.44675: exiting _queue_task() for managed_node3/set_fact 8484 1726867702.44687: done queuing things up, now waiting for results queue to drain 8484 1726867702.44689: waiting for pending results... 8484 1726867702.44857: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867702.44947: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000056a 8484 1726867702.44958: variable 'ansible_search_path' from source: unknown 8484 1726867702.44961: variable 'ansible_search_path' from source: unknown 8484 1726867702.44989: calling self._execute() 8484 1726867702.45101: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.45104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.45110: variable 'omit' from source: magic vars 8484 1726867702.45382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867702.45596: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867702.45656: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867702.45684: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867702.45741: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867702.45864: 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) 8484 1726867702.45917: 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) 8484 1726867702.45923: 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) 8484 1726867702.45985: 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) 8484 1726867702.46056: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867702.46067: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867702.46076: when evaluation is False, skipping this task 8484 1726867702.46080: _execute() done 8484 1726867702.46082: dumping result to json 8484 1726867702.46085: done dumping result, returning 8484 1726867702.46087: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-00000000056a] 8484 1726867702.46089: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000056a 8484 1726867702.46162: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000056a 8484 1726867702.46165: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867702.46216: no more pending results, returning what we have 8484 1726867702.46219: results queue empty 8484 1726867702.46220: checking for any_errors_fatal 8484 1726867702.46225: done checking for any_errors_fatal 8484 1726867702.46226: checking for max_fail_percentage 8484 1726867702.46228: done checking for max_fail_percentage 8484 1726867702.46228: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.46229: done checking to see if all hosts have failed 8484 1726867702.46230: getting the remaining hosts for this loop 8484 1726867702.46231: done getting the remaining hosts for this loop 8484 1726867702.46234: getting the next task for host managed_node3 8484 1726867702.46242: done getting next task for host managed_node3 8484 1726867702.46245: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867702.46249: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867702.46260: getting variables 8484 1726867702.46261: in VariableManager get_vars() 8484 1726867702.46290: Calling all_inventory to load vars for managed_node3 8484 1726867702.46292: Calling groups_inventory to load vars for managed_node3 8484 1726867702.46294: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.46302: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.46304: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.46310: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.46924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.47785: done with get_vars() 8484 1726867702.47796: done getting variables 8484 1726867702.47836: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 20 September 2024 17:28:22 -0400 (0:00:00.033) 0:00:37.775 ****** 8484 1726867702.47858: entering _queue_task() for managed_node3/include_vars 8484 1726867702.48169: worker is 1 (out of 1 available) 8484 1726867702.48241: exiting _queue_task() for managed_node3/include_vars 8484 1726867702.48257: done queuing things up, now waiting for results queue to drain 8484 1726867702.48258: waiting for pending results... 8484 1726867702.48531: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867702.48626: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000056c 8484 1726867702.48636: variable 'ansible_search_path' from source: unknown 8484 1726867702.48640: variable 'ansible_search_path' from source: unknown 8484 1726867702.48891: variable 'ansible_facts' from source: unknown 8484 1726867702.49181: variable 'ansible_facts' from source: unknown 8484 1726867702.49575: variable 'ansible_facts' from source: unknown 8484 1726867702.49853: variable 'ansible_facts' from source: unknown 8484 1726867702.50039: variable 'omit' from source: magic vars 8484 1726867702.50138: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.50148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.50158: variable 'omit' from source: magic vars 8484 1726867702.50597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867702.51053: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867702.51095: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867702.51129: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867702.51213: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867702.51329: variable '__vars_file' from source: task vars 8484 1726867702.51421: variable 'role_path' from source: magic vars 8484 1726867702.51468: variable 'item' from source: unknown 8484 1726867702.51477: Evaluated conditional (__vars_file is file): False 8484 1726867702.51479: when evaluation is False, skipping this task 8484 1726867702.51510: variable 'item' from source: unknown 8484 1726867702.51591: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867702.51777: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.51780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.51783: variable 'omit' from source: magic vars 8484 1726867702.51857: variable '__vars_file' from source: task vars 8484 1726867702.51914: variable 'role_path' from source: magic vars 8484 1726867702.51918: variable 'item' from source: unknown 8484 1726867702.51927: Evaluated conditional (__vars_file is file): False 8484 1726867702.51929: when evaluation is False, skipping this task 8484 1726867702.51952: variable 'item' from source: unknown 8484 1726867702.51996: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867702.52079: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.52082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.52085: variable 'omit' from source: magic vars 8484 1726867702.52186: variable '__vars_file' from source: task vars 8484 1726867702.52243: variable 'role_path' from source: magic vars 8484 1726867702.52246: variable 'item' from source: unknown 8484 1726867702.52254: Evaluated conditional (__vars_file is file): False 8484 1726867702.52257: when evaluation is False, skipping this task 8484 1726867702.52281: variable 'item' from source: unknown 8484 1726867702.52325: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867702.52397: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.52401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.52403: variable 'omit' from source: magic vars 8484 1726867702.52505: variable '__vars_file' from source: task vars 8484 1726867702.52561: variable 'role_path' from source: magic vars 8484 1726867702.52564: variable 'item' from source: unknown 8484 1726867702.52573: Evaluated conditional (__vars_file is file): False 8484 1726867702.52576: when evaluation is False, skipping this task 8484 1726867702.52598: variable 'item' from source: unknown 8484 1726867702.52644: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867702.52712: dumping result to json 8484 1726867702.52715: done dumping result, returning 8484 1726867702.52717: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-00000000056c] 8484 1726867702.52719: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000056c 8484 1726867702.52754: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000056c 8484 1726867702.52756: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8484 1726867702.52795: no more pending results, returning what we have 8484 1726867702.52798: results queue empty 8484 1726867702.52799: checking for any_errors_fatal 8484 1726867702.52804: done checking for any_errors_fatal 8484 1726867702.52804: checking for max_fail_percentage 8484 1726867702.52806: done checking for max_fail_percentage 8484 1726867702.52807: checking to see if all hosts have failed and the running result is not ok 8484 1726867702.52808: done checking to see if all hosts have failed 8484 1726867702.52809: getting the remaining hosts for this loop 8484 1726867702.52811: done getting the remaining hosts for this loop 8484 1726867702.52814: getting the next task for host managed_node3 8484 1726867702.52822: done getting next task for host managed_node3 8484 1726867702.52825: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867702.52828: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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 8484 1726867702.52841: getting variables 8484 1726867702.52843: in VariableManager get_vars() 8484 1726867702.52886: Calling all_inventory to load vars for managed_node3 8484 1726867702.52889: Calling groups_inventory to load vars for managed_node3 8484 1726867702.52891: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867702.52900: Calling all_plugins_play to load vars for managed_node3 8484 1726867702.52903: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867702.52905: Calling groups_plugins_play to load vars for managed_node3 8484 1726867702.53326: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867702.53999: done with get_vars() 8484 1726867702.54014: done getting variables 8484 1726867702.54064: 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.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 20 September 2024 17:28:22 -0400 (0:00:00.062) 0:00:37.837 ****** 8484 1726867702.54095: entering _queue_task() for managed_node3/package 8484 1726867702.54349: worker is 1 (out of 1 available) 8484 1726867702.54360: exiting _queue_task() for managed_node3/package 8484 1726867702.54476: done queuing things up, now waiting for results queue to drain 8484 1726867702.54478: waiting for pending results... 8484 1726867702.54987: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867702.54993: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000513 8484 1726867702.54995: variable 'ansible_search_path' from source: unknown 8484 1726867702.54998: variable 'ansible_search_path' from source: unknown 8484 1726867702.55001: calling self._execute() 8484 1726867702.55003: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.55005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.55007: variable 'omit' from source: magic vars 8484 1726867702.55075: variable 'omit' from source: magic vars 8484 1726867702.55133: variable 'omit' from source: magic vars 8484 1726867702.55168: variable '__snapshot_packages' from source: role '' all vars 8484 1726867702.55360: variable '__snapshot_packages' from source: role '' all vars 8484 1726867702.55589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867702.57707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867702.57795: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867702.57843: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867702.57888: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867702.57922: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867702.58029: 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) 8484 1726867702.58068: 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) 8484 1726867702.58101: 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) 8484 1726867702.58146: 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) 8484 1726867702.58272: 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) 8484 1726867702.58284: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867702.58294: variable 'omit' from source: magic vars 8484 1726867702.58329: variable 'omit' from source: magic vars 8484 1726867702.58361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867702.58397: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867702.58422: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867702.58446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867702.58461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867702.58501: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867702.58510: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.58519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.58622: Set connection var ansible_pipelining to False 8484 1726867702.58635: Set connection var ansible_timeout to 10 8484 1726867702.58642: Set connection var ansible_connection to ssh 8484 1726867702.58656: Set connection var ansible_shell_type to sh 8484 1726867702.58666: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867702.58680: Set connection var ansible_shell_executable to /bin/sh 8484 1726867702.58713: variable 'ansible_shell_executable' from source: unknown 8484 1726867702.58721: variable 'ansible_connection' from source: unknown 8484 1726867702.58777: variable 'ansible_module_compression' from source: unknown 8484 1726867702.58780: variable 'ansible_shell_type' from source: unknown 8484 1726867702.58782: variable 'ansible_shell_executable' from source: unknown 8484 1726867702.58784: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867702.58786: variable 'ansible_pipelining' from source: unknown 8484 1726867702.58788: variable 'ansible_timeout' from source: unknown 8484 1726867702.58790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867702.58868: 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) 8484 1726867702.58889: variable 'omit' from source: magic vars 8484 1726867702.58899: starting attempt loop 8484 1726867702.58905: running the handler 8484 1726867702.58921: variable 'ansible_facts' from source: unknown 8484 1726867702.59028: variable 'ansible_facts' from source: unknown 8484 1726867702.59031: _low_level_execute_command(): starting 8484 1726867702.59034: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867702.59691: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867702.59703: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867702.59716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867702.59788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867702.59828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867702.59844: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867702.59866: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867702.59993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867702.61817: stdout chunk (state=3): >>>/root <<< 8484 1726867702.61873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867702.61886: stdout chunk (state=3): >>><<< 8484 1726867702.61897: stderr chunk (state=3): >>><<< 8484 1726867702.61936: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867702.61953: _low_level_execute_command(): starting 8484 1726867702.61963: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364 `" && echo ansible-tmp-1726867702.619425-9886-3274328532364="` echo /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364 `" ) && sleep 0' 8484 1726867702.62578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867702.62592: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867702.62605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867702.62628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867702.62644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867702.62654: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867702.62683: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867702.62696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867702.62733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867702.62789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867702.62818: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867702.62942: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867702.64931: stdout chunk (state=3): >>>ansible-tmp-1726867702.619425-9886-3274328532364=/root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364 <<< 8484 1726867702.65068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867702.65083: stdout chunk (state=3): >>><<< 8484 1726867702.65093: stderr chunk (state=3): >>><<< 8484 1726867702.65121: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867702.619425-9886-3274328532364=/root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867702.65275: variable 'ansible_module_compression' from source: unknown 8484 1726867702.65279: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867702.65281: variable 'ansible_facts' from source: unknown 8484 1726867702.65400: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py 8484 1726867702.65635: Sending initial data 8484 1726867702.65639: Sent initial data (147 bytes) 8484 1726867702.66194: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867702.66207: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867702.66221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867702.66278: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867702.66336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867702.66356: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867702.66385: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867702.66519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867702.68316: 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 <<< 8484 1726867702.68410: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867702.68515: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpr4ztp_a3 /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py <<< 8484 1726867702.68519: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py" <<< 8484 1726867702.68745: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpr4ztp_a3" to remote "/root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py" <<< 8484 1726867702.70401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867702.70490: stderr chunk (state=3): >>><<< 8484 1726867702.70500: stdout chunk (state=3): >>><<< 8484 1726867702.70678: done transferring module to remote 8484 1726867702.70681: _low_level_execute_command(): starting 8484 1726867702.70684: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/ /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py && sleep 0' 8484 1726867702.71891: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867702.72041: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867702.72053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867702.72069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867702.72085: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867702.72098: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867702.72107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867702.72126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867702.72265: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867702.72432: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867702.72772: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867702.74692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867702.74695: stdout chunk (state=3): >>><<< 8484 1726867702.74697: stderr chunk (state=3): >>><<< 8484 1726867702.74714: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867702.74779: _low_level_execute_command(): starting 8484 1726867702.74782: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/AnsiballZ_dnf.py && sleep 0' 8484 1726867702.75312: 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 <<< 8484 1726867702.75327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867702.75338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867702.75383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867702.75400: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867702.75506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867702.77708: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867702.77738: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867702.77774: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867702.77853: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867702.77884: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867702.77917: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867702.77946: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867702.77960: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867702.78008: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867702.78011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.78030: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867702.78057: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867702.78090: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867702.78116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867702.78128: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41a184d0> <<< 8484 1726867702.78135: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb419e7b30> <<< 8484 1726867702.78158: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867702.78169: 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 0x7feb41a1aa50> <<< 8484 1726867702.78193: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867702.78225: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867702.78227: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867702.78243: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867702.78283: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867702.78376: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867702.78399: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867702.78403: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867702.78426: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867702.78455: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867702.78458: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867702.78485: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867702.78488: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867702.78500: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867702.78526: 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' <<< 8484 1726867702.78556: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41809130> <<< 8484 1726867702.78616: 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 <<< 8484 1726867702.78623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.78634: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4180a120> <<< 8484 1726867702.78662: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867702.78688: 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. <<< 8484 1726867702.78962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867702.78973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867702.78998: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867702.79007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.79025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867702.79062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867702.79090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867702.79110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867702.79130: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4184ff80> <<< 8484 1726867702.79140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867702.79165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867702.79187: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867702.79194: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4185c110> <<< 8484 1726867702.79213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867702.79244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867702.79264: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867702.79319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.79331: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867702.79362: 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 0x7feb4187f9b0> <<< 8484 1726867702.79391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867702.79404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4187ff80> <<< 8484 1726867702.79420: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867702.79472: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4185fc50> <<< 8484 1726867702.79487: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867702.79520: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4185d370> <<< 8484 1726867702.79619: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4184d130> <<< 8484 1726867702.79660: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867702.79668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867702.79693: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867702.79742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867702.79768: 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' <<< 8484 1726867702.79792: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418a3890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418a24b0> <<< 8484 1726867702.79829: 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 0x7feb4185e240> <<< 8484 1726867702.79843: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418a0d70> <<< 8484 1726867702.79899: 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 0x7feb418d08f0> <<< 8484 1726867702.79919: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4184c3b0> <<< 8484 1726867702.79955: 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' <<< 8484 1726867702.79984: 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 0x7feb418d0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d0c50> <<< 8484 1726867702.80027: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.80030: 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 0x7feb418d1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41842ed0> <<< 8484 1726867702.80074: 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' <<< 8484 1726867702.80091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867702.80164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d13a0> import 'importlib.machinery' # <<< 8484 1726867702.80198: 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' <<< 8484 1726867702.80203: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d25a0> <<< 8484 1726867702.80229: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867702.80234: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867702.80245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867702.80283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867702.80316: 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 0x7feb418ec7d0> <<< 8484 1726867702.80393: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867702.80398: 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 0x7feb418edf10> <<< 8484 1726867702.80401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867702.80441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867702.80455: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418eedb0> <<< 8484 1726867702.80489: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.80503: 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 0x7feb418ef410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418ee300> <<< 8484 1726867702.80529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867702.80560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867702.80585: 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 0x7feb418efe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418ef5c0> <<< 8484 1726867702.80634: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d2600> <<< 8484 1726867702.80660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867702.80697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867702.80700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867702.80723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867702.80764: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.80809: 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 0x7feb4161fd10> # /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' <<< 8484 1726867702.80813: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.80851: 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 0x7feb4164c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164c560> # 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 0x7feb4164c680> <<< 8484 1726867702.80897: 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' <<< 8484 1726867702.80965: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.81095: 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 0x7feb4164d130> <<< 8484 1726867702.81209: 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' <<< 8484 1726867702.81218: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb4164daf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164c9e0> <<< 8484 1726867702.81233: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4161deb0> <<< 8484 1726867702.81252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867702.81279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867702.81305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867702.81321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164ee70> <<< 8484 1726867702.81349: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164d9a0> <<< 8484 1726867702.81366: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d2cf0> <<< 8484 1726867702.81399: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867702.81456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.81483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867702.81515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867702.81542: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41673200> <<< 8484 1726867702.81592: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867702.81613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.81632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867702.81656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867702.81692: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4169f560> <<< 8484 1726867702.81721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867702.81761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867702.81820: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867702.81843: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867702.81854: 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 0x7feb416f8380> <<< 8484 1726867702.81866: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867702.81895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867702.81920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867702.81968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867702.82052: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb416faae0> <<< 8484 1726867702.82126: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb416f84a0> <<< 8484 1726867702.82159: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb416c5370> <<< 8484 1726867702.82190: 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 0x7feb414fd460> <<< 8484 1726867702.82214: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4169e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164fdd0> <<< 8484 1726867702.82342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867702.82367: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feb4169e6c0> <<< 8484 1726867702.82537: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_8gj315qh/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867702.82662: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.82702: 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' <<< 8484 1726867702.82741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867702.82832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867702.82868: 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 0x7feb41557170> <<< 8484 1726867702.82873: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867702.83052: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41536060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb415351f0> # zipimport: zlib available <<< 8484 1726867702.83089: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867702.83115: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.83138: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867702.83159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.84517: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.85663: 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' <<< 8484 1726867702.85699: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41555040> <<< 8484 1726867702.85702: 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' <<< 8484 1726867702.85742: 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' <<< 8484 1726867702.85745: 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' <<< 8484 1726867702.85792: 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 0x7feb4157eba0> <<< 8484 1726867702.85846: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4157e930> <<< 8484 1726867702.85853: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4157e240> <<< 8484 1726867702.85876: 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' <<< 8484 1726867702.85921: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4157e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41557e00> import 'atexit' # <<< 8484 1726867702.85957: 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 0x7feb4157f950> <<< 8484 1726867702.85974: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.86001: 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 0x7feb4157fb90> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867702.86052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867702.86064: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867702.86110: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb415a0080> import 'pwd' # <<< 8484 1726867702.86128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867702.86155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867702.86187: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f15df0> <<< 8484 1726867702.86212: 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 0x7feb40f17a10> <<< 8484 1726867702.86248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867702.86255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867702.86303: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1c410> <<< 8484 1726867702.86316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867702.86349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867702.86388: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1d310> <<< 8484 1726867702.86392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867702.86442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867702.86446: 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' <<< 8484 1726867702.86507: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1ff80> <<< 8484 1726867702.86537: 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 0x7feb40f20170> <<< 8484 1726867702.86547: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1e300> <<< 8484 1726867702.86576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867702.86599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867702.86621: 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' <<< 8484 1726867702.86644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867702.86668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867702.86707: 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' <<< 8484 1726867702.86716: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f23f50> <<< 8484 1726867702.86727: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867702.86789: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f22780> <<< 8484 1726867702.86807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867702.86813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867702.86885: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f22cf0> <<< 8484 1726867702.86915: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1e810> <<< 8484 1726867702.86942: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.86945: 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 0x7feb40f681d0> <<< 8484 1726867702.86974: 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' <<< 8484 1726867702.86981: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f683b0> <<< 8484 1726867702.86992: 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 <<< 8484 1726867702.87028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867702.87031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867702.87033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867702.87068: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.87077: 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 0x7feb40f69df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f69bb0> <<< 8484 1726867702.87093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867702.87208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867702.87261: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.87266: 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 0x7feb40f6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f6a4b0> <<< 8484 1726867702.87284: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867702.87327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.87340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867702.87358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867702.87404: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f6fb00> <<< 8484 1726867702.87523: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f6c4d0> <<< 8484 1726867702.87591: 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 0x7feb40f70950> <<< 8484 1726867702.87618: 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 0x7feb40f70c20> <<< 8484 1726867702.87671: 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 0x7feb40f70e30> <<< 8484 1726867702.87674: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f68590> <<< 8484 1726867702.87707: 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 <<< 8484 1726867702.87711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867702.87717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867702.87740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867702.87767: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.87790: 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 0x7feb40ffc500> <<< 8484 1726867702.87935: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.87941: 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 0x7feb40ffd8b0> <<< 8484 1726867702.87957: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f72cf0> <<< 8484 1726867702.87987: 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 0x7feb40f738c0> <<< 8484 1726867702.87994: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f72900> <<< 8484 1726867702.88013: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867702.88037: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88121: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88212: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88225: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88238: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867702.88253: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88267: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867702.88275: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88389: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.88506: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.89046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.89593: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867702.89597: 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' # <<< 8484 1726867702.89625: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867702.89627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.89678: 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 0x7feb40e019d0> <<< 8484 1726867702.89767: 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' <<< 8484 1726867702.89783: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e02810> <<< 8484 1726867702.89789: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ffda90> <<< 8484 1726867702.89840: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867702.89854: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.89887: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867702.89904: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.90039: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.90192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867702.90213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e02870> <<< 8484 1726867702.90224: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.90676: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91107: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91182: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91264: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867702.91280: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91347: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867702.91353: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91411: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91487: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867702.91497: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91530: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867702.91581: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91612: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867702.91637: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.91835: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867702.92129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867702.92167: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867702.92231: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e03a70> <<< 8484 1726867702.92234: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92309: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92375: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867702.92392: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867702.92407: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92449: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92498: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867702.92513: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92536: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.92708: 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 <<< 8484 1726867702.92745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.92825: 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 0x7feb40e0e570> <<< 8484 1726867702.92867: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e09c70> <<< 8484 1726867702.92898: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867702.92907: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867702.92969: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.93032: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.93056: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.93111: 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' <<< 8484 1726867702.93120: 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 <<< 8484 1726867702.93137: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867702.93171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867702.93218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867702.93239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867702.93254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867702.93315: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb415cee10> <<< 8484 1726867702.93354: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb415b6ae0> <<< 8484 1726867702.93437: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e0e780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f71b50> # destroy ansible.module_utils.distro <<< 8484 1726867702.93443: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867702.93483: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.93515: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867702.93560: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867702.93563: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.93590: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867702.93599: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.94172: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.94692: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.95352: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.96011: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 8484 1726867702.96019: 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 0x7feb40ea0e60> <<< 8484 1726867702.96036: 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 0x7feb40ea1070> <<< 8484 1726867702.96060: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 8484 1726867702.96069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 8484 1726867702.96090: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 8484 1726867702.96094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 8484 1726867702.96116: 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 0x7feb40ea17c0> <<< 8484 1726867702.96123: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea1340> <<< 8484 1726867702.96137: 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' <<< 8484 1726867702.96158: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 8484 1726867702.96164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 8484 1726867702.96204: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea20c0> <<< 8484 1726867702.96226: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 8484 1726867702.96241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 8484 1726867702.96245: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867702.96263: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867702.96282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867702.96297: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867702.96319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 8484 1726867702.96328: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 8484 1726867702.96338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 8484 1726867702.96351: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e8c200> <<< 8484 1726867702.96373: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 8484 1726867702.96379: 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 0x7feb40e8c110> <<< 8484 1726867702.96401: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867702.96404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 8484 1726867702.96424: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a36990> <<< 8484 1726867702.96455: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea3890> <<< 8484 1726867702.96489: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867702.96532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867702.96536: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867702.96576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 8484 1726867702.96579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867702.96612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867702.96671: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a45520> <<< 8484 1726867702.96709: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a44050> <<< 8484 1726867702.96730: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a37440> <<< 8484 1726867702.96767: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea2d50> <<< 8484 1726867702.96775: 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' <<< 8484 1726867702.96797: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867702.96851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867702.96866: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 8484 1726867702.96891: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab1610> <<< 8484 1726867702.97010: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a69760> <<< 8484 1726867702.97130: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea32f0> <<< 8484 1726867702.97157: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 8484 1726867702.97183: 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 <<< 8484 1726867702.97228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867702.97241: 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 0x7feb40ab9220> <<< 8484 1726867702.97293: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab33e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a69280> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea2720> <<< 8484 1726867702.97315: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea2150> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea1e80> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea10d0> <<< 8484 1726867702.97356: 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 0x7feb40ea2180> <<< 8484 1726867702.97359: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 8484 1726867702.97395: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867702.97398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867702.97447: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab9880> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab9400> <<< 8484 1726867702.97484: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 8484 1726867702.97504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867702.97544: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab9fa0> <<< 8484 1726867702.97585: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867702.97589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867702.97649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867702.97678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867702.97750: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867702.97824: 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 0x7feb40ac8980> <<< 8484 1726867702.97998: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40aa1b20> <<< 8484 1726867702.98017: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40abaea0> <<< 8484 1726867702.98043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867702.98054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867702.98098: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40aa1610> <<< 8484 1726867702.98113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867702.98141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ad6630> <<< 8484 1726867702.98177: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 8484 1726867702.98180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867702.98204: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ad72c0> <<< 8484 1726867702.98212: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ad6d80> <<< 8484 1726867702.98241: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867702.98297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867702.98362: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ad77a0> <<< 8484 1726867702.98378: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867702.98421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867702.98639: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40adbc80> <<< 8484 1726867702.98669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867702.98680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867702.98704: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409ca090> <<< 8484 1726867702.98735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.98865: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867702.98868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.98973: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.99111: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867702.99124: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.99172: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.99216: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867702.99223: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.99347: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867702.99453: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867702.99544: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.00001: 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' <<< 8484 1726867703.00023: 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 <<< 8484 1726867703.00031: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867703.00052: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 8484 1726867703.00060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409feff0> <<< 8484 1726867703.00087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867703.00117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867703.00243: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409ff110> <<< 8484 1726867703.00268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867703.00278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 8484 1726867703.00294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 8484 1726867703.00303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 8484 1726867703.00333: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.00341: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb4075b2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4075ab40> <<< 8484 1726867703.00365: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.00373: 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 0x7feb4075ad20> <<< 8484 1726867703.00407: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409ff650> <<< 8484 1726867703.00410: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409fe270> <<< 8484 1726867703.00440: 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 0x7feb409fecf0> <<< 8484 1726867703.00514: 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 <<< 8484 1726867703.00558: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867703.00595: 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' <<< 8484 1726867703.00619: 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' <<< 8484 1726867703.00743: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 8484 1726867703.00751: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb407d4980> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407d4590> <<< 8484 1726867703.00775: 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 <<< 8484 1726867703.00820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867703.00868: 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 0x7feb407fc290> <<< 8484 1726867703.00894: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407d4ad0> <<< 8484 1726867703.00916: 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 <<< 8484 1726867703.01002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867703.01930: 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 0x7feb4032f3b0> <<< 8484 1726867703.01997: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407fc440> <<< 8484 1726867703.02016: 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 <<< 8484 1726867703.02089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867703.02176: 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 0x7feb403acec0> <<< 8484 1726867703.02331: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4032f770> <<< 8484 1726867703.02351: 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 <<< 8484 1726867703.02388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867703.02475: 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 0x7feb403afec0> <<< 8484 1726867703.02522: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb403ad070> <<< 8484 1726867703.02529: 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 <<< 8484 1726867703.02572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867703.02643: 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 0x7feb403effe0> <<< 8484 1726867703.02687: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb403ec230> <<< 8484 1726867703.02702: 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 <<< 8484 1726867703.02719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867703.02766: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867703.02780: 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 0x7feb3e935310> <<< 8484 1726867703.02792: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e934710> <<< 8484 1726867703.02802: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407d4110> <<< 8484 1726867703.02809: 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 <<< 8484 1726867703.02850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867703.02875: 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 <<< 8484 1726867703.02883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867703.02898: 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 <<< 8484 1726867703.02905: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867703.02939: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.02941: 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 0x7feb3e954800> <<< 8484 1726867703.02982: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e937c50> <<< 8484 1726867703.02991: 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 <<< 8484 1726867703.03015: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867703.03039: 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 <<< 8484 1726867703.03055: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 8484 1726867703.03086: 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 0x7feb3e956db0> <<< 8484 1726867703.03089: 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 <<< 8484 1726867703.03123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867703.03129: 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 <<< 8484 1726867703.03164: 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 0x7feb3e957cb0> <<< 8484 1726867703.03194: 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 <<< 8484 1726867703.03200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.03611: 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 0x7feb3e984590><<< 8484 1726867703.03617: stdout chunk (state=3): >>> <<< 8484 1726867703.03652: 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 <<< 8484 1726867703.03666: 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 0x7feb3e985a30> <<< 8484 1726867703.03680: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e957ec0> <<< 8484 1726867703.03693: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e956c60> <<< 8484 1726867703.03712: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e956600> <<< 8484 1726867703.03735: 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 <<< 8484 1726867703.03754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.03851: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 8484 1726867703.03866: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb3e987650> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9571d0> <<< 8484 1726867703.03930: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e954aa0> <<< 8484 1726867703.03969: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e937260> <<< 8484 1726867703.04000: 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' <<< 8484 1726867703.04142: 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 0x7feb3e937980> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9376e0> <<< 8484 1726867703.04186: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e935460> <<< 8484 1726867703.04201: 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 0x7feb3e9c0bc0> <<< 8484 1726867703.04225: 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 <<< 8484 1726867703.04248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867703.04290: 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' <<< 8484 1726867703.04294: 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 <<< 8484 1726867703.04329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867703.04333: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9c30b0> <<< 8484 1726867703.04356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867703.04363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867703.04393: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9c3890> <<< 8484 1726867703.04396: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9c23f0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 8484 1726867703.04429: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867703.04450: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9e8050> <<< 8484 1726867703.04483: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9c0b90> <<< 8484 1726867703.04524: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 8484 1726867703.04552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867703.04573: 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' <<< 8484 1726867703.04588: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9e9ac0> <<< 8484 1726867703.04625: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9e9040> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9e8e60> <<< 8484 1726867703.04634: 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' <<< 8484 1726867703.04654: 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 <<< 8484 1726867703.04684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867703.04723: 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 <<< 8484 1726867703.04773: stdout chunk (state=3): >>># 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' <<< 8484 1726867703.04777: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3ea14b90> <<< 8484 1726867703.04793: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867703.04835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867703.04853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867703.04904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867703.04918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867703.04934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867703.04939: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e2e2c30> <<< 8484 1726867703.04987: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.04991: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.04993: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb3e2e2f90> <<< 8484 1726867703.05031: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3ea16ea0> <<< 8484 1726867703.05067: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3ea15040> <<< 8484 1726867703.05083: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ebf50> <<< 8484 1726867703.05117: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ea2d0> <<< 8484 1726867703.05123: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ea000> <<< 8484 1726867703.05144: 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 <<< 8484 1726867703.05153: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867703.05181: 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 <<< 8484 1726867703.05186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.05226: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867703.05230: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e31cb00> <<< 8484 1726867703.05243: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e2e3c20> <<< 8484 1726867703.05275: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ea810> <<< 8484 1726867703.05308: 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 <<< 8484 1726867703.05311: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867703.05328: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e31d160> <<< 8484 1726867703.05353: 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 <<< 8484 1726867703.05358: 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 0x7feb3e31d520> <<< 8484 1726867703.05381: 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 0x7feb3e31d5e0> <<< 8484 1726867703.05415: 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 0x7feb3e31d700> <<< 8484 1726867703.05432: 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 <<< 8484 1726867703.05461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867703.05484: 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 <<< 8484 1726867703.05504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867703.05571: 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 0x7feb3e33c2c0> <<< 8484 1726867703.05588: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e31e420> <<< 8484 1726867703.05611: 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 <<< 8484 1726867703.05617: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33c3e0> <<< 8484 1726867703.05639: 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 <<< 8484 1726867703.05642: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867703.05674: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33c4d0> <<< 8484 1726867703.05679: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e31d550> <<< 8484 1726867703.05713: 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' <<< 8484 1726867703.05718: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33c680> <<< 8484 1726867703.05742: 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 <<< 8484 1726867703.05752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867703.05786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867703.05848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867703.05869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867703.05964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867703.05990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867703.06000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867703.06029: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.06034: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb3e367fe0> <<< 8484 1726867703.06064: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3674a0> <<< 8484 1726867703.06118: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e365f40> <<< 8484 1726867703.06260: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33de80> <<< 8484 1726867703.06273: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33d2e0> <<< 8484 1726867703.06299: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 8484 1726867703.06307: 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 0x7feb40a37fb0> <<< 8484 1726867703.06332: 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 <<< 8484 1726867703.06353: 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 0x7feb3e33f530> <<< 8484 1726867703.06374: 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' <<< 8484 1726867703.06398: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a08f0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 8484 1726867703.06408: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a0b60> <<< 8484 1726867703.06424: 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 <<< 8484 1726867703.06436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 8484 1726867703.06449: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867703.06464: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 8484 1726867703.06484: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a14c0> <<< 8484 1726867703.06490: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a0f50> <<< 8484 1726867703.06512: 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 <<< 8484 1726867703.06523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a23c0> <<< 8484 1726867703.06545: stdout chunk (state=3): >>>import 'gc' # <<< 8484 1726867703.06548: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4075b4d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409fdb20> <<< 8484 1726867703.07118: 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 <<< 8484 1726867703.07124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867703.07156: 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 <<< 8484 1726867703.07165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.07182: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a2f90> <<< 8484 1726867703.07197: 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' <<< 8484 1726867703.07218: 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 <<< 8484 1726867703.07262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867703.07289: 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 <<< 8484 1726867703.07334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867703.07366: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e17ba10> <<< 8484 1726867703.07386: 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' <<< 8484 1726867703.07412: 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 <<< 8484 1726867703.07432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867703.07458: 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' <<< 8484 1726867703.07583: 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 0x7feb3e19da30> <<< 8484 1726867703.07589: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e19d610> <<< 8484 1726867703.07614: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.07633: 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 0x7feb4157e840> <<< 8484 1726867703.07652: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e19c4d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e17bd10> <<< 8484 1726867703.07678: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e178a70> <<< 8484 1726867703.07699: 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 <<< 8484 1726867703.07714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867703.07717: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e19c2c0> <<< 8484 1726867703.07743: 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 <<< 8484 1726867703.07762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.07784: 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 <<< 8484 1726867703.07808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867703.07849: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1b3080> <<< 8484 1726867703.07895: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1b1bb0> <<< 8484 1726867703.07905: 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 <<< 8484 1726867703.07916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867703.07968: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1d8890> # /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 0x7feb3e1d8b90> <<< 8484 1726867703.07982: 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' <<< 8484 1726867703.08003: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1d8e00> <<< 8484 1726867703.08033: 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 <<< 8484 1726867703.08039: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1d90a0> <<< 8484 1726867703.08058: 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 <<< 8484 1726867703.08061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 8484 1726867703.08101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867703.08134: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1d97c0> <<< 8484 1726867703.08139: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1d9610> <<< 8484 1726867703.08186: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1db0b0> <<< 8484 1726867703.08206: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1db200> <<< 8484 1726867703.08225: 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 <<< 8484 1726867703.08242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867703.08257: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1db410> <<< 8484 1726867703.08289: 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 <<< 8484 1726867703.08328: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.08375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f03b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1dbbf0> <<< 8484 1726867703.08414: 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' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f0f50> <<< 8484 1726867703.08464: 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 0x7feb3e1f13a0> <<< 8484 1726867703.08482: 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' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f1580> <<< 8484 1726867703.08524: 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' <<< 8484 1726867703.08546: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f1850> # /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 <<< 8484 1726867703.08562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f2720> <<< 8484 1726867703.08614: 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' <<< 8484 1726867703.08618: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f2990> <<< 8484 1726867703.08645: 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' <<< 8484 1726867703.08691: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f2ba0> <<< 8484 1726867703.08699: 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' <<< 8484 1726867703.08742: 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 0x7feb3e1f3770> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f3290> <<< 8484 1726867703.08773: 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' <<< 8484 1726867703.08783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 8484 1726867703.08811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e218620> <<< 8484 1726867703.08817: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f3f20> <<< 8484 1726867703.08846: 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' <<< 8484 1726867703.08852: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e2192b0> <<< 8484 1726867703.08882: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867703.08894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 8484 1726867703.08934: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e219580> <<< 8484 1726867703.08958: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 8484 1726867703.08965: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21a4e0> <<< 8484 1726867703.09008: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21a780> <<< 8484 1726867703.09033: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21a930> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a33e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a3170> <<< 8484 1726867703.09038: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a28d0> <<< 8484 1726867703.09061: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867703.09128: 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' <<< 8484 1726867703.09132: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21b290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21aff0> <<< 8484 1726867703.09164: 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' <<< 8484 1726867703.09188: 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 <<< 8484 1726867703.09236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867703.09259: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867703.09286: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867703.09363: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e23d6d0> <<< 8484 1726867703.09367: 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' <<< 8484 1726867703.09484: stdout chunk (state=3): >>># /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' <<< 8484 1726867703.09491: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e23ed20> <<< 8484 1726867703.09554: 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 0x7feb3e23e000> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e23dbb0> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 8484 1726867703.09602: 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 0x7feb3df90650> <<< 8484 1726867703.09620: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df77a40> <<< 8484 1726867703.09642: 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' <<< 8484 1726867703.09672: 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 <<< 8484 1726867703.09719: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867703.09725: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867703.09754: 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' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df93590> <<< 8484 1726867703.09796: 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' <<< 8484 1726867703.09800: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df93e30> <<< 8484 1726867703.09839: 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' <<< 8484 1726867703.09842: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867703.09879: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df90ce0> <<< 8484 1726867703.09885: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df909b0> <<< 8484 1726867703.09917: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21b500> <<< 8484 1726867703.09939: 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 <<< 8484 1726867703.09949: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 8484 1726867703.09977: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e23d4c0> <<< 8484 1726867703.09997: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21b260> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a30e0> <<< 8484 1726867703.10029: 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 <<< 8484 1726867703.10046: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867703.10078: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfba090> <<< 8484 1726867703.10107: 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 <<< 8484 1726867703.10127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867703.10134: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfba960> <<< 8484 1726867703.10161: 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 <<< 8484 1726867703.10173: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfbb950> <<< 8484 1726867703.10200: 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 <<< 8484 1726867703.10263: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 8484 1726867703.10314: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfbbfb0> # /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 <<< 8484 1726867703.10361: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 8484 1726867703.10406: stdout chunk (state=3): >>># 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' <<< 8484 1726867703.10694: 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 0x7feb3dfe5670> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe5040> <<< 8484 1726867703.10727: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe4ce0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe4980> # /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 <<< 8484 1726867703.10795: stdout chunk (state=3): >>># 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 0x7feb3dfe4d70> <<< 8484 1726867703.10802: 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 <<< 8484 1726867703.10859: stdout chunk (state=3): >>># 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' <<< 8484 1726867703.10909: 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 0x7feb3dfe7380> # /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' <<< 8484 1726867703.10960: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe7440> # /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' <<< 8484 1726867703.11090: 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 0x7feb3dfe7b60> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe79e0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 8484 1726867703.11141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 8484 1726867703.11156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 8484 1726867703.11321: 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 # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e016180> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 8484 1726867703.11362: stdout chunk (state=3): >>># 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' <<< 8484 1726867703.11410: 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 0x7feb3e0173b0> # /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 0x7feb3e017620> <<< 8484 1726867703.11489: 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' # 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' <<< 8484 1726867703.11496: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feb3e017770> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0174d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e016e70> <<< 8484 1726867703.11525: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e016300> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0155b0> <<< 8484 1726867703.11532: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e014b30> <<< 8484 1726867703.11552: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0143b0> <<< 8484 1726867703.11558: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe6e70> <<< 8484 1726867703.11578: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe6360> <<< 8484 1726867703.11612: 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' <<< 8484 1726867703.11621: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0170e0> <<< 8484 1726867703.11638: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867703.11657: 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 0x7feb3e017bf0> <<< 8484 1726867703.11704: 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 0x7feb3e040500> <<< 8484 1726867703.11744: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 8484 1726867703.11749: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0408c0> <<< 8484 1726867703.11766: 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 <<< 8484 1726867703.11787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867703.11802: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0411f0> <<< 8484 1726867703.11818: 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 <<< 8484 1726867703.11840: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867703.11872: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e041d60> <<< 8484 1726867703.24820: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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}}} <<< 8484 1726867703.25964: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867703.25991: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867703.26529: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867703.26547: 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 <<< 8484 1726867703.26576: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time <<< 8484 1726867703.26582: stdout chunk (state=3): >>># cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # 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 <<< 8484 1726867703.26603: 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 <<< 8484 1726867703.26616: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib <<< 8484 1726867703.26649: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.26687: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 8484 1726867703.26692: 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 # 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 <<< 8484 1726867703.26704: stdout chunk (state=3): >>># 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<<< 8484 1726867703.26727: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 8484 1726867703.26749: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.26780: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.26798: stdout chunk (state=3): >>># cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _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 <<< 8484 1726867703.26818: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.26841: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.26857: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.27410: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 8484 1726867703.27413: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma <<< 8484 1726867703.27428: stdout chunk (state=3): >>># destroy zipfile._path <<< 8484 1726867703.27436: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 8484 1726867703.27457: stdout chunk (state=3): >>># destroy zipimport <<< 8484 1726867703.27461: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 8484 1726867703.27466: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 8484 1726867703.27492: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867703.27505: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867703.27524: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867703.27555: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common<<< 8484 1726867703.27561: stdout chunk (state=3): >>> # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves <<< 8484 1726867703.27586: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867703.27599: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 8484 1726867703.27612: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 8484 1726867703.27629: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.27651: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867703.27684: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867703.27706: 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 <<< 8484 1726867703.27719: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.27741: stdout chunk (state=3): >>># cleanup[3] wiping termios # cleanup[3] wiping curses <<< 8484 1726867703.27758: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor <<< 8484 1726867703.27762: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.27783: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 8484 1726867703.27804: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey <<< 8484 1726867703.27814: stdout chunk (state=3): >>># cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 8484 1726867703.27831: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf <<< 8484 1726867703.27835: stdout chunk (state=3): >>># destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 8484 1726867703.27863: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression <<< 8484 1726867703.27887: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request <<< 8484 1726867703.27893: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.27898: stdout chunk (state=3): >>># destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 8484 1726867703.27924: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 8484 1726867703.27939: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset <<< 8484 1726867703.27943: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.27976: stdout chunk (state=3): >>># destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # 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 <<< 8484 1726867703.27983: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket <<< 8484 1726867703.28014: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # 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 <<< 8484 1726867703.28022: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors <<< 8484 1726867703.28042: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping platform <<< 8484 1726867703.28056: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.28101: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.28108: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 8484 1726867703.28112: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 8484 1726867703.28138: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # 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 <<< 8484 1726867703.28160: stdout chunk (state=3): >>># destroy enum <<< 8484 1726867703.28190: stdout chunk (state=3): >>># 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 <<< 8484 1726867703.28215: stdout chunk (state=3): >>># cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 8484 1726867703.28219: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867703.28241: 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 <<< 8484 1726867703.28726: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867703.28768: stdout chunk (state=3): >>># destroy _weakref <<< 8484 1726867703.28780: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 8484 1726867703.28803: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867703.28811: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867703.28826: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867703.28844: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867703.28862: stdout chunk (state=3): >>># destroy _queue <<< 8484 1726867703.28875: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 8484 1726867703.28899: 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 <<< 8484 1726867703.28915: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867703.28919: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 8484 1726867703.28940: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867703.28972: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex<<< 8484 1726867703.28975: stdout chunk (state=3): >>> # 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 <<< 8484 1726867703.28994: stdout chunk (state=3): >>># destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 8484 1726867703.29035: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8484 1726867703.29056: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 8484 1726867703.29060: 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 <<< 8484 1726867703.29088: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867703.29124: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 8484 1726867703.29135: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 8484 1726867703.29218: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867703.29250: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 8484 1726867703.29257: stdout chunk (state=3): >>># destroy string <<< 8484 1726867703.29280: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867703.29355: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867703.29466: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 8484 1726867703.29486: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 8484 1726867703.29518: stdout chunk (state=3): >>># destroy _sre <<< 8484 1726867703.29522: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867703.30204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867703.30241: stderr chunk (state=3): >>><<< 8484 1726867703.30244: stdout chunk (state=3): >>><<< 8484 1726867703.30419: _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 0x7feb41a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb419e7b30> # /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 0x7feb41a1aa50> 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 0x7feb41809130> # /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 0x7feb4180a120> 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 0x7feb4184ff80> # /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 0x7feb4185c110> # /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 0x7feb4187f9b0> # /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 0x7feb4187ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4185fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4185d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4184d130> # /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 0x7feb418a3890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418a24b0> # /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 0x7feb4185e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418a0d70> # /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 0x7feb418d08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4184c3b0> # /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 0x7feb418d0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d0c50> # 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 0x7feb418d1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41842ed0> # /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 0x7feb418d16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d13a0> 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 0x7feb418d25a0> 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 0x7feb418ec7d0> 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 0x7feb418edf10> # /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 0x7feb418eedb0> # 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 0x7feb418ef410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418ee300> # /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 0x7feb418efe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418ef5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d2600> # /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 0x7feb4161fd10> # /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 0x7feb4164c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164c560> # 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 0x7feb4164c680> # /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 0x7feb4164d130> # 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 0x7feb4164daf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164c9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4161deb0> # /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 0x7feb4164ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164d9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb418d2cf0> # /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 0x7feb41673200> # /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 0x7feb4169f560> # /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 0x7feb416f8380> # /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 0x7feb416faae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb416f84a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb416c5370> # /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 0x7feb414fd460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4169e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4164fdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feb4169e6c0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_8gj315qh/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 0x7feb41557170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41536060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb415351f0> # 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 0x7feb41555040> # /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 0x7feb4157eba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4157e930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4157e240> # /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 0x7feb4157e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb41557e00> 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 0x7feb4157f950> # 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 0x7feb4157fb90> # /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 0x7feb415a0080> 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 0x7feb40f15df0> # 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 0x7feb40f17a10> # /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 0x7feb40f1c410> # /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 0x7feb40f1d310> # /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 0x7feb40f1ff80> # 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 0x7feb40f20170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1e300> # /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 0x7feb40f23f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f22780> # /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 0x7feb40f22cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f1e810> # 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 0x7feb40f681d0> # /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 0x7feb40f683b0> # /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 0x7feb40f69df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f69bb0> # /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 0x7feb40f6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f6a4b0> # /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 0x7feb40f6fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f6c4d0> # 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 0x7feb40f70950> # 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 0x7feb40f70c20> # 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 0x7feb40f70e30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f68590> # /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 0x7feb40ffc500> # 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 0x7feb40ffd8b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f72cf0> # 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 0x7feb40f738c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f72900> # 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 0x7feb40e019d0> # /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 0x7feb40e02810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ffda90> 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 0x7feb40e02870> # 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 0x7feb40e03a70> # 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 0x7feb40e0e570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e09c70> 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 0x7feb415cee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb415b6ae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40e0e780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40f71b50> # 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 0x7feb40ea0e60> # /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 0x7feb40ea1070> # /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 0x7feb40ea17c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea1340> # /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 0x7feb40ea20c0> # /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 0x7feb40e8c200> # /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 0x7feb40e8c110> # /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 0x7feb40a36990> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea3890> # /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 0x7feb40a45520> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a44050> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a37440> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea2d50> # /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 0x7feb40ab1610> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a69760> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea32f0> # /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 0x7feb40ab9220> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab33e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40a69280> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea2720> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea2150> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea1e80> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ea10d0> # /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 0x7feb40ea2180> # /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 0x7feb40ab9880> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ab9400> # /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 0x7feb40ab9fa0> # /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 0x7feb40ac8980> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40aa1b20> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40abaea0> # /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 0x7feb40aa1610> # /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 0x7feb40ad6630> # /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 0x7feb40ad72c0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb40ad6d80> # /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 0x7feb40ad77a0> # /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 0x7feb40adbc80> # /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 0x7feb409ca090> # 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 0x7feb409feff0> # /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 0x7feb409ff110> # /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 0x7feb4075b2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4075ab40> # 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 0x7feb4075ad20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409ff650> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409fe270> # /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 0x7feb409fecf0> # /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 0x7feb407d4980> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407d4590> # /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 0x7feb407fc290> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407d4ad0> # /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 0x7feb4032f3b0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407fc440> # /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 0x7feb403acec0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4032f770> # /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 0x7feb403afec0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb403ad070> # /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 0x7feb403effe0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb403ec230> # /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 0x7feb3e935310> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e934710> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb407d4110> # /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 0x7feb3e954800> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e937c50> # /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 0x7feb3e956db0> # /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 0x7feb3e957cb0> # /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 0x7feb3e984590> # /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 0x7feb3e985a30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e957ec0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e956c60> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e956600> # /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 0x7feb3e987650> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9571d0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e954aa0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e937260> # /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 0x7feb3e937980> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9376e0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e935460> # /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 0x7feb3e9c0bc0> # /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 0x7feb3e9c30b0> # /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 0x7feb3e9c3890> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9c23f0> # /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 0x7feb3e9e8050> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9c0b90> # /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 0x7feb3e9e9ac0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9e9040> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9e8e60> # /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 0x7feb3ea14b90> # /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 0x7feb3e2e2c30> # 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 0x7feb3e2e2f90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3ea16ea0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3ea15040> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ebf50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ea2d0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ea000> # /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 0x7feb3e31cb00> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e2e3c20> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e9ea810> # /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 0x7feb3e31d160> # /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 0x7feb3e31d520> # /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 0x7feb3e31d5e0> # /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 0x7feb3e31d700> # /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 0x7feb3e33c2c0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e31e420> # /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 0x7feb3e33c3e0> # /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 0x7feb3e33c4d0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e31d550> # /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 0x7feb3e33c680> # /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 0x7feb3e367fe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3674a0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e365f40> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33de80> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e33d2e0> # /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 0x7feb40a37fb0> # /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 0x7feb3e33f530> # /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 0x7feb3e3a08f0> # /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 0x7feb3e3a0b60> # /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 0x7feb3e3a14c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a0f50> # /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 0x7feb3e3a23c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb4075b4d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb409fdb20> # /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 0x7feb3e3a2f90> # /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 0x7feb3e17ba10> # /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 0x7feb3e19da30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e19d610> # 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 0x7feb4157e840> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e19c4d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e17bd10> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e178a70> # /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 0x7feb3e19c2c0> # /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 0x7feb3e1b3080> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1b1bb0> # /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 0x7feb3e1d8890> # /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 0x7feb3e1d8b90> # /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 0x7feb3e1d8e00> # /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 0x7feb3e1d90a0> # /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 0x7feb3e1d97c0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1d9610> # /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 0x7feb3e1db0b0> # /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 0x7feb3e1db200> # /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 0x7feb3e1db410> # /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 0x7feb3e1f03b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1dbbf0> # /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 0x7feb3e1f0f50> # /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 0x7feb3e1f13a0> # /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 0x7feb3e1f1580> # /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 0x7feb3e1f1850> # /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 0x7feb3e1f2720> # /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 0x7feb3e1f2990> # /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 0x7feb3e1f2ba0> # /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 0x7feb3e1f3770> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f3290> # /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 0x7feb3e218620> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e1f3f20> # /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 0x7feb3e2192b0> # /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 0x7feb3e219580> # /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 0x7feb3e21a4e0> # /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 0x7feb3e21a780> # /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 0x7feb3e21a930> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a33e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a3170> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a28d0> # /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 0x7feb3e21b290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21aff0> # /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 0x7feb3e23d6d0> # /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 0x7feb3e23ed20> # 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 0x7feb3e23e000> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e23dbb0> # /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 0x7feb3df90650> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df77a40> # /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 0x7feb3df93590> # /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 0x7feb3df93e30> # /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 0x7feb3df90ce0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3df909b0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21b500> # /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 0x7feb3e23d4c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e21b260> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e3a30e0> # /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 0x7feb3dfba090> # /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 0x7feb3dfba960> # /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 0x7feb3dfbb950> # /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 0x7feb3dfbbfb0> # /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 0x7feb3dfe5670> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe5040> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe4ce0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe4980> # /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 0x7feb3dfe4d70> # /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 0x7feb3dfe7380> # /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 0x7feb3dfe7440> # /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 0x7feb3dfe7b60> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe79e0> # /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 0x7feb3e016180> # /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 0x7feb3e0173b0> # /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 0x7feb3e017620> # /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 0x7feb3e017770> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0174d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e016e70> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e016300> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0155b0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e014b30> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3e0143b0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe6e70> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7feb3dfe6360> # /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 0x7feb3e0170e0> # /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 0x7feb3e017bf0> # /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 0x7feb3e040500> # /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 0x7feb3e0408c0> # /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 0x7feb3e0411f0> # /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 0x7feb3e041d60> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867703.31548: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', 'util-linux-core'], '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-1726867702.619425-9886-3274328532364/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867703.31552: _low_level_execute_command(): starting 8484 1726867703.31554: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867702.619425-9886-3274328532364/ > /dev/null 2>&1 && sleep 0' 8484 1726867703.31557: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867703.31560: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867703.31562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867703.31564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867703.31566: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867703.31568: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867703.31572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.31575: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867703.31577: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867703.31579: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867703.31581: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867703.31583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867703.31585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867703.31587: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867703.31589: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867703.31591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.31593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867703.31595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867703.31598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867703.31600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867703.33360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867703.33389: stderr chunk (state=3): >>><<< 8484 1726867703.33393: stdout chunk (state=3): >>><<< 8484 1726867703.33408: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867703.33413: handler run complete 8484 1726867703.33475: attempt loop complete, returning result 8484 1726867703.33478: _execute() done 8484 1726867703.33481: dumping result to json 8484 1726867703.33483: done dumping result, returning 8484 1726867703.33485: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed [02e58e3f-6ce9-dbaf-c049-000000000513] 8484 1726867703.33487: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000513 8484 1726867703.33574: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000513 8484 1726867703.33577: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867703.33653: no more pending results, returning what we have 8484 1726867703.33655: results queue empty 8484 1726867703.33656: checking for any_errors_fatal 8484 1726867703.33665: done checking for any_errors_fatal 8484 1726867703.33666: checking for max_fail_percentage 8484 1726867703.33667: done checking for max_fail_percentage 8484 1726867703.33668: checking to see if all hosts have failed and the running result is not ok 8484 1726867703.33669: done checking to see if all hosts have failed 8484 1726867703.33671: getting the remaining hosts for this loop 8484 1726867703.33673: done getting the remaining hosts for this loop 8484 1726867703.33676: getting the next task for host managed_node3 8484 1726867703.33685: done getting next task for host managed_node3 8484 1726867703.33689: ^ task is: TASK: fedora.linux_system_roles.snapshot : Run snapshot module {{ snapshot_lvm_action }} 8484 1726867703.33692: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867703.33702: getting variables 8484 1726867703.33703: in VariableManager get_vars() 8484 1726867703.33741: Calling all_inventory to load vars for managed_node3 8484 1726867703.33743: Calling groups_inventory to load vars for managed_node3 8484 1726867703.33746: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867703.33754: Calling all_plugins_play to load vars for managed_node3 8484 1726867703.33757: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867703.33759: Calling groups_plugins_play to load vars for managed_node3 8484 1726867703.34195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867703.34596: done with get_vars() 8484 1726867703.34611: done getting variables 8484 1726867703.34736: variable 'snapshot_lvm_action' from source: include params TASK [fedora.linux_system_roles.snapshot : Run snapshot module snapshot] ******* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Friday 20 September 2024 17:28:23 -0400 (0:00:00.806) 0:00:38.644 ****** 8484 1726867703.34761: entering _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867703.34763: Creating lock for fedora.linux_system_roles.snapshot 8484 1726867703.34979: worker is 1 (out of 1 available) 8484 1726867703.34992: exiting _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867703.35004: done queuing things up, now waiting for results queue to drain 8484 1726867703.35008: waiting for pending results... 8484 1726867703.35182: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module snapshot 8484 1726867703.35255: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000515 8484 1726867703.35264: variable 'ansible_search_path' from source: unknown 8484 1726867703.35267: variable 'ansible_search_path' from source: unknown 8484 1726867703.35294: calling self._execute() 8484 1726867703.35369: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867703.35374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867703.35384: variable 'omit' from source: magic vars 8484 1726867703.35466: variable 'omit' from source: magic vars 8484 1726867703.35503: variable 'omit' from source: magic vars 8484 1726867703.35526: variable 'snapshot_lvm_action' from source: include params 8484 1726867703.35660: variable 'snapshot_lvm_action' from source: include params 8484 1726867703.35765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867703.37159: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867703.37212: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867703.37240: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867703.37265: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867703.37286: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867703.37346: 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) 8484 1726867703.37366: 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) 8484 1726867703.37385: 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) 8484 1726867703.37415: 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) 8484 1726867703.37426: 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) 8484 1726867703.37493: variable 'ansible_check_mode' from source: magic vars 8484 1726867703.37588: variable 'snapshot_lvm_all_vgs' from source: include params 8484 1726867703.37659: variable 'snapshot_lvm_verify_only' from source: role '' defaults 8484 1726867703.37727: variable 'snapshot_lvm_mount_origin' from source: role '' defaults 8484 1726867703.37799: variable 'snapshot_lvm_mountpoint_create' from source: role '' defaults 8484 1726867703.37869: variable 'snapshot_lvm_unmount_all' from source: role '' defaults 8484 1726867703.37938: variable 'snapshot_lvm_percent_space_required' from source: include params 8484 1726867703.37942: variable 'omit' from source: magic vars 8484 1726867703.38014: variable 'snapshot_lvm_vg' from source: role '' defaults 8484 1726867703.38018: variable 'omit' from source: magic vars 8484 1726867703.38088: variable 'snapshot_lvm_lv' from source: role '' defaults 8484 1726867703.38091: variable 'omit' from source: magic vars 8484 1726867703.38157: variable 'snapshot_lvm_snapset_name' from source: include params 8484 1726867703.38160: variable 'omit' from source: magic vars 8484 1726867703.38232: variable 'snapshot_lvm_mount_options' from source: role '' defaults 8484 1726867703.38236: variable 'omit' from source: magic vars 8484 1726867703.38305: variable 'snapshot_lvm_fstype' from source: role '' defaults 8484 1726867703.38311: variable 'omit' from source: magic vars 8484 1726867703.38375: variable 'snapshot_lvm_mountpoint' from source: role '' defaults 8484 1726867703.38378: variable 'omit' from source: magic vars 8484 1726867703.38451: variable 'snapshot_lvm_set' from source: role '' defaults 8484 1726867703.38459: variable 'omit' from source: magic vars 8484 1726867703.38538: variable 'snapshot_lvm_vg_include' from source: play vars 8484 1726867703.38551: variable 'omit' from source: magic vars 8484 1726867703.38572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867703.38592: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867703.38613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867703.38622: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867703.38630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867703.38652: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867703.38655: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867703.38657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867703.38726: Set connection var ansible_pipelining to False 8484 1726867703.38732: Set connection var ansible_timeout to 10 8484 1726867703.38734: Set connection var ansible_connection to ssh 8484 1726867703.38741: Set connection var ansible_shell_type to sh 8484 1726867703.38746: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867703.38751: Set connection var ansible_shell_executable to /bin/sh 8484 1726867703.38768: variable 'ansible_shell_executable' from source: unknown 8484 1726867703.38773: variable 'ansible_connection' from source: unknown 8484 1726867703.38775: variable 'ansible_module_compression' from source: unknown 8484 1726867703.38778: variable 'ansible_shell_type' from source: unknown 8484 1726867703.38780: variable 'ansible_shell_executable' from source: unknown 8484 1726867703.38782: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867703.38786: variable 'ansible_pipelining' from source: unknown 8484 1726867703.38789: variable 'ansible_timeout' from source: unknown 8484 1726867703.38793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867703.38883: 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__) 8484 1726867703.38891: variable 'omit' from source: magic vars 8484 1726867703.38897: starting attempt loop 8484 1726867703.38900: running the handler 8484 1726867703.38912: _low_level_execute_command(): starting 8484 1726867703.38918: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867703.39422: 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 <<< 8484 1726867703.39425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.39435: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867703.39438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.39475: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867703.39491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867703.39594: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867703.41280: stdout chunk (state=3): >>>/root <<< 8484 1726867703.41381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867703.41409: stderr chunk (state=3): >>><<< 8484 1726867703.41415: stdout chunk (state=3): >>><<< 8484 1726867703.41437: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867703.41448: _low_level_execute_command(): starting 8484 1726867703.41451: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992 `" && echo ansible-tmp-1726867703.4143608-9910-28248616469992="` echo /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992 `" ) && sleep 0' 8484 1726867703.41851: 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 <<< 8484 1726867703.41891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867703.41895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.41897: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867703.41899: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867703.41901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.41944: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867703.41948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867703.41952: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867703.42040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867703.44002: stdout chunk (state=3): >>>ansible-tmp-1726867703.4143608-9910-28248616469992=/root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992 <<< 8484 1726867703.44102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867703.44127: stderr chunk (state=3): >>><<< 8484 1726867703.44132: stdout chunk (state=3): >>><<< 8484 1726867703.44150: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867703.4143608-9910-28248616469992=/root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867703.44188: variable 'ansible_module_compression' from source: unknown 8484 1726867703.44228: ANSIBALLZ: Using lock for fedora.linux_system_roles.snapshot 8484 1726867703.44231: ANSIBALLZ: Acquiring lock 8484 1726867703.44234: ANSIBALLZ: Lock acquired: 140415006163168 8484 1726867703.44236: ANSIBALLZ: Creating module 8484 1726867703.53286: ANSIBALLZ: Writing module into payload 8484 1726867703.53457: ANSIBALLZ: Writing module 8484 1726867703.53479: ANSIBALLZ: Renaming module 8484 1726867703.53485: ANSIBALLZ: Done creating module 8484 1726867703.53504: variable 'ansible_facts' from source: unknown 8484 1726867703.53555: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py 8484 1726867703.53660: Sending initial data 8484 1726867703.53663: Sent initial data (154 bytes) 8484 1726867703.54134: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867703.54137: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867703.54140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.54142: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867703.54147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867703.54149: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.54189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867703.54201: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867703.54308: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867703.56011: 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 <<< 8484 1726867703.56101: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867703.56193: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp_949co0o /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py <<< 8484 1726867703.56196: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py" <<< 8484 1726867703.56284: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp_949co0o" to remote "/root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py" <<< 8484 1726867703.57056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867703.57101: stderr chunk (state=3): >>><<< 8484 1726867703.57105: stdout chunk (state=3): >>><<< 8484 1726867703.57123: done transferring module to remote 8484 1726867703.57134: _low_level_execute_command(): starting 8484 1726867703.57139: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/ /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py && sleep 0' 8484 1726867703.57586: 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 <<< 8484 1726867703.57589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867703.57591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.57593: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867703.57595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.57640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867703.57648: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867703.57791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867703.59655: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867703.59681: stderr chunk (state=3): >>><<< 8484 1726867703.59684: stdout chunk (state=3): >>><<< 8484 1726867703.59699: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867703.59702: _low_level_execute_command(): starting 8484 1726867703.59710: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/AnsiballZ_snapshot.py && sleep 0' 8484 1726867703.60149: 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 <<< 8484 1726867703.60153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.60155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867703.60157: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867703.60159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867703.60204: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867703.60212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867703.60213: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867703.60325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867703.62577: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867703.62628: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867703.62694: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867703.62781: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867703.62785: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867703.62793: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867703.62802: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867703.62863: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867703.62867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.62908: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 8484 1726867703.62940: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867703.62974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867703.62977: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06f104d0> <<< 8484 1726867703.62980: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06edfb30> <<< 8484 1726867703.63006: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867703.63027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867703.63032: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06f12a50> <<< 8484 1726867703.63040: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867703.63065: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867703.63083: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867703.63094: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867703.63129: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867703.63133: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867703.63259: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 8484 1726867703.63288: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867703.63295: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867703.63322: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867703.63332: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867703.63346: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867703.63349: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867703.63377: 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' <<< 8484 1726867703.63415: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d05130> <<< 8484 1726867703.63473: 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 <<< 8484 1726867703.63485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.63494: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d06120> <<< 8484 1726867703.63519: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867703.63546: 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. <<< 8484 1726867703.63802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867703.63873: 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' <<< 8484 1726867703.63877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867703.63910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867703.63929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867703.63950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867703.63976: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d4bf80> <<< 8484 1726867703.63998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867703.64023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867703.64035: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d58110> <<< 8484 1726867703.64058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867703.64102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867703.64117: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867703.64268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.64273: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d7b950> # /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 0x7f6e06d7bfe0> import '_collections' # <<< 8484 1726867703.64317: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d5bbf0> <<< 8484 1726867703.64335: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867703.64355: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d592e0> <<< 8484 1726867703.64673: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d49130> # /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' <<< 8484 1726867703.64680: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d9f920> <<< 8484 1726867703.64682: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d9e540> <<< 8484 1726867703.64689: 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 0x7f6e06d5a210> <<< 8484 1726867703.64692: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d9cd40> <<< 8484 1726867703.64744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867703.64750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcc950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d483b0> <<< 8484 1726867703.64776: 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' <<< 8484 1726867703.64802: 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 0x7f6e06dcce00> <<< 8484 1726867703.64991: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcccb0> <<< 8484 1726867703.65009: 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 0x7f6e06dcd0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d3eed0> # /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 0x7f6e06dcd790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcd460> 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' <<< 8484 1726867703.65035: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dce660> import 'importlib.util' # import 'runpy' # <<< 8484 1726867703.65074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867703.65106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867703.65135: 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 0x7f6e06de8890> <<< 8484 1726867703.65157: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867703.65192: 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 0x7f6e06de9fd0> <<< 8484 1726867703.65217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867703.65244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867703.65272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867703.65521: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06deae70> # 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 0x7f6e06deb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dea3c0> # /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 0x7f6e06debe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06deb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dce6c0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867703.65524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867703.65543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867703.65559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867703.65608: 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 0x7f6e06b6bce0> <<< 8484 1726867703.65633: 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' <<< 8484 1726867703.65663: 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 0x7f6e06b94800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b94560> <<< 8484 1726867703.65687: 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 0x7f6e06b94830> <<< 8484 1726867703.65712: 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' <<< 8484 1726867703.65794: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.65920: 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 0x7f6e06b95160> <<< 8484 1726867703.66048: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.66074: 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 0x7f6e06b95ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b94a10> <<< 8484 1726867703.66100: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b69e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867703.66121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867703.66152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867703.66299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b96e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b95be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcedb0> # /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' <<< 8484 1726867703.66325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867703.66355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867703.66391: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06bbf200> <<< 8484 1726867703.66438: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867703.66462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.66480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867703.66501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867703.66538: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06be7590> <<< 8484 1726867703.66562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867703.66611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867703.66672: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867703.66690: 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 0x7f6e06c443b0> <<< 8484 1726867703.66707: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867703.66741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867703.66768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867703.66816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867703.66913: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06c46b10> <<< 8484 1726867703.66992: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06c444d0> <<< 8484 1726867703.67021: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06c113a0> <<< 8484 1726867703.67051: 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 0x7f6e06529490> <<< 8484 1726867703.67078: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06be6390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b97dd0> <<< 8484 1726867703.67200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867703.67219: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e06be6990> <<< 8484 1726867703.67354: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_4relcenp/ansible_fedora.linux_system_roles.snapshot_payload.zip' # zipimport: zlib available <<< 8484 1726867703.67491: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.67523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867703.67530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867703.67578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867703.67657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867703.67687: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867703.67690: 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 0x7f6e0657b200> <<< 8484 1726867703.67703: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867703.67891: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0655e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0655d250> <<< 8484 1726867703.67903: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.67926: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867703.67938: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.67953: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.67980: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.67985: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867703.68007: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.69436: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.70594: 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 0x7f6e065790d0> <<< 8484 1726867703.70617: 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' <<< 8484 1726867703.70645: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867703.70671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867703.70685: 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' <<< 8484 1726867703.70716: 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 0x7f6e065aab70> <<< 8484 1726867703.70757: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065aa900> <<< 8484 1726867703.70827: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065aa210> <<< 8484 1726867703.70833: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867703.70862: 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 0x7f6e065aa660> <<< 8484 1726867703.70876: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0657bc20> import 'atexit' # <<< 8484 1726867703.70926: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.70930: 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 0x7f6e065ab8f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.70958: 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 0x7f6e065abb30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867703.71019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867703.71035: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867703.71076: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065abf50> <<< 8484 1726867703.71088: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867703.71104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867703.71135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867703.71169: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06419cd0> <<< 8484 1726867703.71203: 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 0x7f6e0641b8f0> <<< 8484 1726867703.71233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867703.71251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867703.71333: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641c2c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867703.71365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867703.71368: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641d190> <<< 8484 1726867703.71388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867703.71428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867703.71449: 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' <<< 8484 1726867703.71507: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641ff20> <<< 8484 1726867703.71551: 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 0x7f6e06deade0> <<< 8484 1726867703.71576: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641e1e0> <<< 8484 1726867703.71589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867703.71651: 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' <<< 8484 1726867703.71669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867703.71709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867703.71737: 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' <<< 8484 1726867703.71754: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06427ef0> import '_tokenize' # <<< 8484 1726867703.71836: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064269c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06426720> <<< 8484 1726867703.71860: 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' <<< 8484 1726867703.71935: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06426c90> <<< 8484 1726867703.71979: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641e6f0> <<< 8484 1726867703.72020: 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 0x7f6e0646bfb0> <<< 8484 1726867703.72045: 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 0x7f6e0646c2f0> <<< 8484 1726867703.72073: 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 <<< 8484 1726867703.72100: 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 <<< 8484 1726867703.72135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867703.72151: 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 0x7f6e0646dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0646db50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867703.72289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867703.72346: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.72354: 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 0x7f6e06470230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0646e420> <<< 8484 1726867703.72378: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867703.72420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.72450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867703.72467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867703.72503: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064739e0> <<< 8484 1726867703.72635: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064703e0> <<< 8484 1726867703.72718: 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 0x7f6e06474830> <<< 8484 1726867703.72733: 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 0x7f6e06474a70> <<< 8484 1726867703.72780: 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 0x7f6e06474b90> <<< 8484 1726867703.72818: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0646c500> <<< 8484 1726867703.72830: 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 <<< 8484 1726867703.72865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867703.72893: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867703.72914: 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 0x7f6e063002f0> <<< 8484 1726867703.73078: 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 0x7f6e06301730> <<< 8484 1726867703.73127: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06476ab0> <<< 8484 1726867703.73130: 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 0x7f6e06477e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064766f0> <<< 8484 1726867703.73162: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867703.73190: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.73277: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.73394: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867703.73424: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867703.73446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.73564: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.73683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.74243: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.74916: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e06305ac0> <<< 8484 1726867703.74984: 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' <<< 8484 1726867703.75026: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06306780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06301940> <<< 8484 1726867703.75057: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867703.75143: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867703.75272: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.75427: 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' <<< 8484 1726867703.75555: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06305640> # zipimport: zlib available <<< 8484 1726867703.75928: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.76381: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.76444: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.76529: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867703.76614: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.76628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867703.76716: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.76793: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867703.76827: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867703.76936: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867703.76939: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867703.77142: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77166: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867703.77453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867703.77477: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867703.77540: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06307950> <<< 8484 1726867703.77557: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77627: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77708: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867703.77733: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867703.77789: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867703.77846: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77887: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77936: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.77986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.78060: 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 <<< 8484 1726867703.78099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867703.78199: 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 0x7f6e063121e0> <<< 8484 1726867703.78230: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0630f1a0> <<< 8484 1726867703.78282: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867703.78296: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.78348: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.78412: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.78442: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.78501: 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 <<< 8484 1726867703.78515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 8484 1726867703.78545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867703.78559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867703.78633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867703.78653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867703.78669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867703.78721: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06402a80> <<< 8484 1726867703.78767: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065e2750> <<< 8484 1726867703.78852: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e063122d0> <<< 8484 1726867703.78868: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e063066c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867703.78903: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.78934: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867703.79002: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867703.79045: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867703.79135: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 8484 1726867703.79204: stdout chunk (state=3): >>># 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' # <<< 8484 1726867703.79229: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.80368: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867703.81475: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867707.34410: stdout chunk (state=3): >>> {"changed": true, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "snapshot", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": false, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "15", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ <<< 8484 1726867707.35574: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json<<< 8484 1726867707.35586: stdout chunk (state=3): >>>.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 8484 1726867707.36184: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867707.36451: stdout chunk (state=3): >>># 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<<< 8484 1726867707.36458: stdout chunk (state=3): >>> # destroy distro.distro # destroy argparse<<< 8484 1726867707.36545: stdout chunk (state=3): >>> # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux<<< 8484 1726867707.36832: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # 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 <<< 8484 1726867707.36843: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 8484 1726867707.36858: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings<<< 8484 1726867707.36878: stdout chunk (state=3): >>> # cleanup[3] wiping _thread # cleanup[3] wiping _imp<<< 8484 1726867707.36911: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 8484 1726867707.36915: stdout chunk (state=3): >>> # cleanup[3] wiping builtins # destroy selinux._selinux<<< 8484 1726867707.36953: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal <<< 8484 1726867707.37015: stdout chunk (state=3): >>># destroy _datetime <<< 8484 1726867707.37167: stdout chunk (state=3): >>># destroy sys.monitoring<<< 8484 1726867707.37187: stdout chunk (state=3): >>> <<< 8484 1726867707.37211: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867707.37267: stdout chunk (state=3): >>># destroy _collections # destroy platform <<< 8484 1726867707.37323: stdout chunk (state=3): >>># destroy _uuid<<< 8484 1726867707.37339: stdout chunk (state=3): >>> # destroy stat # destroy genericpath # destroy re._parser<<< 8484 1726867707.37377: stdout chunk (state=3): >>> # destroy tokenize<<< 8484 1726867707.37410: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867707.37413: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867707.37461: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize<<< 8484 1726867707.37500: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools<<< 8484 1726867707.37504: stdout chunk (state=3): >>> # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external<<< 8484 1726867707.37540: stdout chunk (state=3): >>> # destroy _imp # destroy marshal # clear sys.meta_path # clear sys.modules<<< 8484 1726867707.37564: stdout chunk (state=3): >>> # destroy _frozen_importlib<<< 8484 1726867707.37655: stdout chunk (state=3): >>> <<< 8484 1726867707.37707: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases<<< 8484 1726867707.37728: stdout chunk (state=3): >>> # destroy encodings.utf_8 # destroy encodings.utf_8_sig <<< 8484 1726867707.37735: stdout chunk (state=3): >>># destroy encodings.cp437 <<< 8484 1726867707.37783: stdout chunk (state=3): >>># destroy _codecs # destroy io <<< 8484 1726867707.37795: stdout chunk (state=3): >>># destroy traceback<<< 8484 1726867707.37842: stdout chunk (state=3): >>> # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 8484 1726867707.37849: stdout chunk (state=3): >>># destroy atexit <<< 8484 1726867707.37874: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time<<< 8484 1726867707.37898: stdout chunk (state=3): >>> # destroy _random<<< 8484 1726867707.37904: stdout chunk (state=3): >>> # destroy _weakref <<< 8484 1726867707.37967: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator<<< 8484 1726867707.37972: stdout chunk (state=3): >>> <<< 8484 1726867707.37985: stdout chunk (state=3): >>># destroy _string<<< 8484 1726867707.38009: stdout chunk (state=3): >>> # destroy re # destroy itertools <<< 8484 1726867707.38033: stdout chunk (state=3): >>># destroy _abc # destroy _sre<<< 8484 1726867707.38037: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy _io<<< 8484 1726867707.38044: stdout chunk (state=3): >>> # destroy builtins # destroy _thread<<< 8484 1726867707.38067: stdout chunk (state=3): >>> # clear sys.audit hooks<<< 8484 1726867707.38073: stdout chunk (state=3): >>> <<< 8484 1726867707.38812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867707.38843: stderr chunk (state=3): >>><<< 8484 1726867707.38852: stdout chunk (state=3): >>><<< 8484 1726867707.38923: _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 0x7f6e06f104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06edfb30> # /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 0x7f6e06f12a50> 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 0x7f6e06d05130> # /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 0x7f6e06d06120> 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 0x7f6e06d4bf80> # /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 0x7f6e06d58110> # /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 0x7f6e06d7b950> # /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 0x7f6e06d7bfe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d5bbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d592e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d49130> # /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 0x7f6e06d9f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d9e540> # /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 0x7f6e06d5a210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d9cd40> # /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 0x7f6e06dcc950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d483b0> # /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 0x7f6e06dcce00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcccb0> # 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 0x7f6e06dcd0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06d3eed0> # /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 0x7f6e06dcd790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcd460> 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 0x7f6e06dce660> 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 0x7f6e06de8890> 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 0x7f6e06de9fd0> # /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 0x7f6e06deae70> # 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 0x7f6e06deb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dea3c0> # /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 0x7f6e06debe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06deb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dce6c0> # /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 0x7f6e06b6bce0> # /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 0x7f6e06b94800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b94560> # 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 0x7f6e06b94830> # /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 0x7f6e06b95160> # 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 0x7f6e06b95ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b94a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b69e80> # /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 0x7f6e06b96e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b95be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06dcedb0> # /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 0x7f6e06bbf200> # /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 0x7f6e06be7590> # /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 0x7f6e06c443b0> # /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 0x7f6e06c46b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06c444d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06c113a0> # /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 0x7f6e06529490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06be6390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06b97dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e06be6990> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_4relcenp/ansible_fedora.linux_system_roles.snapshot_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 0x7f6e0657b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0655e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0655d250> # 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 0x7f6e065790d0> # /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 0x7f6e065aab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065aa900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065aa210> # /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 0x7f6e065aa660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0657bc20> 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 0x7f6e065ab8f0> # 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 0x7f6e065abb30> # /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 0x7f6e065abf50> 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 0x7f6e06419cd0> # 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 0x7f6e0641b8f0> # /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 0x7f6e0641c2c0> # /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 0x7f6e0641d190> # /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 0x7f6e0641ff20> # 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 0x7f6e06deade0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641e1e0> # /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 0x7f6e06427ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064269c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06426720> # /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 0x7f6e06426c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0641e6f0> # 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 0x7f6e0646bfb0> # /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 0x7f6e0646c2f0> # /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 0x7f6e0646dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0646db50> # /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 0x7f6e06470230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0646e420> # /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 0x7f6e064739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064703e0> # 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 0x7f6e06474830> # 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 0x7f6e06474a70> # 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 0x7f6e06474b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0646c500> # /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 0x7f6e063002f0> # 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 0x7f6e06301730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06476ab0> # 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 0x7f6e06477e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e064766f0> # 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 0x7f6e06305ac0> # /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 0x7f6e06306780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e06301940> 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 0x7f6e06305640> # 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 0x7f6e06307950> # 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 0x7f6e063121e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e0630f1a0> 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 0x7f6e06402a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e065e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e063122d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e063066c0> # 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 # zipimport: zlib available {"changed": true, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "snapshot", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": false, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "15", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # destroy builtins # destroy _thread # clear sys.audit hooks 8484 1726867707.39529: done with _execute_module (fedora.linux_system_roles.snapshot, {'snapshot_lvm_action': 'snapshot', 'ansible_check_mode': False, 'snapshot_lvm_all_vgs': True, 'snapshot_lvm_verify_only': False, 'snapshot_lvm_mount_origin': False, 'snapshot_lvm_mountpoint_create': False, 'snapshot_lvm_unmount_all': False, 'snapshot_lvm_percent_space_required': '15', 'snapshot_lvm_vg': '', 'snapshot_lvm_lv': '', 'snapshot_lvm_snapset_name': 'snapset1', 'snapshot_lvm_mount_options': '', 'snapshot_lvm_fstype': '', 'snapshot_lvm_mountpoint': '', 'snapshot_lvm_set': {}, 'snapshot_lvm_vg_include': '^test_', '_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.snapshot', '_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-1726867703.4143608-9910-28248616469992/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867707.39532: _low_level_execute_command(): starting 8484 1726867707.39535: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867703.4143608-9910-28248616469992/ > /dev/null 2>&1 && sleep 0' 8484 1726867707.39619: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867707.39622: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867707.39624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867707.39639: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867707.39671: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867707.39686: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867707.39788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867707.41944: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867707.41948: stdout chunk (state=3): >>><<< 8484 1726867707.41951: stderr chunk (state=3): >>><<< 8484 1726867707.42103: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867707.42110: handler run complete 8484 1726867707.42113: attempt loop complete, returning result 8484 1726867707.42116: _execute() done 8484 1726867707.42118: dumping result to json 8484 1726867707.42120: done dumping result, returning 8484 1726867707.42122: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module snapshot [02e58e3f-6ce9-dbaf-c049-000000000515] 8484 1726867707.42124: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000515 8484 1726867707.42241: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000515 changed: [managed_node3] => { "changed": true, "errors": "", "message": "", "return_code": 0 } 8484 1726867707.42341: no more pending results, returning what we have 8484 1726867707.42344: results queue empty 8484 1726867707.42344: checking for any_errors_fatal 8484 1726867707.42355: done checking for any_errors_fatal 8484 1726867707.42358: checking for max_fail_percentage 8484 1726867707.42360: done checking for max_fail_percentage 8484 1726867707.42361: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.42362: done checking to see if all hosts have failed 8484 1726867707.42362: getting the remaining hosts for this loop 8484 1726867707.42364: done getting the remaining hosts for this loop 8484 1726867707.42367: getting the next task for host managed_node3 8484 1726867707.42379: done getting next task for host managed_node3 8484 1726867707.42384: ^ task is: TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867707.42387: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=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 8484 1726867707.42396: getting variables 8484 1726867707.42398: in VariableManager get_vars() 8484 1726867707.42437: Calling all_inventory to load vars for managed_node3 8484 1726867707.42441: Calling groups_inventory to load vars for managed_node3 8484 1726867707.42443: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.42454: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.42457: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.42460: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.42988: WORKER PROCESS EXITING 8484 1726867707.43362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.43916: done with get_vars() 8484 1726867707.43929: done getting variables 8484 1726867707.43981: 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.snapshot : Print out response] ***************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Friday 20 September 2024 17:28:27 -0400 (0:00:04.092) 0:00:42.737 ****** 8484 1726867707.44012: entering _queue_task() for managed_node3/debug 8484 1726867707.44229: worker is 1 (out of 1 available) 8484 1726867707.44243: exiting _queue_task() for managed_node3/debug 8484 1726867707.44255: done queuing things up, now waiting for results queue to drain 8484 1726867707.44257: waiting for pending results... 8484 1726867707.44432: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867707.44527: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000517 8484 1726867707.44537: variable 'ansible_search_path' from source: unknown 8484 1726867707.44541: variable 'ansible_search_path' from source: unknown 8484 1726867707.44567: calling self._execute() 8484 1726867707.44662: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.44667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.44678: variable 'omit' from source: magic vars 8484 1726867707.44757: variable 'omit' from source: magic vars 8484 1726867707.44791: variable 'omit' from source: magic vars 8484 1726867707.44820: variable 'omit' from source: magic vars 8484 1726867707.44852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867707.44881: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867707.44897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867707.44913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867707.44925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867707.44948: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867707.44951: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.44953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.45022: Set connection var ansible_pipelining to False 8484 1726867707.45027: Set connection var ansible_timeout to 10 8484 1726867707.45031: Set connection var ansible_connection to ssh 8484 1726867707.45036: Set connection var ansible_shell_type to sh 8484 1726867707.45044: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867707.45047: Set connection var ansible_shell_executable to /bin/sh 8484 1726867707.45066: variable 'ansible_shell_executable' from source: unknown 8484 1726867707.45069: variable 'ansible_connection' from source: unknown 8484 1726867707.45073: variable 'ansible_module_compression' from source: unknown 8484 1726867707.45076: variable 'ansible_shell_type' from source: unknown 8484 1726867707.45078: variable 'ansible_shell_executable' from source: unknown 8484 1726867707.45081: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.45083: variable 'ansible_pipelining' from source: unknown 8484 1726867707.45085: variable 'ansible_timeout' from source: unknown 8484 1726867707.45090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.45309: 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) 8484 1726867707.45312: variable 'omit' from source: magic vars 8484 1726867707.45315: starting attempt loop 8484 1726867707.45318: running the handler 8484 1726867707.45480: variable 'snapshot_cmd' from source: set_fact 8484 1726867707.45590: variable 'snapshot_cmd' from source: set_fact 8484 1726867707.45703: handler run complete 8484 1726867707.45722: attempt loop complete, returning result 8484 1726867707.45726: _execute() done 8484 1726867707.45731: dumping result to json 8484 1726867707.45735: done dumping result, returning 8484 1726867707.45737: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response [02e58e3f-6ce9-dbaf-c049-000000000517] 8484 1726867707.45740: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000517 ok: [managed_node3] => { "snapshot_cmd": { "changed": true, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } 8484 1726867707.46047: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000517 8484 1726867707.46058: no more pending results, returning what we have 8484 1726867707.46062: results queue empty 8484 1726867707.46063: checking for any_errors_fatal 8484 1726867707.46073: done checking for any_errors_fatal 8484 1726867707.46074: checking for max_fail_percentage 8484 1726867707.46077: done checking for max_fail_percentage 8484 1726867707.46077: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.46078: done checking to see if all hosts have failed 8484 1726867707.46079: getting the remaining hosts for this loop 8484 1726867707.46080: done getting the remaining hosts for this loop 8484 1726867707.46083: getting the next task for host managed_node3 8484 1726867707.46088: done getting next task for host managed_node3 8484 1726867707.46090: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867707.46092: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=2, 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 8484 1726867707.46100: WORKER PROCESS EXITING 8484 1726867707.46105: getting variables 8484 1726867707.46107: in VariableManager get_vars() 8484 1726867707.46129: Calling all_inventory to load vars for managed_node3 8484 1726867707.46131: Calling groups_inventory to load vars for managed_node3 8484 1726867707.46132: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.46138: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.46139: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.46141: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.46739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.47682: done with get_vars() 8484 1726867707.47702: done getting variables 8484 1726867707.47756: 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.snapshot : Set result] ************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Friday 20 September 2024 17:28:27 -0400 (0:00:00.037) 0:00:42.774 ****** 8484 1726867707.47786: entering _queue_task() for managed_node3/set_fact 8484 1726867707.48020: worker is 1 (out of 1 available) 8484 1726867707.48033: exiting _queue_task() for managed_node3/set_fact 8484 1726867707.48049: done queuing things up, now waiting for results queue to drain 8484 1726867707.48053: waiting for pending results... 8484 1726867707.48352: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867707.48485: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000518 8484 1726867707.48494: variable 'ansible_search_path' from source: unknown 8484 1726867707.48497: variable 'ansible_search_path' from source: unknown 8484 1726867707.48565: calling self._execute() 8484 1726867707.48648: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.48684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.48698: variable 'omit' from source: magic vars 8484 1726867707.48759: variable 'omit' from source: magic vars 8484 1726867707.48838: variable 'omit' from source: magic vars 8484 1726867707.48852: variable 'snapshot_cmd' from source: set_fact 8484 1726867707.49031: variable 'snapshot_cmd' from source: set_fact 8484 1726867707.49118: variable 'omit' from source: magic vars 8484 1726867707.49166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867707.49236: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867707.49240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867707.49279: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867707.49287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867707.49357: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867707.49367: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.49372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.49440: Set connection var ansible_pipelining to False 8484 1726867707.49474: Set connection var ansible_timeout to 10 8484 1726867707.49477: Set connection var ansible_connection to ssh 8484 1726867707.49479: Set connection var ansible_shell_type to sh 8484 1726867707.49481: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867707.49484: Set connection var ansible_shell_executable to /bin/sh 8484 1726867707.49490: variable 'ansible_shell_executable' from source: unknown 8484 1726867707.49492: variable 'ansible_connection' from source: unknown 8484 1726867707.49496: variable 'ansible_module_compression' from source: unknown 8484 1726867707.49498: variable 'ansible_shell_type' from source: unknown 8484 1726867707.49501: variable 'ansible_shell_executable' from source: unknown 8484 1726867707.49503: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.49509: variable 'ansible_pipelining' from source: unknown 8484 1726867707.49512: variable 'ansible_timeout' from source: unknown 8484 1726867707.49514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.49659: 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) 8484 1726867707.49663: variable 'omit' from source: magic vars 8484 1726867707.49666: starting attempt loop 8484 1726867707.49668: running the handler 8484 1726867707.49694: handler run complete 8484 1726867707.49715: attempt loop complete, returning result 8484 1726867707.49718: _execute() done 8484 1726867707.49721: dumping result to json 8484 1726867707.49723: done dumping result, returning 8484 1726867707.49726: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result [02e58e3f-6ce9-dbaf-c049-000000000518] 8484 1726867707.49775: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000518 8484 1726867707.49844: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000518 8484 1726867707.49847: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } 8484 1726867707.49927: no more pending results, returning what we have 8484 1726867707.49930: results queue empty 8484 1726867707.49931: checking for any_errors_fatal 8484 1726867707.49936: done checking for any_errors_fatal 8484 1726867707.49937: checking for max_fail_percentage 8484 1726867707.49939: done checking for max_fail_percentage 8484 1726867707.49939: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.49940: done checking to see if all hosts have failed 8484 1726867707.49941: getting the remaining hosts for this loop 8484 1726867707.49942: done getting the remaining hosts for this loop 8484 1726867707.49945: getting the next task for host managed_node3 8484 1726867707.49951: done getting next task for host managed_node3 8484 1726867707.49956: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867707.49959: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=3, 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 8484 1726867707.49967: getting variables 8484 1726867707.49968: in VariableManager get_vars() 8484 1726867707.49998: Calling all_inventory to load vars for managed_node3 8484 1726867707.50001: Calling groups_inventory to load vars for managed_node3 8484 1726867707.50002: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.50010: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.50012: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.50027: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.50502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.50918: done with get_vars() 8484 1726867707.50928: done getting variables 8484 1726867707.50964: 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.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Friday 20 September 2024 17:28:27 -0400 (0:00:00.032) 0:00:42.806 ****** 8484 1726867707.50985: entering _queue_task() for managed_node3/set_fact 8484 1726867707.51166: worker is 1 (out of 1 available) 8484 1726867707.51182: exiting _queue_task() for managed_node3/set_fact 8484 1726867707.51193: done queuing things up, now waiting for results queue to drain 8484 1726867707.51194: waiting for pending results... 8484 1726867707.51374: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867707.51479: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000519 8484 1726867707.51498: variable 'ansible_search_path' from source: unknown 8484 1726867707.51501: variable 'ansible_search_path' from source: unknown 8484 1726867707.51531: calling self._execute() 8484 1726867707.51618: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.51622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.51631: variable 'omit' from source: magic vars 8484 1726867707.51941: variable 'snapshot_lvm_action' from source: include params 8484 1726867707.51969: Evaluated conditional (snapshot_lvm_action == "list"): False 8484 1726867707.51991: when evaluation is False, skipping this task 8484 1726867707.51994: _execute() done 8484 1726867707.51996: dumping result to json 8484 1726867707.51999: done dumping result, returning 8484 1726867707.52002: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results [02e58e3f-6ce9-dbaf-c049-000000000519] 8484 1726867707.52007: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000519 8484 1726867707.52073: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000519 8484 1726867707.52076: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } 8484 1726867707.52195: no more pending results, returning what we have 8484 1726867707.52199: results queue empty 8484 1726867707.52200: checking for any_errors_fatal 8484 1726867707.52209: done checking for any_errors_fatal 8484 1726867707.52212: checking for max_fail_percentage 8484 1726867707.52213: done checking for max_fail_percentage 8484 1726867707.52214: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.52215: done checking to see if all hosts have failed 8484 1726867707.52216: getting the remaining hosts for this loop 8484 1726867707.52217: done getting the remaining hosts for this loop 8484 1726867707.52219: getting the next task for host managed_node3 8484 1726867707.52224: done getting next task for host managed_node3 8484 1726867707.52228: ^ task is: TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867707.52231: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=4, 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 8484 1726867707.52249: getting variables 8484 1726867707.52250: in VariableManager get_vars() 8484 1726867707.52286: Calling all_inventory to load vars for managed_node3 8484 1726867707.52299: Calling groups_inventory to load vars for managed_node3 8484 1726867707.52302: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.52312: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.52320: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.52328: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.53052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.53858: done with get_vars() 8484 1726867707.53885: done getting variables 8484 1726867707.53989: 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.snapshot : Show errors] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Friday 20 September 2024 17:28:27 -0400 (0:00:00.030) 0:00:42.837 ****** 8484 1726867707.54039: entering _queue_task() for managed_node3/debug 8484 1726867707.54334: worker is 1 (out of 1 available) 8484 1726867707.54349: exiting _queue_task() for managed_node3/debug 8484 1726867707.54363: done queuing things up, now waiting for results queue to drain 8484 1726867707.54365: waiting for pending results... 8484 1726867707.54888: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867707.54908: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000051a 8484 1726867707.54932: variable 'ansible_search_path' from source: unknown 8484 1726867707.54940: variable 'ansible_search_path' from source: unknown 8484 1726867707.55023: calling self._execute() 8484 1726867707.55167: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.55191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.55264: variable 'omit' from source: magic vars 8484 1726867707.55623: variable 'snapshot_cmd' from source: set_fact 8484 1726867707.55658: Evaluated conditional (snapshot_cmd["return_code"] != 0): False 8484 1726867707.55674: when evaluation is False, skipping this task 8484 1726867707.55686: _execute() done 8484 1726867707.55696: dumping result to json 8484 1726867707.55708: done dumping result, returning 8484 1726867707.55724: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors [02e58e3f-6ce9-dbaf-c049-00000000051a] 8484 1726867707.55737: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000051a 8484 1726867707.55841: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000051a 8484 1726867707.55844: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } 8484 1726867707.55894: no more pending results, returning what we have 8484 1726867707.55897: results queue empty 8484 1726867707.55897: checking for any_errors_fatal 8484 1726867707.55904: done checking for any_errors_fatal 8484 1726867707.55905: checking for max_fail_percentage 8484 1726867707.55906: done checking for max_fail_percentage 8484 1726867707.55907: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.55910: done checking to see if all hosts have failed 8484 1726867707.55911: getting the remaining hosts for this loop 8484 1726867707.55912: done getting the remaining hosts for this loop 8484 1726867707.55915: getting the next task for host managed_node3 8484 1726867707.55925: done getting next task for host managed_node3 8484 1726867707.55927: ^ task is: TASK: meta (role_complete) 8484 1726867707.55930: ^ 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? (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 8484 1726867707.55947: getting variables 8484 1726867707.55949: in VariableManager get_vars() 8484 1726867707.55984: Calling all_inventory to load vars for managed_node3 8484 1726867707.55990: Calling groups_inventory to load vars for managed_node3 8484 1726867707.55994: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.56005: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.56008: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.56013: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.56492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.57232: done with get_vars() 8484 1726867707.57251: done getting variables 8484 1726867707.57360: done queuing things up, now waiting for results queue to drain 8484 1726867707.57365: results queue empty 8484 1726867707.57365: checking for any_errors_fatal 8484 1726867707.57373: done checking for any_errors_fatal 8484 1726867707.57374: checking for max_fail_percentage 8484 1726867707.57378: done checking for max_fail_percentage 8484 1726867707.57379: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.57379: done checking to see if all hosts have failed 8484 1726867707.57381: getting the remaining hosts for this loop 8484 1726867707.57383: done getting the remaining hosts for this loop 8484 1726867707.57390: getting the next task for host managed_node3 8484 1726867707.57394: done getting next task for host managed_node3 8484 1726867707.57399: ^ task is: TASK: Verify the snapshot LVs are created 8484 1726867707.57405: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867707.57411: getting variables 8484 1726867707.57412: in VariableManager get_vars() 8484 1726867707.57424: Calling all_inventory to load vars for managed_node3 8484 1726867707.57429: Calling groups_inventory to load vars for managed_node3 8484 1726867707.57431: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.57439: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.57443: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.57447: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.58037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.59124: done with get_vars() 8484 1726867707.59138: done getting variables TASK [Verify the snapshot LVs are created] ************************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:52 Friday 20 September 2024 17:28:27 -0400 (0:00:00.051) 0:00:42.889 ****** 8484 1726867707.59211: entering _queue_task() for managed_node3/include_role 8484 1726867707.59533: worker is 1 (out of 1 available) 8484 1726867707.59550: exiting _queue_task() for managed_node3/include_role 8484 1726867707.59566: done queuing things up, now waiting for results queue to drain 8484 1726867707.59567: waiting for pending results... 8484 1726867707.59991: running TaskExecutor() for managed_node3/TASK: Verify the snapshot LVs are created 8484 1726867707.60069: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000008 8484 1726867707.60108: variable 'ansible_search_path' from source: unknown 8484 1726867707.60173: calling self._execute() 8484 1726867707.60314: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.60406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.60410: variable 'omit' from source: magic vars 8484 1726867707.60529: _execute() done 8484 1726867707.60536: dumping result to json 8484 1726867707.60539: done dumping result, returning 8484 1726867707.60542: done running TaskExecutor() for managed_node3/TASK: Verify the snapshot LVs are created [02e58e3f-6ce9-dbaf-c049-000000000008] 8484 1726867707.60557: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000008 8484 1726867707.60869: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000008 8484 1726867707.60877: WORKER PROCESS EXITING 8484 1726867707.60911: no more pending results, returning what we have 8484 1726867707.60915: in VariableManager get_vars() 8484 1726867707.60952: Calling all_inventory to load vars for managed_node3 8484 1726867707.60955: Calling groups_inventory to load vars for managed_node3 8484 1726867707.60958: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.60975: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.60981: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.60986: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.64893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.65425: done with get_vars() 8484 1726867707.65434: variable 'ansible_search_path' from source: unknown 8484 1726867707.65949: variable 'omit' from source: magic vars 8484 1726867707.65961: variable 'omit' from source: magic vars 8484 1726867707.65969: variable 'omit' from source: magic vars 8484 1726867707.65972: we have included files to process 8484 1726867707.65973: generating all_blocks data 8484 1726867707.65974: done generating all_blocks data 8484 1726867707.65976: processing included file: fedora.linux_system_roles.snapshot 8484 1726867707.65987: in VariableManager get_vars() 8484 1726867707.65995: done with get_vars() 8484 1726867707.66011: in VariableManager get_vars() 8484 1726867707.66019: done with get_vars() 8484 1726867707.66041: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/main.yml 8484 1726867707.66062: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/defaults/main.yml 8484 1726867707.66085: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/meta/main.yml 8484 1726867707.66169: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml 8484 1726867707.66316: in VariableManager get_vars() 8484 1726867707.66332: done with get_vars() 8484 1726867707.67134: iterating over new_blocks loaded from include file 8484 1726867707.67136: in VariableManager get_vars() 8484 1726867707.67151: done with get_vars() 8484 1726867707.67155: filtering new block on tags 8484 1726867707.67174: done filtering new block on tags 8484 1726867707.67177: in VariableManager get_vars() 8484 1726867707.67192: done with get_vars() 8484 1726867707.67194: filtering new block on tags 8484 1726867707.67217: done filtering new block on tags 8484 1726867707.67220: in VariableManager get_vars() 8484 1726867707.67232: done with get_vars() 8484 1726867707.67236: filtering new block on tags 8484 1726867707.67256: done filtering new block on tags 8484 1726867707.67258: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.snapshot for managed_node3 8484 1726867707.67266: extending task lists for all hosts with included blocks 8484 1726867707.68046: done extending task lists 8484 1726867707.68047: done processing included files 8484 1726867707.68048: results queue empty 8484 1726867707.68048: checking for any_errors_fatal 8484 1726867707.68049: done checking for any_errors_fatal 8484 1726867707.68050: checking for max_fail_percentage 8484 1726867707.68050: done checking for max_fail_percentage 8484 1726867707.68051: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.68051: done checking to see if all hosts have failed 8484 1726867707.68052: getting the remaining hosts for this loop 8484 1726867707.68053: done getting the remaining hosts for this loop 8484 1726867707.68054: getting the next task for host managed_node3 8484 1726867707.68056: done getting next task for host managed_node3 8484 1726867707.68058: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867707.68059: ^ 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 8484 1726867707.68065: getting variables 8484 1726867707.68066: in VariableManager get_vars() 8484 1726867707.68075: Calling all_inventory to load vars for managed_node3 8484 1726867707.68076: Calling groups_inventory to load vars for managed_node3 8484 1726867707.68078: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.68081: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.68082: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.68084: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.68363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.68742: done with get_vars() 8484 1726867707.68753: done getting variables TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 20 September 2024 17:28:27 -0400 (0:00:00.095) 0:00:42.984 ****** 8484 1726867707.68798: entering _queue_task() for managed_node3/include_tasks 8484 1726867707.69025: worker is 1 (out of 1 available) 8484 1726867707.69039: exiting _queue_task() for managed_node3/include_tasks 8484 1726867707.69050: done queuing things up, now waiting for results queue to drain 8484 1726867707.69051: waiting for pending results... 8484 1726867707.69227: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867707.69305: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000609 8484 1726867707.69318: variable 'ansible_search_path' from source: unknown 8484 1726867707.69322: variable 'ansible_search_path' from source: unknown 8484 1726867707.69350: calling self._execute() 8484 1726867707.69426: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.69430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.69440: variable 'omit' from source: magic vars 8484 1726867707.69520: _execute() done 8484 1726867707.69524: dumping result to json 8484 1726867707.69527: done dumping result, returning 8484 1726867707.69535: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000609] 8484 1726867707.69539: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000609 8484 1726867707.69621: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000609 8484 1726867707.69623: WORKER PROCESS EXITING 8484 1726867707.69659: no more pending results, returning what we have 8484 1726867707.69664: in VariableManager get_vars() 8484 1726867707.69707: Calling all_inventory to load vars for managed_node3 8484 1726867707.69711: Calling groups_inventory to load vars for managed_node3 8484 1726867707.69713: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.69723: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.69725: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.69728: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.70118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.70515: done with get_vars() 8484 1726867707.70524: variable 'ansible_search_path' from source: unknown 8484 1726867707.70525: variable 'ansible_search_path' from source: unknown 8484 1726867707.70551: we have included files to process 8484 1726867707.70552: generating all_blocks data 8484 1726867707.70553: done generating all_blocks data 8484 1726867707.70555: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867707.70556: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867707.70557: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867707.70871: done processing included file 8484 1726867707.70874: iterating over new_blocks loaded from include file 8484 1726867707.70875: in VariableManager get_vars() 8484 1726867707.70889: done with get_vars() 8484 1726867707.70890: filtering new block on tags 8484 1726867707.70899: done filtering new block on tags 8484 1726867707.70900: in VariableManager get_vars() 8484 1726867707.70912: done with get_vars() 8484 1726867707.70913: filtering new block on tags 8484 1726867707.70923: done filtering new block on tags 8484 1726867707.70925: in VariableManager get_vars() 8484 1726867707.70935: done with get_vars() 8484 1726867707.70936: filtering new block on tags 8484 1726867707.70943: done filtering new block on tags 8484 1726867707.70944: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 8484 1726867707.70947: extending task lists for all hosts with included blocks 8484 1726867707.71012: done extending task lists 8484 1726867707.71013: done processing included files 8484 1726867707.71014: results queue empty 8484 1726867707.71014: checking for any_errors_fatal 8484 1726867707.71017: done checking for any_errors_fatal 8484 1726867707.71018: checking for max_fail_percentage 8484 1726867707.71018: done checking for max_fail_percentage 8484 1726867707.71019: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.71019: done checking to see if all hosts have failed 8484 1726867707.71020: getting the remaining hosts for this loop 8484 1726867707.71021: done getting the remaining hosts for this loop 8484 1726867707.71022: getting the next task for host managed_node3 8484 1726867707.71025: done getting next task for host managed_node3 8484 1726867707.71027: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867707.71028: ^ 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? (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 8484 1726867707.71034: getting variables 8484 1726867707.71035: in VariableManager get_vars() 8484 1726867707.71042: Calling all_inventory to load vars for managed_node3 8484 1726867707.71043: Calling groups_inventory to load vars for managed_node3 8484 1726867707.71044: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.71047: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.71049: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.71050: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.71395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.71776: done with get_vars() 8484 1726867707.71786: done getting variables TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:27 -0400 (0:00:00.030) 0:00:43.015 ****** 8484 1726867707.71832: entering _queue_task() for managed_node3/setup 8484 1726867707.72017: worker is 1 (out of 1 available) 8484 1726867707.72031: exiting _queue_task() for managed_node3/setup 8484 1726867707.72042: done queuing things up, now waiting for results queue to drain 8484 1726867707.72043: waiting for pending results... 8484 1726867707.72216: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867707.72302: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000068b 8484 1726867707.72315: variable 'ansible_search_path' from source: unknown 8484 1726867707.72318: variable 'ansible_search_path' from source: unknown 8484 1726867707.72345: calling self._execute() 8484 1726867707.72415: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.72418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.72428: variable 'omit' from source: magic vars 8484 1726867707.72725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867707.74211: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867707.74257: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867707.74286: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867707.74323: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867707.74343: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867707.74401: 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) 8484 1726867707.74424: 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) 8484 1726867707.74482: 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) 8484 1726867707.74485: 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) 8484 1726867707.74506: 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) 8484 1726867707.74542: 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) 8484 1726867707.74559: 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) 8484 1726867707.74577: 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) 8484 1726867707.74603: 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) 8484 1726867707.74616: 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) 8484 1726867707.74735: variable '__snapshot_required_facts' from source: role '' all vars 8484 1726867707.74742: variable 'ansible_facts' from source: unknown 8484 1726867707.74942: Evaluated conditional (__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867707.74945: when evaluation is False, skipping this task 8484 1726867707.74948: _execute() done 8484 1726867707.74951: dumping result to json 8484 1726867707.74954: done dumping result, returning 8484 1726867707.74959: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-00000000068b] 8484 1726867707.74964: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000068b 8484 1726867707.75040: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000068b 8484 1726867707.75043: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867707.75127: no more pending results, returning what we have 8484 1726867707.75130: results queue empty 8484 1726867707.75131: checking for any_errors_fatal 8484 1726867707.75132: done checking for any_errors_fatal 8484 1726867707.75133: checking for max_fail_percentage 8484 1726867707.75134: done checking for max_fail_percentage 8484 1726867707.75135: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.75136: done checking to see if all hosts have failed 8484 1726867707.75137: getting the remaining hosts for this loop 8484 1726867707.75138: done getting the remaining hosts for this loop 8484 1726867707.75141: getting the next task for host managed_node3 8484 1726867707.75148: done getting next task for host managed_node3 8484 1726867707.75153: ^ task is: TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867707.75156: ^ 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? (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 8484 1726867707.75172: getting variables 8484 1726867707.75173: in VariableManager get_vars() 8484 1726867707.75200: Calling all_inventory to load vars for managed_node3 8484 1726867707.75203: Calling groups_inventory to load vars for managed_node3 8484 1726867707.75205: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.75212: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.75214: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.75216: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.75627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.76031: done with get_vars() 8484 1726867707.76044: done getting variables TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 20 September 2024 17:28:27 -0400 (0:00:00.042) 0:00:43.058 ****** 8484 1726867707.76109: entering _queue_task() for managed_node3/stat 8484 1726867707.76384: worker is 1 (out of 1 available) 8484 1726867707.76398: exiting _queue_task() for managed_node3/stat 8484 1726867707.76414: done queuing things up, now waiting for results queue to drain 8484 1726867707.76415: waiting for pending results... 8484 1726867707.76676: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867707.76772: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000068d 8484 1726867707.76783: variable 'ansible_search_path' from source: unknown 8484 1726867707.76786: variable 'ansible_search_path' from source: unknown 8484 1726867707.76813: calling self._execute() 8484 1726867707.76882: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.76887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.76896: variable 'omit' from source: magic vars 8484 1726867707.77301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867707.77679: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867707.77780: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867707.77814: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867707.77858: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867707.78013: 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) 8484 1726867707.78035: 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) 8484 1726867707.78055: 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) 8484 1726867707.78074: 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) 8484 1726867707.78160: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867707.78168: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867707.78172: when evaluation is False, skipping this task 8484 1726867707.78175: _execute() done 8484 1726867707.78178: dumping result to json 8484 1726867707.78181: done dumping result, returning 8484 1726867707.78188: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-00000000068d] 8484 1726867707.78192: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000068d 8484 1726867707.78274: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000068d 8484 1726867707.78277: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867707.78320: no more pending results, returning what we have 8484 1726867707.78323: results queue empty 8484 1726867707.78324: checking for any_errors_fatal 8484 1726867707.78331: done checking for any_errors_fatal 8484 1726867707.78332: checking for max_fail_percentage 8484 1726867707.78333: done checking for max_fail_percentage 8484 1726867707.78335: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.78335: done checking to see if all hosts have failed 8484 1726867707.78336: getting the remaining hosts for this loop 8484 1726867707.78338: done getting the remaining hosts for this loop 8484 1726867707.78341: getting the next task for host managed_node3 8484 1726867707.78346: done getting next task for host managed_node3 8484 1726867707.78350: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867707.78353: ^ 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? (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 8484 1726867707.78366: getting variables 8484 1726867707.78367: in VariableManager get_vars() 8484 1726867707.78396: Calling all_inventory to load vars for managed_node3 8484 1726867707.78398: Calling groups_inventory to load vars for managed_node3 8484 1726867707.78400: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.78407: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.78410: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.78412: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.79094: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.79560: done with get_vars() 8484 1726867707.79575: done getting variables 8484 1726867707.79613: 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.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 20 September 2024 17:28:27 -0400 (0:00:00.035) 0:00:43.093 ****** 8484 1726867707.79635: entering _queue_task() for managed_node3/set_fact 8484 1726867707.79818: worker is 1 (out of 1 available) 8484 1726867707.79832: exiting _queue_task() for managed_node3/set_fact 8484 1726867707.79844: done queuing things up, now waiting for results queue to drain 8484 1726867707.79845: waiting for pending results... 8484 1726867707.80203: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867707.80210: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000068e 8484 1726867707.80214: variable 'ansible_search_path' from source: unknown 8484 1726867707.80217: variable 'ansible_search_path' from source: unknown 8484 1726867707.80220: calling self._execute() 8484 1726867707.80254: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.80258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.80269: variable 'omit' from source: magic vars 8484 1726867707.80613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867707.80916: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867707.80920: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867707.80938: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867707.80969: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867707.81249: 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) 8484 1726867707.81272: 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) 8484 1726867707.81296: 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) 8484 1726867707.81321: 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) 8484 1726867707.81626: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867707.81634: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867707.81638: when evaluation is False, skipping this task 8484 1726867707.81641: _execute() done 8484 1726867707.81643: dumping result to json 8484 1726867707.81646: done dumping result, returning 8484 1726867707.81655: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-00000000068e] 8484 1726867707.81660: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000068e 8484 1726867707.81752: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000068e 8484 1726867707.81755: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867707.81825: no more pending results, returning what we have 8484 1726867707.81829: results queue empty 8484 1726867707.81829: checking for any_errors_fatal 8484 1726867707.81837: done checking for any_errors_fatal 8484 1726867707.81838: checking for max_fail_percentage 8484 1726867707.81840: done checking for max_fail_percentage 8484 1726867707.81841: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.81842: done checking to see if all hosts have failed 8484 1726867707.81843: getting the remaining hosts for this loop 8484 1726867707.81844: done getting the remaining hosts for this loop 8484 1726867707.81848: getting the next task for host managed_node3 8484 1726867707.81856: done getting next task for host managed_node3 8484 1726867707.81860: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867707.81863: ^ 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? (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 8484 1726867707.81982: getting variables 8484 1726867707.81984: in VariableManager get_vars() 8484 1726867707.82014: Calling all_inventory to load vars for managed_node3 8484 1726867707.82017: Calling groups_inventory to load vars for managed_node3 8484 1726867707.82019: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.82026: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.82028: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.82031: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.82639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.83040: done with get_vars() 8484 1726867707.83053: done getting variables 8484 1726867707.83093: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 20 September 2024 17:28:27 -0400 (0:00:00.034) 0:00:43.128 ****** 8484 1726867707.83117: entering _queue_task() for managed_node3/include_vars 8484 1726867707.83290: worker is 1 (out of 1 available) 8484 1726867707.83305: exiting _queue_task() for managed_node3/include_vars 8484 1726867707.83317: done queuing things up, now waiting for results queue to drain 8484 1726867707.83318: waiting for pending results... 8484 1726867707.83494: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867707.83583: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000690 8484 1726867707.83594: variable 'ansible_search_path' from source: unknown 8484 1726867707.83597: variable 'ansible_search_path' from source: unknown 8484 1726867707.83797: variable 'ansible_facts' from source: unknown 8484 1726867707.84087: variable 'ansible_facts' from source: unknown 8484 1726867707.84327: variable 'ansible_facts' from source: unknown 8484 1726867707.84756: variable 'ansible_facts' from source: unknown 8484 1726867707.84967: variable 'omit' from source: magic vars 8484 1726867707.85175: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.85179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.85181: variable 'omit' from source: magic vars 8484 1726867707.85414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867707.85567: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867707.85609: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867707.85644: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867707.85677: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867707.85753: variable '__vars_file' from source: task vars 8484 1726867707.85872: variable 'role_path' from source: magic vars 8484 1726867707.85876: variable 'item' from source: unknown 8484 1726867707.85887: Evaluated conditional (__vars_file is file): False 8484 1726867707.85890: when evaluation is False, skipping this task 8484 1726867707.85928: variable 'item' from source: unknown 8484 1726867707.85993: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867707.86276: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.86284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.86287: variable 'omit' from source: magic vars 8484 1726867707.86289: variable '__vars_file' from source: task vars 8484 1726867707.86394: variable 'role_path' from source: magic vars 8484 1726867707.86397: variable 'item' from source: unknown 8484 1726867707.86404: Evaluated conditional (__vars_file is file): False 8484 1726867707.86407: when evaluation is False, skipping this task 8484 1726867707.86409: variable 'item' from source: unknown 8484 1726867707.86435: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867707.86590: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.86593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.86595: variable 'omit' from source: magic vars 8484 1726867707.86666: variable '__vars_file' from source: task vars 8484 1726867707.86743: variable 'role_path' from source: magic vars 8484 1726867707.86747: variable 'item' from source: unknown 8484 1726867707.86757: Evaluated conditional (__vars_file is file): False 8484 1726867707.86760: when evaluation is False, skipping this task 8484 1726867707.86791: variable 'item' from source: unknown 8484 1726867707.86851: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867707.86977: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.86980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.86982: variable 'omit' from source: magic vars 8484 1726867707.87132: variable '__vars_file' from source: task vars 8484 1726867707.87153: variable 'role_path' from source: magic vars 8484 1726867707.87156: variable 'item' from source: unknown 8484 1726867707.87163: Evaluated conditional (__vars_file is file): False 8484 1726867707.87166: when evaluation is False, skipping this task 8484 1726867707.87198: variable 'item' from source: unknown 8484 1726867707.87259: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867707.87398: dumping result to json 8484 1726867707.87401: done dumping result, returning 8484 1726867707.87403: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000690] 8484 1726867707.87406: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000690 8484 1726867707.87440: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000690 8484 1726867707.87443: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8484 1726867707.87491: no more pending results, returning what we have 8484 1726867707.87493: results queue empty 8484 1726867707.87494: checking for any_errors_fatal 8484 1726867707.87498: done checking for any_errors_fatal 8484 1726867707.87499: checking for max_fail_percentage 8484 1726867707.87500: done checking for max_fail_percentage 8484 1726867707.87501: checking to see if all hosts have failed and the running result is not ok 8484 1726867707.87502: done checking to see if all hosts have failed 8484 1726867707.87502: getting the remaining hosts for this loop 8484 1726867707.87503: done getting the remaining hosts for this loop 8484 1726867707.87506: getting the next task for host managed_node3 8484 1726867707.87512: done getting next task for host managed_node3 8484 1726867707.87515: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867707.87518: ^ 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 8484 1726867707.87531: getting variables 8484 1726867707.87532: in VariableManager get_vars() 8484 1726867707.87576: Calling all_inventory to load vars for managed_node3 8484 1726867707.87579: Calling groups_inventory to load vars for managed_node3 8484 1726867707.87581: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867707.87588: Calling all_plugins_play to load vars for managed_node3 8484 1726867707.87591: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867707.87593: Calling groups_plugins_play to load vars for managed_node3 8484 1726867707.88446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867707.89137: done with get_vars() 8484 1726867707.89152: done getting variables 8484 1726867707.89212: 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.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 20 September 2024 17:28:27 -0400 (0:00:00.061) 0:00:43.189 ****** 8484 1726867707.89243: entering _queue_task() for managed_node3/package 8484 1726867707.89490: worker is 1 (out of 1 available) 8484 1726867707.89502: exiting _queue_task() for managed_node3/package 8484 1726867707.89517: done queuing things up, now waiting for results queue to drain 8484 1726867707.89519: waiting for pending results... 8484 1726867707.89992: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867707.90002: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000060a 8484 1726867707.90007: variable 'ansible_search_path' from source: unknown 8484 1726867707.90010: variable 'ansible_search_path' from source: unknown 8484 1726867707.90014: calling self._execute() 8484 1726867707.90075: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.90080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.90091: variable 'omit' from source: magic vars 8484 1726867707.90193: variable 'omit' from source: magic vars 8484 1726867707.90276: variable 'omit' from source: magic vars 8484 1726867707.90280: variable '__snapshot_packages' from source: role '' all vars 8484 1726867707.90445: variable '__snapshot_packages' from source: role '' all vars 8484 1726867707.90655: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867707.92775: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867707.92902: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867707.92908: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867707.92933: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867707.92967: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867707.93076: 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) 8484 1726867707.93114: 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) 8484 1726867707.93152: 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) 8484 1726867707.93232: 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) 8484 1726867707.93236: 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) 8484 1726867707.93327: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867707.93340: variable 'omit' from source: magic vars 8484 1726867707.93375: variable 'omit' from source: magic vars 8484 1726867707.93403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867707.93452: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867707.93557: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867707.93561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867707.93564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867707.93566: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867707.93568: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.93572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.93655: Set connection var ansible_pipelining to False 8484 1726867707.93668: Set connection var ansible_timeout to 10 8484 1726867707.93678: Set connection var ansible_connection to ssh 8484 1726867707.93696: Set connection var ansible_shell_type to sh 8484 1726867707.93710: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867707.93727: Set connection var ansible_shell_executable to /bin/sh 8484 1726867707.93744: variable 'ansible_shell_executable' from source: unknown 8484 1726867707.93747: variable 'ansible_connection' from source: unknown 8484 1726867707.93750: variable 'ansible_module_compression' from source: unknown 8484 1726867707.93752: variable 'ansible_shell_type' from source: unknown 8484 1726867707.93754: variable 'ansible_shell_executable' from source: unknown 8484 1726867707.93756: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867707.93761: variable 'ansible_pipelining' from source: unknown 8484 1726867707.93763: variable 'ansible_timeout' from source: unknown 8484 1726867707.93779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867707.93860: 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) 8484 1726867707.93869: variable 'omit' from source: magic vars 8484 1726867707.93876: starting attempt loop 8484 1726867707.93883: running the handler 8484 1726867707.93886: variable 'ansible_facts' from source: unknown 8484 1726867707.93889: variable 'ansible_facts' from source: unknown 8484 1726867707.93935: _low_level_execute_command(): starting 8484 1726867707.93940: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867707.94418: 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 <<< 8484 1726867707.94422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867707.94428: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867707.94430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867707.94483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867707.94486: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867707.94490: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867707.94585: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867707.96350: stdout chunk (state=3): >>>/root <<< 8484 1726867707.96443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867707.96467: stderr chunk (state=3): >>><<< 8484 1726867707.96473: stdout chunk (state=3): >>><<< 8484 1726867707.96492: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867707.96504: _low_level_execute_command(): starting 8484 1726867707.96507: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847 `" && echo ansible-tmp-1726867707.9649134-10050-92088638700847="` echo /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847 `" ) && sleep 0' 8484 1726867707.96900: 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 <<< 8484 1726867707.96904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867707.96908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867707.96911: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867707.96913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867707.96957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867707.96960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867707.97057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867707.99333: stdout chunk (state=3): >>>ansible-tmp-1726867707.9649134-10050-92088638700847=/root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847 <<< 8484 1726867707.99337: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867707.99340: stdout chunk (state=3): >>><<< 8484 1726867707.99342: stderr chunk (state=3): >>><<< 8484 1726867707.99345: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867707.9649134-10050-92088638700847=/root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867707.99348: variable 'ansible_module_compression' from source: unknown 8484 1726867707.99487: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867707.99593: variable 'ansible_facts' from source: unknown 8484 1726867707.99743: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py 8484 1726867708.00004: Sending initial data 8484 1726867708.00010: Sent initial data (150 bytes) 8484 1726867708.00441: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867708.00554: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867708.00568: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.00591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.00711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.02351: 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 <<< 8484 1726867708.02365: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867708.02502: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867708.02635: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp197l0tfk /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py <<< 8484 1726867708.02642: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py" <<< 8484 1726867708.02795: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp197l0tfk" to remote "/root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py" <<< 8484 1726867708.03953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.04001: stderr chunk (state=3): >>><<< 8484 1726867708.04011: stdout chunk (state=3): >>><<< 8484 1726867708.04036: done transferring module to remote 8484 1726867708.04057: _low_level_execute_command(): starting 8484 1726867708.04143: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/ /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py && sleep 0' 8484 1726867708.04590: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.04606: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867708.04621: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.04662: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867708.04682: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.04768: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.06608: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.06625: stderr chunk (state=3): >>><<< 8484 1726867708.06628: stdout chunk (state=3): >>><<< 8484 1726867708.06639: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867708.06642: _low_level_execute_command(): starting 8484 1726867708.06646: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/AnsiballZ_dnf.py && sleep 0' 8484 1726867708.07048: 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 <<< 8484 1726867708.07051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.07053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.07056: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.07104: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.07107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.07208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.09481: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867708.09508: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867708.09541: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867708.09547: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867708.09612: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867708.09616: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867708.09647: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867708.09688: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867708.09731: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 8484 1726867708.09736: stdout chunk (state=3): >>># installed zipimport hook <<< 8484 1726867708.09779: 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' <<< 8484 1726867708.09793: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867708.09830: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867708.09867: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867708.09876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867708.09894: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb556184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb555e7b30> <<< 8484 1726867708.09926: 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 0x7fbb5561aa50> <<< 8484 1726867708.09946: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867708.09973: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867708.10010: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867708.10024: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867708.10133: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867708.10144: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867708.10169: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867708.10215: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 8484 1726867708.10220: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867708.10244: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867708.10257: 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' <<< 8484 1726867708.10266: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb553c9130> <<< 8484 1726867708.10343: 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' <<< 8484 1726867708.10367: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb553ca120> <<< 8484 1726867708.10387: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867708.10412: 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. <<< 8484 1726867708.10677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867708.10683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867708.10737: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867708.10766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867708.10795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867708.10833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5540ff80> <<< 8484 1726867708.10890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867708.10893: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5541c110> <<< 8484 1726867708.10901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867708.10945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867708.10962: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867708.11009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.11043: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5543f9b0> <<< 8484 1726867708.11083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867708.11088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5543ff80> import '_collections' # <<< 8484 1726867708.11156: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5541fc50> <<< 8484 1726867708.11182: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867708.11192: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5541d370> <<< 8484 1726867708.11269: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5540d130> <<< 8484 1726867708.11298: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867708.11324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867708.11357: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867708.11394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867708.11399: 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' <<< 8484 1726867708.11454: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55463890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554624b0> <<< 8484 1726867708.11508: 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 0x7fbb5541e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55460d70> <<< 8484 1726867708.11538: 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 0x7fbb554908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5540c3b0> <<< 8484 1726867708.11562: 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' <<< 8484 1726867708.11595: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.11602: 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 0x7fbb55490da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55490c50> <<< 8484 1726867708.11640: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.11644: 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 0x7fbb55491010> <<< 8484 1726867708.11646: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55402ed0> <<< 8484 1726867708.11673: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867708.11678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.11695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867708.11743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867708.11746: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554916a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554913a0> <<< 8484 1726867708.11756: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867708.11778: 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' <<< 8484 1726867708.11798: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554925a0> <<< 8484 1726867708.11817: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867708.11819: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867708.11853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867708.11921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867708.11930: 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 0x7fbb554ac7d0> import 'errno' # <<< 8484 1726867708.11963: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.11972: 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 0x7fbb554adf10> <<< 8484 1726867708.12019: 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' <<< 8484 1726867708.12023: 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' <<< 8484 1726867708.12060: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554aedb0> <<< 8484 1726867708.12063: 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 0x7fbb554af410> <<< 8484 1726867708.12079: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554ae300> <<< 8484 1726867708.12096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867708.12120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867708.12159: 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 0x7fbb554afe90> <<< 8484 1726867708.12162: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554af5c0> <<< 8484 1726867708.12193: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55492600> <<< 8484 1726867708.12218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867708.12253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867708.12269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867708.12295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867708.12315: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.12341: 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 0x7fbb551ebd10> <<< 8484 1726867708.12345: 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' <<< 8484 1726867708.12379: 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 0x7fbb55218830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55218590> <<< 8484 1726867708.12402: 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 0x7fbb552187a0> <<< 8484 1726867708.12430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867708.12433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867708.12513: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.12651: 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 0x7fbb55219160> <<< 8484 1726867708.12788: 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 0x7fbb55219b50> <<< 8484 1726867708.12824: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55218a10> <<< 8484 1726867708.12833: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb551e9eb0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867708.12863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867708.12874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867708.12891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5521af30> <<< 8484 1726867708.12921: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55219c70> <<< 8484 1726867708.12938: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55492cf0> <<< 8484 1726867708.12973: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867708.13019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.13047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867708.13072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867708.13101: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5523f260> <<< 8484 1726867708.13158: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867708.13183: 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 <<< 8484 1726867708.13203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867708.13251: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5526b5f0> <<< 8484 1726867708.13277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867708.13317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867708.13383: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867708.13391: 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 0x7fbb552c43b0> <<< 8484 1726867708.13406: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867708.13438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867708.13469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867708.13500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867708.13581: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb552c6b10> <<< 8484 1726867708.13669: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb552c44d0> <<< 8484 1726867708.13725: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5528d3d0> <<< 8484 1726867708.13761: 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 0x7fbb54b29460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5526a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5521be30> <<< 8484 1726867708.13866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867708.13887: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbb5526a9f0> <<< 8484 1726867708.14022: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload__vgam5bc/ansible_ansible.legacy.dnf_payload.zip' <<< 8484 1726867708.14027: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.14152: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.14183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867708.14187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867708.14231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867708.14303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867708.14331: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867708.14335: 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 0x7fbb54b83200> <<< 8484 1726867708.14353: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867708.14527: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54b620f0> <<< 8484 1726867708.14532: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54b61280> # zipimport: zlib available <<< 8484 1726867708.14563: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867708.14566: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.14588: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.14610: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.14620: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867708.14625: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.16015: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.17163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867708.17189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54b814f0> <<< 8484 1726867708.17257: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867708.17306: 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' <<< 8484 1726867708.17310: 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 0x7fbb54baab70> <<< 8484 1726867708.17344: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54baa900> <<< 8484 1726867708.17347: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54baa240> <<< 8484 1726867708.17378: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867708.17396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867708.17433: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54baa660> <<< 8484 1726867708.17443: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5561a9c0> import 'atexit' # <<< 8484 1726867708.17454: 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 0x7fbb54bab950> <<< 8484 1726867708.17491: 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 0x7fbb54babb90> <<< 8484 1726867708.17534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867708.17579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867708.17585: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867708.17626: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54babfe0> <<< 8484 1726867708.17648: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867708.17679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867708.17700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867708.17711: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a15d90> <<< 8484 1726867708.17734: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.17741: 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 0x7fbb54a179b0> <<< 8484 1726867708.17763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867708.17777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867708.17815: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1c350> <<< 8484 1726867708.17835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867708.17877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867708.17896: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1d250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867708.17931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867708.17962: 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' <<< 8484 1726867708.18009: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1ff80> <<< 8484 1726867708.18039: 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 0x7fbb54a200b0> <<< 8484 1726867708.18055: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1e240> <<< 8484 1726867708.18079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867708.18101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867708.18130: 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' <<< 8484 1726867708.18150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867708.18186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867708.18227: 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 0x7fbb54a23f50> import '_tokenize' # <<< 8484 1726867708.18316: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a22780> <<< 8484 1726867708.18319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867708.18341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867708.18398: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a22cf0> <<< 8484 1726867708.18418: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1e750> <<< 8484 1726867708.18446: 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 0x7fbb54a68200> <<< 8484 1726867708.18473: 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 0x7fbb54a683b0> <<< 8484 1726867708.18494: 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 <<< 8484 1726867708.18514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867708.18551: 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' <<< 8484 1726867708.18616: 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 0x7fbb54a69e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a69c40> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867708.18716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867708.18761: 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 0x7fbb54a6c380> <<< 8484 1726867708.18766: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a6a570> <<< 8484 1726867708.18790: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867708.18842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.18872: 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' # <<< 8484 1726867708.18904: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a6fb30> <<< 8484 1726867708.19027: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a6c500> <<< 8484 1726867708.19086: 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 0x7fbb54a708f0> <<< 8484 1726867708.19125: 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 0x7fbb54a70b60> <<< 8484 1726867708.19155: 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 0x7fbb54a70e90> <<< 8484 1726867708.19172: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a68590> <<< 8484 1726867708.19201: 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' <<< 8484 1726867708.19212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867708.19233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867708.19258: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.19284: 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 0x7fbb54afc470> <<< 8484 1726867708.19430: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.19440: 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 0x7fbb54afd7f0> <<< 8484 1726867708.19453: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a72c00> <<< 8484 1726867708.19477: 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 0x7fbb54a73fb0> <<< 8484 1726867708.19487: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a72840> <<< 8484 1726867708.19500: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.19516: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867708.19532: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.19617: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.19711: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867708.19717: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867708.19734: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.19760: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.19772: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 8484 1726867708.19780: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.19884: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.20005: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.20543: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.21086: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867708.21090: 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' # <<< 8484 1726867708.21116: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867708.21126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.21190: 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 0x7fbb549019d0> <<< 8484 1726867708.21265: 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' <<< 8484 1726867708.21302: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54902780> <<< 8484 1726867708.21304: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54afd8e0> <<< 8484 1726867708.21343: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867708.21355: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.21379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.21387: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867708.21408: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.21541: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.21701: 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' <<< 8484 1726867708.21710: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54902750> <<< 8484 1726867708.21726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22182: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22617: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22777: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867708.22790: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22814: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22853: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867708.22872: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.22931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23029: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867708.23053: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867708.23063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23090: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23144: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867708.23151: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23369: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867708.23654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867708.23660: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867708.23734: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549039b0> <<< 8484 1726867708.23741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23822: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23912: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867708.23919: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867708.23922: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867708.23933: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.23968: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24003: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867708.24015: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24048: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24102: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24154: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24220: 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 <<< 8484 1726867708.24264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.24354: 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 0x7fbb5490e4b0> <<< 8484 1726867708.24405: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5490b3e0> <<< 8484 1726867708.24428: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867708.24482: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24535: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24575: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.24615: 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 <<< 8484 1726867708.24618: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.24628: 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 <<< 8484 1726867708.24651: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867708.24668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867708.24777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867708.24819: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54bfac60> <<< 8484 1726867708.24869: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54be2930> <<< 8484 1726867708.24945: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5490e480> <<< 8484 1726867708.24960: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54afdb80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867708.24990: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.25007: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867708.25016: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867708.25061: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867708.25089: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867708.25098: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 8484 1726867708.25105: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.25677: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.26199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.26860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.27529: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 8484 1726867708.27532: 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 0x7fbb549a0ad0> <<< 8484 1726867708.27557: 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'<<< 8484 1726867708.27565: stdout chunk (state=3): >>> import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a0d10> <<< 8484 1726867708.27585: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 8484 1726867708.27593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 8484 1726867708.27611: 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' <<< 8484 1726867708.27629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 8484 1726867708.27652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1430> <<< 8484 1726867708.27659: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a0fe0> <<< 8484 1726867708.27679: 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' <<< 8484 1726867708.27695: 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' <<< 8484 1726867708.27735: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1d30> <<< 8484 1726867708.27761: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 8484 1726867708.27776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 8484 1726867708.27784: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867708.27810: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867708.27819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867708.27832: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867708.27844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 8484 1726867708.27867: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 8484 1726867708.27879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 8484 1726867708.27887: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5498d9d0> <<< 8484 1726867708.27912: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 8484 1726867708.27918: 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 0x7fbb5498d790> <<< 8484 1726867708.27945: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867708.27948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 8484 1726867708.27950: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fa720> <<< 8484 1726867708.27995: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a3500> <<< 8484 1726867708.28022: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867708.28053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867708.28077: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867708.28082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 8484 1726867708.28110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867708.28146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867708.28218: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb546092b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fbe30> <<< 8484 1726867708.28261: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fb1a0> <<< 8484 1726867708.28271: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a2990> <<< 8484 1726867708.28293: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867708.28310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867708.28334: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867708.28391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867708.28416: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 8484 1726867708.28443: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54675340> <<< 8484 1726867708.28571: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5462d460> <<< 8484 1726867708.28704: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fbc50> <<< 8484 1726867708.28722: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 8484 1726867708.28727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867708.28746: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867708.28778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867708.28814: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 8484 1726867708.28817: 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 0x7fbb5467ce00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb546770e0> <<< 8484 1726867708.28832: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5462cf80> <<< 8484 1726867708.28866: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a2060> <<< 8484 1726867708.28872: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1dc0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1ac0> <<< 8484 1726867708.28895: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a0d70> <<< 8484 1726867708.28901: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 8484 1726867708.28932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1d60> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 8484 1726867708.28935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 8484 1726867708.28946: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867708.28964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867708.29014: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5467d460> <<< 8484 1726867708.29017: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5467d010> <<< 8484 1726867708.29042: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 8484 1726867708.29047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.29118: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5467dbb0> <<< 8484 1726867708.29137: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867708.29165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867708.29223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867708.29259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867708.29333: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.29418: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.29421: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbb5468c0b0> <<< 8484 1726867708.29600: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb546657f0> <<< 8484 1726867708.29624: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5467e9f0> <<< 8484 1726867708.29644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867708.29664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867708.29688: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54665280> <<< 8484 1726867708.29708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867708.29723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 8484 1726867708.29732: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5469a2a0> <<< 8484 1726867708.29750: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 8484 1726867708.29760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 8484 1726867708.29774: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 8484 1726867708.29791: 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 0x7fbb5469af00> <<< 8484 1726867708.29806: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5469a9f0> <<< 8484 1726867708.29823: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867708.29915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867708.30001: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5469b410> <<< 8484 1726867708.30005: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867708.30046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867708.30245: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5466f920> <<< 8484 1726867708.30262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867708.30291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867708.30320: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5458ffe0> <<< 8484 1726867708.30374: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.30477: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867708.30498: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.30595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.30746: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 8484 1726867708.30815: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.30846: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867708.30849: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.30999: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.31105: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867708.31180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.31686: 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 <<< 8484 1726867708.31695: 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 <<< 8484 1726867708.31698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867708.31715: 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 0x7fbb542cee70> <<< 8484 1726867708.31751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867708.31782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867708.32131: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cef60> <<< 8484 1726867708.32139: 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' # /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 0x7fbb5431f170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5431e9c0> # 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 0x7fbb5431eba0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cf4a0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cdf10> <<< 8484 1726867708.32142: 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 0x7fbb542ceb70> <<< 8484 1726867708.32163: 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 <<< 8484 1726867708.32241: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867708.32272: 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' <<< 8484 1726867708.32300: 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' <<< 8484 1726867708.32432: 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 0x7fbb54398770> <<< 8484 1726867708.32461: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54398350> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 8484 1726867708.32603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbb5439bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb543988c0> <<< 8484 1726867708.32627: 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 <<< 8484 1726867708.32715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867708.33662: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 8484 1726867708.33667: 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 0x7fbb53ec7200> <<< 8484 1726867708.33732: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb543c0290> <<< 8484 1726867708.33750: 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 <<< 8484 1726867708.33824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867708.33911: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 8484 1726867708.33922: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbb53f44e00> <<< 8484 1726867708.34083: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542ced20> <<< 8484 1726867708.34103: 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 <<< 8484 1726867708.34133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867708.34213: 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 0x7fbb53f47d40> <<< 8484 1726867708.34249: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb53f44ef0> <<< 8484 1726867708.34267: 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 <<< 8484 1726867708.34322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867708.34397: 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 0x7fbb53f83ef0> <<< 8484 1726867708.34434: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb53f80140> <<< 8484 1726867708.34454: 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 <<< 8484 1726867708.34475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867708.34522: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867708.34526: 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 0x7fbb52509250> <<< 8484 1726867708.34544: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52508650> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5433be90> <<< 8484 1726867708.34560: 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 <<< 8484 1726867708.34600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867708.34622: 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 <<< 8484 1726867708.34632: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867708.34642: 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 <<< 8484 1726867708.34660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867708.34695: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.34698: 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 0x7fbb525246b0> <<< 8484 1726867708.34729: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5250bb30> <<< 8484 1726867708.34753: 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 <<< 8484 1726867708.34785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867708.34848: 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' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py <<< 8484 1726867708.34854: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52526d80> <<< 8484 1726867708.34906: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867708.34911: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52527c50> <<< 8484 1726867708.34939: 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' <<< 8484 1726867708.35376: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 8484 1726867708.35399: 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 0x7fbb52554560> <<< 8484 1726867708.35427: 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' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52555a00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52527e90> <<< 8484 1726867708.35454: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52526cf0> <<< 8484 1726867708.35466: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525265d0> <<< 8484 1726867708.35495: 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 <<< 8484 1726867708.35518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.35628: 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 0x7fbb52557620> <<< 8484 1726867708.35634: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52527170> <<< 8484 1726867708.35693: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52524a40> <<< 8484 1726867708.35728: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5250b140> <<< 8484 1726867708.35758: 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 <<< 8484 1726867708.35775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.35889: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 8484 1726867708.35915: 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 0x7fbb5250b860> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5250b5c0> <<< 8484 1726867708.35918: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52509340> <<< 8484 1726867708.35948: 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 0x7fbb52590ce0> <<< 8484 1726867708.35978: 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 <<< 8484 1726867708.36001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867708.36020: 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 <<< 8484 1726867708.36051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 8484 1726867708.36054: 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 <<< 8484 1726867708.36102: 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 0x7fbb52593260> <<< 8484 1726867708.36105: 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' <<< 8484 1726867708.36145: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52593a40> <<< 8484 1726867708.36148: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52592510> <<< 8484 1726867708.36158: 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 <<< 8484 1726867708.36187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867708.36220: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525b8230> <<< 8484 1726867708.36223: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52590cb0> <<< 8484 1726867708.36252: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.36268: 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 <<< 8484 1726867708.36294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867708.36324: 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' <<< 8484 1726867708.36349: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525b9ca0> <<< 8484 1726867708.36373: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525b9220> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525b9040> <<< 8484 1726867708.36389: 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' <<< 8484 1726867708.36406: 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 <<< 8484 1726867708.36432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867708.36466: 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 <<< 8484 1726867708.36498: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867708.36512: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e84d40> <<< 8484 1726867708.36542: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867708.36585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867708.36612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867708.36650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867708.36678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867708.36700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eb2de0> <<< 8484 1726867708.36732: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.36748: 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 0x7fbb51eb3140> <<< 8484 1726867708.36790: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e87050> <<< 8484 1726867708.36825: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e851f0> <<< 8484 1726867708.36835: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e84230> <<< 8484 1726867708.36884: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525ba480> <<< 8484 1726867708.36901: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525ba1b0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 8484 1726867708.36936: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.36956: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.36998: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867708.37018: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eecd10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eb3e30> <<< 8484 1726867708.37032: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525ba9c0> <<< 8484 1726867708.37059: 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 <<< 8484 1726867708.37107: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867708.37115: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eed370> <<< 8484 1726867708.37138: 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 0x7fbb51eed730> # /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 0x7fbb51eed7f0> <<< 8484 1726867708.37177: 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 <<< 8484 1726867708.37189: 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 0x7fbb51eed910> # /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 <<< 8484 1726867708.37230: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867708.37248: 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 <<< 8484 1726867708.37269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867708.37387: 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 0x7fbb51f0c500> <<< 8484 1726867708.37390: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eee630> # /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 0x7fbb51f0c650> <<< 8484 1726867708.37438: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0c710> <<< 8484 1726867708.37451: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eed760> <<< 8484 1726867708.37503: 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' <<< 8484 1726867708.37529: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0c8c0> <<< 8484 1726867708.37544: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867708.37628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867708.37631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867708.37753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867708.37757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867708.37786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867708.37811: 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 0x7fbb51f582c0> <<< 8484 1726867708.37822: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f376e0> <<< 8484 1726867708.37886: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f36150> <<< 8484 1726867708.38037: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0e090> <<< 8484 1726867708.38084: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0d520> <<< 8484 1726867708.38089: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0e540> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 8484 1726867708.38176: 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 0x7fbb51eb3e00> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 8484 1726867708.38182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f70b90> # /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 0x7fbb51f70e00> <<< 8484 1726867708.38235: 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' <<< 8484 1726867708.38239: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f71760> <<< 8484 1726867708.38304: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f711f0> # /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 0x7fbb51f72660> <<< 8484 1726867708.38320: stdout chunk (state=3): >>>import 'gc' # <<< 8484 1726867708.38324: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5431f290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cd820> <<< 8484 1726867708.39096: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f731a0> # /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 <<< 8484 1726867708.39134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867708.39161: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d47c20> <<< 8484 1726867708.39201: 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' <<< 8484 1726867708.39221: 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 <<< 8484 1726867708.39241: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867708.39268: 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' <<< 8484 1726867708.39395: 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 0x7fbb51d6dca0> <<< 8484 1726867708.39446: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d6d850> <<< 8484 1726867708.39450: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.39476: 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 0x7fbb554aec30> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d6c710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d47f50> <<< 8484 1726867708.39505: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d44cb0> <<< 8484 1726867708.39535: 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 <<< 8484 1726867708.39551: stdout chunk (state=3): >>># 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 0x7fbb51d47a10> <<< 8484 1726867708.39573: 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 <<< 8484 1726867708.39591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.39619: 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 <<< 8484 1726867708.39642: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867708.39674: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d83350> <<< 8484 1726867708.39702: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d81e80> <<< 8484 1726867708.39741: 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 <<< 8484 1726867708.39779: stdout chunk (state=3): >>># 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 0x7fbb51da4b30> <<< 8484 1726867708.39792: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da4e30> <<< 8484 1726867708.39825: 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 <<< 8484 1726867708.39838: 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 0x7fbb51da50a0> <<< 8484 1726867708.39871: 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' <<< 8484 1726867708.39904: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da5340> <<< 8484 1726867708.39911: 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' <<< 8484 1726867708.39924: 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 <<< 8484 1726867708.39965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867708.39999: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da5a30> <<< 8484 1726867708.40023: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da58b0> # /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' <<< 8484 1726867708.40063: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da7320> <<< 8484 1726867708.40066: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 8484 1726867708.40090: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da7470> # /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 <<< 8484 1726867708.40123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867708.40141: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da7680> <<< 8484 1726867708.40159: 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 <<< 8484 1726867708.40192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867708.40219: 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 <<< 8484 1726867708.40222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867708.40266: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc0620> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da7e60> <<< 8484 1726867708.40290: 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 <<< 8484 1726867708.40319: 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 0x7fbb51dc11c0> <<< 8484 1726867708.40322: 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' <<< 8484 1726867708.40365: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc15e0> # /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 <<< 8484 1726867708.40368: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 8484 1726867708.40399: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc17c0> # /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 <<< 8484 1726867708.40415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867708.40453: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc1a90> <<< 8484 1726867708.40481: 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 0x7fbb51dc2990> <<< 8484 1726867708.40529: 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' <<< 8484 1726867708.40537: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc2c00> <<< 8484 1726867708.40574: 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' <<< 8484 1726867708.40580: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc2e10> <<< 8484 1726867708.40614: 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' <<< 8484 1726867708.40664: 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' <<< 8484 1726867708.40684: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc39e0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc3530> <<< 8484 1726867708.40696: 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' <<< 8484 1726867708.40745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 8484 1726867708.40748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 8484 1726867708.40766: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de4890> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de41d0> <<< 8484 1726867708.40793: 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' <<< 8484 1726867708.40824: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de5520> <<< 8484 1726867708.40827: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867708.40857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de5820> <<< 8484 1726867708.40891: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 8484 1726867708.40924: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de6780> # /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' <<< 8484 1726867708.40961: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de6a20> <<< 8484 1726867708.40990: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de6ba0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f735f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f73380> <<< 8484 1726867708.41022: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f72ab0> <<< 8484 1726867708.41036: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867708.41063: 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' <<< 8484 1726867708.41111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de75c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de72f0> <<< 8484 1726867708.41136: 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' <<< 8484 1726867708.41155: 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 <<< 8484 1726867708.41207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867708.41219: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867708.41262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867708.41314: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e0da60> <<< 8484 1726867708.41342: 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' <<< 8484 1726867708.41432: stdout chunk (state=3): >>># /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' <<< 8484 1726867708.41469: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e0f1d0> <<< 8484 1726867708.41521: 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 0x7fbb51e0e3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e0df70> <<< 8484 1726867708.41559: 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 <<< 8484 1726867708.41616: 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 0x7fbb51b64ad0> <<< 8484 1726867708.41659: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b4bec0> # /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' <<< 8484 1726867708.41663: 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 <<< 8484 1726867708.41708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867708.41754: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867708.41794: 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' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b67a10> <<< 8484 1726867708.41824: 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' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b67b30> <<< 8484 1726867708.41861: 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' <<< 8484 1726867708.41882: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867708.41916: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b65160> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b64e30> <<< 8484 1726867708.41967: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de7890> <<< 8484 1726867708.42004: 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' <<< 8484 1726867708.42049: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e0d5b0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de75f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d44380> <<< 8484 1726867708.42078: 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 <<< 8484 1726867708.42092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867708.42127: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b8e450> <<< 8484 1726867708.42138: 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 <<< 8484 1726867708.42215: 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 0x7fbb51b8ed20> <<< 8484 1726867708.42261: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b8fd40> <<< 8484 1726867708.42293: 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 # 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 0x7fbb51bb83e0> <<< 8484 1726867708.42339: 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' <<< 8484 1726867708.42364: 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' <<< 8484 1726867708.42380: 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' <<< 8484 1726867708.42405: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.42555: 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 0x7fbb51bb9a90> <<< 8484 1726867708.42586: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bb9460> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bb9100> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bb8da0> <<< 8484 1726867708.42612: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'<<< 8484 1726867708.42643: stdout chunk (state=3): >>> <<< 8484 1726867708.42707: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f72480> # /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' <<< 8484 1726867708.42727: 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' <<< 8484 1726867708.42769: 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 0x7fbb51bbb710> <<< 8484 1726867708.42849: 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' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbb7d0> <<< 8484 1726867708.42852: 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' <<< 8484 1726867708.43180: 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 0x7fbb51bbbef0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbbd70> # /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 <<< 8484 1726867708.43185: 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 0x7fbb51bea3c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 8484 1726867708.43194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 8484 1726867708.43220: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 8484 1726867708.43260: 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 0x7fbb51beb5f0> <<< 8484 1726867708.43281: 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 0x7fbb51beb860> <<< 8484 1726867708.43307: 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' <<< 8484 1726867708.43338: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.43418: 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 0x7fbb51beb9b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51beb800> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51beb0b0> <<< 8484 1726867708.43423: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bea540> <<< 8484 1726867708.43426: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51be97f0> <<< 8484 1726867708.43440: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51be8da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbbce0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbb200> <<< 8484 1726867708.43506: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bba6f0> <<< 8484 1726867708.43518: 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 <<< 8484 1726867708.43548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51beb2c0> <<< 8484 1726867708.43551: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 8484 1726867708.43588: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bebe90> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py <<< 8484 1726867708.43601: 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 0x7fbb51c147a0> <<< 8484 1726867708.43632: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 8484 1726867708.43664: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51c14b30> <<< 8484 1726867708.43674: 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 <<< 8484 1726867708.43696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867708.43724: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51c15460> <<< 8484 1726867708.43727: 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 <<< 8484 1726867708.43760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867708.43791: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51c15fa0> <<< 8484 1726867708.56789: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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}}} <<< 8484 1726867708.57814: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867708.57842: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867708.58374: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867708.58425: 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 <<< 8484 1726867708.58444: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 8484 1726867708.58543: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # 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 <<< 8484 1726867708.58562: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.58637: stdout chunk (state=3): >>># cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue <<< 8484 1726867708.58702: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.58717: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.58794: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.58815: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.59441: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867708.59457: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867708.59494: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 8484 1726867708.59542: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867708.59561: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 8484 1726867708.59624: 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 # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867708.59975: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.60011: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.60075: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.60151: 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 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 <<< 8484 1726867708.60178: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.60204: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.60353: 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 # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 8484 1726867708.60404: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.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 <<< 8484 1726867708.60434: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867708.60451: 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 <<< 8484 1726867708.60958: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867708.61003: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867708.61039: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 8484 1726867708.61062: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867708.61099: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867708.61150: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 8484 1726867708.61155: 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 <<< 8484 1726867708.61191: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867708.61245: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.61276: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil # destroy zlib <<< 8484 1726867708.61286: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867708.61344: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc <<< 8484 1726867708.61363: stdout chunk (state=3): >>># 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 <<< 8484 1726867708.61384: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867708.61430: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 8484 1726867708.61441: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 8484 1726867708.61517: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867708.61561: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867708.61596: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867708.61685: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867708.61831: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867708.61849: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 8484 1726867708.61876: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867708.62576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867708.62579: stdout chunk (state=3): >>><<< 8484 1726867708.62580: stderr chunk (state=3): >>><<< 8484 1726867708.63003: _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 0x7fbb556184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb555e7b30> # /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 0x7fbb5561aa50> 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 0x7fbb553c9130> # /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 0x7fbb553ca120> 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 0x7fbb5540ff80> # /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 0x7fbb5541c110> # /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 0x7fbb5543f9b0> # /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 0x7fbb5543ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5541fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5541d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5540d130> # /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 0x7fbb55463890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554624b0> # /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 0x7fbb5541e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55460d70> # /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 0x7fbb554908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5540c3b0> # /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 0x7fbb55490da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55490c50> # 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 0x7fbb55491010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55402ed0> # /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 0x7fbb554916a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554913a0> 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 0x7fbb554925a0> 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 0x7fbb554ac7d0> 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 0x7fbb554adf10> # /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 0x7fbb554aedb0> # 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 0x7fbb554af410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554ae300> # /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 0x7fbb554afe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb554af5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55492600> # /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 0x7fbb551ebd10> # /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 0x7fbb55218830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55218590> # 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 0x7fbb552187a0> # /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 0x7fbb55219160> # 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 0x7fbb55219b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55218a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb551e9eb0> # /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 0x7fbb5521af30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55219c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb55492cf0> # /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 0x7fbb5523f260> # /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 0x7fbb5526b5f0> # /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 0x7fbb552c43b0> # /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 0x7fbb552c6b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb552c44d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5528d3d0> # /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 0x7fbb54b29460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5526a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5521be30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbb5526a9f0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload__vgam5bc/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 0x7fbb54b83200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54b620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54b61280> # 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 0x7fbb54b814f0> # /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 0x7fbb54baab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54baa900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54baa240> # /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 0x7fbb54baa660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5561a9c0> 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 0x7fbb54bab950> # 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 0x7fbb54babb90> # /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 0x7fbb54babfe0> 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 0x7fbb54a15d90> # 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 0x7fbb54a179b0> # /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 0x7fbb54a1c350> # /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 0x7fbb54a1d250> # /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 0x7fbb54a1ff80> # 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 0x7fbb54a200b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1e240> # /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 0x7fbb54a23f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a22780> # /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 0x7fbb54a22cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a1e750> # 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 0x7fbb54a68200> # /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 0x7fbb54a683b0> # /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 0x7fbb54a69e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a69c40> # /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 0x7fbb54a6c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a6a570> # /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 0x7fbb54a6fb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a6c500> # 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 0x7fbb54a708f0> # 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 0x7fbb54a70b60> # 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 0x7fbb54a70e90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a68590> # /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 0x7fbb54afc470> # 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 0x7fbb54afd7f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a72c00> # 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 0x7fbb54a73fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54a72840> # 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 0x7fbb549019d0> # /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 0x7fbb54902780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54afd8e0> 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 0x7fbb54902750> # 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 0x7fbb549039b0> # 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 0x7fbb5490e4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5490b3e0> 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 0x7fbb54bfac60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54be2930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5490e480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54afdb80> # 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 0x7fbb549a0ad0> # /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 0x7fbb549a0d10> # /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 0x7fbb549a1430> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a0fe0> # /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 0x7fbb549a1d30> # /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 0x7fbb5498d9d0> # /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 0x7fbb5498d790> # /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 0x7fbb545fa720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a3500> # /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 0x7fbb546092b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fbe30> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fb1a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a2990> # /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 0x7fbb54675340> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5462d460> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb545fbc50> # /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 0x7fbb5467ce00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb546770e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5462cf80> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a2060> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1dc0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a1ac0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb549a0d70> # /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 0x7fbb549a1d60> # /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 0x7fbb5467d460> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5467d010> # /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 0x7fbb5467dbb0> # /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 0x7fbb5468c0b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb546657f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5467e9f0> # /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 0x7fbb54665280> # /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 0x7fbb5469a2a0> # /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 0x7fbb5469af00> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5469a9f0> # /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 0x7fbb5469b410> # /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 0x7fbb5466f920> # /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 0x7fbb5458ffe0> # 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 0x7fbb542cee70> # /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 0x7fbb542cef60> # /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 0x7fbb5431f170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5431e9c0> # 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 0x7fbb5431eba0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cf4a0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cdf10> # /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 0x7fbb542ceb70> # /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 0x7fbb54398770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb54398350> # /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 0x7fbb5439bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb543988c0> # /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 0x7fbb53ec7200> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb543c0290> # /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 0x7fbb53f44e00> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542ced20> # /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 0x7fbb53f47d40> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb53f44ef0> # /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 0x7fbb53f83ef0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb53f80140> # /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 0x7fbb52509250> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52508650> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5433be90> # /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 0x7fbb525246b0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5250bb30> # /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 0x7fbb52526d80> # /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 0x7fbb52527c50> # /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 0x7fbb52554560> # /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 0x7fbb52555a00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52527e90> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52526cf0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525265d0> # /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 0x7fbb52557620> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52527170> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52524a40> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5250b140> # /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 0x7fbb5250b860> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5250b5c0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52509340> # /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 0x7fbb52590ce0> # /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 0x7fbb52593260> # /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 0x7fbb52593a40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52592510> # /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 0x7fbb525b8230> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb52590cb0> # /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 0x7fbb525b9ca0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525b9220> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525b9040> # /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 0x7fbb51e84d40> # /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 0x7fbb51eb2de0> # 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 0x7fbb51eb3140> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e87050> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e851f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e84230> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525ba480> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525ba1b0> # /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 0x7fbb51eecd10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eb3e30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb525ba9c0> # /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 0x7fbb51eed370> # /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 0x7fbb51eed730> # /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 0x7fbb51eed7f0> # /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 0x7fbb51eed910> # /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 0x7fbb51f0c500> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eee630> # /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 0x7fbb51f0c650> # /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 0x7fbb51f0c710> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51eed760> # /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 0x7fbb51f0c8c0> # /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 0x7fbb51f582c0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f376e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f36150> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0e090> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f0d520> # /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 0x7fbb51f0e540> # /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 0x7fbb51eb3e00> # /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 0x7fbb51f70b90> # /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 0x7fbb51f70e00> # /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 0x7fbb51f71760> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f711f0> # /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 0x7fbb51f72660> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb5431f290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb542cd820> # /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 0x7fbb51f731a0> # /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 0x7fbb51d47c20> # /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 0x7fbb51d6dca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d6d850> # 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 0x7fbb554aec30> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d6c710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d47f50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d44cb0> # /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 0x7fbb51d47a10> # /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 0x7fbb51d83350> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d81e80> # /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 0x7fbb51da4b30> # /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 0x7fbb51da4e30> # /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 0x7fbb51da50a0> # /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 0x7fbb51da5340> # /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 0x7fbb51da5a30> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da58b0> # /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 0x7fbb51da7320> # /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 0x7fbb51da7470> # /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 0x7fbb51da7680> # /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 0x7fbb51dc0620> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51da7e60> # /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 0x7fbb51dc11c0> # /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 0x7fbb51dc15e0> # /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 0x7fbb51dc17c0> # /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 0x7fbb51dc1a90> # /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 0x7fbb51dc2990> # /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 0x7fbb51dc2c00> # /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 0x7fbb51dc2e10> # /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 0x7fbb51dc39e0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51dc3530> # /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 0x7fbb51de4890> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de41d0> # /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 0x7fbb51de5520> # /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 0x7fbb51de5820> # /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 0x7fbb51de6780> # /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 0x7fbb51de6a20> # /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 0x7fbb51de6ba0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f735f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f73380> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51f72ab0> # /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 0x7fbb51de75c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de72f0> # /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 0x7fbb51e0da60> # /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 0x7fbb51e0f1d0> # 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 0x7fbb51e0e3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51e0df70> # /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 0x7fbb51b64ad0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b4bec0> # /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 0x7fbb51b67a10> # /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 0x7fbb51b67b30> # /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 0x7fbb51b65160> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51b64e30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de7890> # /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 0x7fbb51e0d5b0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51de75f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51d44380> # /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 0x7fbb51b8e450> # /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 0x7fbb51b8ed20> # /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 0x7fbb51b8fd40> # /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 0x7fbb51bb83e0> # /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 0x7fbb51bb9a90> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bb9460> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bb9100> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bb8da0> # /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 0x7fbb51f72480> # /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 0x7fbb51bbb710> # /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 0x7fbb51bbb7d0> # /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 0x7fbb51bbbef0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbbd70> # /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 0x7fbb51bea3c0> # /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 0x7fbb51beb5f0> # /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 0x7fbb51beb860> # /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 0x7fbb51beb9b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51beb800> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51beb0b0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bea540> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51be97f0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51be8da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbbce0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bbb200> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbb51bba6f0> # /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 0x7fbb51beb2c0> # /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 0x7fbb51bebe90> # /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 0x7fbb51c147a0> # /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 0x7fbb51c14b30> # /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 0x7fbb51c15460> # /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 0x7fbb51c15fa0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867708.64161: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', 'util-linux-core'], '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-1726867707.9649134-10050-92088638700847/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867708.64165: _low_level_execute_command(): starting 8484 1726867708.64168: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867707.9649134-10050-92088638700847/ > /dev/null 2>&1 && sleep 0' 8484 1726867708.64362: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.64395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.64514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.66676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.66679: stdout chunk (state=3): >>><<< 8484 1726867708.66682: stderr chunk (state=3): >>><<< 8484 1726867708.66684: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867708.66686: handler run complete 8484 1726867708.66687: attempt loop complete, returning result 8484 1726867708.66689: _execute() done 8484 1726867708.66691: dumping result to json 8484 1726867708.66692: done dumping result, returning 8484 1726867708.66694: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed [02e58e3f-6ce9-dbaf-c049-00000000060a] 8484 1726867708.66696: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060a 8484 1726867708.66757: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060a 8484 1726867708.66760: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867708.66944: no more pending results, returning what we have 8484 1726867708.66947: results queue empty 8484 1726867708.66948: checking for any_errors_fatal 8484 1726867708.66955: done checking for any_errors_fatal 8484 1726867708.66956: checking for max_fail_percentage 8484 1726867708.66958: done checking for max_fail_percentage 8484 1726867708.66959: checking to see if all hosts have failed and the running result is not ok 8484 1726867708.66959: done checking to see if all hosts have failed 8484 1726867708.66960: getting the remaining hosts for this loop 8484 1726867708.66962: done getting the remaining hosts for this loop 8484 1726867708.66965: getting the next task for host managed_node3 8484 1726867708.66973: done getting next task for host managed_node3 8484 1726867708.66977: ^ task is: TASK: fedora.linux_system_roles.snapshot : Run snapshot module {{ snapshot_lvm_action }} 8484 1726867708.66980: ^ 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 8484 1726867708.66989: getting variables 8484 1726867708.66991: in VariableManager get_vars() 8484 1726867708.67024: Calling all_inventory to load vars for managed_node3 8484 1726867708.67026: Calling groups_inventory to load vars for managed_node3 8484 1726867708.67028: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867708.67036: Calling all_plugins_play to load vars for managed_node3 8484 1726867708.67039: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867708.67041: Calling groups_plugins_play to load vars for managed_node3 8484 1726867708.67986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867708.68732: done with get_vars() 8484 1726867708.68748: done getting variables 8484 1726867708.68924: variable 'snapshot_lvm_action' from source: include params TASK [fedora.linux_system_roles.snapshot : Run snapshot module check] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Friday 20 September 2024 17:28:28 -0400 (0:00:00.797) 0:00:43.986 ****** 8484 1726867708.68956: entering _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867708.69339: worker is 1 (out of 1 available) 8484 1726867708.69350: exiting _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867708.69360: done queuing things up, now waiting for results queue to drain 8484 1726867708.69361: waiting for pending results... 8484 1726867708.69541: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module check 8484 1726867708.69652: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000060c 8484 1726867708.69669: variable 'ansible_search_path' from source: unknown 8484 1726867708.69675: variable 'ansible_search_path' from source: unknown 8484 1726867708.69713: calling self._execute() 8484 1726867708.69813: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867708.69817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867708.69827: variable 'omit' from source: magic vars 8484 1726867708.69937: variable 'omit' from source: magic vars 8484 1726867708.70000: variable 'omit' from source: magic vars 8484 1726867708.70044: variable 'snapshot_lvm_action' from source: include params 8484 1726867708.70231: variable 'snapshot_lvm_action' from source: include params 8484 1726867708.70395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867708.72577: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867708.72634: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867708.72678: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867708.72775: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867708.72778: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867708.72839: 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) 8484 1726867708.72879: 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) 8484 1726867708.72913: 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) 8484 1726867708.72959: 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) 8484 1726867708.72980: 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) 8484 1726867708.73078: variable 'ansible_check_mode' from source: magic vars 8484 1726867708.73213: variable 'snapshot_lvm_all_vgs' from source: include params 8484 1726867708.73316: variable 'snapshot_lvm_verify_only' from source: include params 8484 1726867708.73575: variable 'snapshot_lvm_mount_origin' from source: role '' defaults 8484 1726867708.73579: variable 'snapshot_lvm_mountpoint_create' from source: role '' defaults 8484 1726867708.73617: variable 'snapshot_lvm_unmount_all' from source: role '' defaults 8484 1726867708.73716: variable 'snapshot_lvm_percent_space_required' from source: role '' defaults 8484 1726867708.73726: variable 'omit' from source: magic vars 8484 1726867708.73819: variable 'snapshot_lvm_vg' from source: role '' defaults 8484 1726867708.73828: variable 'omit' from source: magic vars 8484 1726867708.73919: variable 'snapshot_lvm_lv' from source: role '' defaults 8484 1726867708.73930: variable 'omit' from source: magic vars 8484 1726867708.74033: variable 'snapshot_lvm_snapset_name' from source: include params 8484 1726867708.74045: variable 'omit' from source: magic vars 8484 1726867708.74140: variable 'snapshot_lvm_mount_options' from source: role '' defaults 8484 1726867708.74151: variable 'omit' from source: magic vars 8484 1726867708.74246: variable 'snapshot_lvm_fstype' from source: role '' defaults 8484 1726867708.74256: variable 'omit' from source: magic vars 8484 1726867708.74353: variable 'snapshot_lvm_mountpoint' from source: role '' defaults 8484 1726867708.74363: variable 'omit' from source: magic vars 8484 1726867708.74458: variable 'snapshot_lvm_set' from source: role '' defaults 8484 1726867708.74475: variable 'omit' from source: magic vars 8484 1726867708.74580: variable 'snapshot_lvm_vg_include' from source: play vars 8484 1726867708.74602: variable 'omit' from source: magic vars 8484 1726867708.74634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867708.74663: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867708.74689: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867708.74710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867708.74724: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867708.74756: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867708.74764: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867708.74775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867708.74975: Set connection var ansible_pipelining to False 8484 1726867708.74978: Set connection var ansible_timeout to 10 8484 1726867708.74980: Set connection var ansible_connection to ssh 8484 1726867708.74982: Set connection var ansible_shell_type to sh 8484 1726867708.74984: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867708.74986: Set connection var ansible_shell_executable to /bin/sh 8484 1726867708.74988: variable 'ansible_shell_executable' from source: unknown 8484 1726867708.74990: variable 'ansible_connection' from source: unknown 8484 1726867708.74992: variable 'ansible_module_compression' from source: unknown 8484 1726867708.74994: variable 'ansible_shell_type' from source: unknown 8484 1726867708.74995: variable 'ansible_shell_executable' from source: unknown 8484 1726867708.74997: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867708.74999: variable 'ansible_pipelining' from source: unknown 8484 1726867708.75001: variable 'ansible_timeout' from source: unknown 8484 1726867708.75003: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867708.75097: 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__) 8484 1726867708.75117: variable 'omit' from source: magic vars 8484 1726867708.75129: starting attempt loop 8484 1726867708.75137: running the handler 8484 1726867708.75154: _low_level_execute_command(): starting 8484 1726867708.75166: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867708.75852: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867708.75868: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.75889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867708.75921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867708.75939: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867708.75951: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867708.75965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.75986: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867708.75999: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867708.76091: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.76123: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.76241: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.77984: stdout chunk (state=3): >>>/root <<< 8484 1726867708.78086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.78145: stderr chunk (state=3): >>><<< 8484 1726867708.78154: stdout chunk (state=3): >>><<< 8484 1726867708.78181: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867708.78283: _low_level_execute_command(): starting 8484 1726867708.78286: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871 `" && echo ansible-tmp-1726867708.781906-10078-14628697391871="` echo /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871 `" ) && sleep 0' 8484 1726867708.78841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867708.78856: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.78874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867708.78891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867708.78912: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867708.79011: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867708.79015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.79035: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.79054: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.79184: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.81152: stdout chunk (state=3): >>>ansible-tmp-1726867708.781906-10078-14628697391871=/root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871 <<< 8484 1726867708.81310: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.81314: stdout chunk (state=3): >>><<< 8484 1726867708.81316: stderr chunk (state=3): >>><<< 8484 1726867708.81333: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867708.781906-10078-14628697391871=/root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867708.81487: variable 'ansible_module_compression' from source: unknown 8484 1726867708.81490: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.snapshot-ZIP_DEFLATED 8484 1726867708.81510: variable 'ansible_facts' from source: unknown 8484 1726867708.81618: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py 8484 1726867708.81835: Sending initial data 8484 1726867708.81844: Sent initial data (154 bytes) 8484 1726867708.82343: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867708.82359: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.82477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867708.82481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.82505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.82628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.84229: 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 <<< 8484 1726867708.84241: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867708.84328: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867708.84411: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpxq951mm5 /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py <<< 8484 1726867708.84415: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py" <<< 8484 1726867708.84501: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpxq951mm5" to remote "/root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py" <<< 8484 1726867708.85258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.85293: stderr chunk (state=3): >>><<< 8484 1726867708.85296: stdout chunk (state=3): >>><<< 8484 1726867708.85316: done transferring module to remote 8484 1726867708.85326: _low_level_execute_command(): starting 8484 1726867708.85330: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/ /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py && sleep 0' 8484 1726867708.85812: 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 <<< 8484 1726867708.85816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.85819: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.85861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.85876: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.85973: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.87790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867708.87809: stderr chunk (state=3): >>><<< 8484 1726867708.87814: stdout chunk (state=3): >>><<< 8484 1726867708.87828: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867708.87831: _low_level_execute_command(): starting 8484 1726867708.87837: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/AnsiballZ_snapshot.py && sleep 0' 8484 1726867708.88227: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867708.88231: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.88233: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867708.88235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867708.88288: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867708.88295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867708.88387: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867708.90602: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867708.90627: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867708.90658: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867708.90675: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867708.90731: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867708.90735: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867708.90767: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867708.90802: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867708.90830: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 8484 1726867708.90836: stdout chunk (state=3): >>># installed zipimport hook <<< 8484 1726867708.90885: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867708.90893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.90905: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867708.90927: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867708.90963: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867708.90989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867708.90999: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a8184d0><<< 8484 1726867708.91009: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a7e7b30> <<< 8484 1726867708.91029: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867708.91034: 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 0x7f151a81aa50> <<< 8484 1726867708.91059: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867708.91087: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867708.91093: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867708.91102: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867708.91136: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867708.91218: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867708.91244: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867708.91277: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867708.91299: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867708.91311: stdout chunk (state=3): >>>Processing user site-packages <<< 8484 1726867708.91315: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867708.91329: stdout chunk (state=3): >>>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' <<< 8484 1726867708.91365: 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' <<< 8484 1726867708.91386: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a62d130> <<< 8484 1726867708.91445: 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 <<< 8484 1726867708.91449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.91461: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a62e120> <<< 8484 1726867708.91486: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867708.91512: 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. <<< 8484 1726867708.91755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867708.91768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867708.91789: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867708.91793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.91822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867708.91856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867708.91876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867708.91898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867708.91912: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a673f80> <<< 8484 1726867708.91929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867708.91951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867708.91969: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867708.91976: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a680110> <<< 8484 1726867708.91990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867708.92025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867708.92042: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867708.92100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.92104: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867708.92137: 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' <<< 8484 1726867708.92144: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6a3950> <<< 8484 1726867708.92154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867708.92178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6a3fe0> <<< 8484 1726867708.92184: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867708.92235: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a683bf0> <<< 8484 1726867708.92244: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867708.92279: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6812e0> <<< 8484 1726867708.92363: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a671130> <<< 8484 1726867708.92395: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867708.92405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867708.92420: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867708.92437: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867708.92473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867708.92499: 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' <<< 8484 1726867708.92521: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6c7920> <<< 8484 1726867708.92540: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6c6540> <<< 8484 1726867708.92569: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867708.92582: 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 0x7f151a682210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6c4d40> <<< 8484 1726867708.92643: 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 0x7f151a6f4950> <<< 8484 1726867708.92663: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6703b0> <<< 8484 1726867708.92692: 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' <<< 8484 1726867708.92703: 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 0x7f151a6f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f4cb0> <<< 8484 1726867708.92745: 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 0x7f151a6f50a0> <<< 8484 1726867708.92759: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a666ed0> <<< 8484 1726867708.92781: 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' <<< 8484 1726867708.92798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867708.92852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867708.92854: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f5460> <<< 8484 1726867708.92893: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867708.92899: 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' <<< 8484 1726867708.92918: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f6660> <<< 8484 1726867708.92930: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867708.92951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867708.92982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867708.93010: 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 0x7f151a710890> <<< 8484 1726867708.93027: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867708.93065: 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 0x7f151a711fd0> <<< 8484 1726867708.93088: 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' <<< 8484 1726867708.93105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867708.93132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867708.93134: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a712e70> <<< 8484 1726867708.93178: 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 0x7f151a7134a0> <<< 8484 1726867708.93203: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a7123c0> # /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' <<< 8484 1726867708.93252: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.93261: 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 0x7f151a713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a713590> <<< 8484 1726867708.93304: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f66c0> <<< 8484 1726867708.93323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867708.93348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867708.93362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867708.93390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867708.93429: 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 0x7f151a4afce0> <<< 8484 1726867708.93448: 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' <<< 8484 1726867708.93481: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.93489: 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 0x7f151a4d8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4d8590> <<< 8484 1726867708.93532: 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 0x7f151a4d8860> <<< 8484 1726867708.93536: 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' <<< 8484 1726867708.93609: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.93735: 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 0x7f151a4d9160> <<< 8484 1726867708.93856: 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 0x7f151a4d9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4d8a40> <<< 8484 1726867708.93878: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4ade80> <<< 8484 1726867708.93892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867708.93922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867708.93953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867708.93955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867708.93981: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4daf30> <<< 8484 1726867708.93997: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4d9ca0> <<< 8484 1726867708.94005: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f6db0> <<< 8484 1726867708.94027: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867708.94096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.94116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867708.94143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867708.94178: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a503200> <<< 8484 1726867708.94222: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867708.94244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.94258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867708.94279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867708.94315: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a52b590> <<< 8484 1726867708.94339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867708.94381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867708.94433: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867708.94459: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867708.94465: 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 0x7f151a588380> <<< 8484 1726867708.94477: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867708.94511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867708.94531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867708.94571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867708.94653: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a58aae0> <<< 8484 1726867708.94730: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a5884a0> <<< 8484 1726867708.94762: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a5553a0> <<< 8484 1726867708.94789: 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 0x7f151a38d490> <<< 8484 1726867708.94813: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a52a390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4dbdd0> <<< 8484 1726867708.94931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867708.94947: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f151a52a6f0> <<< 8484 1726867708.95091: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_lqo48cbo/ansible_fedora.linux_system_roles.snapshot_payload.zip' # zipimport: zlib available <<< 8484 1726867708.95228: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.95254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867708.95269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867708.95311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867708.95389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867708.95423: 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'<<< 8484 1726867708.95427: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3df200> import '_typing' # <<< 8484 1726867708.95626: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3c20f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3c1250> <<< 8484 1726867708.95631: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.95656: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867708.95676: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.95686: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.95709: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.95716: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867708.95736: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.97158: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867708.98297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867708.98303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3dd0d0> <<< 8484 1726867708.98328: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867708.98332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867708.98354: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867708.98372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867708.98393: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867708.98397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867708.98425: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.98431: 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 0x7f151a40ec30> <<< 8484 1726867708.98474: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a40e9c0> <<< 8484 1726867708.98512: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a40e2d0> <<< 8484 1726867708.98526: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867708.98537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867708.98580: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a40e720> <<< 8484 1726867708.98583: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3dfe90> <<< 8484 1726867708.98594: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867708.98622: 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 0x7f151a40fa10> <<< 8484 1726867708.98654: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.98660: 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 0x7f151a40fc50> <<< 8484 1726867708.98679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867708.98733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867708.98743: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867708.98793: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a438110> <<< 8484 1726867708.98809: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867708.98822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867708.98850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867708.98888: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d1de50> <<< 8484 1726867708.98926: 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 0x7f1519d1f590><<< 8484 1726867708.98931: stdout chunk (state=3): >>> <<< 8484 1726867708.98944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867708.98963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867708.99002: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d20410> <<< 8484 1726867708.99026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867708.99053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867708.99074: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d21310> <<< 8484 1726867708.99090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867708.99129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867708.99152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867708.99157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867708.99209: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d23f80> <<< 8484 1726867708.99253: 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 0x7f1519d28170> <<< 8484 1726867708.99273: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d22300> <<< 8484 1726867708.99291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867708.99320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867708.99345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867708.99352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867708.99368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867708.99400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867708.99431: 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' <<< 8484 1726867708.99441: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d2be60> <<< 8484 1726867708.99458: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867708.99522: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d2a930> <<< 8484 1726867708.99525: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d2a6c0> <<< 8484 1726867708.99543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867708.99556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867708.99631: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d2ac00> <<< 8484 1726867708.99663: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d22810> <<< 8484 1726867708.99688: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.99693: 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 0x7f1519d6ff20> <<< 8484 1726867708.99717: 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 <<< 8484 1726867708.99721: 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 0x7f1519d70260> <<< 8484 1726867708.99745: 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 <<< 8484 1726867708.99765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867708.99789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867708.99794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867708.99825: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867708.99831: 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 0x7f1519d71d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d71af0> <<< 8484 1726867708.99851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867708.99981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867709.00033: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867709.00040: 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 0x7f1519d742c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d72420> <<< 8484 1726867709.00059: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867709.00105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867709.00129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867709.00140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867709.00144: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867709.00193: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d77aa0> <<< 8484 1726867709.00319: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d74470> <<< 8484 1726867709.00385: 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 0x7f1519d78b30> <<< 8484 1726867709.00416: 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' <<< 8484 1726867709.00420: 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 0x7f1519d78950> <<< 8484 1726867709.00463: 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 0x7f1519d78c80> <<< 8484 1726867709.00478: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d70410> <<< 8484 1726867709.00500: 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 <<< 8484 1726867709.00504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867709.00521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867709.00551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867709.00578: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867709.00603: 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 0x7f1519c04440> <<< 8484 1726867709.00764: 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' <<< 8484 1726867709.00768: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1519c05790> <<< 8484 1726867709.00780: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d7abd0> <<< 8484 1726867709.00813: 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' <<< 8484 1726867709.00817: 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 0x7f1519d7bf80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d7a7e0> <<< 8484 1726867709.00829: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.00850: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867709.00874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.00964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.01054: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.01074: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867709.01094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.01102: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867709.01124: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.01245: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.01365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.01917: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.02465: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867709.02468: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867709.02481: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867709.02500: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867709.02520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867709.02578: 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 0x7f1519c09880> <<< 8484 1726867709.02660: 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' <<< 8484 1726867709.02687: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c0a630> <<< 8484 1726867709.02693: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c055e0> <<< 8484 1726867709.02744: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867709.02754: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.02782: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.02787: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867709.02806: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.02954: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.03119: 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' <<< 8484 1726867709.03127: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c0a750> <<< 8484 1726867709.03139: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.03602: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04044: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04118: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867709.04208: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04238: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867709.04288: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04368: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04434: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867709.04467: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04474: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04494: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867709.04535: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04629: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867709.04646: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.04819: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867709.05116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867709.05135: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867709.05204: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c0b890> <<< 8484 1726867709.05225: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05287: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867709.05396: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867709.05445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05497: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867709.05500: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05541: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05591: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05644: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05718: 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 <<< 8484 1726867709.05756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867709.05845: 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 0x7f1519c162d0> <<< 8484 1726867709.05894: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c11a60> <<< 8484 1726867709.05913: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867709.05938: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.05986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.06046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.06206: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.06246: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867709.06279: 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 <<< 8484 1726867709.06293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867709.06340: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d02ae0> <<< 8484 1726867709.06382: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a43e7b0> <<< 8484 1726867709.06530: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c16360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c0b170> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867709.06549: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867709.06584: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867709.06616: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867709.06642: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867709.06662: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 8484 1726867709.06712: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 8484 1726867709.06715: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867709.06753: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867709.06786: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.06807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867709.06820: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.07941: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867709.09059: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867710.91421: stdout chunk (state=3): >>> {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "check", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": true, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} <<< 8484 1726867710.91429: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867710.91980: 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__ <<< 8484 1726867710.92052: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # 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 <<< 8484 1726867710.92075: stdout chunk (state=3): >>># cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # 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 <<< 8484 1726867710.92164: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid <<< 8484 1726867710.92172: stdout chunk (state=3): >>># cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # 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<<< 8484 1726867710.92199: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 <<< 8484 1726867710.92457: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867710.92499: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867710.92522: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867710.92549: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867710.92588: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867710.92613: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 8484 1726867710.92665: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 8484 1726867710.92668: stdout chunk (state=3): >>># destroy syslog # destroy uuid<<< 8484 1726867710.92717: stdout chunk (state=3): >>> # destroy selectors # destroy errno # destroy array # destroy datetime <<< 8484 1726867710.92723: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867710.92750: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867710.92791: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867710.92806: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 8484 1726867710.92875: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 <<< 8484 1726867710.92937: stdout chunk (state=3): >>># destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867710.92941: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux <<< 8484 1726867710.92978: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867710.93104: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 8484 1726867710.93132: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867710.93168: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867710.93202: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib # destroy _typing <<< 8484 1726867710.93231: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 8484 1726867710.93244: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867710.93333: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 8484 1726867710.93359: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867710.93375: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 8484 1726867710.93418: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools<<< 8484 1726867710.93440: stdout chunk (state=3): >>> # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867710.93795: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867710.93858: stderr chunk (state=3): >>><<< 8484 1726867710.93861: stdout chunk (state=3): >>><<< 8484 1726867710.94051: _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 0x7f151a8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a7e7b30> # /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 0x7f151a81aa50> 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 0x7f151a62d130> # /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 0x7f151a62e120> 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 0x7f151a673f80> # /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 0x7f151a680110> # /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 0x7f151a6a3950> # /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 0x7f151a6a3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a683bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6812e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a671130> # /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 0x7f151a6c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6c6540> # /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 0x7f151a682210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6c4d40> # /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 0x7f151a6f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6703b0> # /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 0x7f151a6f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f4cb0> # 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 0x7f151a6f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a666ed0> # /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 0x7f151a6f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f5460> 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 0x7f151a6f6660> 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 0x7f151a710890> 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 0x7f151a711fd0> # /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 0x7f151a712e70> # 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 0x7f151a7134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a7123c0> # /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 0x7f151a713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a713590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f66c0> # /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 0x7f151a4afce0> # /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 0x7f151a4d8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4d8590> # 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 0x7f151a4d8860> # /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 0x7f151a4d9160> # 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 0x7f151a4d9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4d8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4ade80> # /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 0x7f151a4daf30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4d9ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a6f6db0> # /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 0x7f151a503200> # /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 0x7f151a52b590> # /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 0x7f151a588380> # /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 0x7f151a58aae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a5884a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a5553a0> # /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 0x7f151a38d490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a52a390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a4dbdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f151a52a6f0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_lqo48cbo/ansible_fedora.linux_system_roles.snapshot_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 0x7f151a3df200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3c20f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3c1250> # 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 0x7f151a3dd0d0> # /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 0x7f151a40ec30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a40e9c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a40e2d0> # /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 0x7f151a40e720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a3dfe90> 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 0x7f151a40fa10> # 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 0x7f151a40fc50> # /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 0x7f151a438110> 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 0x7f1519d1de50> # 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 0x7f1519d1f590> # /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 0x7f1519d20410> # /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 0x7f1519d21310> # /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 0x7f1519d23f80> # 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 0x7f1519d28170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d22300> # /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 0x7f1519d2be60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d2a930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d2a6c0> # /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 0x7f1519d2ac00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d22810> # 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 0x7f1519d6ff20> # /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 0x7f1519d70260> # /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 0x7f1519d71d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d71af0> # /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 0x7f1519d742c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d72420> # /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 0x7f1519d77aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d74470> # 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 0x7f1519d78b30> # 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 0x7f1519d78950> # 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 0x7f1519d78c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d70410> # /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 0x7f1519c04440> # 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 0x7f1519c05790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d7abd0> # 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 0x7f1519d7bf80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519d7a7e0> # 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 0x7f1519c09880> # /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 0x7f1519c0a630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c055e0> 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 0x7f1519c0a750> # 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 0x7f1519c0b890> # 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 0x7f1519c162d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c11a60> 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 0x7f1519d02ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f151a43e7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c16360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1519c0b170> # 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 # zipimport: zlib available {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "check", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": true, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867710.95330: done with _execute_module (fedora.linux_system_roles.snapshot, {'snapshot_lvm_action': 'check', 'ansible_check_mode': False, 'snapshot_lvm_all_vgs': True, 'snapshot_lvm_verify_only': True, 'snapshot_lvm_mount_origin': False, 'snapshot_lvm_mountpoint_create': False, 'snapshot_lvm_unmount_all': False, 'snapshot_lvm_percent_space_required': '', 'snapshot_lvm_vg': '', 'snapshot_lvm_lv': '', 'snapshot_lvm_snapset_name': 'snapset1', 'snapshot_lvm_mount_options': '', 'snapshot_lvm_fstype': '', 'snapshot_lvm_mountpoint': '', 'snapshot_lvm_set': {}, 'snapshot_lvm_vg_include': '^test_', '_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.snapshot', '_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-1726867708.781906-10078-14628697391871/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867710.95334: _low_level_execute_command(): starting 8484 1726867710.95337: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867708.781906-10078-14628697391871/ > /dev/null 2>&1 && sleep 0' 8484 1726867710.95340: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867710.95344: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867710.95411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867710.95420: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867710.95436: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867710.95547: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867710.97467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867710.97484: stdout chunk (state=3): >>><<< 8484 1726867710.97495: stderr chunk (state=3): >>><<< 8484 1726867710.97514: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867710.97529: handler run complete 8484 1726867710.97557: attempt loop complete, returning result 8484 1726867710.97564: _execute() done 8484 1726867710.97573: dumping result to json 8484 1726867710.97586: done dumping result, returning 8484 1726867710.97601: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module check [02e58e3f-6ce9-dbaf-c049-00000000060c] 8484 1726867710.97608: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060c ok: [managed_node3] => { "changed": false, "errors": "", "message": "", "return_code": 0 } 8484 1726867710.97820: no more pending results, returning what we have 8484 1726867710.97822: results queue empty 8484 1726867710.97823: checking for any_errors_fatal 8484 1726867710.97831: done checking for any_errors_fatal 8484 1726867710.97832: checking for max_fail_percentage 8484 1726867710.97833: done checking for max_fail_percentage 8484 1726867710.97834: checking to see if all hosts have failed and the running result is not ok 8484 1726867710.97835: done checking to see if all hosts have failed 8484 1726867710.97836: getting the remaining hosts for this loop 8484 1726867710.97838: done getting the remaining hosts for this loop 8484 1726867710.97841: getting the next task for host managed_node3 8484 1726867710.97848: done getting next task for host managed_node3 8484 1726867710.97852: ^ task is: TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867710.97855: ^ 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=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 8484 1726867710.97865: getting variables 8484 1726867710.97866: in VariableManager get_vars() 8484 1726867710.98118: Calling all_inventory to load vars for managed_node3 8484 1726867710.98122: Calling groups_inventory to load vars for managed_node3 8484 1726867710.98124: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867710.98133: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060c 8484 1726867710.98136: WORKER PROCESS EXITING 8484 1726867710.98144: Calling all_plugins_play to load vars for managed_node3 8484 1726867710.98147: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867710.98150: Calling groups_plugins_play to load vars for managed_node3 8484 1726867710.99113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.01012: done with get_vars() 8484 1726867711.01035: done getting variables 8484 1726867711.01097: 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.snapshot : Print out response] ***************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Friday 20 September 2024 17:28:31 -0400 (0:00:02.322) 0:00:46.308 ****** 8484 1726867711.01178: entering _queue_task() for managed_node3/debug 8484 1726867711.01744: worker is 1 (out of 1 available) 8484 1726867711.01757: exiting _queue_task() for managed_node3/debug 8484 1726867711.01768: done queuing things up, now waiting for results queue to drain 8484 1726867711.01769: waiting for pending results... 8484 1726867711.02264: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867711.02542: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000060e 8484 1726867711.02560: variable 'ansible_search_path' from source: unknown 8484 1726867711.02816: variable 'ansible_search_path' from source: unknown 8484 1726867711.02820: calling self._execute() 8484 1726867711.03104: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.03121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.03153: variable 'omit' from source: magic vars 8484 1726867711.03490: variable 'omit' from source: magic vars 8484 1726867711.03618: variable 'omit' from source: magic vars 8484 1726867711.03878: variable 'omit' from source: magic vars 8484 1726867711.03893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867711.04060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867711.04090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867711.04269: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867711.04314: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867711.04318: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867711.04321: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.04380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.04775: Set connection var ansible_pipelining to False 8484 1726867711.04781: Set connection var ansible_timeout to 10 8484 1726867711.04783: Set connection var ansible_connection to ssh 8484 1726867711.04785: Set connection var ansible_shell_type to sh 8484 1726867711.04787: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867711.04789: Set connection var ansible_shell_executable to /bin/sh 8484 1726867711.04791: variable 'ansible_shell_executable' from source: unknown 8484 1726867711.04793: variable 'ansible_connection' from source: unknown 8484 1726867711.04795: variable 'ansible_module_compression' from source: unknown 8484 1726867711.04797: variable 'ansible_shell_type' from source: unknown 8484 1726867711.04799: variable 'ansible_shell_executable' from source: unknown 8484 1726867711.04801: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.04803: variable 'ansible_pipelining' from source: unknown 8484 1726867711.04805: variable 'ansible_timeout' from source: unknown 8484 1726867711.04810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.05055: 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) 8484 1726867711.05375: variable 'omit' from source: magic vars 8484 1726867711.05378: starting attempt loop 8484 1726867711.05381: running the handler 8484 1726867711.05384: variable 'snapshot_cmd' from source: set_fact 8484 1726867711.05536: variable 'snapshot_cmd' from source: set_fact 8484 1726867711.05746: handler run complete 8484 1726867711.05768: attempt loop complete, returning result 8484 1726867711.05777: _execute() done 8484 1726867711.05783: dumping result to json 8484 1726867711.05797: done dumping result, returning 8484 1726867711.05812: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response [02e58e3f-6ce9-dbaf-c049-00000000060e] 8484 1726867711.05821: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060e ok: [managed_node3] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } 8484 1726867711.05992: no more pending results, returning what we have 8484 1726867711.05995: results queue empty 8484 1726867711.05996: checking for any_errors_fatal 8484 1726867711.06134: done checking for any_errors_fatal 8484 1726867711.06136: checking for max_fail_percentage 8484 1726867711.06138: done checking for max_fail_percentage 8484 1726867711.06139: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.06140: done checking to see if all hosts have failed 8484 1726867711.06141: getting the remaining hosts for this loop 8484 1726867711.06142: done getting the remaining hosts for this loop 8484 1726867711.06146: getting the next task for host managed_node3 8484 1726867711.06153: done getting next task for host managed_node3 8484 1726867711.06157: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867711.06160: ^ 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=2, 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 8484 1726867711.06173: getting variables 8484 1726867711.06175: in VariableManager get_vars() 8484 1726867711.06209: Calling all_inventory to load vars for managed_node3 8484 1726867711.06212: Calling groups_inventory to load vars for managed_node3 8484 1726867711.06215: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.06341: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.06345: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.06351: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060e 8484 1726867711.06353: WORKER PROCESS EXITING 8484 1726867711.06357: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.07433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.09925: done with get_vars() 8484 1726867711.10047: done getting variables 8484 1726867711.10105: 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.snapshot : Set result] ************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Friday 20 September 2024 17:28:31 -0400 (0:00:00.091) 0:00:46.400 ****** 8484 1726867711.10358: entering _queue_task() for managed_node3/set_fact 8484 1726867711.10855: worker is 1 (out of 1 available) 8484 1726867711.10869: exiting _queue_task() for managed_node3/set_fact 8484 1726867711.11185: done queuing things up, now waiting for results queue to drain 8484 1726867711.11187: waiting for pending results... 8484 1726867711.11646: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867711.11996: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000060f 8484 1726867711.12227: variable 'ansible_search_path' from source: unknown 8484 1726867711.12231: variable 'ansible_search_path' from source: unknown 8484 1726867711.12233: calling self._execute() 8484 1726867711.12475: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.12880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.12884: variable 'omit' from source: magic vars 8484 1726867711.12919: variable 'omit' from source: magic vars 8484 1726867711.13036: variable 'omit' from source: magic vars 8484 1726867711.13576: variable 'snapshot_cmd' from source: set_fact 8484 1726867711.13844: variable 'snapshot_cmd' from source: set_fact 8484 1726867711.14063: variable 'omit' from source: magic vars 8484 1726867711.14111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867711.14216: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867711.14364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867711.14389: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867711.14404: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867711.14439: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867711.14476: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.14487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.14878: Set connection var ansible_pipelining to False 8484 1726867711.14882: Set connection var ansible_timeout to 10 8484 1726867711.14884: Set connection var ansible_connection to ssh 8484 1726867711.14887: Set connection var ansible_shell_type to sh 8484 1726867711.14889: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867711.14891: Set connection var ansible_shell_executable to /bin/sh 8484 1726867711.14900: variable 'ansible_shell_executable' from source: unknown 8484 1726867711.14904: variable 'ansible_connection' from source: unknown 8484 1726867711.14907: variable 'ansible_module_compression' from source: unknown 8484 1726867711.14909: variable 'ansible_shell_type' from source: unknown 8484 1726867711.14911: variable 'ansible_shell_executable' from source: unknown 8484 1726867711.14913: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.14915: variable 'ansible_pipelining' from source: unknown 8484 1726867711.14916: variable 'ansible_timeout' from source: unknown 8484 1726867711.14918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.15268: 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) 8484 1726867711.15338: variable 'omit' from source: magic vars 8484 1726867711.15341: starting attempt loop 8484 1726867711.15346: running the handler 8484 1726867711.15361: handler run complete 8484 1726867711.15434: attempt loop complete, returning result 8484 1726867711.15575: _execute() done 8484 1726867711.15579: dumping result to json 8484 1726867711.15582: done dumping result, returning 8484 1726867711.15584: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result [02e58e3f-6ce9-dbaf-c049-00000000060f] 8484 1726867711.15586: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060f 8484 1726867711.15922: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000060f 8484 1726867711.15926: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } 8484 1726867711.16044: no more pending results, returning what we have 8484 1726867711.16047: results queue empty 8484 1726867711.16048: checking for any_errors_fatal 8484 1726867711.16057: done checking for any_errors_fatal 8484 1726867711.16057: checking for max_fail_percentage 8484 1726867711.16059: done checking for max_fail_percentage 8484 1726867711.16060: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.16061: done checking to see if all hosts have failed 8484 1726867711.16062: getting the remaining hosts for this loop 8484 1726867711.16064: done getting the remaining hosts for this loop 8484 1726867711.16067: getting the next task for host managed_node3 8484 1726867711.16078: done getting next task for host managed_node3 8484 1726867711.16081: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867711.16084: ^ 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=3, 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 8484 1726867711.16095: getting variables 8484 1726867711.16097: in VariableManager get_vars() 8484 1726867711.16132: Calling all_inventory to load vars for managed_node3 8484 1726867711.16136: Calling groups_inventory to load vars for managed_node3 8484 1726867711.16138: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.16578: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.16588: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.16592: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.19140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.21417: done with get_vars() 8484 1726867711.21481: done getting variables 8484 1726867711.21550: 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.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Friday 20 September 2024 17:28:31 -0400 (0:00:00.112) 0:00:46.512 ****** 8484 1726867711.21586: entering _queue_task() for managed_node3/set_fact 8484 1726867711.22006: worker is 1 (out of 1 available) 8484 1726867711.22020: exiting _queue_task() for managed_node3/set_fact 8484 1726867711.22033: done queuing things up, now waiting for results queue to drain 8484 1726867711.22034: waiting for pending results... 8484 1726867711.22435: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867711.22442: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000610 8484 1726867711.22446: variable 'ansible_search_path' from source: unknown 8484 1726867711.22449: variable 'ansible_search_path' from source: unknown 8484 1726867711.22467: calling self._execute() 8484 1726867711.22576: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.22589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.22605: variable 'omit' from source: magic vars 8484 1726867711.23495: variable 'snapshot_lvm_action' from source: include params 8484 1726867711.23499: Evaluated conditional (snapshot_lvm_action == "list"): False 8484 1726867711.23502: when evaluation is False, skipping this task 8484 1726867711.23504: _execute() done 8484 1726867711.23507: dumping result to json 8484 1726867711.23624: done dumping result, returning 8484 1726867711.23627: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results [02e58e3f-6ce9-dbaf-c049-000000000610] 8484 1726867711.23630: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000610 8484 1726867711.23699: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000610 8484 1726867711.23702: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } 8484 1726867711.23773: no more pending results, returning what we have 8484 1726867711.23776: results queue empty 8484 1726867711.23777: checking for any_errors_fatal 8484 1726867711.23786: done checking for any_errors_fatal 8484 1726867711.23787: checking for max_fail_percentage 8484 1726867711.23789: done checking for max_fail_percentage 8484 1726867711.23790: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.23791: done checking to see if all hosts have failed 8484 1726867711.23792: getting the remaining hosts for this loop 8484 1726867711.23793: done getting the remaining hosts for this loop 8484 1726867711.23797: getting the next task for host managed_node3 8484 1726867711.23803: done getting next task for host managed_node3 8484 1726867711.23806: ^ task is: TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867711.23809: ^ 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=4, 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 8484 1726867711.23849: getting variables 8484 1726867711.23851: in VariableManager get_vars() 8484 1726867711.23888: Calling all_inventory to load vars for managed_node3 8484 1726867711.23891: Calling groups_inventory to load vars for managed_node3 8484 1726867711.23894: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.23905: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.23908: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.23911: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.25509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.27022: done with get_vars() 8484 1726867711.27042: done getting variables 8484 1726867711.27307: 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.snapshot : Show errors] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Friday 20 September 2024 17:28:31 -0400 (0:00:00.057) 0:00:46.570 ****** 8484 1726867711.27338: entering _queue_task() for managed_node3/debug 8484 1726867711.27829: worker is 1 (out of 1 available) 8484 1726867711.27844: exiting _queue_task() for managed_node3/debug 8484 1726867711.27856: done queuing things up, now waiting for results queue to drain 8484 1726867711.27857: waiting for pending results... 8484 1726867711.28562: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867711.28699: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000611 8484 1726867711.28758: variable 'ansible_search_path' from source: unknown 8484 1726867711.28773: variable 'ansible_search_path' from source: unknown 8484 1726867711.28986: calling self._execute() 8484 1726867711.29109: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.29122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.29139: variable 'omit' from source: magic vars 8484 1726867711.30180: variable 'snapshot_cmd' from source: set_fact 8484 1726867711.30184: Evaluated conditional (snapshot_cmd["return_code"] != 0): False 8484 1726867711.30187: when evaluation is False, skipping this task 8484 1726867711.30189: _execute() done 8484 1726867711.30191: dumping result to json 8484 1726867711.30193: done dumping result, returning 8484 1726867711.30196: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors [02e58e3f-6ce9-dbaf-c049-000000000611] 8484 1726867711.30198: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000611 8484 1726867711.30461: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000611 8484 1726867711.30466: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } 8484 1726867711.30522: no more pending results, returning what we have 8484 1726867711.30525: results queue empty 8484 1726867711.30526: checking for any_errors_fatal 8484 1726867711.30534: done checking for any_errors_fatal 8484 1726867711.30535: checking for max_fail_percentage 8484 1726867711.30536: done checking for max_fail_percentage 8484 1726867711.30537: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.30538: done checking to see if all hosts have failed 8484 1726867711.30539: getting the remaining hosts for this loop 8484 1726867711.30542: done getting the remaining hosts for this loop 8484 1726867711.30545: getting the next task for host managed_node3 8484 1726867711.30554: done getting next task for host managed_node3 8484 1726867711.30556: ^ task is: TASK: meta (role_complete) 8484 1726867711.30559: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867711.30578: getting variables 8484 1726867711.30580: in VariableManager get_vars() 8484 1726867711.30615: Calling all_inventory to load vars for managed_node3 8484 1726867711.30618: Calling groups_inventory to load vars for managed_node3 8484 1726867711.30620: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.30630: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.30632: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.30635: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.31492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.32225: done with get_vars() 8484 1726867711.32240: done getting variables 8484 1726867711.32316: done queuing things up, now waiting for results queue to drain 8484 1726867711.32318: results queue empty 8484 1726867711.32319: checking for any_errors_fatal 8484 1726867711.32321: done checking for any_errors_fatal 8484 1726867711.32322: checking for max_fail_percentage 8484 1726867711.32323: done checking for max_fail_percentage 8484 1726867711.32323: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.32324: done checking to see if all hosts have failed 8484 1726867711.32324: getting the remaining hosts for this loop 8484 1726867711.32325: done getting the remaining hosts for this loop 8484 1726867711.32328: getting the next task for host managed_node3 8484 1726867711.32332: done getting next task for host managed_node3 8484 1726867711.32335: ^ task is: TASK: Extend the snapshots size to 40 percent of the source 8484 1726867711.32336: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867711.32339: getting variables 8484 1726867711.32339: in VariableManager get_vars() 8484 1726867711.32348: Calling all_inventory to load vars for managed_node3 8484 1726867711.32349: Calling groups_inventory to load vars for managed_node3 8484 1726867711.32351: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.32355: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.32357: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.32359: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.33054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.33850: done with get_vars() 8484 1726867711.33864: done getting variables TASK [Extend the snapshots size to 40 percent of the source] ******************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:61 Friday 20 September 2024 17:28:31 -0400 (0:00:00.065) 0:00:46.636 ****** 8484 1726867711.33936: entering _queue_task() for managed_node3/include_role 8484 1726867711.34212: worker is 1 (out of 1 available) 8484 1726867711.34225: exiting _queue_task() for managed_node3/include_role 8484 1726867711.34368: done queuing things up, now waiting for results queue to drain 8484 1726867711.34369: waiting for pending results... 8484 1726867711.34684: running TaskExecutor() for managed_node3/TASK: Extend the snapshots size to 40 percent of the source 8484 1726867711.34827: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000009 8484 1726867711.34830: variable 'ansible_search_path' from source: unknown 8484 1726867711.34850: calling self._execute() 8484 1726867711.34951: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.34962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.34979: variable 'omit' from source: magic vars 8484 1726867711.35149: _execute() done 8484 1726867711.35154: dumping result to json 8484 1726867711.35156: done dumping result, returning 8484 1726867711.35159: done running TaskExecutor() for managed_node3/TASK: Extend the snapshots size to 40 percent of the source [02e58e3f-6ce9-dbaf-c049-000000000009] 8484 1726867711.35162: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000009 8484 1726867711.35370: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000009 8484 1726867711.35375: WORKER PROCESS EXITING 8484 1726867711.35398: no more pending results, returning what we have 8484 1726867711.35402: in VariableManager get_vars() 8484 1726867711.35451: Calling all_inventory to load vars for managed_node3 8484 1726867711.35453: Calling groups_inventory to load vars for managed_node3 8484 1726867711.35456: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.35465: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.35467: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.35471: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.36016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.36401: done with get_vars() 8484 1726867711.36412: variable 'ansible_search_path' from source: unknown 8484 1726867711.37165: variable 'omit' from source: magic vars 8484 1726867711.37194: variable 'omit' from source: magic vars 8484 1726867711.37210: variable 'omit' from source: magic vars 8484 1726867711.37213: we have included files to process 8484 1726867711.37214: generating all_blocks data 8484 1726867711.37215: done generating all_blocks data 8484 1726867711.37218: processing included file: fedora.linux_system_roles.snapshot 8484 1726867711.37237: in VariableManager get_vars() 8484 1726867711.37251: done with get_vars() 8484 1726867711.37278: in VariableManager get_vars() 8484 1726867711.37292: done with get_vars() 8484 1726867711.37326: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/main.yml 8484 1726867711.37362: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/defaults/main.yml 8484 1726867711.37442: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/meta/main.yml 8484 1726867711.37519: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml 8484 1726867711.37794: in VariableManager get_vars() 8484 1726867711.37816: done with get_vars() 8484 1726867711.38617: iterating over new_blocks loaded from include file 8484 1726867711.38619: in VariableManager get_vars() 8484 1726867711.38632: done with get_vars() 8484 1726867711.38633: filtering new block on tags 8484 1726867711.38647: done filtering new block on tags 8484 1726867711.38649: in VariableManager get_vars() 8484 1726867711.38669: done with get_vars() 8484 1726867711.38673: filtering new block on tags 8484 1726867711.38696: done filtering new block on tags 8484 1726867711.38699: in VariableManager get_vars() 8484 1726867711.38714: done with get_vars() 8484 1726867711.38716: filtering new block on tags 8484 1726867711.38731: done filtering new block on tags 8484 1726867711.38733: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.snapshot for managed_node3 8484 1726867711.38738: extending task lists for all hosts with included blocks 8484 1726867711.40010: done extending task lists 8484 1726867711.40011: done processing included files 8484 1726867711.40012: results queue empty 8484 1726867711.40013: checking for any_errors_fatal 8484 1726867711.40014: done checking for any_errors_fatal 8484 1726867711.40015: checking for max_fail_percentage 8484 1726867711.40016: done checking for max_fail_percentage 8484 1726867711.40017: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.40017: done checking to see if all hosts have failed 8484 1726867711.40018: getting the remaining hosts for this loop 8484 1726867711.40019: done getting the remaining hosts for this loop 8484 1726867711.40022: getting the next task for host managed_node3 8484 1726867711.40025: done getting next task for host managed_node3 8484 1726867711.40028: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867711.40030: ^ state is: HOST STATE: block=2, task=12, 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 8484 1726867711.40040: getting variables 8484 1726867711.40041: in VariableManager get_vars() 8484 1726867711.40053: Calling all_inventory to load vars for managed_node3 8484 1726867711.40055: Calling groups_inventory to load vars for managed_node3 8484 1726867711.40057: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.40063: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.40065: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.40068: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.40616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.41340: done with get_vars() 8484 1726867711.41354: done getting variables TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 20 September 2024 17:28:31 -0400 (0:00:00.075) 0:00:46.711 ****** 8484 1726867711.41446: entering _queue_task() for managed_node3/include_tasks 8484 1726867711.42216: worker is 1 (out of 1 available) 8484 1726867711.42230: exiting _queue_task() for managed_node3/include_tasks 8484 1726867711.42243: done queuing things up, now waiting for results queue to drain 8484 1726867711.42244: waiting for pending results... 8484 1726867711.42837: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867711.42979: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000075a 8484 1726867711.42983: variable 'ansible_search_path' from source: unknown 8484 1726867711.42986: variable 'ansible_search_path' from source: unknown 8484 1726867711.43072: calling self._execute() 8484 1726867711.43306: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.43319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.43380: variable 'omit' from source: magic vars 8484 1726867711.43609: _execute() done 8484 1726867711.43619: dumping result to json 8484 1726867711.43632: done dumping result, returning 8484 1726867711.43648: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-00000000075a] 8484 1726867711.43688: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075a 8484 1726867711.43909: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075a 8484 1726867711.43913: WORKER PROCESS EXITING 8484 1726867711.43961: no more pending results, returning what we have 8484 1726867711.43966: in VariableManager get_vars() 8484 1726867711.44012: Calling all_inventory to load vars for managed_node3 8484 1726867711.44014: Calling groups_inventory to load vars for managed_node3 8484 1726867711.44017: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.44029: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.44033: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.44035: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.45373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.46699: done with get_vars() 8484 1726867711.46716: variable 'ansible_search_path' from source: unknown 8484 1726867711.46717: variable 'ansible_search_path' from source: unknown 8484 1726867711.46755: we have included files to process 8484 1726867711.46757: generating all_blocks data 8484 1726867711.46758: done generating all_blocks data 8484 1726867711.46761: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867711.46763: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867711.46765: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867711.47885: done processing included file 8484 1726867711.47887: iterating over new_blocks loaded from include file 8484 1726867711.47888: in VariableManager get_vars() 8484 1726867711.47910: done with get_vars() 8484 1726867711.47912: filtering new block on tags 8484 1726867711.47926: done filtering new block on tags 8484 1726867711.47929: in VariableManager get_vars() 8484 1726867711.47946: done with get_vars() 8484 1726867711.47948: filtering new block on tags 8484 1726867711.47963: done filtering new block on tags 8484 1726867711.47965: in VariableManager get_vars() 8484 1726867711.48188: done with get_vars() 8484 1726867711.48190: filtering new block on tags 8484 1726867711.48203: done filtering new block on tags 8484 1726867711.48204: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 8484 1726867711.48212: extending task lists for all hosts with included blocks 8484 1726867711.48321: done extending task lists 8484 1726867711.48322: done processing included files 8484 1726867711.48323: results queue empty 8484 1726867711.48324: checking for any_errors_fatal 8484 1726867711.48327: done checking for any_errors_fatal 8484 1726867711.48328: checking for max_fail_percentage 8484 1726867711.48329: done checking for max_fail_percentage 8484 1726867711.48330: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.48330: done checking to see if all hosts have failed 8484 1726867711.48331: getting the remaining hosts for this loop 8484 1726867711.48332: done getting the remaining hosts for this loop 8484 1726867711.48335: getting the next task for host managed_node3 8484 1726867711.48338: done getting next task for host managed_node3 8484 1726867711.48341: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867711.48344: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867711.48353: getting variables 8484 1726867711.48355: in VariableManager get_vars() 8484 1726867711.48367: Calling all_inventory to load vars for managed_node3 8484 1726867711.48369: Calling groups_inventory to load vars for managed_node3 8484 1726867711.48576: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.48581: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.48584: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.48587: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.49996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.51345: done with get_vars() 8484 1726867711.51361: done getting variables TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:31 -0400 (0:00:00.101) 0:00:46.812 ****** 8484 1726867711.51566: entering _queue_task() for managed_node3/setup 8484 1726867711.52307: worker is 1 (out of 1 available) 8484 1726867711.52320: exiting _queue_task() for managed_node3/setup 8484 1726867711.52332: done queuing things up, now waiting for results queue to drain 8484 1726867711.52333: waiting for pending results... 8484 1726867711.52888: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867711.53178: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000809 8484 1726867711.53182: variable 'ansible_search_path' from source: unknown 8484 1726867711.53184: variable 'ansible_search_path' from source: unknown 8484 1726867711.53195: calling self._execute() 8484 1726867711.53397: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.53411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.53426: variable 'omit' from source: magic vars 8484 1726867711.54255: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867711.57694: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867711.57786: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867711.57842: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867711.57885: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867711.57917: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867711.58018: 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) 8484 1726867711.58066: 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) 8484 1726867711.58096: 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) 8484 1726867711.58183: 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) 8484 1726867711.58225: 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) 8484 1726867711.58329: 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) 8484 1726867711.58361: 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) 8484 1726867711.58491: 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) 8484 1726867711.58529: 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) 8484 1726867711.58551: 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) 8484 1726867711.59028: variable '__snapshot_required_facts' from source: role '' all vars 8484 1726867711.59044: variable 'ansible_facts' from source: unknown 8484 1726867711.59680: Evaluated conditional (__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867711.59806: when evaluation is False, skipping this task 8484 1726867711.59810: _execute() done 8484 1726867711.59813: dumping result to json 8484 1726867711.59815: done dumping result, returning 8484 1726867711.59817: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000000809] 8484 1726867711.59819: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000809 8484 1726867711.59887: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000809 8484 1726867711.59890: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867711.59950: no more pending results, returning what we have 8484 1726867711.59954: results queue empty 8484 1726867711.59955: checking for any_errors_fatal 8484 1726867711.59957: done checking for any_errors_fatal 8484 1726867711.59957: checking for max_fail_percentage 8484 1726867711.59959: done checking for max_fail_percentage 8484 1726867711.59960: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.59961: done checking to see if all hosts have failed 8484 1726867711.59962: getting the remaining hosts for this loop 8484 1726867711.59963: done getting the remaining hosts for this loop 8484 1726867711.59967: getting the next task for host managed_node3 8484 1726867711.59977: done getting next task for host managed_node3 8484 1726867711.59981: ^ task is: TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867711.59984: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867711.60001: getting variables 8484 1726867711.60003: in VariableManager get_vars() 8484 1726867711.60044: Calling all_inventory to load vars for managed_node3 8484 1726867711.60047: Calling groups_inventory to load vars for managed_node3 8484 1726867711.60049: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.60058: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.60060: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.60063: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.60761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.61404: done with get_vars() 8484 1726867711.61419: done getting variables TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 20 September 2024 17:28:31 -0400 (0:00:00.099) 0:00:46.911 ****** 8484 1726867711.61489: entering _queue_task() for managed_node3/stat 8484 1726867711.61706: worker is 1 (out of 1 available) 8484 1726867711.61723: exiting _queue_task() for managed_node3/stat 8484 1726867711.61736: done queuing things up, now waiting for results queue to drain 8484 1726867711.61737: waiting for pending results... 8484 1726867711.61929: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867711.62024: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000080b 8484 1726867711.62033: variable 'ansible_search_path' from source: unknown 8484 1726867711.62037: variable 'ansible_search_path' from source: unknown 8484 1726867711.62064: calling self._execute() 8484 1726867711.62149: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.62152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.62162: variable 'omit' from source: magic vars 8484 1726867711.62650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867711.62876: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867711.62880: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867711.62883: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867711.62924: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867711.63025: 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) 8484 1726867711.63053: 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) 8484 1726867711.63086: 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) 8484 1726867711.63134: 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) 8484 1726867711.63277: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867711.63287: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867711.63290: when evaluation is False, skipping this task 8484 1726867711.63293: _execute() done 8484 1726867711.63295: dumping result to json 8484 1726867711.63298: done dumping result, returning 8484 1726867711.63305: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-00000000080b] 8484 1726867711.63312: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000080b 8484 1726867711.63410: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000080b 8484 1726867711.63414: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867711.63485: no more pending results, returning what we have 8484 1726867711.63488: results queue empty 8484 1726867711.63489: checking for any_errors_fatal 8484 1726867711.63498: done checking for any_errors_fatal 8484 1726867711.63498: checking for max_fail_percentage 8484 1726867711.63500: done checking for max_fail_percentage 8484 1726867711.63501: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.63501: done checking to see if all hosts have failed 8484 1726867711.63502: getting the remaining hosts for this loop 8484 1726867711.63504: done getting the remaining hosts for this loop 8484 1726867711.63510: getting the next task for host managed_node3 8484 1726867711.63516: done getting next task for host managed_node3 8484 1726867711.63520: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867711.63523: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867711.63543: getting variables 8484 1726867711.63547: in VariableManager get_vars() 8484 1726867711.63598: Calling all_inventory to load vars for managed_node3 8484 1726867711.63602: Calling groups_inventory to load vars for managed_node3 8484 1726867711.63604: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.63614: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.63617: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.63619: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.64300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.64862: done with get_vars() 8484 1726867711.64875: done getting variables 8484 1726867711.64920: 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.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 20 September 2024 17:28:31 -0400 (0:00:00.034) 0:00:46.946 ****** 8484 1726867711.64944: entering _queue_task() for managed_node3/set_fact 8484 1726867711.65149: worker is 1 (out of 1 available) 8484 1726867711.65163: exiting _queue_task() for managed_node3/set_fact 8484 1726867711.65178: done queuing things up, now waiting for results queue to drain 8484 1726867711.65179: waiting for pending results... 8484 1726867711.65348: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867711.65443: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000080c 8484 1726867711.65454: variable 'ansible_search_path' from source: unknown 8484 1726867711.65458: variable 'ansible_search_path' from source: unknown 8484 1726867711.65487: calling self._execute() 8484 1726867711.65557: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.65561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.65569: variable 'omit' from source: magic vars 8484 1726867711.65833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867711.66031: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867711.66063: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867711.66098: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867711.66123: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867711.66187: 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) 8484 1726867711.66205: 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) 8484 1726867711.66224: 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) 8484 1726867711.66241: 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) 8484 1726867711.66324: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867711.66332: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867711.66335: when evaluation is False, skipping this task 8484 1726867711.66337: _execute() done 8484 1726867711.66340: dumping result to json 8484 1726867711.66342: done dumping result, returning 8484 1726867711.66350: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-00000000080c] 8484 1726867711.66354: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000080c 8484 1726867711.66436: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000080c 8484 1726867711.66440: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867711.66493: no more pending results, returning what we have 8484 1726867711.66496: results queue empty 8484 1726867711.66497: checking for any_errors_fatal 8484 1726867711.66501: done checking for any_errors_fatal 8484 1726867711.66502: checking for max_fail_percentage 8484 1726867711.66503: done checking for max_fail_percentage 8484 1726867711.66504: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.66505: done checking to see if all hosts have failed 8484 1726867711.66505: getting the remaining hosts for this loop 8484 1726867711.66509: done getting the remaining hosts for this loop 8484 1726867711.66513: getting the next task for host managed_node3 8484 1726867711.66520: done getting next task for host managed_node3 8484 1726867711.66524: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867711.66527: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867711.66542: getting variables 8484 1726867711.66543: in VariableManager get_vars() 8484 1726867711.66578: Calling all_inventory to load vars for managed_node3 8484 1726867711.66586: Calling groups_inventory to load vars for managed_node3 8484 1726867711.66589: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.66596: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.66598: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.66600: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.66976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.67382: done with get_vars() 8484 1726867711.67393: done getting variables 8484 1726867711.67433: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 20 September 2024 17:28:31 -0400 (0:00:00.025) 0:00:46.971 ****** 8484 1726867711.67458: entering _queue_task() for managed_node3/include_vars 8484 1726867711.67650: worker is 1 (out of 1 available) 8484 1726867711.67664: exiting _queue_task() for managed_node3/include_vars 8484 1726867711.67678: done queuing things up, now waiting for results queue to drain 8484 1726867711.67680: waiting for pending results... 8484 1726867711.67841: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867711.68001: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000080e 8484 1726867711.68036: variable 'ansible_search_path' from source: unknown 8484 1726867711.68041: variable 'ansible_search_path' from source: unknown 8484 1726867711.68322: variable 'ansible_facts' from source: unknown 8484 1726867711.68876: variable 'ansible_facts' from source: unknown 8484 1726867711.69192: variable 'ansible_facts' from source: unknown 8484 1726867711.69597: variable 'ansible_facts' from source: unknown 8484 1726867711.69867: variable 'omit' from source: magic vars 8484 1726867711.70006: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.70032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.70057: variable 'omit' from source: magic vars 8484 1726867711.70381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867711.70710: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867711.70775: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867711.70824: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867711.71078: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867711.71083: variable '__vars_file' from source: task vars 8484 1726867711.71086: variable 'role_path' from source: magic vars 8484 1726867711.71088: variable 'item' from source: unknown 8484 1726867711.71105: Evaluated conditional (__vars_file is file): False 8484 1726867711.71116: when evaluation is False, skipping this task 8484 1726867711.71156: variable 'item' from source: unknown 8484 1726867711.71236: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867711.71637: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.71643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.71646: variable 'omit' from source: magic vars 8484 1726867711.71773: variable '__vars_file' from source: task vars 8484 1726867711.71825: variable 'role_path' from source: magic vars 8484 1726867711.71834: variable 'item' from source: unknown 8484 1726867711.71843: Evaluated conditional (__vars_file is file): False 8484 1726867711.71846: when evaluation is False, skipping this task 8484 1726867711.71870: variable 'item' from source: unknown 8484 1726867711.71915: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867711.71997: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.72002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.72007: variable 'omit' from source: magic vars 8484 1726867711.72141: variable '__vars_file' from source: task vars 8484 1726867711.72210: variable 'role_path' from source: magic vars 8484 1726867711.72214: variable 'item' from source: unknown 8484 1726867711.72241: Evaluated conditional (__vars_file is file): False 8484 1726867711.72255: when evaluation is False, skipping this task 8484 1726867711.72266: variable 'item' from source: unknown 8484 1726867711.72318: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867711.72405: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.72408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.72411: variable 'omit' from source: magic vars 8484 1726867711.72526: variable '__vars_file' from source: task vars 8484 1726867711.72601: variable 'role_path' from source: magic vars 8484 1726867711.72604: variable 'item' from source: unknown 8484 1726867711.72613: Evaluated conditional (__vars_file is file): False 8484 1726867711.72616: when evaluation is False, skipping this task 8484 1726867711.72639: variable 'item' from source: unknown 8484 1726867711.72683: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867711.72761: dumping result to json 8484 1726867711.72767: done dumping result, returning 8484 1726867711.72771: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-00000000080e] 8484 1726867711.72774: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000080e 8484 1726867711.72809: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000080e 8484 1726867711.72812: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8484 1726867711.72868: no more pending results, returning what we have 8484 1726867711.72873: results queue empty 8484 1726867711.72873: checking for any_errors_fatal 8484 1726867711.72880: done checking for any_errors_fatal 8484 1726867711.72880: checking for max_fail_percentage 8484 1726867711.72882: done checking for max_fail_percentage 8484 1726867711.72883: checking to see if all hosts have failed and the running result is not ok 8484 1726867711.72884: done checking to see if all hosts have failed 8484 1726867711.72885: getting the remaining hosts for this loop 8484 1726867711.72886: done getting the remaining hosts for this loop 8484 1726867711.72889: getting the next task for host managed_node3 8484 1726867711.72898: done getting next task for host managed_node3 8484 1726867711.72901: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867711.72904: ^ state is: HOST STATE: block=2, task=12, 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 8484 1726867711.72921: getting variables 8484 1726867711.72923: in VariableManager get_vars() 8484 1726867711.72956: Calling all_inventory to load vars for managed_node3 8484 1726867711.72959: Calling groups_inventory to load vars for managed_node3 8484 1726867711.72961: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867711.72969: Calling all_plugins_play to load vars for managed_node3 8484 1726867711.72973: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867711.72976: Calling groups_plugins_play to load vars for managed_node3 8484 1726867711.73671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867711.74103: done with get_vars() 8484 1726867711.74117: done getting variables 8484 1726867711.74159: 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.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 20 September 2024 17:28:31 -0400 (0:00:00.067) 0:00:47.038 ****** 8484 1726867711.74182: entering _queue_task() for managed_node3/package 8484 1726867711.74393: worker is 1 (out of 1 available) 8484 1726867711.74410: exiting _queue_task() for managed_node3/package 8484 1726867711.74422: done queuing things up, now waiting for results queue to drain 8484 1726867711.74424: waiting for pending results... 8484 1726867711.74635: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867711.74729: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000075b 8484 1726867711.74743: variable 'ansible_search_path' from source: unknown 8484 1726867711.74746: variable 'ansible_search_path' from source: unknown 8484 1726867711.74794: calling self._execute() 8484 1726867711.74881: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.74893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.74906: variable 'omit' from source: magic vars 8484 1726867711.75010: variable 'omit' from source: magic vars 8484 1726867711.75175: variable 'omit' from source: magic vars 8484 1726867711.75179: variable '__snapshot_packages' from source: role '' all vars 8484 1726867711.75283: variable '__snapshot_packages' from source: role '' all vars 8484 1726867711.75473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867711.77358: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867711.77426: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867711.77484: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867711.77499: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867711.77535: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867711.77630: 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) 8484 1726867711.77664: 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) 8484 1726867711.77704: 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) 8484 1726867711.77728: 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) 8484 1726867711.77750: 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) 8484 1726867711.77864: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867711.77868: variable 'omit' from source: magic vars 8484 1726867711.77892: variable 'omit' from source: magic vars 8484 1726867711.77920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867711.77942: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867711.77958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867711.77998: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867711.78010: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867711.78032: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867711.78035: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.78038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.78129: Set connection var ansible_pipelining to False 8484 1726867711.78133: Set connection var ansible_timeout to 10 8484 1726867711.78135: Set connection var ansible_connection to ssh 8484 1726867711.78159: Set connection var ansible_shell_type to sh 8484 1726867711.78164: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867711.78166: Set connection var ansible_shell_executable to /bin/sh 8484 1726867711.78176: variable 'ansible_shell_executable' from source: unknown 8484 1726867711.78179: variable 'ansible_connection' from source: unknown 8484 1726867711.78182: variable 'ansible_module_compression' from source: unknown 8484 1726867711.78184: variable 'ansible_shell_type' from source: unknown 8484 1726867711.78186: variable 'ansible_shell_executable' from source: unknown 8484 1726867711.78188: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867711.78191: variable 'ansible_pipelining' from source: unknown 8484 1726867711.78194: variable 'ansible_timeout' from source: unknown 8484 1726867711.78199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867711.78295: 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) 8484 1726867711.78328: variable 'omit' from source: magic vars 8484 1726867711.78333: starting attempt loop 8484 1726867711.78338: running the handler 8484 1726867711.78341: variable 'ansible_facts' from source: unknown 8484 1726867711.78343: variable 'ansible_facts' from source: unknown 8484 1726867711.78410: _low_level_execute_command(): starting 8484 1726867711.78413: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867711.79012: 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 <<< 8484 1726867711.79016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.79019: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867711.79021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867711.79024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.79076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867711.79091: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867711.79191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867711.80927: stdout chunk (state=3): >>>/root <<< 8484 1726867711.81030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867711.81063: stderr chunk (state=3): >>><<< 8484 1726867711.81065: stdout chunk (state=3): >>><<< 8484 1726867711.81089: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867711.81099: _low_level_execute_command(): starting 8484 1726867711.81105: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774 `" && echo ansible-tmp-1726867711.810891-10179-246190304233774="` echo /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774 `" ) && sleep 0' 8484 1726867711.81532: 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 <<< 8484 1726867711.81536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.81554: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.81609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867711.81614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867711.81704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867711.83713: stdout chunk (state=3): >>>ansible-tmp-1726867711.810891-10179-246190304233774=/root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774 <<< 8484 1726867711.83826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867711.83851: stderr chunk (state=3): >>><<< 8484 1726867711.83854: stdout chunk (state=3): >>><<< 8484 1726867711.83872: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867711.810891-10179-246190304233774=/root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867711.83899: variable 'ansible_module_compression' from source: unknown 8484 1726867711.83946: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867711.83983: variable 'ansible_facts' from source: unknown 8484 1726867711.84060: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py 8484 1726867711.84157: Sending initial data 8484 1726867711.84161: Sent initial data (150 bytes) 8484 1726867711.84597: 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 <<< 8484 1726867711.84600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.84602: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867711.84606: 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 <<< 8484 1726867711.84611: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.84654: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867711.84658: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867711.84752: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867711.86392: 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 <<< 8484 1726867711.86396: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867711.86476: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867711.86564: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp3fh05c6j /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py <<< 8484 1726867711.86573: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py" <<< 8484 1726867711.86652: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp3fh05c6j" to remote "/root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py" <<< 8484 1726867711.87511: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867711.87548: stderr chunk (state=3): >>><<< 8484 1726867711.87551: stdout chunk (state=3): >>><<< 8484 1726867711.87566: done transferring module to remote 8484 1726867711.87580: _low_level_execute_command(): starting 8484 1726867711.87584: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/ /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py && sleep 0' 8484 1726867711.88002: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867711.88007: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867711.88009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.88011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867711.88013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.88063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867711.88072: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867711.88159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867711.90064: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867711.90097: stderr chunk (state=3): >>><<< 8484 1726867711.90102: stdout chunk (state=3): >>><<< 8484 1726867711.90129: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867711.90221: _low_level_execute_command(): starting 8484 1726867711.90226: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/AnsiballZ_dnf.py && sleep 0' 8484 1726867711.90669: 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 <<< 8484 1726867711.90677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.90681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867711.90683: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867711.90729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867711.90733: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867711.90828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867711.93067: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867711.93093: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867711.93125: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867711.93203: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867711.93216: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867711.93243: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867711.93286: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867711.93290: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867711.93316: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867711.93321: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867711.93378: 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' <<< 8484 1726867711.93406: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867711.93424: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867711.93464: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867711.93489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867711.93495: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f6184d0> <<< 8484 1726867711.93506: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f5e7b30> <<< 8484 1726867711.93532: 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' <<< 8484 1726867711.93547: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f61aa50> <<< 8484 1726867711.93567: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867711.93592: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867711.93598: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867711.93623: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867711.93660: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867711.93663: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867711.93752: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867711.93784: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867711.93815: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867711.93828: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867711.93843: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867711.93862: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867711.93888: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867711.93912: 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 <<< 8484 1726867711.93915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867711.93938: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f3e9130> <<< 8484 1726867711.94005: 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 <<< 8484 1726867711.94016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867711.94025: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f3ea120> <<< 8484 1726867711.94046: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867711.94083: 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. <<< 8484 1726867711.94349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867711.94366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867711.94390: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867711.94400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867711.94418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867711.94464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867711.94486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867711.94516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867711.94531: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f42ff80> <<< 8484 1726867711.94557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867711.94598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867711.94617: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f43c110> <<< 8484 1726867711.94659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867711.94662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867711.94699: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867711.94818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867711.94821: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867711.94850: 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 0x7fef4f45f9b0> # /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 0x7fef4f45ff80> import '_collections' # <<< 8484 1726867711.95228: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f43fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f43d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f42d130> # /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' <<< 8484 1726867711.95241: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f483890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4824b0> # /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 0x7fef4f43e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f480d70> <<< 8484 1726867711.95284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867711.95287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f42c3b0> <<< 8484 1726867711.95320: 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' <<< 8484 1726867711.95342: 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' <<< 8484 1726867711.95362: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fef4f4b0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b0c50> <<< 8484 1726867711.95422: 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 0x7fef4f4b1010> <<< 8484 1726867711.95425: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f422ed0> <<< 8484 1726867711.95446: 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' <<< 8484 1726867711.95464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867711.95512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867711.95515: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b16a0> <<< 8484 1726867711.95581: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b13a0> import 'importlib.machinery' # <<< 8484 1726867711.95599: 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' <<< 8484 1726867711.95602: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b25a0> <<< 8484 1726867711.95605: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867711.95642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867711.95681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867711.95719: 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 0x7fef4f4cc7d0> <<< 8484 1726867711.95773: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867711.95777: 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 0x7fef4f4cdf10> <<< 8484 1726867711.95827: 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' <<< 8484 1726867711.95831: 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' <<< 8484 1726867711.95890: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4cedb0> <<< 8484 1726867711.95934: 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 0x7fef4f4cf410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4ce300> <<< 8484 1726867711.95938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867711.95991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867711.95994: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867711.95996: 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 0x7fef4f4cfe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4cf5c0> <<< 8484 1726867711.96028: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b2600> <<< 8484 1726867711.96055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867711.96085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867711.96104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867711.96119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867711.96236: 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 0x7fef4f20fd10> <<< 8484 1726867711.96257: 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 0x7fef4f23c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23c560> # 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 0x7fef4f23c680> <<< 8484 1726867711.96282: 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' <<< 8484 1726867711.96359: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867711.96493: 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 0x7fef4f23d130> <<< 8484 1726867711.96629: 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 0x7fef4f23daf0> <<< 8484 1726867711.96632: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23c9e0> <<< 8484 1726867711.96676: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f20deb0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867711.96695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867711.96727: 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' <<< 8484 1726867711.96750: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23ee70> <<< 8484 1726867711.96761: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23d9a0> <<< 8484 1726867711.96789: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b2cf0> <<< 8484 1726867711.96810: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867711.96880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867711.96894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867711.96920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867711.96948: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f263200> <<< 8484 1726867711.97006: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867711.97035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867711.97040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867711.97060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867711.97110: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f28f560> <<< 8484 1726867711.97122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867711.97165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867711.97237: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867711.97266: 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 0x7fef4f2e8380> <<< 8484 1726867711.97269: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867711.97331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867711.97335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867711.97366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867711.97455: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f2eaae0> <<< 8484 1726867711.97543: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f2e84a0> <<< 8484 1726867711.97562: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f2b5370> <<< 8484 1726867711.97592: 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 0x7fef4f0ed460> <<< 8484 1726867711.97629: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f28e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23fdd0> <<< 8484 1726867711.97761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867711.97783: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef4f28e6c0> <<< 8484 1726867711.97915: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_dn6vj8iw/ansible_ansible.legacy.dnf_payload.zip' <<< 8484 1726867711.97926: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867711.98042: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867711.98085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867711.98107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867711.98128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867711.98218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867711.98237: 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 0x7fef4f147170> <<< 8484 1726867711.98247: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867711.98438: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f126060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f1251f0> # zipimport: zlib available <<< 8484 1726867711.98464: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867711.98488: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867711.98516: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867711.98545: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867711.98553: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867711.99945: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.01093: 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 0x7fef4f145040> <<< 8484 1726867712.01130: 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' <<< 8484 1726867712.01177: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867712.01188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867712.01218: 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 0x7fef4f16eba0> <<< 8484 1726867712.01274: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f16e930> <<< 8484 1726867712.01319: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f16e240> <<< 8484 1726867712.01322: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867712.01332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867712.01366: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f16e690> <<< 8484 1726867712.01389: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f147e00> import 'atexit' # <<< 8484 1726867712.01412: 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 0x7fef4f16f950> <<< 8484 1726867712.01437: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.01461: 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 0x7fef4f16fb90> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867712.01524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867712.01534: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867712.01583: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f190080> <<< 8484 1726867712.01620: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867712.01623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867712.01644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867712.01677: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb15df0> <<< 8484 1726867712.01736: 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 0x7fef4eb17a10> <<< 8484 1726867712.01740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867712.01761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867712.01799: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1c410> <<< 8484 1726867712.01812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867712.01844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867712.01882: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1d310> <<< 8484 1726867712.01893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867712.01924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867712.01946: 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' <<< 8484 1726867712.01997: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1ff80> <<< 8484 1726867712.02053: 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 0x7fef4eb20170> <<< 8484 1726867712.02076: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1e300> <<< 8484 1726867712.02116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867712.02120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867712.02156: 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' <<< 8484 1726867712.02159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867712.02285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867712.02302: 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 0x7fef4eb23f50> import '_tokenize' # <<< 8484 1726867712.02336: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb22780> <<< 8484 1726867712.02355: 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' <<< 8484 1726867712.02626: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb22cf0> <<< 8484 1726867712.02629: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1e810> # 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 0x7fef4eb681d0> # /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 0x7fef4eb683b0> # /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 0x7fef4eb69df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb69bb0> <<< 8484 1726867712.02652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867712.02773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867712.02825: 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 0x7fef4eb6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb6a4b0> <<< 8484 1726867712.02855: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867712.02978: 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' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb6fb00> <<< 8484 1726867712.03103: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb6c4d0> <<< 8484 1726867712.03175: 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 0x7fef4eb70950> <<< 8484 1726867712.03205: 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 0x7fef4eb70c20> <<< 8484 1726867712.03251: 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 0x7fef4eb70e30> <<< 8484 1726867712.03317: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb68590> <<< 8484 1726867712.03323: 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 <<< 8484 1726867712.03356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867712.03392: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.03416: 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 0x7fef4ebfc500> <<< 8484 1726867712.03567: 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 0x7fef4ebfd8b0> <<< 8484 1726867712.03622: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb72cf0> # 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 0x7fef4eb738c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb72900> <<< 8484 1726867712.03654: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.03668: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867712.03763: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.03872: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.03876: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.03913: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867712.03916: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.04035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.04161: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.04741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.05320: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867712.05324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.05378: 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 0x7fef4ea019d0> <<< 8484 1726867712.05461: 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' <<< 8484 1726867712.05504: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea02810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ebfda90> <<< 8484 1726867712.05559: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867712.05588: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.05601: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867712.05782: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.05918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867712.05924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867712.05965: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea02870> # zipimport: zlib available <<< 8484 1726867712.06451: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.06884: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.06920: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.07034: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867712.07064: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.07088: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867712.07148: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.07234: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867712.07261: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.07285: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867712.07320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.07377: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867712.07594: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.07831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867712.07899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867712.07916: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867712.07967: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea03a70> <<< 8484 1726867712.07999: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08042: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08130: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867712.08159: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867712.08199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08241: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867712.08291: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08327: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08387: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08450: 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 <<< 8484 1726867712.08491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.08582: 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 0x7fef4ea0e570> <<< 8484 1726867712.08606: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea09c70> <<< 8484 1726867712.08650: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867712.08661: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08708: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08785: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08809: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.08855: 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 <<< 8484 1726867712.08858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.08892: 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' <<< 8484 1726867712.08917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867712.08964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867712.09047: 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' <<< 8484 1726867712.09413: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f1bee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f1a6ae0> <<< 8484 1726867712.09417: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea0e780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb71b50> # 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 <<< 8484 1726867712.09914: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.10441: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.11100: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.11812: 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 0x7fef4eaa0e60> <<< 8484 1726867712.11858: 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 0x7fef4eaa1070> # /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 0x7fef4eaa17c0> <<< 8484 1726867712.11925: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa1340> # /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' <<< 8484 1726867712.11990: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa20c0> # /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' <<< 8484 1726867712.12057: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867712.12103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea8c200> <<< 8484 1726867712.12157: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea8c110> # /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' <<< 8484 1726867712.12246: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e626990> <<< 8484 1726867712.12281: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa3890> # /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' <<< 8484 1726867712.12318: 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 <<< 8484 1726867712.12363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867712.12425: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e635520> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e634050> <<< 8484 1726867712.12638: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e627440> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa2d50> <<< 8484 1726867712.12641: 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 # 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' <<< 8484 1726867712.12644: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6a1610> <<< 8484 1726867712.12772: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e659760> <<< 8484 1726867712.13031: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa32f0> <<< 8484 1726867712.13035: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867712.13077: 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' # /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 0x7fef4e6a9220> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6a33e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e659280> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa2720> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa2150> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa1e80> <<< 8484 1726867712.13100: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa10d0> # /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 0x7fef4eaa2180> <<< 8484 1726867712.13149: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867712.13161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867712.13411: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6a9880> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6a9400> # /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 0x7fef4e6a9fa0> # /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 <<< 8484 1726867712.13442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867712.13521: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.13589: 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 0x7fef4e6b8980> <<< 8484 1726867712.13774: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e691b20> <<< 8484 1726867712.13802: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6aaea0> <<< 8484 1726867712.13947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867712.13977: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e691610> # /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 0x7fef4e6c6630> # /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 0x7fef4e6c72c0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6c6d80> <<< 8484 1726867712.13998: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867712.14063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867712.14159: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6c77a0> <<< 8484 1726867712.14163: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867712.14192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867712.14501: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6cbc80> # /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 0x7fef4e5ba090> <<< 8484 1726867712.14518: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.14618: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 8484 1726867712.14740: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.14877: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867712.14905: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.14940: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.14995: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 8484 1726867712.15130: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.15234: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867712.15324: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.15820: 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' <<< 8484 1726867712.15925: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5eeff0> <<< 8484 1726867712.15928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867712.15958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867712.16110: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5ef110> <<< 8484 1726867712.16247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867712.16250: 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' <<< 8484 1726867712.16269: 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 0x7fef4e34b2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e34ab40> # 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 0x7fef4e34ad20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5ef650> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5ee270> <<< 8484 1726867712.16300: 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 0x7fef4e5eecf0> <<< 8484 1726867712.16329: 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 <<< 8484 1726867712.16412: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867712.16605: 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' <<< 8484 1726867712.16612: 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' # 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 0x7fef4e3c4980> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3c4590> <<< 8484 1726867712.16633: 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 <<< 8484 1726867712.16690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867712.16739: 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 0x7fef4e3ec290> <<< 8484 1726867712.16780: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3c4ad0> <<< 8484 1726867712.16896: 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 <<< 8484 1726867712.16925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867712.17880: 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 0x7fef4dec33b0> <<< 8484 1726867712.17949: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3ec440> <<< 8484 1726867712.17987: 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 <<< 8484 1726867712.18238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867712.18278: 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 0x7fef4df3cf50> <<< 8484 1726867712.18336: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4dec3800> <<< 8484 1726867712.18387: 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 <<< 8484 1726867712.18502: stdout chunk (state=3): >>># 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 0x7fef4df3fec0> <<< 8484 1726867712.18524: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4df3d0a0> <<< 8484 1726867712.18546: 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 <<< 8484 1726867712.18599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867712.18710: 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 0x7fef4df83f80> <<< 8484 1726867712.18752: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4df801d0> # /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' <<< 8484 1726867712.18938: 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 0x7fef4c5312e0> <<< 8484 1726867712.18941: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5306e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3c4110> <<< 8484 1726867712.18978: 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 # 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' <<< 8484 1726867712.18999: 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 0x7fef4c54c800> <<< 8484 1726867712.19054: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c533c50> <<< 8484 1726867712.19058: 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 <<< 8484 1726867712.19105: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867712.19109: 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' <<< 8484 1726867712.19166: 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 0x7fef4c54ede0> <<< 8484 1726867712.19214: 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 <<< 8484 1726867712.19217: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867712.19219: 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' <<< 8484 1726867712.19284: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54fce0> # /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' <<< 8484 1726867712.19853: 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 0x7fef4c57c5f0> # /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 0x7fef4c533200> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54ff20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54ec90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54e630> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 8484 1726867712.19856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.20079: 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 0x7fef4c57f5c0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54f200> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54caa0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c533260> <<< 8484 1726867712.20104: 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' <<< 8484 1726867712.20237: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 8484 1726867712.20267: 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 0x7fef4c5338c0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5336e0> <<< 8484 1726867712.20292: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c531460> <<< 8484 1726867712.20322: 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 0x7fef4c5b8bf0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 8484 1726867712.20356: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867712.20397: 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 <<< 8484 1726867712.20502: stdout chunk (state=3): >>># 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 0x7fef4c5bb110> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867712.20506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867712.20566: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5bb8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5ba420> # /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' <<< 8484 1726867712.20740: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e0140> <<< 8484 1726867712.20744: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5b8bc0> # /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' <<< 8484 1726867712.20834: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 8484 1726867712.20893: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e1bb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e1130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e0f50> # /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' <<< 8484 1726867712.20934: 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 # 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 0x7fef4beacc50> <<< 8484 1726867712.21107: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867712.21111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # 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 <<< 8484 1726867712.21113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867712.21158: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bedacc0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.21161: 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 0x7fef4bedb020> <<< 8484 1726867712.21210: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4beaef30> <<< 8484 1726867712.21256: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bead0d0> <<< 8484 1726867712.21351: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4beac140> <<< 8484 1726867712.21359: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e2390> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e20c0> <<< 8484 1726867712.21419: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 8484 1726867712.21422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # 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 0x7fef4bf14b30> <<< 8484 1726867712.21493: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bedbc80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e28d0> <<< 8484 1726867712.21640: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867712.21644: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf15250> # /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 0x7fef4bf15610> # /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 0x7fef4bf156d0> <<< 8484 1726867712.21646: 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 0x7fef4bf157c0> # /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 <<< 8484 1726867712.21803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 8484 1726867712.21811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867712.21866: 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 0x7fef4bf343b0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf164e0> # /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 0x7fef4bf34560> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 8484 1726867712.21874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867712.21906: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf34650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf15550> <<< 8484 1726867712.21994: 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' <<< 8484 1726867712.22013: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf34800> <<< 8484 1726867712.22034: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867712.22120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867712.22125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867712.22238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867712.22342: 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' <<< 8484 1726867712.22387: 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 0x7fef4bf84200> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf5f620> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf5e0c0> <<< 8484 1726867712.22525: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf36000> <<< 8484 1726867712.22573: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf35460> <<< 8484 1726867712.22735: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e34ac30> # /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 0x7fef4bf363c0> <<< 8484 1726867712.22739: 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 0x7fef4bf9ca40> <<< 8484 1726867712.22779: 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 0x7fef4bf9ccb0> # /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 0x7fef4bf9d610> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9d0a0> <<< 8484 1726867712.22824: 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 0x7fef4bf9e510> import 'gc' # <<< 8484 1726867712.22858: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e34b4d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5edb20> <<< 8484 1726867712.23460: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f2f0> <<< 8484 1726867712.23464: 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' <<< 8484 1726867712.23490: 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 <<< 8484 1726867712.23547: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 8484 1726867712.23635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867712.23728: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd6bd70> # /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 <<< 8484 1726867712.23732: stdout chunk (state=3): >>># 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' <<< 8484 1726867712.23927: 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 0x7fef4bd95dc0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd95970> <<< 8484 1726867712.23931: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.24068: 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 0x7fef4f4cec30> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd94830> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd6bfb0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd68dd0> # /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' <<< 8484 1726867712.24123: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd6bb30> # /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' <<< 8484 1726867712.24127: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdab380> <<< 8484 1726867712.24176: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bda9eb0> <<< 8484 1726867712.24245: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867712.24598: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdccb60> # /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 0x7fef4bdcce60> <<< 8484 1726867712.24669: 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' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdcd0d0> # /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 0x7fef4bdcd370> # /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 0x7fef4bdcda90> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdcd8e0> # /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 0x7fef4bdcf2c0> # /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 0x7fef4bdcf440> <<< 8484 1726867712.24683: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdcf680> # /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 0x7fef4bde8620> <<< 8484 1726867712.24687: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdcfe60> <<< 8484 1726867712.24723: 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' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bde91c0> <<< 8484 1726867712.24767: 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 0x7fef4bde9610> # /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 <<< 8484 1726867712.24785: stdout chunk (state=3): >>># 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 0x7fef4bde97c0> <<< 8484 1726867712.24810: 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 <<< 8484 1726867712.24873: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bde9a90> <<< 8484 1726867712.24894: 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' <<< 8484 1726867712.24961: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdea990> # /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' <<< 8484 1726867712.25206: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdeac00> # /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 0x7fef4bdeae10> <<< 8484 1726867712.25215: 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 <<< 8484 1726867712.25261: stdout chunk (state=3): >>># 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 0x7fef4bdeba10> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdeb530> # /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 0x7fef4be0c8c0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0c200> # /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 0x7fef4be0d520> # /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 0x7fef4be0d7c0> <<< 8484 1726867712.25296: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0e720> <<< 8484 1726867712.25350: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0e990> <<< 8484 1726867712.25444: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0eb40> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f710> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f4a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9ec00> <<< 8484 1726867712.25448: 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 <<< 8484 1726867712.25463: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867712.25553: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f590> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f2c0> <<< 8484 1726867712.25556: 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 <<< 8484 1726867712.25592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867712.25618: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867712.25662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867712.25729: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be35a30> <<< 8484 1726867712.25745: 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' <<< 8484 1726867712.25834: stdout chunk (state=3): >>># /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' <<< 8484 1726867712.25869: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be37110> <<< 8484 1726867712.25978: 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 0x7fef4be36360> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be35f10> <<< 8484 1726867712.26082: 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 <<< 8484 1726867712.26158: 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 0x7fef4bb8c920> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb73d10> # /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' <<< 8484 1726867712.26163: stdout chunk (state=3): >>>import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 8484 1726867712.26245: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb8f860> # /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' <<< 8484 1726867712.26276: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb8f980> # /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 <<< 8484 1726867712.26374: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb8cfb0> <<< 8484 1726867712.26377: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb8cc80> <<< 8484 1726867712.26414: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f860> # /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' <<< 8484 1726867712.26504: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be35580> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f5c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f470> <<< 8484 1726867712.26557: 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 # 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 0x7fef4bbb6360> <<< 8484 1726867712.26560: 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 <<< 8484 1726867712.26695: 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 0x7fef4bbb6c00> # /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 0x7fef4bbb7c20> <<< 8484 1726867712.26699: 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 <<< 8484 1726867712.26759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe02c0> # /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' <<< 8484 1726867712.26805: 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' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 8484 1726867712.26850: stdout chunk (state=3): >>># 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' <<< 8484 1726867712.27000: 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 0x7fef4bbe1970> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe1340> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe0fe0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe0c80> # /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 <<< 8484 1726867712.27104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 8484 1726867712.27148: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe1730> # /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' <<< 8484 1726867712.27276: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe3620> <<< 8484 1726867712.27350: 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' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe36e0> # /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' <<< 8484 1726867712.27411: 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 0x7fef4bbe3e00> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe3c80> # /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' <<< 8484 1726867712.27431: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 8484 1726867712.27446: 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 <<< 8484 1726867712.27555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867712.27816: 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 0x7fef4bc123f0> # /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' <<< 8484 1726867712.27822: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /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 0x7fef4bc135f0> # /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 0x7fef4bc13830> # /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' <<< 8484 1726867712.27850: 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 0x7fef4bc139b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc137d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc130e0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc12570> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc11820> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc10da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc10650> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe3140> <<< 8484 1726867712.27906: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe2630> <<< 8484 1726867712.27916: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc132c0> <<< 8484 1726867712.27954: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 8484 1726867712.27983: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc13e60> <<< 8484 1726867712.28033: 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 0x7fef4bc3c770> <<< 8484 1726867712.28092: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc3cb30> <<< 8484 1726867712.28186: 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 # 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 0x7fef4bc3d460> <<< 8484 1726867712.28231: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc3dfa0> <<< 8484 1726867712.41109: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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}}} <<< 8484 1726867712.42284: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867712.42315: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867712.42837: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867712.42858: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 8484 1726867712.42863: 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 <<< 8484 1726867712.42895: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 8484 1726867712.42899: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # 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 <<< 8484 1726867712.42933: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression<<< 8484 1726867712.42947: stdout chunk (state=3): >>> # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 8484 1726867712.42969: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 8484 1726867712.43031: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal<<< 8484 1726867712.43034: stdout chunk (state=3): >>> # 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 <<< 8484 1726867712.43059: stdout chunk (state=3): >>># cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 8484 1726867712.43063: stdout chunk (state=3): >>># cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 8484 1726867712.43073: stdout chunk (state=3): >>># cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http <<< 8484 1726867712.43087: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.43135: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.43161: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.43169: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.43197: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.43249: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.43253: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.system_upgrade <<< 8484 1726867712.43805: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 8484 1726867712.43834: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867712.43838: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867712.43856: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867712.43883: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 8484 1726867712.43910: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867712.43932: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867712.43947: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867712.44003: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 8484 1726867712.44013: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867712.44043: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 8484 1726867712.44061: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 8484 1726867712.44066: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus <<< 8484 1726867712.44106: stdout chunk (state=3): >>># destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 8484 1726867712.44109: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867712.44173: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 8484 1726867712.44186: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # 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 <<< 8484 1726867712.44292: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44298: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44301: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 8484 1726867712.44390: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # 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 <<< 8484 1726867712.44504: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44512: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44516: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset <<< 8484 1726867712.44523: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44540: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44590: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string <<< 8484 1726867712.44651: 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 <<< 8484 1726867712.44658: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44664: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44762: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.44768: 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 <<< 8484 1726867712.44777: 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 <<< 8484 1726867712.44796: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 8484 1726867712.44827: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre <<< 8484 1726867712.44837: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 8484 1726867712.44902: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # 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 <<< 8484 1726867712.44906: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 8484 1726867712.44921: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867712.44953: 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 <<< 8484 1726867712.45523: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867712.45532: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867712.45572: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867712.45610: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 8484 1726867712.45614: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867712.45651: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867712.45655: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867712.45689: stdout chunk (state=3): >>># destroy _queue <<< 8484 1726867712.45705: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 8484 1726867712.45741: 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 <<< 8484 1726867712.45745: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867712.45759: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves <<< 8484 1726867712.45777: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867712.45828: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 8484 1726867712.45832: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps <<< 8484 1726867712.45835: stdout chunk (state=3): >>># destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils <<< 8484 1726867712.45856: stdout chunk (state=3): >>># destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 8484 1726867712.45863: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867712.45916: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8484 1726867712.45936: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 8484 1726867712.45940: 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 <<< 8484 1726867712.45945: stdout chunk (state=3): >>># destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 8484 1726867712.45966: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867712.46023: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867712.46035: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.46043: stdout chunk (state=3): >>># destroy _opcode <<< 8484 1726867712.46120: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867712.46155: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno <<< 8484 1726867712.46162: stdout chunk (state=3): >>># destroy warnings # destroy string <<< 8484 1726867712.46200: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867712.46284: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867712.46430: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 8484 1726867712.46433: stdout chunk (state=3): >>> # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867712.46456: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867712.46476: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools <<< 8484 1726867712.46483: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867712.47112: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867712.47138: stderr chunk (state=3): >>><<< 8484 1726867712.47141: stdout chunk (state=3): >>><<< 8484 1726867712.47325: _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 0x7fef4f6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f5e7b30> # /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 0x7fef4f61aa50> 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 0x7fef4f3e9130> # /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 0x7fef4f3ea120> 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 0x7fef4f42ff80> # /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 0x7fef4f43c110> # /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 0x7fef4f45f9b0> # /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 0x7fef4f45ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f43fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f43d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f42d130> # /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 0x7fef4f483890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4824b0> # /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 0x7fef4f43e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f480d70> # /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 0x7fef4f4b08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f42c3b0> # /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 0x7fef4f4b0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b0c50> # 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 0x7fef4f4b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f422ed0> # /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 0x7fef4f4b16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b13a0> 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 0x7fef4f4b25a0> 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 0x7fef4f4cc7d0> 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 0x7fef4f4cdf10> # /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 0x7fef4f4cedb0> # 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 0x7fef4f4cf410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4ce300> # /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 0x7fef4f4cfe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4cf5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b2600> # /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 0x7fef4f20fd10> # /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 0x7fef4f23c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23c560> # 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 0x7fef4f23c680> # /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 0x7fef4f23d130> # 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 0x7fef4f23daf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23c9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f20deb0> # /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 0x7fef4f23ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23d9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f4b2cf0> # /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 0x7fef4f263200> # /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 0x7fef4f28f560> # /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 0x7fef4f2e8380> # /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 0x7fef4f2eaae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f2e84a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f2b5370> # /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 0x7fef4f0ed460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f28e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f23fdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fef4f28e6c0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_dn6vj8iw/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 0x7fef4f147170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f126060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f1251f0> # 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 0x7fef4f145040> # /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 0x7fef4f16eba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f16e930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f16e240> # /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 0x7fef4f16e690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f147e00> 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 0x7fef4f16f950> # 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 0x7fef4f16fb90> # /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 0x7fef4f190080> 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 0x7fef4eb15df0> # 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 0x7fef4eb17a10> # /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 0x7fef4eb1c410> # /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 0x7fef4eb1d310> # /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 0x7fef4eb1ff80> # 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 0x7fef4eb20170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1e300> # /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 0x7fef4eb23f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb22a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb22780> # /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 0x7fef4eb22cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb1e810> # 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 0x7fef4eb681d0> # /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 0x7fef4eb683b0> # /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 0x7fef4eb69df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb69bb0> # /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 0x7fef4eb6c320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb6a4b0> # /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 0x7fef4eb6fb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb6c4d0> # 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 0x7fef4eb70950> # 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 0x7fef4eb70c20> # 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 0x7fef4eb70e30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb68590> # /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 0x7fef4ebfc500> # 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 0x7fef4ebfd8b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb72cf0> # 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 0x7fef4eb738c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb72900> # 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 0x7fef4ea019d0> # /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 0x7fef4ea02810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ebfda90> 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 0x7fef4ea02870> # 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 0x7fef4ea03a70> # 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 0x7fef4ea0e570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea09c70> 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 0x7fef4f1bee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4f1a6ae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4ea0e780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eb71b50> # 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 0x7fef4eaa0e60> # /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 0x7fef4eaa1070> # /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 0x7fef4eaa17c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa1340> # /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 0x7fef4eaa20c0> # /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 0x7fef4ea8c200> # /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 0x7fef4ea8c110> # /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 0x7fef4e626990> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa3890> # /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 0x7fef4e635520> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e634050> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e627440> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa2d50> # /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 0x7fef4e6a1610> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e659760> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa32f0> # /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 0x7fef4e6a9220> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6a33e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e659280> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa2720> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa2150> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa1e80> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4eaa10d0> # /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 0x7fef4eaa2180> # /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 0x7fef4e6a9880> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6a9400> # /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 0x7fef4e6a9fa0> # /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 0x7fef4e6b8980> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e691b20> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6aaea0> # /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 0x7fef4e691610> # /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 0x7fef4e6c6630> # /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 0x7fef4e6c72c0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e6c6d80> # /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 0x7fef4e6c77a0> # /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 0x7fef4e6cbc80> # /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 0x7fef4e5ba090> # 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 0x7fef4e5eeff0> # /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 0x7fef4e5ef110> # /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 0x7fef4e34b2f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e34ab40> # 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 0x7fef4e34ad20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5ef650> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5ee270> # /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 0x7fef4e5eecf0> # /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 0x7fef4e3c4980> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3c4590> # /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 0x7fef4e3ec290> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3c4ad0> # /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 0x7fef4dec33b0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3ec440> # /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 0x7fef4df3cf50> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4dec3800> # /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 0x7fef4df3fec0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4df3d0a0> # /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 0x7fef4df83f80> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4df801d0> # /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 0x7fef4c5312e0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5306e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e3c4110> # /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 0x7fef4c54c800> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c533c50> # /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 0x7fef4c54ede0> # /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 0x7fef4c54fce0> # /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 0x7fef4c57c5f0> # /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 0x7fef4c533200> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54ff20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54ec90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54e630> # /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 0x7fef4c57f5c0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54f200> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c54caa0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c533260> # /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 0x7fef4c5338c0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5336e0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c531460> # /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 0x7fef4c5b8bf0> # /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 0x7fef4c5bb110> # /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 0x7fef4c5bb8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5ba420> # /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 0x7fef4c5e0140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5b8bc0> # /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 0x7fef4c5e1bb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e1130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e0f50> # /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 0x7fef4beacc50> # /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 0x7fef4bedacc0> # 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 0x7fef4bedb020> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4beaef30> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bead0d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4beac140> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e2390> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e20c0> # /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 0x7fef4bf14b30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bedbc80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4c5e28d0> # /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 0x7fef4bf15250> # /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 0x7fef4bf15610> # /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 0x7fef4bf156d0> # /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 0x7fef4bf157c0> # /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 0x7fef4bf343b0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf164e0> # /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 0x7fef4bf34560> # /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 0x7fef4bf34650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf15550> # /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 0x7fef4bf34800> # /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 0x7fef4bf84200> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf5f620> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf5e0c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf36000> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf35460> # /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 0x7fef4e34ac30> # /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 0x7fef4bf363c0> # /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 0x7fef4bf9ca40> # /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 0x7fef4bf9ccb0> # /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 0x7fef4bf9d610> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9d0a0> # /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 0x7fef4bf9e510> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e34b4d0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4e5edb20> # /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 0x7fef4bf9f2f0> # /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 0x7fef4bd6bd70> # /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 0x7fef4bd95dc0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd95970> # 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 0x7fef4f4cec30> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd94830> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd6bfb0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bd68dd0> # /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 0x7fef4bd6bb30> # /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 0x7fef4bdab380> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bda9eb0> # /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 0x7fef4bdccb60> # /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 0x7fef4bdcce60> # /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 0x7fef4bdcd0d0> # /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 0x7fef4bdcd370> # /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 0x7fef4bdcda90> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdcd8e0> # /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 0x7fef4bdcf2c0> # /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 0x7fef4bdcf440> # /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 0x7fef4bdcf680> # /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 0x7fef4bde8620> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdcfe60> # /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 0x7fef4bde91c0> # /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 0x7fef4bde9610> # /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 0x7fef4bde97c0> # /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 0x7fef4bde9a90> # /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 0x7fef4bdea990> # /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 0x7fef4bdeac00> # /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 0x7fef4bdeae10> # /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 0x7fef4bdeba10> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bdeb530> # /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 0x7fef4be0c8c0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0c200> # /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 0x7fef4be0d520> # /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 0x7fef4be0d7c0> # /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 0x7fef4be0e720> # /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 0x7fef4be0e990> # /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 0x7fef4be0eb40> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f710> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f4a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9ec00> # /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 0x7fef4be0f590> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f2c0> # /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 0x7fef4be35a30> # /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 0x7fef4be37110> # 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 0x7fef4be36360> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be35f10> # /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 0x7fef4bb8c920> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb73d10> # /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 0x7fef4bb8f860> # /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 0x7fef4bb8f980> # /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 0x7fef4bb8cfb0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bb8cc80> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f860> # /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 0x7fef4be35580> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4be0f5c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bf9f470> # /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 0x7fef4bbb6360> # /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 0x7fef4bbb6c00> # /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 0x7fef4bbb7c20> # /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 0x7fef4bbe02c0> # /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 0x7fef4bbe1970> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe1340> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe0fe0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe0c80> # /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 0x7fef4bbe1730> # /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 0x7fef4bbe3620> # /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 0x7fef4bbe36e0> # /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 0x7fef4bbe3e00> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe3c80> # /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 0x7fef4bc123f0> # /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 0x7fef4bc135f0> # /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 0x7fef4bc13830> # /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 0x7fef4bc139b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc137d0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc130e0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc12570> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc11820> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc10da0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bc10650> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe3140> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fef4bbe2630> # /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 0x7fef4bc132c0> # /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 0x7fef4bc13e60> # /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 0x7fef4bc3c770> # /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 0x7fef4bc3cb30> # /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 0x7fef4bc3d460> # /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 0x7fef4bc3dfa0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867712.48823: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', 'util-linux-core'], '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-1726867711.810891-10179-246190304233774/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867712.48827: _low_level_execute_command(): starting 8484 1726867712.48829: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867711.810891-10179-246190304233774/ > /dev/null 2>&1 && sleep 0' 8484 1726867712.48831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867712.48833: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867712.48835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867712.48837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867712.48841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867712.48843: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867712.48845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.48847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867712.48849: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867712.48851: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867712.48853: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867712.48855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867712.48857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867712.48859: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867712.48861: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867712.48863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.48865: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867712.48866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867712.48868: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867712.48872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867712.50363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867712.50394: stderr chunk (state=3): >>><<< 8484 1726867712.50397: stdout chunk (state=3): >>><<< 8484 1726867712.50412: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867712.50419: handler run complete 8484 1726867712.50450: attempt loop complete, returning result 8484 1726867712.50453: _execute() done 8484 1726867712.50456: dumping result to json 8484 1726867712.50461: done dumping result, returning 8484 1726867712.50469: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed [02e58e3f-6ce9-dbaf-c049-00000000075b] 8484 1726867712.50474: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075b 8484 1726867712.50567: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075b 8484 1726867712.50572: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867712.50653: no more pending results, returning what we have 8484 1726867712.50655: results queue empty 8484 1726867712.50656: checking for any_errors_fatal 8484 1726867712.50667: done checking for any_errors_fatal 8484 1726867712.50668: checking for max_fail_percentage 8484 1726867712.50669: done checking for max_fail_percentage 8484 1726867712.50672: checking to see if all hosts have failed and the running result is not ok 8484 1726867712.50673: done checking to see if all hosts have failed 8484 1726867712.50674: getting the remaining hosts for this loop 8484 1726867712.50675: done getting the remaining hosts for this loop 8484 1726867712.50679: getting the next task for host managed_node3 8484 1726867712.50687: done getting next task for host managed_node3 8484 1726867712.50691: ^ task is: TASK: fedora.linux_system_roles.snapshot : Run snapshot module {{ snapshot_lvm_action }} 8484 1726867712.50693: ^ state is: HOST STATE: block=2, task=13, 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 8484 1726867712.50704: getting variables 8484 1726867712.50706: in VariableManager get_vars() 8484 1726867712.50739: Calling all_inventory to load vars for managed_node3 8484 1726867712.50742: Calling groups_inventory to load vars for managed_node3 8484 1726867712.50745: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867712.50753: Calling all_plugins_play to load vars for managed_node3 8484 1726867712.50756: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867712.50758: Calling groups_plugins_play to load vars for managed_node3 8484 1726867712.51188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867712.51604: done with get_vars() 8484 1726867712.51618: done getting variables 8484 1726867712.51745: variable 'snapshot_lvm_action' from source: include params TASK [fedora.linux_system_roles.snapshot : Run snapshot module extend] ********* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Friday 20 September 2024 17:28:32 -0400 (0:00:00.775) 0:00:47.814 ****** 8484 1726867712.51776: entering _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867712.51986: worker is 1 (out of 1 available) 8484 1726867712.52001: exiting _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867712.52015: done queuing things up, now waiting for results queue to drain 8484 1726867712.52017: waiting for pending results... 8484 1726867712.52199: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend 8484 1726867712.52282: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000075d 8484 1726867712.52294: variable 'ansible_search_path' from source: unknown 8484 1726867712.52298: variable 'ansible_search_path' from source: unknown 8484 1726867712.52327: calling self._execute() 8484 1726867712.52477: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867712.52482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867712.52485: variable 'omit' from source: magic vars 8484 1726867712.52563: variable 'omit' from source: magic vars 8484 1726867712.52608: variable 'omit' from source: magic vars 8484 1726867712.52639: variable 'snapshot_lvm_action' from source: include params 8484 1726867712.52837: variable 'snapshot_lvm_action' from source: include params 8484 1726867712.52997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867712.54977: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867712.55046: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867712.55107: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867712.55140: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867712.55174: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867712.55292: 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) 8484 1726867712.55296: 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) 8484 1726867712.55315: 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) 8484 1726867712.55346: 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) 8484 1726867712.55375: 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) 8484 1726867712.55463: variable 'ansible_check_mode' from source: magic vars 8484 1726867712.55587: variable 'snapshot_lvm_all_vgs' from source: include params 8484 1726867712.55704: variable 'snapshot_lvm_verify_only' from source: role '' defaults 8484 1726867712.55794: variable 'snapshot_lvm_mount_origin' from source: role '' defaults 8484 1726867712.55960: variable 'snapshot_lvm_mountpoint_create' from source: role '' defaults 8484 1726867712.56077: variable 'snapshot_lvm_unmount_all' from source: role '' defaults 8484 1726867712.56166: variable 'snapshot_lvm_percent_space_required' from source: include params 8484 1726867712.56185: variable 'omit' from source: magic vars 8484 1726867712.56306: variable 'snapshot_lvm_vg' from source: role '' defaults 8484 1726867712.56320: variable 'omit' from source: magic vars 8484 1726867712.56443: variable 'snapshot_lvm_lv' from source: role '' defaults 8484 1726867712.56446: variable 'omit' from source: magic vars 8484 1726867712.56589: variable 'snapshot_lvm_snapset_name' from source: include params 8484 1726867712.56592: variable 'omit' from source: magic vars 8484 1726867712.56686: variable 'snapshot_lvm_mount_options' from source: role '' defaults 8484 1726867712.56691: variable 'omit' from source: magic vars 8484 1726867712.56834: variable 'snapshot_lvm_fstype' from source: role '' defaults 8484 1726867712.56848: variable 'omit' from source: magic vars 8484 1726867712.56951: variable 'snapshot_lvm_mountpoint' from source: role '' defaults 8484 1726867712.56964: variable 'omit' from source: magic vars 8484 1726867712.57044: variable 'snapshot_lvm_set' from source: role '' defaults 8484 1726867712.57047: variable 'omit' from source: magic vars 8484 1726867712.57201: variable 'snapshot_lvm_vg_include' from source: play vars 8484 1726867712.57208: variable 'omit' from source: magic vars 8484 1726867712.57244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867712.57316: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867712.57319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867712.57326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867712.57334: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867712.57357: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867712.57360: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867712.57363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867712.57515: Set connection var ansible_pipelining to False 8484 1726867712.57519: Set connection var ansible_timeout to 10 8484 1726867712.57521: Set connection var ansible_connection to ssh 8484 1726867712.57523: Set connection var ansible_shell_type to sh 8484 1726867712.57525: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867712.57529: Set connection var ansible_shell_executable to /bin/sh 8484 1726867712.57599: variable 'ansible_shell_executable' from source: unknown 8484 1726867712.57601: variable 'ansible_connection' from source: unknown 8484 1726867712.57604: variable 'ansible_module_compression' from source: unknown 8484 1726867712.57606: variable 'ansible_shell_type' from source: unknown 8484 1726867712.57608: variable 'ansible_shell_executable' from source: unknown 8484 1726867712.57612: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867712.57614: variable 'ansible_pipelining' from source: unknown 8484 1726867712.57616: variable 'ansible_timeout' from source: unknown 8484 1726867712.57618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867712.57690: 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__) 8484 1726867712.57698: variable 'omit' from source: magic vars 8484 1726867712.57704: starting attempt loop 8484 1726867712.57707: running the handler 8484 1726867712.57721: _low_level_execute_command(): starting 8484 1726867712.57728: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867712.58364: 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 <<< 8484 1726867712.58372: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867712.58383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.58487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867712.58561: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867712.60306: stdout chunk (state=3): >>>/root <<< 8484 1726867712.60408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867712.60444: stderr chunk (state=3): >>><<< 8484 1726867712.60447: stdout chunk (state=3): >>><<< 8484 1726867712.60467: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867712.60480: _low_level_execute_command(): starting 8484 1726867712.60484: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185 `" && echo ansible-tmp-1726867712.6046674-10216-275230578241185="` echo /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185 `" ) && sleep 0' 8484 1726867712.61038: 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 <<< 8484 1726867712.61041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.61044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867712.61046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867712.61048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.61157: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867712.61233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867712.63214: stdout chunk (state=3): >>>ansible-tmp-1726867712.6046674-10216-275230578241185=/root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185 <<< 8484 1726867712.63378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867712.63381: stdout chunk (state=3): >>><<< 8484 1726867712.63383: stderr chunk (state=3): >>><<< 8484 1726867712.63580: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867712.6046674-10216-275230578241185=/root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867712.63584: variable 'ansible_module_compression' from source: unknown 8484 1726867712.63586: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.snapshot-ZIP_DEFLATED 8484 1726867712.63588: variable 'ansible_facts' from source: unknown 8484 1726867712.63694: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py 8484 1726867712.63830: Sending initial data 8484 1726867712.63884: Sent initial data (156 bytes) 8484 1726867712.64368: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867712.64384: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.64397: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.64441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867712.64454: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867712.64551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867712.66225: 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 <<< 8484 1726867712.66330: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867712.66419: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp0ptq6uce /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py <<< 8484 1726867712.66423: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py" <<< 8484 1726867712.66535: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp0ptq6uce" to remote "/root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py" <<< 8484 1726867712.67875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867712.67878: stderr chunk (state=3): >>><<< 8484 1726867712.67880: stdout chunk (state=3): >>><<< 8484 1726867712.67885: done transferring module to remote 8484 1726867712.67890: _low_level_execute_command(): starting 8484 1726867712.67893: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/ /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py && sleep 0' 8484 1726867712.68990: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867712.69085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867712.70972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867712.71042: stderr chunk (state=3): >>><<< 8484 1726867712.71061: stdout chunk (state=3): >>><<< 8484 1726867712.71156: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867712.71159: _low_level_execute_command(): starting 8484 1726867712.71162: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/AnsiballZ_snapshot.py && sleep 0' 8484 1726867712.71974: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867712.71977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867712.71980: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.71982: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867712.71984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867712.71986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867712.72030: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867712.72049: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867712.72137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867712.74353: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867712.74383: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867712.74423: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867712.74504: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867712.74539: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867712.74579: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867712.74583: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867712.74632: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867712.74691: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 8484 1726867712.74715: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867712.74766: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867712.74792: 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 0x7ff62bb104d0> <<< 8484 1726867712.74838: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62badfb30> # /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 0x7ff62bb12a50> <<< 8484 1726867712.74901: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 8484 1726867712.74940: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 8484 1726867712.75037: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867712.75113: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 8484 1726867712.75120: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867712.75205: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867712.75211: 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 0x7ff62b8e5130> <<< 8484 1726867712.75289: 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' <<< 8484 1726867712.75296: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b8e6120> <<< 8484 1726867712.75314: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867712.75363: 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. <<< 8484 1726867712.75597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867712.75600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867712.75628: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867712.75654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.75658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867712.75695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867712.75716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867712.75744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867712.75753: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b92bf80> <<< 8484 1726867712.75782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867712.75789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867712.75821: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b938110> <<< 8484 1726867712.75845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867712.75873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867712.75898: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867712.75946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.75968: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867712.75998: 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 0x7ff62b95b950> <<< 8484 1726867712.76052: 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' <<< 8484 1726867712.76077: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b95bfe0> import '_collections' # <<< 8484 1726867712.76116: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b93bbf0> <<< 8484 1726867712.76127: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867712.76156: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9392e0> <<< 8484 1726867712.76251: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b929130> <<< 8484 1726867712.76282: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867712.76300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867712.76312: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867712.76332: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867712.76369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867712.76385: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867712.76395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867712.76429: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b97f920> <<< 8484 1726867712.76484: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b97e540> <<< 8484 1726867712.76493: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867712.76513: 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 0x7ff62b93a210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b97cd40> <<< 8484 1726867712.76542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867712.76558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9283b0> <<< 8484 1726867712.76586: 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' <<< 8484 1726867712.76620: 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 0x7ff62b9ace00> <<< 8484 1726867712.76627: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9accb0> <<< 8484 1726867712.76668: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.76727: 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 0x7ff62b9ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b91eed0> <<< 8484 1726867712.76752: 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' <<< 8484 1726867712.76756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867712.76789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867712.76794: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ad460> import 'importlib.machinery' # <<< 8484 1726867712.76833: 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' <<< 8484 1726867712.76874: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ae660> <<< 8484 1726867712.76893: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867712.76903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867712.76946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867712.76971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867712.76986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9c8890> <<< 8484 1726867712.76991: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867712.77033: 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' <<< 8484 1726867712.77043: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff62b9c9fd0> <<< 8484 1726867712.77081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867712.77111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867712.77152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9cae70> <<< 8484 1726867712.77173: 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 0x7ff62b9cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ca3c0> <<< 8484 1726867712.77231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867712.77238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867712.77272: 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' <<< 8484 1726867712.77276: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff62b9cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9cb590> <<< 8484 1726867712.77317: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ae6c0> <<< 8484 1726867712.77327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867712.77375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867712.77398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867712.77403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867712.77432: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.77461: 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 0x7ff62b747ce0> <<< 8484 1726867712.77498: 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' <<< 8484 1726867712.77522: 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 0x7ff62b770830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b770590> <<< 8484 1726867712.77530: 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 0x7ff62b770860> <<< 8484 1726867712.77579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867712.77582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867712.77641: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867712.77768: 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 0x7ff62b771160> <<< 8484 1726867712.77917: 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 0x7ff62b771b50> <<< 8484 1726867712.77924: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b770a40> <<< 8484 1726867712.77941: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b745e80> <<< 8484 1726867712.77958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867712.77973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867712.78011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867712.78015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b772f30> <<< 8484 1726867712.78042: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b771ca0> <<< 8484 1726867712.78082: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9aedb0> <<< 8484 1726867712.78110: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867712.78161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.78185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867712.78217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867712.78279: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b79b200> <<< 8484 1726867712.78324: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867712.78328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.78359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867712.78612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867712.78617: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b7c3590> # /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 0x7ff62b820380> # /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' <<< 8484 1726867712.78639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867712.78669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867712.78765: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b822ae0> <<< 8484 1726867712.78841: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b8204a0> <<< 8484 1726867712.78879: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b7ed3a0> <<< 8484 1726867712.78914: 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 0x7ff62b129490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b7c2390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b773dd0> <<< 8484 1726867712.79066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867712.79069: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff62b7c26f0> <<< 8484 1726867712.79228: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_zaglg9rd/ansible_fedora.linux_system_roles.snapshot_payload.zip' <<< 8484 1726867712.79239: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.79348: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.79388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867712.79421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867712.79441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867712.79507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867712.79543: 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 0x7ff62b17b200> <<< 8484 1726867712.79565: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867712.79742: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b15e0f0> <<< 8484 1726867712.79774: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b15d250> # zipimport: zlib available <<< 8484 1726867712.79817: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867712.79857: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867712.79874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.81307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.82512: 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 0x7ff62b1790d0> # /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' <<< 8484 1726867712.82648: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867712.82652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867712.82689: 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 0x7ff62b1aaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1aa930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1aa240> # /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' <<< 8484 1726867712.82736: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1aa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b770440> <<< 8484 1726867712.82756: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867712.82793: 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 0x7ff62b1ab8f0> <<< 8484 1726867712.82890: 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 0x7ff62b1abb30> <<< 8484 1726867712.82893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867712.82904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 8484 1726867712.82972: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1abfe0> <<< 8484 1726867712.82993: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867712.83003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867712.83108: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b019c70> # 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 0x7ff62b01b890> # /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' <<< 8484 1726867712.83151: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01c260> <<< 8484 1726867712.83170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867712.83318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867712.83322: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01d130> # /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' <<< 8484 1726867712.83353: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01fe30> <<< 8484 1726867712.83395: 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 0x7ff62b772f00> <<< 8484 1726867712.83559: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01e120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867712.83589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /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 0x7ff62b027dd0> <<< 8484 1726867712.83604: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867712.83669: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b0268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b026630> <<< 8484 1726867712.83694: 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' <<< 8484 1726867712.83774: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b026b70> <<< 8484 1726867712.83803: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01e630> <<< 8484 1726867712.83830: 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 0x7ff62b06bf80> <<< 8484 1726867712.83874: 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 0x7ff62b06c140> <<< 8484 1726867712.83894: 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 <<< 8484 1726867712.83993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867712.83996: 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' <<< 8484 1726867712.83999: 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 0x7ff62b06dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b06d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867712.84207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867712.84213: 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 0x7ff62b070170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b06e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867712.84247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.84286: 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' <<< 8484 1726867712.84334: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b073950> <<< 8484 1726867712.84554: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b070320> <<< 8484 1726867712.84558: 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 0x7ff62b074a40> <<< 8484 1726867712.84561: 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 0x7ff62b074bc0> <<< 8484 1726867712.84636: 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 0x7ff62b074b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b06c2f0> <<< 8484 1726867712.84716: 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 <<< 8484 1726867712.84738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff62af002f0> <<< 8484 1726867712.84915: 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 0x7ff62af01700> <<< 8484 1726867712.85038: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b076ab0> <<< 8484 1726867712.85067: 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 0x7ff62b077e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b0766f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867712.85091: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.85199: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867712.85231: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867712.85249: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.85382: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.85597: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.86041: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.86580: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867712.86606: 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' # <<< 8484 1726867712.86629: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867712.86654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.86691: 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 0x7ff62af05940> <<< 8484 1726867712.86785: 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' <<< 8484 1726867712.86812: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af06720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af01c10> <<< 8484 1726867712.86854: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867712.86988: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867712.86991: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.87084: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.87236: 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 0x7ff62af063f0> <<< 8484 1726867712.87305: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.87718: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88326: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88332: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867712.88357: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88419: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867712.88446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88473: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88662: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 8484 1726867712.88665: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867712.88685: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867712.88705: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.88920: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.89151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867712.89221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 8484 1726867712.89401: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af079e0> # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867712.89446: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867712.89475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867712.89499: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.89528: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.89573: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867712.89586: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.89730: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.89757: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867712.89792: 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 <<< 8484 1726867712.89840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867712.89919: 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 0x7ff62af12390> <<< 8484 1726867712.89989: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af0f620> <<< 8484 1726867712.89992: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867712.90073: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867712.90131: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.90153: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.90210: 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' <<< 8484 1726867712.90312: 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 <<< 8484 1726867712.90328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867712.90362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867712.90365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867712.90424: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b002c60> <<< 8484 1726867712.90461: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1e2930> <<< 8484 1726867712.90549: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af12540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b074e60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867712.90588: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.90628: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867712.90763: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 8484 1726867712.90771: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867712.90852: stdout chunk (state=3): >>># 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 <<< 8484 1726867712.91967: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867712.93035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867715.31866: stdout chunk (state=3): >>> {"changed": true, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": false, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} <<< 8484 1726867715.31986: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867715.32814: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867715.32821: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 8484 1726867715.32844: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings <<< 8484 1726867715.32875: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser <<< 8484 1726867715.32919: stdout chunk (state=3): >>># cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 8484 1726867715.32942: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # 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 <<< 8484 1726867715.33060: stdout chunk (state=3): >>># 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 <<< 8484 1726867715.33078: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # 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 <<< 8484 1726867715.33172: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.basic <<< 8484 1726867715.33176: stdout chunk (state=3): >>># 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 <<< 8484 1726867715.33814: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867715.33820: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867715.33852: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867715.33869: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii <<< 8484 1726867715.33883: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867715.33899: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867715.33966: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ <<< 8484 1726867715.33981: stdout chunk (state=3): >>># destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 8484 1726867715.33991: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 8484 1726867715.34068: stdout chunk (state=3): >>># 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 <<< 8484 1726867715.34088: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867715.34107: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867715.34110: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867715.34116: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867715.34227: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 8484 1726867715.34243: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 8484 1726867715.34267: stdout chunk (state=3): >>># cleanup[3] wiping threading <<< 8484 1726867715.34374: 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 <<< 8484 1726867715.34378: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867715.35089: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867715.35110: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867715.35143: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867715.35146: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867715.35190: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867715.35224: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867715.35234: stdout chunk (state=3): >>># destroy _tokenize <<< 8484 1726867715.35249: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 8484 1726867715.35302: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867715.35399: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867715.35436: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 8484 1726867715.35454: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 8484 1726867715.35484: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 8484 1726867715.35526: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 8484 1726867715.35532: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy _io # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867715.36100: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867715.36131: stderr chunk (state=3): >>><<< 8484 1726867715.36134: stdout chunk (state=3): >>><<< 8484 1726867715.36203: _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 0x7ff62bb104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62badfb30> # /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 0x7ff62bb12a50> 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 0x7ff62b8e5130> # /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 0x7ff62b8e6120> 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 0x7ff62b92bf80> # /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 0x7ff62b938110> # /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 0x7ff62b95b950> # /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 0x7ff62b95bfe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b93bbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9392e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b929130> # /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 0x7ff62b97f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b97e540> # /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 0x7ff62b93a210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b97cd40> # /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 0x7ff62b9ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9283b0> # /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 0x7ff62b9ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9accb0> # 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 0x7ff62b9ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b91eed0> # /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 0x7ff62b9ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ad460> 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 0x7ff62b9ae660> 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 0x7ff62b9c8890> 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 0x7ff62b9c9fd0> # /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 0x7ff62b9cae70> # 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 0x7ff62b9cb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ca3c0> # /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 0x7ff62b9cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9ae6c0> # /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 0x7ff62b747ce0> # /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 0x7ff62b770830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b770590> # 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 0x7ff62b770860> # /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 0x7ff62b771160> # 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 0x7ff62b771b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b770a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b745e80> # /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 0x7ff62b772f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b771ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b9aedb0> # /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 0x7ff62b79b200> # /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 0x7ff62b7c3590> # /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 0x7ff62b820380> # /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 0x7ff62b822ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b8204a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b7ed3a0> # /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 0x7ff62b129490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b7c2390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b773dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff62b7c26f0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_zaglg9rd/ansible_fedora.linux_system_roles.snapshot_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 0x7ff62b17b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b15e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b15d250> # 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 0x7ff62b1790d0> # /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 0x7ff62b1aaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1aa930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1aa240> # /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 0x7ff62b1aa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b770440> 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 0x7ff62b1ab8f0> # 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 0x7ff62b1abb30> # /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 0x7ff62b1abfe0> 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 0x7ff62b019c70> # 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 0x7ff62b01b890> # /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 0x7ff62b01c260> # /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 0x7ff62b01d130> # /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 0x7ff62b01fe30> # 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 0x7ff62b772f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01e120> # /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 0x7ff62b027dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b0268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b026630> # /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 0x7ff62b026b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b01e630> # 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 0x7ff62b06bf80> # /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 0x7ff62b06c140> # /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 0x7ff62b06dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b06d9d0> # /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 0x7ff62b070170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b06e300> # /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 0x7ff62b073950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b070320> # 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 0x7ff62b074a40> # 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 0x7ff62b074bc0> # 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 0x7ff62b074b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b06c2f0> # /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 0x7ff62af002f0> # 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 0x7ff62af01700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b076ab0> # 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 0x7ff62b077e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b0766f0> # 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 0x7ff62af05940> # /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 0x7ff62af06720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af01c10> 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 0x7ff62af063f0> # 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 0x7ff62af079e0> # 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 0x7ff62af12390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af0f620> 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 0x7ff62b002c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b1e2930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62af12540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff62b074e60> # 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 # zipimport: zlib available {"changed": true, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": false, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867715.36771: done with _execute_module (fedora.linux_system_roles.snapshot, {'snapshot_lvm_action': 'extend', 'ansible_check_mode': False, 'snapshot_lvm_all_vgs': True, 'snapshot_lvm_verify_only': False, 'snapshot_lvm_mount_origin': False, 'snapshot_lvm_mountpoint_create': False, 'snapshot_lvm_unmount_all': False, 'snapshot_lvm_percent_space_required': '40', 'snapshot_lvm_vg': '', 'snapshot_lvm_lv': '', 'snapshot_lvm_snapset_name': 'snapset1', 'snapshot_lvm_mount_options': '', 'snapshot_lvm_fstype': '', 'snapshot_lvm_mountpoint': '', 'snapshot_lvm_set': {}, 'snapshot_lvm_vg_include': '^test_', '_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.snapshot', '_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-1726867712.6046674-10216-275230578241185/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867715.36776: _low_level_execute_command(): starting 8484 1726867715.36778: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867712.6046674-10216-275230578241185/ > /dev/null 2>&1 && sleep 0' 8484 1726867715.36861: 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 <<< 8484 1726867715.36864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867715.36866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.36869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867715.36875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.36941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867715.36944: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867715.37059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867715.39224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867715.39243: stderr chunk (state=3): >>><<< 8484 1726867715.39246: stdout chunk (state=3): >>><<< 8484 1726867715.39261: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867715.39267: handler run complete 8484 1726867715.39290: attempt loop complete, returning result 8484 1726867715.39293: _execute() done 8484 1726867715.39296: dumping result to json 8484 1726867715.39302: done dumping result, returning 8484 1726867715.39311: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend [02e58e3f-6ce9-dbaf-c049-00000000075d] 8484 1726867715.39317: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075d 8484 1726867715.39424: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075d 8484 1726867715.39427: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "errors": "", "message": "", "return_code": 0 } 8484 1726867715.39505: no more pending results, returning what we have 8484 1726867715.39508: results queue empty 8484 1726867715.39509: checking for any_errors_fatal 8484 1726867715.39516: done checking for any_errors_fatal 8484 1726867715.39516: checking for max_fail_percentage 8484 1726867715.39518: done checking for max_fail_percentage 8484 1726867715.39519: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.39520: done checking to see if all hosts have failed 8484 1726867715.39521: getting the remaining hosts for this loop 8484 1726867715.39522: done getting the remaining hosts for this loop 8484 1726867715.39525: getting the next task for host managed_node3 8484 1726867715.39531: done getting next task for host managed_node3 8484 1726867715.39534: ^ task is: TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867715.39537: ^ state is: HOST STATE: block=2, task=13, 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=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 8484 1726867715.39547: getting variables 8484 1726867715.39548: in VariableManager get_vars() 8484 1726867715.39583: Calling all_inventory to load vars for managed_node3 8484 1726867715.39586: Calling groups_inventory to load vars for managed_node3 8484 1726867715.39588: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.39596: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.39598: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.39600: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.40110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.40776: done with get_vars() 8484 1726867715.40793: done getting variables 8484 1726867715.40845: 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.snapshot : Print out response] ***************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Friday 20 September 2024 17:28:35 -0400 (0:00:02.891) 0:00:50.705 ****** 8484 1726867715.40886: entering _queue_task() for managed_node3/debug 8484 1726867715.41119: worker is 1 (out of 1 available) 8484 1726867715.41134: exiting _queue_task() for managed_node3/debug 8484 1726867715.41145: done queuing things up, now waiting for results queue to drain 8484 1726867715.41146: waiting for pending results... 8484 1726867715.41445: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867715.41523: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000075f 8484 1726867715.41528: variable 'ansible_search_path' from source: unknown 8484 1726867715.41531: variable 'ansible_search_path' from source: unknown 8484 1726867715.41534: calling self._execute() 8484 1726867715.41594: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.41600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.41629: variable 'omit' from source: magic vars 8484 1726867715.41739: variable 'omit' from source: magic vars 8484 1726867715.41768: variable 'omit' from source: magic vars 8484 1726867715.41848: variable 'omit' from source: magic vars 8484 1726867715.41852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867715.41884: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867715.41905: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867715.41926: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.41938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.41975: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867715.41980: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.41982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.42261: Set connection var ansible_pipelining to False 8484 1726867715.42264: Set connection var ansible_timeout to 10 8484 1726867715.42267: Set connection var ansible_connection to ssh 8484 1726867715.42271: Set connection var ansible_shell_type to sh 8484 1726867715.42274: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867715.42276: Set connection var ansible_shell_executable to /bin/sh 8484 1726867715.42279: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.42281: variable 'ansible_connection' from source: unknown 8484 1726867715.42283: variable 'ansible_module_compression' from source: unknown 8484 1726867715.42285: variable 'ansible_shell_type' from source: unknown 8484 1726867715.42287: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.42289: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.42291: variable 'ansible_pipelining' from source: unknown 8484 1726867715.42294: variable 'ansible_timeout' from source: unknown 8484 1726867715.42296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.42299: 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) 8484 1726867715.42301: variable 'omit' from source: magic vars 8484 1726867715.42303: starting attempt loop 8484 1726867715.42306: running the handler 8484 1726867715.42349: variable 'snapshot_cmd' from source: set_fact 8484 1726867715.42525: variable 'snapshot_cmd' from source: set_fact 8484 1726867715.42606: handler run complete 8484 1726867715.42621: attempt loop complete, returning result 8484 1726867715.42625: _execute() done 8484 1726867715.42627: dumping result to json 8484 1726867715.42630: done dumping result, returning 8484 1726867715.42647: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response [02e58e3f-6ce9-dbaf-c049-00000000075f] 8484 1726867715.42654: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075f 8484 1726867715.42732: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000075f 8484 1726867715.42735: WORKER PROCESS EXITING ok: [managed_node3] => { "snapshot_cmd": { "changed": true, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } 8484 1726867715.42820: no more pending results, returning what we have 8484 1726867715.42823: results queue empty 8484 1726867715.42824: checking for any_errors_fatal 8484 1726867715.42845: done checking for any_errors_fatal 8484 1726867715.42846: checking for max_fail_percentage 8484 1726867715.42847: done checking for max_fail_percentage 8484 1726867715.42848: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.42849: done checking to see if all hosts have failed 8484 1726867715.42858: getting the remaining hosts for this loop 8484 1726867715.42859: done getting the remaining hosts for this loop 8484 1726867715.42862: getting the next task for host managed_node3 8484 1726867715.42868: done getting next task for host managed_node3 8484 1726867715.42873: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867715.42876: ^ state is: HOST STATE: block=2, task=13, 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=2, 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 8484 1726867715.42885: getting variables 8484 1726867715.42886: in VariableManager get_vars() 8484 1726867715.42914: Calling all_inventory to load vars for managed_node3 8484 1726867715.42917: Calling groups_inventory to load vars for managed_node3 8484 1726867715.42918: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.42924: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.42926: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.42928: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.43310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.43710: done with get_vars() 8484 1726867715.43721: done getting variables 8484 1726867715.43760: 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.snapshot : Set result] ************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Friday 20 September 2024 17:28:35 -0400 (0:00:00.028) 0:00:50.734 ****** 8484 1726867715.43783: entering _queue_task() for managed_node3/set_fact 8484 1726867715.43962: worker is 1 (out of 1 available) 8484 1726867715.43978: exiting _queue_task() for managed_node3/set_fact 8484 1726867715.43990: done queuing things up, now waiting for results queue to drain 8484 1726867715.43991: waiting for pending results... 8484 1726867715.44312: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867715.44411: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000760 8484 1726867715.44415: variable 'ansible_search_path' from source: unknown 8484 1726867715.44417: variable 'ansible_search_path' from source: unknown 8484 1726867715.44425: calling self._execute() 8484 1726867715.44817: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.44821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.44823: variable 'omit' from source: magic vars 8484 1726867715.44923: variable 'omit' from source: magic vars 8484 1726867715.44999: variable 'omit' from source: magic vars 8484 1726867715.45035: variable 'snapshot_cmd' from source: set_fact 8484 1726867715.45243: variable 'snapshot_cmd' from source: set_fact 8484 1726867715.45349: variable 'omit' from source: magic vars 8484 1726867715.45409: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867715.45447: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867715.45474: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867715.45509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.45529: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.45564: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867715.45578: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.45608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.45703: Set connection var ansible_pipelining to False 8484 1726867715.45776: Set connection var ansible_timeout to 10 8484 1726867715.45780: Set connection var ansible_connection to ssh 8484 1726867715.45783: Set connection var ansible_shell_type to sh 8484 1726867715.45786: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867715.45788: Set connection var ansible_shell_executable to /bin/sh 8484 1726867715.45791: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.45793: variable 'ansible_connection' from source: unknown 8484 1726867715.45796: variable 'ansible_module_compression' from source: unknown 8484 1726867715.45802: variable 'ansible_shell_type' from source: unknown 8484 1726867715.45810: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.45828: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.45838: variable 'ansible_pipelining' from source: unknown 8484 1726867715.45845: variable 'ansible_timeout' from source: unknown 8484 1726867715.45907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.46168: 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) 8484 1726867715.46192: variable 'omit' from source: magic vars 8484 1726867715.46205: starting attempt loop 8484 1726867715.46213: running the handler 8484 1726867715.46485: handler run complete 8484 1726867715.46489: attempt loop complete, returning result 8484 1726867715.46492: _execute() done 8484 1726867715.46494: dumping result to json 8484 1726867715.46496: done dumping result, returning 8484 1726867715.46499: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result [02e58e3f-6ce9-dbaf-c049-000000000760] 8484 1726867715.46501: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000760 8484 1726867715.46575: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000760 8484 1726867715.46580: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } 8484 1726867715.46651: no more pending results, returning what we have 8484 1726867715.46654: results queue empty 8484 1726867715.46654: checking for any_errors_fatal 8484 1726867715.46659: done checking for any_errors_fatal 8484 1726867715.46660: checking for max_fail_percentage 8484 1726867715.46662: done checking for max_fail_percentage 8484 1726867715.46662: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.46663: done checking to see if all hosts have failed 8484 1726867715.46664: getting the remaining hosts for this loop 8484 1726867715.46665: done getting the remaining hosts for this loop 8484 1726867715.46668: getting the next task for host managed_node3 8484 1726867715.46676: done getting next task for host managed_node3 8484 1726867715.46679: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867715.46682: ^ state is: HOST STATE: block=2, task=13, 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=3, 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 8484 1726867715.46692: getting variables 8484 1726867715.46693: in VariableManager get_vars() 8484 1726867715.46724: Calling all_inventory to load vars for managed_node3 8484 1726867715.46730: Calling groups_inventory to load vars for managed_node3 8484 1726867715.46733: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.46741: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.46744: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.46748: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.47727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.48504: done with get_vars() 8484 1726867715.48520: done getting variables 8484 1726867715.48594: 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.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Friday 20 September 2024 17:28:35 -0400 (0:00:00.048) 0:00:50.783 ****** 8484 1726867715.48625: entering _queue_task() for managed_node3/set_fact 8484 1726867715.49462: worker is 1 (out of 1 available) 8484 1726867715.49479: exiting _queue_task() for managed_node3/set_fact 8484 1726867715.49489: done queuing things up, now waiting for results queue to drain 8484 1726867715.49491: waiting for pending results... 8484 1726867715.49847: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867715.50148: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000761 8484 1726867715.50175: variable 'ansible_search_path' from source: unknown 8484 1726867715.50300: variable 'ansible_search_path' from source: unknown 8484 1726867715.50306: calling self._execute() 8484 1726867715.50461: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.50516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.50520: variable 'omit' from source: magic vars 8484 1726867715.51276: variable 'snapshot_lvm_action' from source: include params 8484 1726867715.51280: Evaluated conditional (snapshot_lvm_action == "list"): False 8484 1726867715.51283: when evaluation is False, skipping this task 8484 1726867715.51286: _execute() done 8484 1726867715.51288: dumping result to json 8484 1726867715.51291: done dumping result, returning 8484 1726867715.51298: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results [02e58e3f-6ce9-dbaf-c049-000000000761] 8484 1726867715.51306: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000761 8484 1726867715.51467: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000761 8484 1726867715.51473: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } 8484 1726867715.51564: no more pending results, returning what we have 8484 1726867715.51567: results queue empty 8484 1726867715.51567: checking for any_errors_fatal 8484 1726867715.51576: done checking for any_errors_fatal 8484 1726867715.51576: checking for max_fail_percentage 8484 1726867715.51578: done checking for max_fail_percentage 8484 1726867715.51579: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.51579: done checking to see if all hosts have failed 8484 1726867715.51580: getting the remaining hosts for this loop 8484 1726867715.51581: done getting the remaining hosts for this loop 8484 1726867715.51584: getting the next task for host managed_node3 8484 1726867715.51589: done getting next task for host managed_node3 8484 1726867715.51592: ^ task is: TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867715.51595: ^ state is: HOST STATE: block=2, task=13, 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=4, 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 8484 1726867715.51613: getting variables 8484 1726867715.51614: in VariableManager get_vars() 8484 1726867715.51651: Calling all_inventory to load vars for managed_node3 8484 1726867715.51658: Calling groups_inventory to load vars for managed_node3 8484 1726867715.51662: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.51672: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.51675: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.51679: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.52197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.52830: done with get_vars() 8484 1726867715.52846: done getting variables 8484 1726867715.52902: 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.snapshot : Show errors] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Friday 20 September 2024 17:28:35 -0400 (0:00:00.043) 0:00:50.826 ****** 8484 1726867715.52932: entering _queue_task() for managed_node3/debug 8484 1726867715.53181: worker is 1 (out of 1 available) 8484 1726867715.53195: exiting _queue_task() for managed_node3/debug 8484 1726867715.53207: done queuing things up, now waiting for results queue to drain 8484 1726867715.53211: waiting for pending results... 8484 1726867715.53422: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867715.53515: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000762 8484 1726867715.53523: variable 'ansible_search_path' from source: unknown 8484 1726867715.53527: variable 'ansible_search_path' from source: unknown 8484 1726867715.53554: calling self._execute() 8484 1726867715.53629: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.53636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.53650: variable 'omit' from source: magic vars 8484 1726867715.54013: variable 'snapshot_cmd' from source: set_fact 8484 1726867715.54035: Evaluated conditional (snapshot_cmd["return_code"] != 0): False 8484 1726867715.54039: when evaluation is False, skipping this task 8484 1726867715.54042: _execute() done 8484 1726867715.54045: dumping result to json 8484 1726867715.54048: done dumping result, returning 8484 1726867715.54051: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors [02e58e3f-6ce9-dbaf-c049-000000000762] 8484 1726867715.54057: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000762 8484 1726867715.54145: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000762 8484 1726867715.54150: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } 8484 1726867715.54202: no more pending results, returning what we have 8484 1726867715.54207: results queue empty 8484 1726867715.54209: checking for any_errors_fatal 8484 1726867715.54214: done checking for any_errors_fatal 8484 1726867715.54215: checking for max_fail_percentage 8484 1726867715.54216: done checking for max_fail_percentage 8484 1726867715.54219: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.54220: done checking to see if all hosts have failed 8484 1726867715.54221: getting the remaining hosts for this loop 8484 1726867715.54222: done getting the remaining hosts for this loop 8484 1726867715.54225: getting the next task for host managed_node3 8484 1726867715.54233: done getting next task for host managed_node3 8484 1726867715.54235: ^ task is: TASK: meta (role_complete) 8484 1726867715.54237: ^ state is: HOST STATE: block=2, task=14, 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 8484 1726867715.54256: getting variables 8484 1726867715.54258: in VariableManager get_vars() 8484 1726867715.54288: Calling all_inventory to load vars for managed_node3 8484 1726867715.54290: Calling groups_inventory to load vars for managed_node3 8484 1726867715.54292: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.54299: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.54302: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.54305: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.54687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.55089: done with get_vars() 8484 1726867715.55100: done getting variables 8484 1726867715.55151: done queuing things up, now waiting for results queue to drain 8484 1726867715.55152: results queue empty 8484 1726867715.55153: checking for any_errors_fatal 8484 1726867715.55154: done checking for any_errors_fatal 8484 1726867715.55154: checking for max_fail_percentage 8484 1726867715.55155: done checking for max_fail_percentage 8484 1726867715.55156: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.55156: done checking to see if all hosts have failed 8484 1726867715.55156: getting the remaining hosts for this loop 8484 1726867715.55157: done getting the remaining hosts for this loop 8484 1726867715.55159: getting the next task for host managed_node3 8484 1726867715.55161: done getting next task for host managed_node3 8484 1726867715.55163: ^ task is: TASK: Assert changes for extend 8484 1726867715.55164: ^ state is: HOST STATE: block=2, task=15, 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 8484 1726867715.55166: getting variables 8484 1726867715.55167: in VariableManager get_vars() 8484 1726867715.55176: Calling all_inventory to load vars for managed_node3 8484 1726867715.55178: Calling groups_inventory to load vars for managed_node3 8484 1726867715.55179: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.55182: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.55184: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.55185: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.55482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.55867: done with get_vars() 8484 1726867715.55878: done getting variables 8484 1726867715.55936: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Assert changes for extend] *********************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:70 Friday 20 September 2024 17:28:35 -0400 (0:00:00.030) 0:00:50.856 ****** 8484 1726867715.55955: entering _queue_task() for managed_node3/assert 8484 1726867715.55956: Creating lock for assert 8484 1726867715.56154: worker is 1 (out of 1 available) 8484 1726867715.56166: exiting _queue_task() for managed_node3/assert 8484 1726867715.56179: done queuing things up, now waiting for results queue to drain 8484 1726867715.56180: waiting for pending results... 8484 1726867715.56355: running TaskExecutor() for managed_node3/TASK: Assert changes for extend 8484 1726867715.56420: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000000a 8484 1726867715.56433: variable 'ansible_search_path' from source: unknown 8484 1726867715.56462: calling self._execute() 8484 1726867715.56535: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.56540: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.56549: variable 'omit' from source: magic vars 8484 1726867715.56632: variable 'omit' from source: magic vars 8484 1726867715.56653: variable 'omit' from source: magic vars 8484 1726867715.56679: variable 'omit' from source: magic vars 8484 1726867715.56716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867715.56747: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867715.56762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867715.56777: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.56787: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.56810: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867715.56816: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.56819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.56891: Set connection var ansible_pipelining to False 8484 1726867715.56896: Set connection var ansible_timeout to 10 8484 1726867715.56899: Set connection var ansible_connection to ssh 8484 1726867715.56906: Set connection var ansible_shell_type to sh 8484 1726867715.56914: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867715.56918: Set connection var ansible_shell_executable to /bin/sh 8484 1726867715.56937: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.56941: variable 'ansible_connection' from source: unknown 8484 1726867715.56944: variable 'ansible_module_compression' from source: unknown 8484 1726867715.56946: variable 'ansible_shell_type' from source: unknown 8484 1726867715.56949: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.56951: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.56953: variable 'ansible_pipelining' from source: unknown 8484 1726867715.56955: variable 'ansible_timeout' from source: unknown 8484 1726867715.56957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.57061: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8484 1726867715.57072: variable 'omit' from source: magic vars 8484 1726867715.57084: starting attempt loop 8484 1726867715.57088: running the handler 8484 1726867715.57365: variable 'snapshot_cmd' from source: set_fact 8484 1726867715.57419: Evaluated conditional (snapshot_cmd["changed"]): True 8484 1726867715.57436: handler run complete 8484 1726867715.57443: attempt loop complete, returning result 8484 1726867715.57447: _execute() done 8484 1726867715.57450: dumping result to json 8484 1726867715.57452: done dumping result, returning 8484 1726867715.57458: done running TaskExecutor() for managed_node3/TASK: Assert changes for extend [02e58e3f-6ce9-dbaf-c049-00000000000a] 8484 1726867715.57460: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000a 8484 1726867715.57533: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000a 8484 1726867715.57536: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8484 1726867715.57591: no more pending results, returning what we have 8484 1726867715.57594: results queue empty 8484 1726867715.57597: checking for any_errors_fatal 8484 1726867715.57599: done checking for any_errors_fatal 8484 1726867715.57599: checking for max_fail_percentage 8484 1726867715.57601: done checking for max_fail_percentage 8484 1726867715.57602: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.57603: done checking to see if all hosts have failed 8484 1726867715.57603: getting the remaining hosts for this loop 8484 1726867715.57605: done getting the remaining hosts for this loop 8484 1726867715.57608: getting the next task for host managed_node3 8484 1726867715.57612: done getting next task for host managed_node3 8484 1726867715.57616: ^ task is: TASK: Use the snapshot_lvm_verify option to make sure extend is done 8484 1726867715.57617: ^ state is: HOST STATE: block=2, task=16, 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 8484 1726867715.57620: getting variables 8484 1726867715.57622: in VariableManager get_vars() 8484 1726867715.57652: Calling all_inventory to load vars for managed_node3 8484 1726867715.57655: Calling groups_inventory to load vars for managed_node3 8484 1726867715.57658: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.57666: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.57671: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.57675: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.58593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.59126: done with get_vars() 8484 1726867715.59142: done getting variables TASK [Use the snapshot_lvm_verify option to make sure extend is done] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:74 Friday 20 September 2024 17:28:35 -0400 (0:00:00.032) 0:00:50.889 ****** 8484 1726867715.59246: entering _queue_task() for managed_node3/include_role 8484 1726867715.59476: worker is 1 (out of 1 available) 8484 1726867715.59495: exiting _queue_task() for managed_node3/include_role 8484 1726867715.59510: done queuing things up, now waiting for results queue to drain 8484 1726867715.59511: waiting for pending results... 8484 1726867715.59746: running TaskExecutor() for managed_node3/TASK: Use the snapshot_lvm_verify option to make sure extend is done 8484 1726867715.59865: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000000b 8484 1726867715.59869: variable 'ansible_search_path' from source: unknown 8484 1726867715.59892: calling self._execute() 8484 1726867715.59979: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.59982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.59986: variable 'omit' from source: magic vars 8484 1726867715.60064: _execute() done 8484 1726867715.60079: dumping result to json 8484 1726867715.60085: done dumping result, returning 8484 1726867715.60088: done running TaskExecutor() for managed_node3/TASK: Use the snapshot_lvm_verify option to make sure extend is done [02e58e3f-6ce9-dbaf-c049-00000000000b] 8484 1726867715.60090: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000b 8484 1726867715.60206: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000b 8484 1726867715.60209: WORKER PROCESS EXITING 8484 1726867715.60235: no more pending results, returning what we have 8484 1726867715.60240: in VariableManager get_vars() 8484 1726867715.60269: Calling all_inventory to load vars for managed_node3 8484 1726867715.60274: Calling groups_inventory to load vars for managed_node3 8484 1726867715.60277: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.60293: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.60296: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.60299: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.60677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.61073: done with get_vars() 8484 1726867715.61081: variable 'ansible_search_path' from source: unknown 8484 1726867715.62244: variable 'omit' from source: magic vars 8484 1726867715.62261: variable 'omit' from source: magic vars 8484 1726867715.62278: variable 'omit' from source: magic vars 8484 1726867715.62282: we have included files to process 8484 1726867715.62283: generating all_blocks data 8484 1726867715.62285: done generating all_blocks data 8484 1726867715.62289: processing included file: fedora.linux_system_roles.snapshot 8484 1726867715.62304: in VariableManager get_vars() 8484 1726867715.62339: done with get_vars() 8484 1726867715.62356: in VariableManager get_vars() 8484 1726867715.62365: done with get_vars() 8484 1726867715.62392: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/main.yml 8484 1726867715.62415: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/defaults/main.yml 8484 1726867715.62440: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/meta/main.yml 8484 1726867715.62484: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml 8484 1726867715.62598: in VariableManager get_vars() 8484 1726867715.62621: done with get_vars() 8484 1726867715.63286: iterating over new_blocks loaded from include file 8484 1726867715.63287: in VariableManager get_vars() 8484 1726867715.63297: done with get_vars() 8484 1726867715.63298: filtering new block on tags 8484 1726867715.63306: done filtering new block on tags 8484 1726867715.63310: in VariableManager get_vars() 8484 1726867715.63318: done with get_vars() 8484 1726867715.63319: filtering new block on tags 8484 1726867715.63332: done filtering new block on tags 8484 1726867715.63333: in VariableManager get_vars() 8484 1726867715.63341: done with get_vars() 8484 1726867715.63342: filtering new block on tags 8484 1726867715.63350: done filtering new block on tags 8484 1726867715.63351: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.snapshot for managed_node3 8484 1726867715.63355: extending task lists for all hosts with included blocks 8484 1726867715.64573: done extending task lists 8484 1726867715.64574: done processing included files 8484 1726867715.64574: results queue empty 8484 1726867715.64575: checking for any_errors_fatal 8484 1726867715.64577: done checking for any_errors_fatal 8484 1726867715.64578: checking for max_fail_percentage 8484 1726867715.64578: done checking for max_fail_percentage 8484 1726867715.64579: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.64579: done checking to see if all hosts have failed 8484 1726867715.64580: getting the remaining hosts for this loop 8484 1726867715.64581: done getting the remaining hosts for this loop 8484 1726867715.64585: getting the next task for host managed_node3 8484 1726867715.64590: done getting next task for host managed_node3 8484 1726867715.64593: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867715.64597: ^ state is: HOST STATE: block=2, task=17, 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 8484 1726867715.64606: getting variables 8484 1726867715.64607: in VariableManager get_vars() 8484 1726867715.64619: Calling all_inventory to load vars for managed_node3 8484 1726867715.64621: Calling groups_inventory to load vars for managed_node3 8484 1726867715.64623: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.64629: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.64630: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.64632: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.64996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.65554: done with get_vars() 8484 1726867715.65565: done getting variables TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 20 September 2024 17:28:35 -0400 (0:00:00.063) 0:00:50.953 ****** 8484 1726867715.65626: entering _queue_task() for managed_node3/include_tasks 8484 1726867715.65862: worker is 1 (out of 1 available) 8484 1726867715.65877: exiting _queue_task() for managed_node3/include_tasks 8484 1726867715.65890: done queuing things up, now waiting for results queue to drain 8484 1726867715.65892: waiting for pending results... 8484 1726867715.66066: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867715.66144: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000908 8484 1726867715.66156: variable 'ansible_search_path' from source: unknown 8484 1726867715.66159: variable 'ansible_search_path' from source: unknown 8484 1726867715.66188: calling self._execute() 8484 1726867715.66261: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.66264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.66275: variable 'omit' from source: magic vars 8484 1726867715.66353: _execute() done 8484 1726867715.66357: dumping result to json 8484 1726867715.66360: done dumping result, returning 8484 1726867715.66367: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000908] 8484 1726867715.66374: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000908 8484 1726867715.66459: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000908 8484 1726867715.66462: WORKER PROCESS EXITING 8484 1726867715.66506: no more pending results, returning what we have 8484 1726867715.66513: in VariableManager get_vars() 8484 1726867715.66551: Calling all_inventory to load vars for managed_node3 8484 1726867715.66554: Calling groups_inventory to load vars for managed_node3 8484 1726867715.66557: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.66568: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.66584: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.66588: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.67089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.67488: done with get_vars() 8484 1726867715.67496: variable 'ansible_search_path' from source: unknown 8484 1726867715.67496: variable 'ansible_search_path' from source: unknown 8484 1726867715.67521: we have included files to process 8484 1726867715.67522: generating all_blocks data 8484 1726867715.67523: done generating all_blocks data 8484 1726867715.67524: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867715.67525: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867715.67526: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867715.67857: done processing included file 8484 1726867715.67858: iterating over new_blocks loaded from include file 8484 1726867715.67859: in VariableManager get_vars() 8484 1726867715.67875: done with get_vars() 8484 1726867715.67876: filtering new block on tags 8484 1726867715.67888: done filtering new block on tags 8484 1726867715.67890: in VariableManager get_vars() 8484 1726867715.67902: done with get_vars() 8484 1726867715.67903: filtering new block on tags 8484 1726867715.67915: done filtering new block on tags 8484 1726867715.67917: in VariableManager get_vars() 8484 1726867715.67928: done with get_vars() 8484 1726867715.67929: filtering new block on tags 8484 1726867715.67936: done filtering new block on tags 8484 1726867715.67937: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 8484 1726867715.67940: extending task lists for all hosts with included blocks 8484 1726867715.68005: done extending task lists 8484 1726867715.68006: done processing included files 8484 1726867715.68007: results queue empty 8484 1726867715.68007: checking for any_errors_fatal 8484 1726867715.68009: done checking for any_errors_fatal 8484 1726867715.68010: checking for max_fail_percentage 8484 1726867715.68010: done checking for max_fail_percentage 8484 1726867715.68011: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.68011: done checking to see if all hosts have failed 8484 1726867715.68012: getting the remaining hosts for this loop 8484 1726867715.68013: done getting the remaining hosts for this loop 8484 1726867715.68014: getting the next task for host managed_node3 8484 1726867715.68017: done getting next task for host managed_node3 8484 1726867715.68018: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867715.68020: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867715.68026: getting variables 8484 1726867715.68027: in VariableManager get_vars() 8484 1726867715.68035: Calling all_inventory to load vars for managed_node3 8484 1726867715.68036: Calling groups_inventory to load vars for managed_node3 8484 1726867715.68037: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.68041: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.68042: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.68044: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.68339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.68897: done with get_vars() 8484 1726867715.68909: done getting variables TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:35 -0400 (0:00:00.033) 0:00:50.986 ****** 8484 1726867715.68958: entering _queue_task() for managed_node3/setup 8484 1726867715.69154: worker is 1 (out of 1 available) 8484 1726867715.69168: exiting _queue_task() for managed_node3/setup 8484 1726867715.69181: done queuing things up, now waiting for results queue to drain 8484 1726867715.69182: waiting for pending results... 8484 1726867715.69445: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867715.69576: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000009e4 8484 1726867715.69581: variable 'ansible_search_path' from source: unknown 8484 1726867715.69584: variable 'ansible_search_path' from source: unknown 8484 1726867715.69606: calling self._execute() 8484 1726867715.69686: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.69690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.69699: variable 'omit' from source: magic vars 8484 1726867715.70086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867715.71966: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867715.71969: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867715.71992: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867715.72027: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867715.72048: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867715.72131: 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) 8484 1726867715.72152: 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) 8484 1726867715.72172: 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) 8484 1726867715.72199: 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) 8484 1726867715.72209: 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) 8484 1726867715.72263: 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) 8484 1726867715.72283: 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) 8484 1726867715.72299: 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) 8484 1726867715.72326: 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) 8484 1726867715.72338: 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) 8484 1726867715.72513: variable '__snapshot_required_facts' from source: role '' all vars 8484 1726867715.72517: variable 'ansible_facts' from source: unknown 8484 1726867715.72749: Evaluated conditional (__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867715.72752: when evaluation is False, skipping this task 8484 1726867715.72755: _execute() done 8484 1726867715.72758: dumping result to json 8484 1726867715.72760: done dumping result, returning 8484 1726867715.72767: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-0000000009e4] 8484 1726867715.72771: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e4 8484 1726867715.72861: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e4 8484 1726867715.72864: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867715.72925: no more pending results, returning what we have 8484 1726867715.72928: results queue empty 8484 1726867715.72929: checking for any_errors_fatal 8484 1726867715.72930: done checking for any_errors_fatal 8484 1726867715.72931: checking for max_fail_percentage 8484 1726867715.72933: done checking for max_fail_percentage 8484 1726867715.72934: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.72935: done checking to see if all hosts have failed 8484 1726867715.72935: getting the remaining hosts for this loop 8484 1726867715.72937: done getting the remaining hosts for this loop 8484 1726867715.72940: getting the next task for host managed_node3 8484 1726867715.72948: done getting next task for host managed_node3 8484 1726867715.72952: ^ task is: TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867715.72956: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867715.72974: getting variables 8484 1726867715.72975: in VariableManager get_vars() 8484 1726867715.73010: Calling all_inventory to load vars for managed_node3 8484 1726867715.73013: Calling groups_inventory to load vars for managed_node3 8484 1726867715.73015: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.73023: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.73025: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.73027: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.73550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.74154: done with get_vars() 8484 1726867715.74165: done getting variables TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 20 September 2024 17:28:35 -0400 (0:00:00.053) 0:00:51.039 ****** 8484 1726867715.74272: entering _queue_task() for managed_node3/stat 8484 1726867715.74482: worker is 1 (out of 1 available) 8484 1726867715.74497: exiting _queue_task() for managed_node3/stat 8484 1726867715.74511: done queuing things up, now waiting for results queue to drain 8484 1726867715.74513: waiting for pending results... 8484 1726867715.74690: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867715.74786: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000009e6 8484 1726867715.74798: variable 'ansible_search_path' from source: unknown 8484 1726867715.74801: variable 'ansible_search_path' from source: unknown 8484 1726867715.74830: calling self._execute() 8484 1726867715.74904: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.74910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.74918: variable 'omit' from source: magic vars 8484 1726867715.75186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867715.75432: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867715.75468: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867715.75496: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867715.75524: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867715.75586: 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) 8484 1726867715.75604: 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) 8484 1726867715.75627: 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) 8484 1726867715.75646: 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) 8484 1726867715.75732: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867715.75736: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867715.75739: when evaluation is False, skipping this task 8484 1726867715.75741: _execute() done 8484 1726867715.75746: dumping result to json 8484 1726867715.75749: done dumping result, returning 8484 1726867715.75800: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-0000000009e6] 8484 1726867715.75803: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e6 8484 1726867715.75869: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e6 skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867715.75973: no more pending results, returning what we have 8484 1726867715.75975: results queue empty 8484 1726867715.75976: checking for any_errors_fatal 8484 1726867715.75981: done checking for any_errors_fatal 8484 1726867715.75982: checking for max_fail_percentage 8484 1726867715.75983: done checking for max_fail_percentage 8484 1726867715.75984: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.75987: done checking to see if all hosts have failed 8484 1726867715.75988: getting the remaining hosts for this loop 8484 1726867715.75991: done getting the remaining hosts for this loop 8484 1726867715.75994: getting the next task for host managed_node3 8484 1726867715.75999: done getting next task for host managed_node3 8484 1726867715.76002: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867715.76005: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867715.76022: getting variables 8484 1726867715.76024: in VariableManager get_vars() 8484 1726867715.76060: Calling all_inventory to load vars for managed_node3 8484 1726867715.76063: Calling groups_inventory to load vars for managed_node3 8484 1726867715.76066: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.76084: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.76086: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.76090: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.76596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.77084: done with get_vars() 8484 1726867715.77096: done getting variables 8484 1726867715.77110: WORKER PROCESS EXITING 8484 1726867715.77141: 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.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 20 September 2024 17:28:35 -0400 (0:00:00.028) 0:00:51.068 ****** 8484 1726867715.77164: entering _queue_task() for managed_node3/set_fact 8484 1726867715.77346: worker is 1 (out of 1 available) 8484 1726867715.77360: exiting _queue_task() for managed_node3/set_fact 8484 1726867715.77376: done queuing things up, now waiting for results queue to drain 8484 1726867715.77377: waiting for pending results... 8484 1726867715.77580: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867715.77722: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000009e7 8484 1726867715.77734: variable 'ansible_search_path' from source: unknown 8484 1726867715.77738: variable 'ansible_search_path' from source: unknown 8484 1726867715.77768: calling self._execute() 8484 1726867715.77849: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.77895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.77899: variable 'omit' from source: magic vars 8484 1726867715.78188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867715.78675: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867715.78678: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867715.78683: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867715.78688: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867715.78784: 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) 8484 1726867715.78824: 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) 8484 1726867715.78863: 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) 8484 1726867715.78911: 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) 8484 1726867715.79041: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867715.79048: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867715.79050: when evaluation is False, skipping this task 8484 1726867715.79053: _execute() done 8484 1726867715.79056: dumping result to json 8484 1726867715.79059: done dumping result, returning 8484 1726867715.79173: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-0000000009e7] 8484 1726867715.79176: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e7 8484 1726867715.79245: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e7 8484 1726867715.79248: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867715.79315: no more pending results, returning what we have 8484 1726867715.79319: results queue empty 8484 1726867715.79320: checking for any_errors_fatal 8484 1726867715.79323: done checking for any_errors_fatal 8484 1726867715.79324: checking for max_fail_percentage 8484 1726867715.79326: done checking for max_fail_percentage 8484 1726867715.79326: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.79327: done checking to see if all hosts have failed 8484 1726867715.79328: getting the remaining hosts for this loop 8484 1726867715.79329: done getting the remaining hosts for this loop 8484 1726867715.79332: getting the next task for host managed_node3 8484 1726867715.79341: done getting next task for host managed_node3 8484 1726867715.79345: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867715.79349: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867715.79363: getting variables 8484 1726867715.79365: in VariableManager get_vars() 8484 1726867715.79407: Calling all_inventory to load vars for managed_node3 8484 1726867715.79409: Calling groups_inventory to load vars for managed_node3 8484 1726867715.79412: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.79420: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.79422: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.79426: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.80259: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.80875: done with get_vars() 8484 1726867715.80887: done getting variables 8484 1726867715.80928: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 20 September 2024 17:28:35 -0400 (0:00:00.037) 0:00:51.106 ****** 8484 1726867715.80950: entering _queue_task() for managed_node3/include_vars 8484 1726867715.81136: worker is 1 (out of 1 available) 8484 1726867715.81151: exiting _queue_task() for managed_node3/include_vars 8484 1726867715.81164: done queuing things up, now waiting for results queue to drain 8484 1726867715.81165: waiting for pending results... 8484 1726867715.81342: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867715.81437: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000009e9 8484 1726867715.81448: variable 'ansible_search_path' from source: unknown 8484 1726867715.81452: variable 'ansible_search_path' from source: unknown 8484 1726867715.81661: variable 'ansible_facts' from source: unknown 8484 1726867715.81951: variable 'ansible_facts' from source: unknown 8484 1726867715.82168: variable 'ansible_facts' from source: unknown 8484 1726867715.82368: variable 'ansible_facts' from source: unknown 8484 1726867715.82510: variable 'omit' from source: magic vars 8484 1726867715.82583: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.82597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.82600: variable 'omit' from source: magic vars 8484 1726867715.82766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867715.82957: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867715.82989: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867715.83014: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867715.83044: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867715.83095: variable '__vars_file' from source: task vars 8484 1726867715.83152: variable 'role_path' from source: magic vars 8484 1726867715.83155: variable 'item' from source: unknown 8484 1726867715.83165: Evaluated conditional (__vars_file is file): False 8484 1726867715.83168: when evaluation is False, skipping this task 8484 1726867715.83194: variable 'item' from source: unknown 8484 1726867715.83245: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867715.83389: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.83393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.83395: variable 'omit' from source: magic vars 8484 1726867715.83480: variable '__vars_file' from source: task vars 8484 1726867715.83536: variable 'role_path' from source: magic vars 8484 1726867715.83539: variable 'item' from source: unknown 8484 1726867715.83548: Evaluated conditional (__vars_file is file): False 8484 1726867715.83551: when evaluation is False, skipping this task 8484 1726867715.83573: variable 'item' from source: unknown 8484 1726867715.83614: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867715.83689: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.83692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.83715: variable 'omit' from source: magic vars 8484 1726867715.83857: variable '__vars_file' from source: task vars 8484 1726867715.83959: variable 'role_path' from source: magic vars 8484 1726867715.83962: variable 'item' from source: unknown 8484 1726867715.83964: Evaluated conditional (__vars_file is file): False 8484 1726867715.83966: when evaluation is False, skipping this task 8484 1726867715.83997: variable 'item' from source: unknown 8484 1726867715.84058: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867715.84128: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.84131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.84133: variable 'omit' from source: magic vars 8484 1726867715.84278: variable '__vars_file' from source: task vars 8484 1726867715.84389: variable 'role_path' from source: magic vars 8484 1726867715.84392: variable 'item' from source: unknown 8484 1726867715.84395: Evaluated conditional (__vars_file is file): False 8484 1726867715.84397: when evaluation is False, skipping this task 8484 1726867715.84399: variable 'item' from source: unknown 8484 1726867715.84476: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867715.84540: dumping result to json 8484 1726867715.84543: done dumping result, returning 8484 1726867715.84546: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-0000000009e9] 8484 1726867715.84548: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e9 skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8484 1726867715.84777: no more pending results, returning what we have 8484 1726867715.84780: results queue empty 8484 1726867715.84780: checking for any_errors_fatal 8484 1726867715.84784: done checking for any_errors_fatal 8484 1726867715.84785: checking for max_fail_percentage 8484 1726867715.84787: done checking for max_fail_percentage 8484 1726867715.84787: checking to see if all hosts have failed and the running result is not ok 8484 1726867715.84788: done checking to see if all hosts have failed 8484 1726867715.84789: getting the remaining hosts for this loop 8484 1726867715.84790: done getting the remaining hosts for this loop 8484 1726867715.84793: getting the next task for host managed_node3 8484 1726867715.84802: done getting next task for host managed_node3 8484 1726867715.84805: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867715.84807: ^ state is: HOST STATE: block=2, task=17, 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 8484 1726867715.84823: getting variables 8484 1726867715.84824: in VariableManager get_vars() 8484 1726867715.84859: Calling all_inventory to load vars for managed_node3 8484 1726867715.84862: Calling groups_inventory to load vars for managed_node3 8484 1726867715.84864: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867715.84878: Calling all_plugins_play to load vars for managed_node3 8484 1726867715.84882: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867715.84885: Calling groups_plugins_play to load vars for managed_node3 8484 1726867715.85410: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000009e9 8484 1726867715.85422: WORKER PROCESS EXITING 8484 1726867715.85482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867715.86134: done with get_vars() 8484 1726867715.86153: done getting variables 8484 1726867715.86205: 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.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 20 September 2024 17:28:35 -0400 (0:00:00.052) 0:00:51.159 ****** 8484 1726867715.86228: entering _queue_task() for managed_node3/package 8484 1726867715.86459: worker is 1 (out of 1 available) 8484 1726867715.86479: exiting _queue_task() for managed_node3/package 8484 1726867715.86494: done queuing things up, now waiting for results queue to drain 8484 1726867715.86495: waiting for pending results... 8484 1726867715.86890: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867715.86937: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000909 8484 1726867715.86961: variable 'ansible_search_path' from source: unknown 8484 1726867715.86968: variable 'ansible_search_path' from source: unknown 8484 1726867715.87054: calling self._execute() 8484 1726867715.87124: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.87136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.87156: variable 'omit' from source: magic vars 8484 1726867715.87293: variable 'omit' from source: magic vars 8484 1726867715.87373: variable 'omit' from source: magic vars 8484 1726867715.87423: variable '__snapshot_packages' from source: role '' all vars 8484 1726867715.87613: variable '__snapshot_packages' from source: role '' all vars 8484 1726867715.87893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867715.89698: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867715.89743: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867715.89771: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867715.89798: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867715.89820: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867715.89893: 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) 8484 1726867715.89915: 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) 8484 1726867715.89932: 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) 8484 1726867715.89961: 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) 8484 1726867715.89973: 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) 8484 1726867715.90047: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867715.90050: variable 'omit' from source: magic vars 8484 1726867715.90074: variable 'omit' from source: magic vars 8484 1726867715.90093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867715.90118: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867715.90132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867715.90145: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.90153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867715.90179: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867715.90183: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.90185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.90251: Set connection var ansible_pipelining to False 8484 1726867715.90258: Set connection var ansible_timeout to 10 8484 1726867715.90261: Set connection var ansible_connection to ssh 8484 1726867715.90267: Set connection var ansible_shell_type to sh 8484 1726867715.90278: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867715.90281: Set connection var ansible_shell_executable to /bin/sh 8484 1726867715.90297: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.90300: variable 'ansible_connection' from source: unknown 8484 1726867715.90302: variable 'ansible_module_compression' from source: unknown 8484 1726867715.90305: variable 'ansible_shell_type' from source: unknown 8484 1726867715.90307: variable 'ansible_shell_executable' from source: unknown 8484 1726867715.90313: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867715.90317: variable 'ansible_pipelining' from source: unknown 8484 1726867715.90319: variable 'ansible_timeout' from source: unknown 8484 1726867715.90321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867715.90391: 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) 8484 1726867715.90400: variable 'omit' from source: magic vars 8484 1726867715.90406: starting attempt loop 8484 1726867715.90408: running the handler 8484 1726867715.90417: variable 'ansible_facts' from source: unknown 8484 1726867715.90420: variable 'ansible_facts' from source: unknown 8484 1726867715.90462: _low_level_execute_command(): starting 8484 1726867715.90467: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867715.90975: 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 <<< 8484 1726867715.90980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.90983: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867715.90985: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867715.90988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.91039: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867715.91042: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867715.91047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867715.91145: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867715.92900: stdout chunk (state=3): >>>/root <<< 8484 1726867715.92994: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867715.93022: stderr chunk (state=3): >>><<< 8484 1726867715.93032: stdout chunk (state=3): >>><<< 8484 1726867715.93046: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867715.93056: _low_level_execute_command(): starting 8484 1726867715.93061: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277 `" && echo ansible-tmp-1726867715.9304624-10298-38519984077277="` echo /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277 `" ) && sleep 0' 8484 1726867715.93491: 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 <<< 8484 1726867715.93494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.93497: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867715.93499: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867715.93501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.93552: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867715.93559: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867715.93561: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867715.93653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867715.95678: stdout chunk (state=3): >>>ansible-tmp-1726867715.9304624-10298-38519984077277=/root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277 <<< 8484 1726867715.95790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867715.95809: stderr chunk (state=3): >>><<< 8484 1726867715.95815: stdout chunk (state=3): >>><<< 8484 1726867715.95828: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867715.9304624-10298-38519984077277=/root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867715.95853: variable 'ansible_module_compression' from source: unknown 8484 1726867715.95899: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867715.95935: variable 'ansible_facts' from source: unknown 8484 1726867715.96020: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py 8484 1726867715.96118: Sending initial data 8484 1726867715.96122: Sent initial data (150 bytes) 8484 1726867715.96538: 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 <<< 8484 1726867715.96541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.96545: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867715.96548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.96594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867715.96597: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867715.96694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867715.98348: 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 <<< 8484 1726867715.98355: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867715.98436: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867715.98525: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpa93aphm8 /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py <<< 8484 1726867715.98532: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py" <<< 8484 1726867715.98616: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpa93aphm8" to remote "/root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py" <<< 8484 1726867715.99491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867715.99526: stderr chunk (state=3): >>><<< 8484 1726867715.99529: stdout chunk (state=3): >>><<< 8484 1726867715.99547: done transferring module to remote 8484 1726867715.99555: _low_level_execute_command(): starting 8484 1726867715.99560: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/ /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py && sleep 0' 8484 1726867715.99984: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867715.99987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867715.99989: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867715.99991: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867715.99993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867715.99995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.00041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867716.00044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.00138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.02017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867716.02041: stderr chunk (state=3): >>><<< 8484 1726867716.02044: stdout chunk (state=3): >>><<< 8484 1726867716.02061: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867716.02064: _low_level_execute_command(): starting 8484 1726867716.02067: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/AnsiballZ_dnf.py && sleep 0' 8484 1726867716.02474: 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 <<< 8484 1726867716.02477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867716.02481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867716.02484: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867716.02487: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.02535: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867716.02538: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.02636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.04942: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867716.04979: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867716.05003: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867716.05091: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867716.05093: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867716.05119: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867716.05151: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867716.05158: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867716.05184: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867716.05187: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867716.05232: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867716.05237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.05263: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867716.05276: stdout chunk (state=3): >>> <<< 8484 1726867716.05284: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867716.05321: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867716.05344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867716.05349: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f9bc4d0> <<< 8484 1726867716.05359: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f98bb00> <<< 8484 1726867716.05388: 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' <<< 8484 1726867716.05394: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f9bea50> <<< 8484 1726867716.05425: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867716.05435: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867716.05463: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867716.05494: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867716.05499: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867716.05579: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867716.05610: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867716.05642: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 8484 1726867716.05665: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867716.05685: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867716.05697: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867716.05723: 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 <<< 8484 1726867716.05727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867716.05750: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f9cd130> <<< 8484 1726867716.05811: 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' <<< 8484 1726867716.05823: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f9ce120> <<< 8484 1726867716.05847: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867716.05884: 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. <<< 8484 1726867716.06137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867716.06156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867716.06182: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867716.06187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.06203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867716.06244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867716.06261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867716.06296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867716.06300: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7d3f80> <<< 8484 1726867716.06324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867716.06332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867716.06359: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867716.06364: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7e0110> <<< 8484 1726867716.06389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867716.06407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867716.06429: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867716.06476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.06520: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867716.06523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867716.06526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f803980> <<< 8484 1726867716.06547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867716.06559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 8484 1726867716.06565: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f803f50> <<< 8484 1726867716.06578: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867716.06629: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7e3c20> <<< 8484 1726867716.06633: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867716.06667: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7e12e0> <<< 8484 1726867716.06753: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7d1130> <<< 8484 1726867716.06785: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867716.06794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867716.06812: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867716.06832: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867716.06859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867716.06881: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867716.06887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867716.06912: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f827920> <<< 8484 1726867716.06937: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f826540> <<< 8484 1726867716.06954: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867716.06963: 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 0x7f821f7e2390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f824c80> <<< 8484 1726867716.07020: 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 0x7f821f854950> <<< 8484 1726867716.07026: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7d03b0> <<< 8484 1726867716.07050: 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' <<< 8484 1726867716.07075: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07091: 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 0x7f821f854e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f854cb0> <<< 8484 1726867716.07130: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07133: 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 0x7f821f8550a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7c6ed0> <<< 8484 1726867716.07178: 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' <<< 8484 1726867716.07185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867716.07227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867716.07230: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f855790> <<< 8484 1726867716.07233: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f855460> <<< 8484 1726867716.07246: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867716.07277: 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' <<< 8484 1726867716.07297: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f856660> <<< 8484 1726867716.07307: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867716.07315: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867716.07331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867716.07374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867716.07400: 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' <<< 8484 1726867716.07412: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f870890> <<< 8484 1726867716.07418: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867716.07441: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07444: 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 0x7f821f871fd0> <<< 8484 1726867716.07473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867716.07481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867716.07512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867716.07516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867716.07518: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f872e70> <<< 8484 1726867716.07558: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07563: 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 0x7f821f8734a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f8723c0> <<< 8484 1726867716.07585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867716.07592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867716.07633: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07641: 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 0x7f821f873f20> <<< 8484 1726867716.07647: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f873650> <<< 8484 1726867716.07690: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f8566c0> <<< 8484 1726867716.07715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867716.07735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867716.07753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867716.07776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867716.07814: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07829: 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 0x7f821f5a7dd0> <<< 8484 1726867716.07841: 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' <<< 8484 1726867716.07861: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.07866: 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 0x7f821f5d4920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d4680> <<< 8484 1726867716.07889: 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 0x7f821f5d4830> <<< 8484 1726867716.07919: 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' <<< 8484 1726867716.08000: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.08126: 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 0x7f821f5d5190><<< 8484 1726867716.08131: stdout chunk (state=3): >>> <<< 8484 1726867716.08282: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.08288: 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 0x7f821f5d5ac0> <<< 8484 1726867716.08290: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d4a40> <<< 8484 1726867716.08292: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5a5f70> <<< 8484 1726867716.08309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867716.08330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867716.08356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867716.08386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867716.08389: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d6e40> <<< 8484 1726867716.08397: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d5940> <<< 8484 1726867716.08417: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f856db0> <<< 8484 1726867716.08441: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867716.08515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.08523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867716.08559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867716.08588: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5fb1d0> <<< 8484 1726867716.08644: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867716.08652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.08676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867716.08693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867716.08733: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f627590> <<< 8484 1726867716.08753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867716.08812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867716.08848: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867716.08877: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867716.08890: 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 0x7f821f680380> <<< 8484 1726867716.08897: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867716.08924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867716.08950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867716.08986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867716.09077: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f682ae0> <<< 8484 1726867716.09163: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f6804a0> <<< 8484 1726867716.09254: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f64d3a0> # /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 0x7f821ef25460> <<< 8484 1726867716.09288: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f626390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d7da0> <<< 8484 1726867716.09409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f821f626990> <<< 8484 1726867716.09549: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_f8hew59b/ansible_ansible.legacy.dnf_payload.zip' <<< 8484 1726867716.09552: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.09681: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.09757: 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' <<< 8484 1726867716.09772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867716.09838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867716.09875: 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 0x7f821ef7f200> <<< 8484 1726867716.09878: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867716.10075: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef5e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef5d250> <<< 8484 1726867716.10081: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.10108: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867716.10119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.10131: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.10145: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.10161: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867716.10174: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.11589: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.12765: 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' <<< 8484 1726867716.12775: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef7cf50> <<< 8484 1726867716.12792: 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' <<< 8484 1726867716.12815: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867716.12835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867716.12850: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867716.12858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867716.12887: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.12891: 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 0x7f821efa6ab0> <<< 8484 1726867716.12925: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efa6870> <<< 8484 1726867716.12964: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efa61b0> <<< 8484 1726867716.12984: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867716.12988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867716.13023: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efa6c30> <<< 8484 1726867716.13026: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef7fc20> <<< 8484 1726867716.13038: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867716.13065: 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 0x7f821efa7860> <<< 8484 1726867716.13100: 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' <<< 8484 1726867716.13107: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f821efa7a10> <<< 8484 1726867716.13117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867716.13169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867716.13183: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867716.13243: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efa7f20> <<< 8484 1726867716.13257: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867716.13267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867716.13279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867716.13319: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee11d60> <<< 8484 1726867716.13365: 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 0x7f821ee13980> <<< 8484 1726867716.13372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867716.13390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867716.13421: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee18380> <<< 8484 1726867716.13440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867716.13469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867716.13488: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee19280> <<< 8484 1726867716.13510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867716.13540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867716.13564: 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' <<< 8484 1726867716.13644: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1bf20> <<< 8484 1726867716.13684: 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 0x7f821f5d6db0> <<< 8484 1726867716.13697: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1a1e0> <<< 8484 1726867716.13714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867716.13741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867716.13750: 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' <<< 8484 1726867716.13769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867716.13796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867716.13828: 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' <<< 8484 1726867716.13840: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1fe90> <<< 8484 1726867716.13850: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867716.13916: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1e6c0> <<< 8484 1726867716.13936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867716.13941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867716.14021: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1ec30> <<< 8484 1726867716.14044: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1a6f0> <<< 8484 1726867716.14076: 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 0x7f821ee63ef0> <<< 8484 1726867716.14106: 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 0x7f821ee64140> <<< 8484 1726867716.14125: 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 <<< 8484 1726867716.14141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867716.14173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867716.14176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867716.14210: 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 0x7f821ee65d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee65af0> <<< 8484 1726867716.14228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867716.14354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867716.14412: 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 0x7f821ee68290> <<< 8484 1726867716.14418: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee66420> <<< 8484 1726867716.14433: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867716.14480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.14495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867716.14515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867716.14560: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee6ba40> <<< 8484 1726867716.14687: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee68410> <<< 8484 1726867716.14745: 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 0x7f821ee6c7a0> <<< 8484 1726867716.14784: 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 0x7f821ee6ca10> <<< 8484 1726867716.14835: 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 0x7f821ee6cd40> <<< 8484 1726867716.14866: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee64440> <<< 8484 1726867716.14885: 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 <<< 8484 1726867716.14906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867716.15005: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.15011: 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 0x7f821eef8350> <<< 8484 1726867716.15200: 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 0x7f821eef9520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee6eae0> # 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 0x7f821ee6fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee6e6f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867716.15405: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867716.15486: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867716.15574: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.15699: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.16242: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.16784: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867716.16791: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867716.16812: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867716.16826: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867716.16843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.16897: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.16902: 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 0x7f821eefd760> <<< 8484 1726867716.16981: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867716.16987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867716.17005: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eefe480> <<< 8484 1726867716.17011: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eef95b0> <<< 8484 1726867716.17062: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867716.17068: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.17087: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.17105: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867716.17112: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.17264: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.17417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867716.17420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eefe630> <<< 8484 1726867716.17440: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.17931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18388: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18460: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18536: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867716.18546: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18611: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867716.18627: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18791: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 8484 1726867716.18818: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867716.18863: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.18916: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867716.19276: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867716.19429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867716.19449: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867716.19508: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eeff830> <<< 8484 1726867716.19529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19587: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19675: 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' # <<< 8484 1726867716.19698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19742: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19783: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867716.19798: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19836: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19877: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.19933: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20003: 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 <<< 8484 1726867716.20044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.20147: 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 0x7f821ed0a150> <<< 8484 1726867716.20170: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed05a60> <<< 8484 1726867716.20209: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867716.20232: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20279: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20341: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20367: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20424: 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' <<< 8484 1726867716.20450: 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' <<< 8484 1726867716.20493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867716.20569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867716.20576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867716.20596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867716.20658: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821effaa20> <<< 8484 1726867716.20675: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efe26f0> <<< 8484 1726867716.20768: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed0a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eefc140> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867716.20792: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20833: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20841: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867716.20903: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867716.20907: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.20934: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867716.21504: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.22035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.22696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.23367: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 8484 1726867716.23376: 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 0x7f821ed9c740> <<< 8484 1726867716.23402: 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 0x7f821ed9c980> <<< 8484 1726867716.23417: 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' <<< 8484 1726867716.23438: 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' <<< 8484 1726867716.23461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 8484 1726867716.23474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 8484 1726867716.23495: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9d0d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9cc50> <<< 8484 1726867716.23498: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 8484 1726867716.23522: stdout chunk (state=3): >>># 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' <<< 8484 1726867716.23567: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9d9d0> <<< 8484 1726867716.23606: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 8484 1726867716.23616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 8484 1726867716.23619: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867716.23630: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867716.23644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867716.23667: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867716.23683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 8484 1726867716.23707: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 8484 1726867716.23710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 8484 1726867716.23727: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed89880> <<< 8484 1726867716.23744: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed89700> <<< 8484 1726867716.23771: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867716.23782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 8484 1726867716.23789: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9b2660> <<< 8484 1726867716.23830: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9f170> <<< 8484 1726867716.23861: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867716.23889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867716.23915: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867716.23929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 8484 1726867716.23947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867716.23982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867716.24048: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9c5250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9b3dd0> <<< 8484 1726867716.24088: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9b3170> <<< 8484 1726867716.24097: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9e630> <<< 8484 1726867716.24119: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867716.24141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867716.24165: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867716.24216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867716.24247: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'<<< 8484 1726867716.24253: stdout chunk (state=3): >>> <<< 8484 1726867716.24268: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea311c0> <<< 8484 1726867716.24398: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9e92e0> <<< 8484 1726867716.24533: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eeff440> <<< 8484 1726867716.24558: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 8484 1726867716.24563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867716.24592: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867716.24610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867716.24644: 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 0x7f821ea38c50> <<< 8484 1726867716.24662: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea32f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9e8dd0> <<< 8484 1726867716.24696: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9e030> <<< 8484 1726867716.24706: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9da60> <<< 8484 1726867716.24738: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9d730> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9c9e0> <<< 8484 1726867716.24743: 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 0x7f821ed9da90> <<< 8484 1726867716.24769: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 8484 1726867716.24774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 8484 1726867716.24781: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867716.24800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867716.24843: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea392b0> <<< 8484 1726867716.24852: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea38e60> <<< 8484 1726867716.24878: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 8484 1726867716.24881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.24946: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea399d0> <<< 8484 1726867716.24972: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867716.24996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867716.25058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867716.25088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867716.25168: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.25257: 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 0x7f821ea40770> <<< 8484 1726867716.25448: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea21910> <<< 8484 1726867716.25489: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea3ab10> <<< 8484 1726867716.25492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867716.25539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867716.25542: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea213d0> <<< 8484 1726867716.25565: 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' <<< 8484 1726867716.25614: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea56810> <<< 8484 1726867716.25619: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867716.25640: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea574d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea56f60> <<< 8484 1726867716.25660: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867716.25742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867716.25829: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea579b0> <<< 8484 1726867716.25840: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867716.25869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867716.26106: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9efec0> <<< 8484 1726867716.26113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867716.26123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867716.26152: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e978410> <<< 8484 1726867716.26192: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26294: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867716.26312: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26429: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26576: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867716.26579: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26630: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867716.26704: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26817: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.26927: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867716.27023: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.27503: 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' <<< 8484 1726867716.27532: 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 <<< 8484 1726867716.27536: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867716.27571: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 8484 1726867716.27575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 8484 1726867716.27581: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97b230> <<< 8484 1726867716.27600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867716.27637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867716.27772: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97b350> <<< 8484 1726867716.27790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867716.27795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 8484 1726867716.27821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 8484 1726867716.27826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 8484 1726867716.27866: 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 0x7f821e6cf560> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e6cedb0> <<< 8484 1726867716.27900: 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 0x7f821e6cef90> <<< 8484 1726867716.27925: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97b890> <<< 8484 1726867716.27941: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97a7e0> <<< 8484 1726867716.27976: 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 <<< 8484 1726867716.27985: 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 0x7f821e97af00> <<< 8484 1726867716.28003: 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 <<< 8484 1726867716.28082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867716.28115: 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' <<< 8484 1726867716.28137: 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' <<< 8484 1726867716.28273: 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 0x7f821e74cb30> <<< 8484 1726867716.28282: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e74c710> <<< 8484 1726867716.28296: 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 <<< 8484 1726867716.28349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867716.28411: 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' <<< 8484 1726867716.28421: stdout chunk (state=3): >>>import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f821e778410> <<< 8484 1726867716.28438: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e74cc50> <<< 8484 1726867716.28458: 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 <<< 8484 1726867716.28547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867716.29537: 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 0x7f821e2af4a0> <<< 8484 1726867716.29628: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e778500> <<< 8484 1726867716.29646: 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 <<< 8484 1726867716.29729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867716.29814: 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 0x7f821e325160> <<< 8484 1726867716.30006: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e2af9e0> <<< 8484 1726867716.30023: 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 <<< 8484 1726867716.30065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867716.30140: 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 0x7f821e327f50> <<< 8484 1726867716.30188: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e325220> <<< 8484 1726867716.30199: 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 <<< 8484 1726867716.30245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867716.30332: 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 0x7f821c8b8290> <<< 8484 1726867716.30385: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e3604a0> <<< 8484 1726867716.30415: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867716.30468: 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 0x7f821c8b95e0> <<< 8484 1726867716.30487: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8b89e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e74c290> <<< 8484 1726867716.30542: 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 <<< 8484 1726867716.30545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867716.30596: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867716.30599: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867716.30642: 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 0x7f821c8e0aa0> <<< 8484 1726867716.30677: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8bbef0> <<< 8484 1726867716.30689: 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 <<< 8484 1726867716.30727: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867716.30752: 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' <<< 8484 1726867716.30785: 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 0x7f821c8e3110> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 8484 1726867716.30823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867716.30865: 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 <<< 8484 1726867716.30890: 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 0x7f821c8e3f50> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 8484 1726867716.30903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.31322: 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 0x7f821c9008f0> <<< 8484 1726867716.31365: 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 <<< 8484 1726867716.31392: 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 0x7f821c901d90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c900260> <<< 8484 1726867716.31424: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e2fc0> <<< 8484 1726867716.31451: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e2960> # /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' <<< 8484 1726867716.31561: 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 0x7f821c9039e0> <<< 8484 1726867716.31582: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e3530> <<< 8484 1726867716.31657: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e0dd0> <<< 8484 1726867716.31678: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8bb500> <<< 8484 1726867716.31703: 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' <<< 8484 1726867716.31829: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 8484 1726867716.31855: 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 0x7f821c8bbc20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8bb980> <<< 8484 1726867716.31890: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8b9700> <<< 8484 1726867716.31907: 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 0x7f821c93d0a0> <<< 8484 1726867716.31935: 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 <<< 8484 1726867716.31962: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867716.31965: 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 <<< 8484 1726867716.32007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 8484 1726867716.32015: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867716.32043: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c93f560> <<< 8484 1726867716.32080: 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' <<< 8484 1726867716.32095: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c93fd40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c93e8d0> <<< 8484 1726867716.32120: 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 <<< 8484 1726867716.32165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96c590> <<< 8484 1726867716.32186: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c93d070> <<< 8484 1726867716.32205: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.32261: 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 <<< 8484 1726867716.32274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 8484 1726867716.32313: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96dfd0> <<< 8484 1726867716.32319: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96d550> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96d370> <<< 8484 1726867716.32334: 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' <<< 8484 1726867716.32367: 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 <<< 8484 1726867716.32397: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867716.32414: 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 <<< 8484 1726867716.32457: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.32461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867716.32498: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c999040> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867716.32537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867716.32575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867716.32613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867716.32644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867716.32658: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2670e0> <<< 8484 1726867716.32690: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.32728: 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 0x7f821c267410> <<< 8484 1726867716.32745: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c99b350> <<< 8484 1726867716.32795: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c9994f0> <<< 8484 1726867716.32798: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c998530> <<< 8484 1726867716.32829: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96e7b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96e4e0> <<< 8484 1726867716.32872: 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 <<< 8484 1726867716.32875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867716.32898: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.32938: 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 <<< 8484 1726867716.32952: 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 0x7f821c2a0fb0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a0110> <<< 8484 1726867716.32987: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96ecc0> <<< 8484 1726867716.33015: 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 <<< 8484 1726867716.33047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867716.33071: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a1670> <<< 8484 1726867716.33101: 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 0x7f821c2a1a30> # /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 0x7f821c2a1ac0> <<< 8484 1726867716.33130: 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 0x7f821c2a1be0> <<< 8484 1726867716.33141: 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 <<< 8484 1726867716.33184: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867716.33208: 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 <<< 8484 1726867716.33221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867716.33296: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 8484 1726867716.33327: 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 0x7f821c2c07d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a2900> <<< 8484 1726867716.33352: 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 0x7f821c2c0830> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 8484 1726867716.33367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867716.33404: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c0920> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a19d0> <<< 8484 1726867716.33437: 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 <<< 8484 1726867716.33452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c0a10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 8484 1726867716.33475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867716.33503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867716.33584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867716.33604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867716.33712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867716.33743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867716.33756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867716.33783: 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 0x7f821c30c410> <<< 8484 1726867716.33796: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2eb860> <<< 8484 1726867716.33859: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2ea2d0> <<< 8484 1726867716.34009: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c2210> <<< 8484 1726867716.34044: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c16a0> <<< 8484 1726867716.34074: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c25d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 8484 1726867716.34107: 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 0x7f821c2c38c0> <<< 8484 1726867716.34139: 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 0x7f821c328b90> <<< 8484 1726867716.34169: 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 0x7f821c328e00> <<< 8484 1726867716.34191: 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 <<< 8484 1726867716.34227: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c329760> <<< 8484 1726867716.34265: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c3291f0> <<< 8484 1726867716.34291: 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 0x7f821c32a660> import 'gc' # <<< 8484 1726867716.34304: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e6cf650> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97a390> <<< 8484 1726867716.34872: 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 <<< 8484 1726867716.34904: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867716.34925: 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 0x7f821c32b230> <<< 8484 1726867716.34961: 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' <<< 8484 1726867716.34966: 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 <<< 8484 1726867716.35025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867716.35029: 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 <<< 8484 1726867716.35111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867716.35136: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c0fbce0> <<< 8484 1726867716.35160: 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' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 8484 1726867716.35189: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867716.35220: 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' <<< 8484 1726867716.35341: 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 0x7f821c121d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c121910> <<< 8484 1726867716.35398: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.35401: 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 0x7f821c3296d0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1207d0> <<< 8484 1726867716.35463: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c0fbf50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c0f8d40> <<< 8484 1726867716.35467: 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 <<< 8484 1726867716.35496: stdout chunk (state=3): >>># 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 0x7f821c0fbad0> <<< 8484 1726867716.35504: 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 <<< 8484 1726867716.35540: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.35546: 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 <<< 8484 1726867716.35590: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867716.35593: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c137320> <<< 8484 1726867716.35619: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c135e50> <<< 8484 1726867716.35658: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867716.35695: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c158b30> <<< 8484 1726867716.35710: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c158e00> <<< 8484 1726867716.35762: 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' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c159070> <<< 8484 1726867716.35767: 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 <<< 8484 1726867716.35823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c159310> <<< 8484 1726867716.35827: 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' <<< 8484 1726867716.35837: 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 <<< 8484 1726867716.35866: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867716.35901: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c159a30> <<< 8484 1726867716.35937: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c159880> # /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 0x7f821c15b2f0> <<< 8484 1726867716.35975: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 8484 1726867716.35992: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c15b440> # /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 <<< 8484 1726867716.36009: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867716.36046: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c15b650> # /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 <<< 8484 1726867716.36077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867716.36103: 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 <<< 8484 1726867716.36129: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1745f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c15be30> <<< 8484 1726867716.36167: 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 <<< 8484 1726867716.36192: 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 0x7f821c175160> <<< 8484 1726867716.36238: 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 0x7f821c1755b0> # /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 <<< 8484 1726867716.36250: stdout chunk (state=3): >>># 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 0x7f821c175760> <<< 8484 1726867716.36269: 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 <<< 8484 1726867716.36331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867716.36334: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c175a00> <<< 8484 1726867716.36359: 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 0x7f821c176900> <<< 8484 1726867716.36391: 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' <<< 8484 1726867716.36427: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c176b70> # /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 <<< 8484 1726867716.36456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c176d80> <<< 8484 1726867716.36476: 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' <<< 8484 1726867716.36502: 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 0x7f821c177980> <<< 8484 1726867716.36547: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1774a0> # /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' <<< 8484 1726867716.36583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 8484 1726867716.36597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19c800> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19c140> <<< 8484 1726867716.36635: 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' <<< 8484 1726867716.36667: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19d490> # /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 <<< 8484 1726867716.36699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 8484 1726867716.36721: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19d790> # /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' <<< 8484 1726867716.36782: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19e6f0> <<< 8484 1726867716.36785: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19e990> <<< 8484 1726867716.36851: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19eb40> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32b680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32b410> <<< 8484 1726867716.36855: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32ab40> <<< 8484 1726867716.36857: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867716.36895: 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' <<< 8484 1726867716.36929: 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 <<< 8484 1726867716.36941: 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 0x7f821c19f560> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19f290> # /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' <<< 8484 1726867716.36974: 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 <<< 8484 1726867716.37012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867716.37039: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867716.37075: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867716.37148: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1c19d0> <<< 8484 1726867716.37151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 8484 1726867716.37174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 8484 1726867716.37252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867716.37269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867716.37289: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1c30b0> <<< 8484 1726867716.37346: 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 0x7f821c1c2300> <<< 8484 1726867716.37364: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1c1eb0> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 8484 1726867716.37414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867716.37451: 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 0x7f821bf188f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821beffce0> <<< 8484 1726867716.37462: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 8484 1726867716.37503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867716.37545: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867716.37579: 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' <<< 8484 1726867716.37605: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf1b770> # /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 0x7f821bf1b8f0> <<< 8484 1726867716.37631: 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 <<< 8484 1726867716.37666: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 8484 1726867716.37705: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf18f50> <<< 8484 1726867716.37708: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf18c50> <<< 8484 1726867716.37735: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19f800> <<< 8484 1726867716.37777: 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 <<< 8484 1726867716.37805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 8484 1726867716.37833: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1c1520> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19f3b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32b3e0> <<< 8484 1726867716.37836: 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 <<< 8484 1726867716.37859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867716.37911: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf42270> <<< 8484 1726867716.37929: 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 <<< 8484 1726867716.37950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867716.37984: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf42b40> <<< 8484 1726867716.38011: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf43b30> <<< 8484 1726867716.38041: 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 # 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 0x7f821bf6c1d0> <<< 8484 1726867716.38079: 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 <<< 8484 1726867716.38103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.38137: 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' <<< 8484 1726867716.38158: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.38300: 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 0x7f821bf6d850> <<< 8484 1726867716.38359: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6d220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6cec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6cb60> <<< 8484 1726867716.38363: 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 <<< 8484 1726867716.38402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 8484 1726867716.38413: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1768d0> <<< 8484 1726867716.38434: 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' <<< 8484 1726867716.38466: 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' <<< 8484 1726867716.38518: 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 0x7f821bf6f530> <<< 8484 1726867716.38522: 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 <<< 8484 1726867716.38542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6f5f0> <<< 8484 1726867716.38574: 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' <<< 8484 1726867716.38686: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 8484 1726867716.38694: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f821bf6fd10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6fb90> <<< 8484 1726867716.38725: 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' # /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' <<< 8484 1726867716.38748: 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 <<< 8484 1726867716.38863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867716.38895: 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 0x7f821bf9e300> <<< 8484 1726867716.38933: 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 <<< 8484 1726867716.38966: stdout chunk (state=3): >>># 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' <<< 8484 1726867716.38995: 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 0x7f821bf9f4d0> <<< 8484 1726867716.39017: 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 0x7f821bf9f740> <<< 8484 1726867716.39050: 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' <<< 8484 1726867716.39080: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.39118: 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 0x7f821bf9f8c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9f6e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9efc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9e480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9d730> <<< 8484 1726867716.39139: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9cce0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9c560> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6f020> <<< 8484 1726867716.39185: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6e510> <<< 8484 1726867716.39202: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9f5f0> <<< 8484 1726867716.39237: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9fdd0> <<< 8484 1726867716.39287: 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 0x7f821bfc86e0> <<< 8484 1726867716.39321: 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 <<< 8484 1726867716.39339: 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 0x7f821bfc8a40> <<< 8484 1726867716.39362: 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 <<< 8484 1726867716.39396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867716.39407: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bfc9370> # /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 <<< 8484 1726867716.39443: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867716.39457: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bfc9ee0> <<< 8484 1726867716.52543: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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}}} <<< 8484 1726867716.53781: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867716.53786: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867716.54444: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob <<< 8484 1726867716.54536: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # 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 <<< 8484 1726867716.54638: 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 <<< 8484 1726867716.54851: stdout chunk (state=3): >>># cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls <<< 8484 1726867716.54877: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.54949: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.55005: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.55620: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867716.55672: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.55705: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867716.55756: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867716.55763: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867716.55863: 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 # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six <<< 8484 1726867716.55958: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.56004: 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 <<< 8484 1726867716.56160: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.56223: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # 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 <<< 8484 1726867716.56314: stdout chunk (state=3): >>># cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # 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 <<< 8484 1726867716.56425: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # 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 <<< 8484 1726867716.56562: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.57044: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867716.57047: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867716.57091: stdout chunk (state=3): >>># destroy _weakref <<< 8484 1726867716.57117: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib # destroy platform <<< 8484 1726867716.57156: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867716.57192: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 8484 1726867716.57225: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse<<< 8484 1726867716.57252: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 8484 1726867716.57305: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867716.57311: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.57316: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil <<< 8484 1726867716.57327: stdout chunk (state=3): >>># destroy zlib # destroy urllib.parse # destroy fnmatch <<< 8484 1726867716.57374: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8484 1726867716.57381: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 8484 1726867716.57411: 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 <<< 8484 1726867716.57417: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867716.57458: stdout chunk (state=3): >>># 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 <<< 8484 1726867716.57522: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867716.57559: stdout chunk (state=3): >>># destroy binascii <<< 8484 1726867716.57565: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867716.57613: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867716.57685: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867716.57820: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867716.57876: stdout chunk (state=3): >>># destroy _random # destroy _sre <<< 8484 1726867716.57881: stdout chunk (state=3): >>># destroy _operator # destroy _functools<<< 8484 1726867716.57884: stdout chunk (state=3): >>> # clear sys.audit hooks <<< 8484 1726867716.58448: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867716.58479: stderr chunk (state=3): >>><<< 8484 1726867716.58482: stdout chunk (state=3): >>><<< 8484 1726867716.58788: _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 0x7f821f9bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f98bb00> # /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 0x7f821f9bea50> 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 0x7f821f9cd130> # /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 0x7f821f9ce120> 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 0x7f821f7d3f80> # /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 0x7f821f7e0110> # /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 0x7f821f803980> # /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 0x7f821f803f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7e3c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7e12e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7d1130> # /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 0x7f821f827920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f826540> # /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 0x7f821f7e2390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f824c80> # /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 0x7f821f854950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7d03b0> # /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 0x7f821f854e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f854cb0> # 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 0x7f821f8550a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f7c6ed0> # /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 0x7f821f855790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f855460> 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 0x7f821f856660> 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 0x7f821f870890> 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 0x7f821f871fd0> # /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 0x7f821f872e70> # 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 0x7f821f8734a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f8723c0> # /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 0x7f821f873f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f873650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f8566c0> # /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 0x7f821f5a7dd0> # /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 0x7f821f5d4920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d4680> # 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 0x7f821f5d4830> # /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 0x7f821f5d5190> # 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 0x7f821f5d5ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d4a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5a5f70> # /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 0x7f821f5d6e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d5940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f856db0> # /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 0x7f821f5fb1d0> # /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 0x7f821f627590> # /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 0x7f821f680380> # /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 0x7f821f682ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f6804a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f64d3a0> # /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 0x7f821ef25460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f626390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821f5d7da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f821f626990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_f8hew59b/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 0x7f821ef7f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef5e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef5d250> # 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 0x7f821ef7cf50> # /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 0x7f821efa6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efa6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efa61b0> # /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 0x7f821efa6c30> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ef7fc20> 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 0x7f821efa7860> # 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 0x7f821efa7a10> # /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 0x7f821efa7f20> 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 0x7f821ee11d60> # 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 0x7f821ee13980> # /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 0x7f821ee18380> # /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 0x7f821ee19280> # /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 0x7f821ee1bf20> # 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 0x7f821f5d6db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1a1e0> # /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 0x7f821ee1fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1e6c0> # /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 0x7f821ee1ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee1a6f0> # 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 0x7f821ee63ef0> # /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 0x7f821ee64140> # /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 0x7f821ee65d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee65af0> # /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 0x7f821ee68290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee66420> # /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 0x7f821ee6ba40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee68410> # 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 0x7f821ee6c7a0> # 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 0x7f821ee6ca10> # 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 0x7f821ee6cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee64440> # /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 0x7f821eef8350> # 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 0x7f821eef9520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee6eae0> # 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 0x7f821ee6fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ee6e6f0> # 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 0x7f821eefd760> # /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 0x7f821eefe480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eef95b0> 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 0x7f821eefe630> # 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 0x7f821eeff830> # 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 0x7f821ed0a150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed05a60> 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 0x7f821effaa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821efe26f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed0a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eefc140> # 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 0x7f821ed9c740> # /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 0x7f821ed9c980> # /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 0x7f821ed9d0d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9cc50> # /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 0x7f821ed9d9d0> # /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 0x7f821ed89880> # /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 0x7f821ed89700> # /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 0x7f821e9b2660> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9f170> # /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 0x7f821e9c5250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9b3dd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9b3170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9e630> # /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 0x7f821ea311c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9e92e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821eeff440> # /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 0x7f821ea38c50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea32f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e9e8dd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9e030> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9da60> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9d730> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ed9c9e0> # /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 0x7f821ed9da90> # /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 0x7f821ea392b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea38e60> # /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 0x7f821ea399d0> # /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 0x7f821ea40770> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea21910> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea3ab10> # /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 0x7f821ea213d0> # /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 0x7f821ea56810> # /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 0x7f821ea574d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821ea56f60> # /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 0x7f821ea579b0> # /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 0x7f821e9efec0> # /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 0x7f821e978410> # 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 0x7f821e97b230> # /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 0x7f821e97b350> # /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 0x7f821e6cf560> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e6cedb0> # 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 0x7f821e6cef90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97b890> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97a7e0> # /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 0x7f821e97af00> # /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 0x7f821e74cb30> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e74c710> # /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 0x7f821e778410> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e74cc50> # /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 0x7f821e2af4a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e778500> # /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 0x7f821e325160> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e2af9e0> # /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 0x7f821e327f50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e325220> # /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 0x7f821c8b8290> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e3604a0> # /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 0x7f821c8b95e0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8b89e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e74c290> # /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 0x7f821c8e0aa0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8bbef0> # /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 0x7f821c8e3110> # /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 0x7f821c8e3f50> # /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 0x7f821c9008f0> # /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 0x7f821c901d90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c900260> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e2fc0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e2960> # /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 0x7f821c9039e0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e3530> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8e0dd0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8bb500> # /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 0x7f821c8bbc20> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8bb980> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c8b9700> # /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 0x7f821c93d0a0> # /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 0x7f821c93f560> # /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 0x7f821c93fd40> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c93e8d0> # /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 0x7f821c96c590> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c93d070> # /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 0x7f821c96dfd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96d550> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96d370> # /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 0x7f821c999040> # /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 0x7f821c2670e0> # 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 0x7f821c267410> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c99b350> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c9994f0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c998530> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96e7b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96e4e0> # /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 0x7f821c2a0fb0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a0110> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c96ecc0> # /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 0x7f821c2a1670> # /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 0x7f821c2a1a30> # /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 0x7f821c2a1ac0> # /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 0x7f821c2a1be0> # /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 0x7f821c2c07d0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a2900> # /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 0x7f821c2c0830> # /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 0x7f821c2c0920> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2a19d0> # /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 0x7f821c2c0a10> # /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 0x7f821c30c410> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2eb860> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2ea2d0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c2210> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c2c16a0> # /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 0x7f821c2c25d0> # /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 0x7f821c2c38c0> # /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 0x7f821c328b90> # /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 0x7f821c328e00> # /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 0x7f821c329760> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c3291f0> # /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 0x7f821c32a660> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e6cf650> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821e97a390> # /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 0x7f821c32b230> # /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 0x7f821c0fbce0> # /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 0x7f821c121d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c121910> # 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 0x7f821c3296d0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1207d0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c0fbf50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c0f8d40> # /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 0x7f821c0fbad0> # /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 0x7f821c137320> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c135e50> # /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 0x7f821c158b30> # /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 0x7f821c158e00> # /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 0x7f821c159070> # /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 0x7f821c159310> # /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 0x7f821c159a30> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c159880> # /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 0x7f821c15b2f0> # /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 0x7f821c15b440> # /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 0x7f821c15b650> # /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 0x7f821c1745f0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c15be30> # /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 0x7f821c175160> # /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 0x7f821c1755b0> # /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 0x7f821c175760> # /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 0x7f821c175a00> # /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 0x7f821c176900> # /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 0x7f821c176b70> # /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 0x7f821c176d80> # /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 0x7f821c177980> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1774a0> # /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 0x7f821c19c800> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19c140> # /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 0x7f821c19d490> # /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 0x7f821c19d790> # /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 0x7f821c19e6f0> # /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 0x7f821c19e990> # /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 0x7f821c19eb40> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32b680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32b410> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32ab40> # /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 0x7f821c19f560> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19f290> # /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 0x7f821c1c19d0> # /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 0x7f821c1c30b0> # 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 0x7f821c1c2300> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c1c1eb0> # /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 0x7f821bf188f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821beffce0> # /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 0x7f821bf1b770> # /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 0x7f821bf1b8f0> # /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 0x7f821bf18f50> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf18c50> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19f800> # /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 0x7f821c1c1520> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c19f3b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821c32b3e0> # /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 0x7f821bf42270> # /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 0x7f821bf42b40> # /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 0x7f821bf43b30> # /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 0x7f821bf6c1d0> # /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 0x7f821bf6d850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6d220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6cec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6cb60> # /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 0x7f821c1768d0> # /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 0x7f821bf6f530> # /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 0x7f821bf6f5f0> # /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 0x7f821bf6fd10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6fb90> # /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 0x7f821bf9e300> # /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 0x7f821bf9f4d0> # /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 0x7f821bf9f740> # /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 0x7f821bf9f8c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9f6e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9efc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9e480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9d730> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9cce0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf9c560> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6f020> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f821bf6e510> # /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 0x7f821bf9f5f0> # /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 0x7f821bf9fdd0> # /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 0x7f821bfc86e0> # /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 0x7f821bfc8a40> # /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 0x7f821bfc9370> # /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 0x7f821bfc9ee0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867716.60246: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', 'util-linux-core'], '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-1726867715.9304624-10298-38519984077277/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867716.60248: _low_level_execute_command(): starting 8484 1726867716.60250: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867715.9304624-10298-38519984077277/ > /dev/null 2>&1 && sleep 0' 8484 1726867716.60251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867716.60253: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867716.60258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867716.60260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867716.60264: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867716.60266: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867716.60269: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.60273: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867716.60275: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867716.60277: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.60280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.61929: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867716.61952: stderr chunk (state=3): >>><<< 8484 1726867716.61955: stdout chunk (state=3): >>><<< 8484 1726867716.61967: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867716.61976: handler run complete 8484 1726867716.62002: attempt loop complete, returning result 8484 1726867716.62005: _execute() done 8484 1726867716.62008: dumping result to json 8484 1726867716.62015: done dumping result, returning 8484 1726867716.62029: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed [02e58e3f-6ce9-dbaf-c049-000000000909] 8484 1726867716.62031: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000909 8484 1726867716.62121: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000909 8484 1726867716.62124: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867716.62215: no more pending results, returning what we have 8484 1726867716.62218: results queue empty 8484 1726867716.62219: checking for any_errors_fatal 8484 1726867716.62227: done checking for any_errors_fatal 8484 1726867716.62228: checking for max_fail_percentage 8484 1726867716.62229: done checking for max_fail_percentage 8484 1726867716.62230: checking to see if all hosts have failed and the running result is not ok 8484 1726867716.62231: done checking to see if all hosts have failed 8484 1726867716.62232: getting the remaining hosts for this loop 8484 1726867716.62233: done getting the remaining hosts for this loop 8484 1726867716.62237: getting the next task for host managed_node3 8484 1726867716.62245: done getting next task for host managed_node3 8484 1726867716.62248: ^ task is: TASK: fedora.linux_system_roles.snapshot : Run snapshot module {{ snapshot_lvm_action }} 8484 1726867716.62251: ^ state is: HOST STATE: block=2, task=18, 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 8484 1726867716.62260: getting variables 8484 1726867716.62262: in VariableManager get_vars() 8484 1726867716.62304: Calling all_inventory to load vars for managed_node3 8484 1726867716.62307: Calling groups_inventory to load vars for managed_node3 8484 1726867716.62309: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867716.62318: Calling all_plugins_play to load vars for managed_node3 8484 1726867716.62321: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867716.62323: Calling groups_plugins_play to load vars for managed_node3 8484 1726867716.62746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867716.63148: done with get_vars() 8484 1726867716.63164: done getting variables 8484 1726867716.63294: variable 'snapshot_lvm_action' from source: include params TASK [fedora.linux_system_roles.snapshot : Run snapshot module extend] ********* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Friday 20 September 2024 17:28:36 -0400 (0:00:00.770) 0:00:51.930 ****** 8484 1726867716.63320: entering _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867716.63536: worker is 1 (out of 1 available) 8484 1726867716.63547: exiting _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867716.63558: done queuing things up, now waiting for results queue to drain 8484 1726867716.63560: waiting for pending results... 8484 1726867716.63744: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend 8484 1726867716.63826: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000090b 8484 1726867716.63838: variable 'ansible_search_path' from source: unknown 8484 1726867716.63841: variable 'ansible_search_path' from source: unknown 8484 1726867716.63868: calling self._execute() 8484 1726867716.63957: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867716.63960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867716.63969: variable 'omit' from source: magic vars 8484 1726867716.64054: variable 'omit' from source: magic vars 8484 1726867716.64090: variable 'omit' from source: magic vars 8484 1726867716.64116: variable 'snapshot_lvm_action' from source: include params 8484 1726867716.64256: variable 'snapshot_lvm_action' from source: include params 8484 1726867716.64368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867716.65900: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867716.65985: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867716.66028: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867716.66067: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867716.66105: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867716.66180: 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) 8484 1726867716.66204: 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) 8484 1726867716.66234: 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) 8484 1726867716.66286: 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) 8484 1726867716.66290: 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) 8484 1726867716.66379: variable 'ansible_check_mode' from source: magic vars 8484 1726867716.66508: variable 'snapshot_lvm_all_vgs' from source: include params 8484 1726867716.66584: variable 'snapshot_lvm_verify_only' from source: include params 8484 1726867716.66653: variable 'snapshot_lvm_mount_origin' from source: role '' defaults 8484 1726867716.66757: variable 'snapshot_lvm_mountpoint_create' from source: role '' defaults 8484 1726867716.66898: variable 'snapshot_lvm_unmount_all' from source: role '' defaults 8484 1726867716.67010: variable 'snapshot_lvm_percent_space_required' from source: include params 8484 1726867716.67013: variable 'omit' from source: magic vars 8484 1726867716.67108: variable 'snapshot_lvm_vg' from source: role '' defaults 8484 1726867716.67111: variable 'omit' from source: magic vars 8484 1726867716.67192: variable 'snapshot_lvm_lv' from source: role '' defaults 8484 1726867716.67195: variable 'omit' from source: magic vars 8484 1726867716.67305: variable 'snapshot_lvm_snapset_name' from source: include params 8484 1726867716.67308: variable 'omit' from source: magic vars 8484 1726867716.67399: variable 'snapshot_lvm_mount_options' from source: role '' defaults 8484 1726867716.67402: variable 'omit' from source: magic vars 8484 1726867716.67503: variable 'snapshot_lvm_fstype' from source: role '' defaults 8484 1726867716.67507: variable 'omit' from source: magic vars 8484 1726867716.67573: variable 'snapshot_lvm_mountpoint' from source: role '' defaults 8484 1726867716.67577: variable 'omit' from source: magic vars 8484 1726867716.67658: variable 'snapshot_lvm_set' from source: role '' defaults 8484 1726867716.67665: variable 'omit' from source: magic vars 8484 1726867716.67787: variable 'snapshot_lvm_vg_include' from source: play vars 8484 1726867716.67795: variable 'omit' from source: magic vars 8484 1726867716.67829: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867716.67852: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867716.67882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867716.67886: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867716.67894: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867716.67921: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867716.67924: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867716.67927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867716.67993: Set connection var ansible_pipelining to False 8484 1726867716.67997: Set connection var ansible_timeout to 10 8484 1726867716.67999: Set connection var ansible_connection to ssh 8484 1726867716.68006: Set connection var ansible_shell_type to sh 8484 1726867716.68014: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867716.68018: Set connection var ansible_shell_executable to /bin/sh 8484 1726867716.68039: variable 'ansible_shell_executable' from source: unknown 8484 1726867716.68042: variable 'ansible_connection' from source: unknown 8484 1726867716.68045: variable 'ansible_module_compression' from source: unknown 8484 1726867716.68048: variable 'ansible_shell_type' from source: unknown 8484 1726867716.68051: variable 'ansible_shell_executable' from source: unknown 8484 1726867716.68053: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867716.68055: variable 'ansible_pipelining' from source: unknown 8484 1726867716.68057: variable 'ansible_timeout' from source: unknown 8484 1726867716.68089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867716.68177: 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__) 8484 1726867716.68189: variable 'omit' from source: magic vars 8484 1726867716.68197: starting attempt loop 8484 1726867716.68200: running the handler 8484 1726867716.68218: _low_level_execute_command(): starting 8484 1726867716.68221: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867716.68816: 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 <<< 8484 1726867716.68820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.68830: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867716.68851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.68896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867716.68899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867716.68905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.69012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.70736: stdout chunk (state=3): >>>/root <<< 8484 1726867716.70836: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867716.70862: stderr chunk (state=3): >>><<< 8484 1726867716.70866: stdout chunk (state=3): >>><<< 8484 1726867716.70888: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867716.70897: _low_level_execute_command(): starting 8484 1726867716.70902: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949 `" && echo ansible-tmp-1726867716.7088554-10321-168777977375949="` echo /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949 `" ) && sleep 0' 8484 1726867716.71357: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867716.71367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867716.71406: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867716.71410: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.71459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867716.71462: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.71560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.73533: stdout chunk (state=3): >>>ansible-tmp-1726867716.7088554-10321-168777977375949=/root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949 <<< 8484 1726867716.73645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867716.73667: stderr chunk (state=3): >>><<< 8484 1726867716.73671: stdout chunk (state=3): >>><<< 8484 1726867716.73689: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867716.7088554-10321-168777977375949=/root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867716.73737: variable 'ansible_module_compression' from source: unknown 8484 1726867716.73774: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.snapshot-ZIP_DEFLATED 8484 1726867716.73842: variable 'ansible_facts' from source: unknown 8484 1726867716.73924: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py 8484 1726867716.74022: Sending initial data 8484 1726867716.74026: Sent initial data (156 bytes) 8484 1726867716.74538: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867716.74541: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.74543: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867716.74545: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867716.74547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.74604: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867716.74607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.74694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.76344: 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 <<< 8484 1726867716.76448: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867716.76527: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp0zi5od7k /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py <<< 8484 1726867716.76531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py" <<< 8484 1726867716.76619: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp0zi5od7k" to remote "/root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py" <<< 8484 1726867716.77468: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867716.77505: stderr chunk (state=3): >>><<< 8484 1726867716.77510: stdout chunk (state=3): >>><<< 8484 1726867716.77522: done transferring module to remote 8484 1726867716.77534: _low_level_execute_command(): starting 8484 1726867716.77540: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/ /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py && sleep 0' 8484 1726867716.77979: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867716.77982: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867716.77985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.77987: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867716.77989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.78038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867716.78056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.78145: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.80048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867716.80068: stderr chunk (state=3): >>><<< 8484 1726867716.80073: stdout chunk (state=3): >>><<< 8484 1726867716.80085: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867716.80088: _low_level_execute_command(): starting 8484 1726867716.80092: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/AnsiballZ_snapshot.py && sleep 0' 8484 1726867716.80504: 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 <<< 8484 1726867716.80507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.80512: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867716.80514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867716.80554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867716.80557: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867716.80655: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867716.82868: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867716.82893: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867716.82926: stdout chunk (state=3): >>>import '_thread' # <<< 8484 1726867716.82931: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 8484 1726867716.83004: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867716.83013: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867716.83042: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867716.83081: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867716.83109: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867716.83116: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867716.83166: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867716.83173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.83201: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867716.83218: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867716.83252: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867716.83278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867716.83291: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf8184d0> <<< 8484 1726867716.83301: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf7e7b30> <<< 8484 1726867716.83326: 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' <<< 8484 1726867716.83331: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf81aa50> <<< 8484 1726867716.83357: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867716.83384: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867716.83390: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867716.83415: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867716.83444: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867716.83538: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867716.83564: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867716.83568: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867716.83589: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867716.83608: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867716.83648: stdout chunk (state=3): >>>Processing user site-packages <<< 8484 1726867716.83653: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867716.83655: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867716.83658: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867716.83672: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867716.83695: 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 <<< 8484 1726867716.83703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867716.83723: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf62d130> <<< 8484 1726867716.83790: 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 <<< 8484 1726867716.83802: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.83811: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf62e120> <<< 8484 1726867716.83830: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867716.83868: 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. <<< 8484 1726867716.84122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867716.84130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867716.84142: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867716.84158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.84177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867716.84218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867716.84236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867716.84266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867716.84282: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf673f80> <<< 8484 1726867716.84302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867716.84315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867716.84340: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf680110> <<< 8484 1726867716.84367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867716.84396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867716.84421: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867716.84469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.84491: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867716.84520: 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 0x7f6fdf6a3950> <<< 8484 1726867716.84545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867716.84549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 8484 1726867716.84567: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6a3fe0> <<< 8484 1726867716.84572: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867716.84628: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf683bf0> <<< 8484 1726867716.84640: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867716.84669: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6812e0> <<< 8484 1726867716.84764: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf671130> <<< 8484 1726867716.84791: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867716.84807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867716.84827: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867716.84846: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867716.84877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867716.84895: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867716.84899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867716.84935: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6c7920> <<< 8484 1726867716.84952: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6c6540> <<< 8484 1726867716.84987: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867716.84990: 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 0x7f6fdf682210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6c4d40> <<< 8484 1726867716.85051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867716.85054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867716.85064: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f4950> <<< 8484 1726867716.85079: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6703b0> <<< 8484 1726867716.85090: 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' <<< 8484 1726867716.85128: 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' <<< 8484 1726867716.85133: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6fdf6f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f4cb0> <<< 8484 1726867716.85187: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.85191: 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 0x7f6fdf6f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf666ed0> <<< 8484 1726867716.85226: 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' <<< 8484 1726867716.85249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867716.85285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867716.85307: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f5460> <<< 8484 1726867716.85314: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867716.85339: 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' <<< 8484 1726867716.85365: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f6660> <<< 8484 1726867716.85384: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867716.85389: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867716.85415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867716.85449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867716.85480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867716.85485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf710890> <<< 8484 1726867716.85498: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867716.85531: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.85539: 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 0x7f6fdf711fd0> <<< 8484 1726867716.85562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867716.85573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867716.85597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867716.85603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867716.85618: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf712e70> <<< 8484 1726867716.85657: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.85664: 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 0x7f6fdf7134a0> <<< 8484 1726867716.85675: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf7123c0> <<< 8484 1726867716.85695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867716.85698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867716.85748: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.85755: 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 0x7f6fdf713e60> <<< 8484 1726867716.85764: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf713590> <<< 8484 1726867716.85811: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f66c0> <<< 8484 1726867716.85831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867716.85860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867716.85879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867716.85901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867716.85934: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.85939: 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 0x7f6fdf49fce0> <<< 8484 1726867716.85965: 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' <<< 8484 1726867716.85995: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.86001: 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 0x7f6fdf4c8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c8590> <<< 8484 1726867716.86026: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.86029: 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 0x7f6fdf4c8860> <<< 8484 1726867716.86062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867716.86067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867716.86144: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.86269: 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 0x7f6fdf4c9160> <<< 8484 1726867716.86405: 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' <<< 8484 1726867716.86409: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6fdf4c9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c8a40> <<< 8484 1726867716.86426: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf49de80> <<< 8484 1726867716.86450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867716.86475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867716.86502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867716.86509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867716.86528: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4caf30> <<< 8484 1726867716.86541: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c9ca0> <<< 8484 1726867716.86565: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f6db0> <<< 8484 1726867716.86589: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867716.86658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.86675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867716.86713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867716.86739: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4f3200> <<< 8484 1726867716.86801: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867716.86812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.86831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867716.86849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867716.86896: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf51b590> <<< 8484 1726867716.86918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867716.86967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867716.87017: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867716.87044: 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 0x7f6fdf578380> <<< 8484 1726867716.87067: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867716.87090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867716.87125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867716.87165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867716.87257: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf57aae0> <<< 8484 1726867716.87331: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf5784a0> <<< 8484 1726867716.87371: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf5453a0> <<< 8484 1726867716.87394: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867716.87402: 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 0x7f6fdf381490> <<< 8484 1726867716.87420: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf51a390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4cbdd0> <<< 8484 1726867716.87541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867716.87565: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6fdf51a6f0> <<< 8484 1726867716.87721: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_zq821evw/ansible_fedora.linux_system_roles.snapshot_payload.zip' <<< 8484 1726867716.87726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.87853: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.87886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867716.87890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867716.87933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867716.88015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867716.88049: 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 0x7f6fdf3d3200> <<< 8484 1726867716.88057: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867716.88249: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf3b60f0> <<< 8484 1726867716.88256: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf3b5250> # zipimport: zlib available <<< 8484 1726867716.88291: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867716.88294: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.88319: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.88332: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.88345: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867716.88362: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.89776: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.90904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867716.90908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf3d10d0> <<< 8484 1726867716.90933: 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' <<< 8484 1726867716.90964: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867716.90972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867716.90997: 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' <<< 8484 1726867716.91032: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.91035: 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 0x7f6fdf402ba0> <<< 8484 1726867716.91078: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf402930> <<< 8484 1726867716.91108: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf402240> <<< 8484 1726867716.91126: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867716.91139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867716.91179: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf402690> <<< 8484 1726867716.91187: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c8440> <<< 8484 1726867716.91193: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867716.91225: 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 0x7f6fdf4038f0> <<< 8484 1726867716.91255: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.91261: 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 0x7f6fdf403b30> <<< 8484 1726867716.91281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867716.91331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867716.91345: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867716.91391: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf403fe0> <<< 8484 1726867716.91404: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867716.91424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867716.91445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867716.91488: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded19c70> <<< 8484 1726867716.91520: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.91525: 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 0x7f6fded1b890> <<< 8484 1726867716.91546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867716.91563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867716.91604: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1c260> <<< 8484 1726867716.91624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867716.91658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867716.91680: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1d130> <<< 8484 1726867716.91696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867716.91737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867716.91768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867716.91771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867716.91818: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1fe30> <<< 8484 1726867716.91859: 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 0x7f6fdf4caf00> <<< 8484 1726867716.91881: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1e120> <<< 8484 1726867716.91897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867716.91926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867716.91948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867716.91967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867716.91978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867716.92016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867716.92034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867716.92039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867716.92058: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded27dd0> <<< 8484 1726867716.92062: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867716.92133: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded268d0> <<< 8484 1726867716.92141: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded26630> <<< 8484 1726867716.92157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867716.92172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867716.92241: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded26b70> <<< 8484 1726867716.92276: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1e630> <<< 8484 1726867716.92300: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.92303: 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 0x7f6fded6bf80> <<< 8484 1726867716.92327: 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 <<< 8484 1726867716.92332: 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 0x7f6fded6c140> <<< 8484 1726867716.92352: 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 <<< 8484 1726867716.92380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867716.92398: 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' <<< 8484 1726867716.92435: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.92442: 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 0x7f6fded6dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded6d9d0> <<< 8484 1726867716.92463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867716.92592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867716.92645: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.92648: 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 0x7f6fded70170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded6e300> <<< 8484 1726867716.92669: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867716.92720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.92741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867716.92751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867716.92756: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867716.92804: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded73950> <<< 8484 1726867716.92930: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded70320> <<< 8484 1726867716.92995: 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 0x7f6fded74a40> <<< 8484 1726867716.93030: 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 0x7f6fded74bc0> <<< 8484 1726867716.93074: 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 0x7f6fded74b60> <<< 8484 1726867716.93089: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded6c2f0> <<< 8484 1726867716.93115: 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 <<< 8484 1726867716.93122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 8484 1726867716.93134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867716.93164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867716.93193: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.93219: 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 0x7f6fdec002f0> <<< 8484 1726867716.93384: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867716.93387: 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 0x7f6fdec01700> <<< 8484 1726867716.93391: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded76ab0> <<< 8484 1726867716.93426: 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' <<< 8484 1726867716.93432: 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 0x7f6fded77e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded766f0> <<< 8484 1726867716.93443: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93469: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867716.93492: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93689: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93692: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867716.93714: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93721: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867716.93737: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93859: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.93980: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.94530: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.95083: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 8484 1726867716.95094: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867716.95122: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867716.95134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.95201: 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 0x7f6fdec05940> <<< 8484 1726867716.95284: 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' <<< 8484 1726867716.95309: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec06720> <<< 8484 1726867716.95316: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec01c10> <<< 8484 1726867716.95368: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867716.95378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.95405: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.95413: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867716.95429: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.95581: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.95738: 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' <<< 8484 1726867716.95761: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec063f0> <<< 8484 1726867716.95766: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.96237: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.96687: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.96762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.96834: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867716.96850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.96884: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.96923: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867716.96937: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97007: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97088: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867716.97107: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97115: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97131: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 8484 1726867716.97134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97217: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867716.97231: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97463: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867716.97756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867716.97781: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867716.97841: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec079e0> <<< 8484 1726867716.97860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.97929: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867716.98020: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867716.98046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98095: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98140: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867716.98145: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98196: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98236: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98298: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98364: 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 <<< 8484 1726867716.98412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.98506: 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 0x7f6fdec12390> <<< 8484 1726867716.98546: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec0f620> <<< 8484 1726867716.98577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867716.98584: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867716.98591: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98667: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98720: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98751: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.98794: 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 <<< 8484 1726867716.98799: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867716.98816: 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 <<< 8484 1726867716.98844: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867716.98862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867716.98928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867716.98944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867716.98966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867716.99021: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded02c60> <<< 8484 1726867716.99072: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf43a930> <<< 8484 1726867716.99148: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec12540> <<< 8484 1726867716.99157: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded74e60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867716.99173: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99197: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99226: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867716.99288: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867716.99316: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99330: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867716.99349: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99360: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99371: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 8484 1726867716.99383: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99394: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867716.99437: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99440: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99443: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867716.99453: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867716.99471: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867716.99492: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867717.00647: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867717.01761: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867718.30647: stdout chunk (state=3): >>> {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": true, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} <<< 8484 1726867718.30652: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867718.31184: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867718.31201: 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 <<< 8484 1726867718.31207: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 8484 1726867718.31231: stdout chunk (state=3): >>># 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 <<< 8484 1726867718.31236: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # 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 <<< 8484 1726867718.31296: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 8484 1726867718.31303: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 8484 1726867718.31327: stdout chunk (state=3): >>># cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket <<< 8484 1726867718.31334: stdout chunk (state=3): >>># 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<<< 8484 1726867718.31341: stdout chunk (state=3): >>> # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy <<< 8484 1726867718.31430: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast<<< 8484 1726867718.31435: stdout chunk (state=3): >>> # 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<<< 8484 1726867718.31438: stdout chunk (state=3): >>> # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils <<< 8484 1726867718.31440: 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora <<< 8484 1726867718.31441: 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 <<< 8484 1726867718.31443: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules <<< 8484 1726867718.31706: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867718.31713: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867718.31747: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867718.31751: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867718.31773: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867718.31787: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867718.31820: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867718.31844: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 8484 1726867718.31850: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8484 1726867718.31875: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 8484 1726867718.31886: stdout chunk (state=3): >>># destroy pwd <<< 8484 1726867718.31913: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 8484 1726867718.31919: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867718.31923: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867718.31941: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 8484 1726867718.31960: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867718.31978: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867718.31981: stdout chunk (state=3): >>># destroy distro<<< 8484 1726867718.31984: stdout chunk (state=3): >>> # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867718.32031: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867718.32044: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 8484 1726867718.32061: 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 <<< 8484 1726867718.32088: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 8484 1726867718.32111: stdout chunk (state=3): >>># cleanup[3] wiping warnings <<< 8484 1726867718.32115: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 8484 1726867718.32118: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867718.32143: 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 <<< 8484 1726867718.32149: 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 <<< 8484 1726867718.32164: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 8484 1726867718.32180: 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 <<< 8484 1726867718.32318: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket<<< 8484 1726867718.32325: stdout chunk (state=3): >>> <<< 8484 1726867718.32332: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867718.32360: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867718.32364: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867718.32390: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867718.32411: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867718.32432: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse <<< 8484 1726867718.32447: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 8484 1726867718.32449: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867718.32552: 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 <<< 8484 1726867718.32568: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867718.32590: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867718.32593: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867718.32618: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867718.32642: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 8484 1726867718.32654: stdout chunk (state=3): >>># destroy _functools # destroy _io # destroy builtins # destroy _thread <<< 8484 1726867718.32663: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867718.33024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867718.33056: stderr chunk (state=3): >>><<< 8484 1726867718.33059: stdout chunk (state=3): >>><<< 8484 1726867718.33133: _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 0x7f6fdf8184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf7e7b30> # /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 0x7f6fdf81aa50> 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 0x7f6fdf62d130> # /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 0x7f6fdf62e120> 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 0x7f6fdf673f80> # /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 0x7f6fdf680110> # /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 0x7f6fdf6a3950> # /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 0x7f6fdf6a3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf683bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6812e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf671130> # /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 0x7f6fdf6c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6c6540> # /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 0x7f6fdf682210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6c4d40> # /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 0x7f6fdf6f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6703b0> # /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 0x7f6fdf6f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f4cb0> # 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 0x7f6fdf6f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf666ed0> # /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 0x7f6fdf6f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f5460> 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 0x7f6fdf6f6660> 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 0x7f6fdf710890> 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 0x7f6fdf711fd0> # /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 0x7f6fdf712e70> # 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 0x7f6fdf7134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf7123c0> # /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 0x7f6fdf713e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf713590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f66c0> # /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 0x7f6fdf49fce0> # /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 0x7f6fdf4c8830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c8590> # 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 0x7f6fdf4c8860> # /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 0x7f6fdf4c9160> # 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 0x7f6fdf4c9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf49de80> # /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 0x7f6fdf4caf30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c9ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf6f6db0> # /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 0x7f6fdf4f3200> # /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 0x7f6fdf51b590> # /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 0x7f6fdf578380> # /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 0x7f6fdf57aae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf5784a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf5453a0> # /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 0x7f6fdf381490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf51a390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4cbdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6fdf51a6f0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_zq821evw/ansible_fedora.linux_system_roles.snapshot_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 0x7f6fdf3d3200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf3b60f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf3b5250> # 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 0x7f6fdf3d10d0> # /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 0x7f6fdf402ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf402930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf402240> # /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 0x7f6fdf402690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf4c8440> 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 0x7f6fdf4038f0> # 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 0x7f6fdf403b30> # /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 0x7f6fdf403fe0> 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 0x7f6fded19c70> # 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 0x7f6fded1b890> # /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 0x7f6fded1c260> # /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 0x7f6fded1d130> # /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 0x7f6fded1fe30> # 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 0x7f6fdf4caf00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1e120> # /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 0x7f6fded27dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded26630> # /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 0x7f6fded26b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded1e630> # 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 0x7f6fded6bf80> # /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 0x7f6fded6c140> # /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 0x7f6fded6dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded6d9d0> # /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 0x7f6fded70170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded6e300> # /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 0x7f6fded73950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded70320> # 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 0x7f6fded74a40> # 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 0x7f6fded74bc0> # 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 0x7f6fded74b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded6c2f0> # /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 0x7f6fdec002f0> # 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 0x7f6fdec01700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded76ab0> # 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 0x7f6fded77e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded766f0> # 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 0x7f6fdec05940> # /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 0x7f6fdec06720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec01c10> 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 0x7f6fdec063f0> # 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 0x7f6fdec079e0> # 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 0x7f6fdec12390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec0f620> 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 0x7f6fded02c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdf43a930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fdec12540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6fded74e60> # 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 # zipimport: zlib available {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": true, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867718.33673: done with _execute_module (fedora.linux_system_roles.snapshot, {'snapshot_lvm_action': 'extend', 'ansible_check_mode': False, 'snapshot_lvm_all_vgs': True, 'snapshot_lvm_verify_only': True, 'snapshot_lvm_mount_origin': False, 'snapshot_lvm_mountpoint_create': False, 'snapshot_lvm_unmount_all': False, 'snapshot_lvm_percent_space_required': '40', 'snapshot_lvm_vg': '', 'snapshot_lvm_lv': '', 'snapshot_lvm_snapset_name': 'snapset1', 'snapshot_lvm_mount_options': '', 'snapshot_lvm_fstype': '', 'snapshot_lvm_mountpoint': '', 'snapshot_lvm_set': {}, 'snapshot_lvm_vg_include': '^test_', '_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.snapshot', '_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-1726867716.7088554-10321-168777977375949/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867718.33676: _low_level_execute_command(): starting 8484 1726867718.33679: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867716.7088554-10321-168777977375949/ > /dev/null 2>&1 && sleep 0' 8484 1726867718.33818: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867718.33822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867718.33825: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867718.33835: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867718.33876: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867718.33896: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867718.33984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867718.35883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867718.35911: stderr chunk (state=3): >>><<< 8484 1726867718.35914: stdout chunk (state=3): >>><<< 8484 1726867718.35926: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867718.35932: handler run complete 8484 1726867718.35950: attempt loop complete, returning result 8484 1726867718.35953: _execute() done 8484 1726867718.35956: dumping result to json 8484 1726867718.35964: done dumping result, returning 8484 1726867718.35975: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend [02e58e3f-6ce9-dbaf-c049-00000000090b] 8484 1726867718.35979: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090b 8484 1726867718.36089: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090b 8484 1726867718.36092: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "errors": "", "message": "", "return_code": 0 } 8484 1726867718.36172: no more pending results, returning what we have 8484 1726867718.36175: results queue empty 8484 1726867718.36176: checking for any_errors_fatal 8484 1726867718.36185: done checking for any_errors_fatal 8484 1726867718.36186: checking for max_fail_percentage 8484 1726867718.36187: done checking for max_fail_percentage 8484 1726867718.36188: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.36189: done checking to see if all hosts have failed 8484 1726867718.36190: getting the remaining hosts for this loop 8484 1726867718.36191: done getting the remaining hosts for this loop 8484 1726867718.36194: getting the next task for host managed_node3 8484 1726867718.36202: done getting next task for host managed_node3 8484 1726867718.36205: ^ task is: TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867718.36207: ^ state is: HOST STATE: block=2, task=18, 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=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 8484 1726867718.36221: getting variables 8484 1726867718.36222: in VariableManager get_vars() 8484 1726867718.36256: Calling all_inventory to load vars for managed_node3 8484 1726867718.36259: Calling groups_inventory to load vars for managed_node3 8484 1726867718.36261: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.36269: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.36281: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.36284: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.36720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.37124: done with get_vars() 8484 1726867718.37137: done getting variables 8484 1726867718.37183: 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.snapshot : Print out response] ***************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Friday 20 September 2024 17:28:38 -0400 (0:00:01.738) 0:00:53.669 ****** 8484 1726867718.37210: entering _queue_task() for managed_node3/debug 8484 1726867718.37423: worker is 1 (out of 1 available) 8484 1726867718.37436: exiting _queue_task() for managed_node3/debug 8484 1726867718.37448: done queuing things up, now waiting for results queue to drain 8484 1726867718.37449: waiting for pending results... 8484 1726867718.37647: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867718.37728: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000090d 8484 1726867718.37739: variable 'ansible_search_path' from source: unknown 8484 1726867718.37742: variable 'ansible_search_path' from source: unknown 8484 1726867718.37771: calling self._execute() 8484 1726867718.37852: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.37856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.37865: variable 'omit' from source: magic vars 8484 1726867718.37949: variable 'omit' from source: magic vars 8484 1726867718.37985: variable 'omit' from source: magic vars 8484 1726867718.38016: variable 'omit' from source: magic vars 8484 1726867718.38055: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867718.38084: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867718.38101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867718.38119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.38134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.38154: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867718.38157: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.38160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.38232: Set connection var ansible_pipelining to False 8484 1726867718.38237: Set connection var ansible_timeout to 10 8484 1726867718.38240: Set connection var ansible_connection to ssh 8484 1726867718.38247: Set connection var ansible_shell_type to sh 8484 1726867718.38253: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867718.38258: Set connection var ansible_shell_executable to /bin/sh 8484 1726867718.38278: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.38280: variable 'ansible_connection' from source: unknown 8484 1726867718.38283: variable 'ansible_module_compression' from source: unknown 8484 1726867718.38285: variable 'ansible_shell_type' from source: unknown 8484 1726867718.38288: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.38290: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.38294: variable 'ansible_pipelining' from source: unknown 8484 1726867718.38296: variable 'ansible_timeout' from source: unknown 8484 1726867718.38301: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.38410: 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) 8484 1726867718.38421: variable 'omit' from source: magic vars 8484 1726867718.38429: starting attempt loop 8484 1726867718.38433: running the handler 8484 1726867718.38474: variable 'snapshot_cmd' from source: set_fact 8484 1726867718.38620: variable 'snapshot_cmd' from source: set_fact 8484 1726867718.38685: handler run complete 8484 1726867718.38696: attempt loop complete, returning result 8484 1726867718.38699: _execute() done 8484 1726867718.38701: dumping result to json 8484 1726867718.38704: done dumping result, returning 8484 1726867718.38714: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response [02e58e3f-6ce9-dbaf-c049-00000000090d] 8484 1726867718.38718: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090d 8484 1726867718.38803: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090d 8484 1726867718.38805: WORKER PROCESS EXITING ok: [managed_node3] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } 8484 1726867718.38876: no more pending results, returning what we have 8484 1726867718.38879: results queue empty 8484 1726867718.38879: checking for any_errors_fatal 8484 1726867718.38888: done checking for any_errors_fatal 8484 1726867718.38889: checking for max_fail_percentage 8484 1726867718.38890: done checking for max_fail_percentage 8484 1726867718.38891: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.38892: done checking to see if all hosts have failed 8484 1726867718.38893: getting the remaining hosts for this loop 8484 1726867718.38894: done getting the remaining hosts for this loop 8484 1726867718.38897: getting the next task for host managed_node3 8484 1726867718.38903: done getting next task for host managed_node3 8484 1726867718.38906: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867718.38909: ^ state is: HOST STATE: block=2, task=18, 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=2, 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 8484 1726867718.38920: getting variables 8484 1726867718.38922: in VariableManager get_vars() 8484 1726867718.38950: Calling all_inventory to load vars for managed_node3 8484 1726867718.38952: Calling groups_inventory to load vars for managed_node3 8484 1726867718.38954: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.38961: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.38964: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.38966: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.39520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.43415: done with get_vars() 8484 1726867718.43446: done getting variables 8484 1726867718.43529: 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.snapshot : Set result] ************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Friday 20 September 2024 17:28:38 -0400 (0:00:00.063) 0:00:53.732 ****** 8484 1726867718.43576: entering _queue_task() for managed_node3/set_fact 8484 1726867718.43948: worker is 1 (out of 1 available) 8484 1726867718.43962: exiting _queue_task() for managed_node3/set_fact 8484 1726867718.43977: done queuing things up, now waiting for results queue to drain 8484 1726867718.43978: waiting for pending results... 8484 1726867718.44179: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867718.44261: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000090e 8484 1726867718.44272: variable 'ansible_search_path' from source: unknown 8484 1726867718.44276: variable 'ansible_search_path' from source: unknown 8484 1726867718.44303: calling self._execute() 8484 1726867718.44380: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.44385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.44394: variable 'omit' from source: magic vars 8484 1726867718.44479: variable 'omit' from source: magic vars 8484 1726867718.44524: variable 'omit' from source: magic vars 8484 1726867718.44547: variable 'snapshot_cmd' from source: set_fact 8484 1726867718.44697: variable 'snapshot_cmd' from source: set_fact 8484 1726867718.44761: variable 'omit' from source: magic vars 8484 1726867718.44797: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867718.44837: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867718.44885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867718.44889: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.44949: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.44952: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867718.44955: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.44958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.45052: Set connection var ansible_pipelining to False 8484 1726867718.45055: Set connection var ansible_timeout to 10 8484 1726867718.45058: Set connection var ansible_connection to ssh 8484 1726867718.45067: Set connection var ansible_shell_type to sh 8484 1726867718.45073: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867718.45078: Set connection var ansible_shell_executable to /bin/sh 8484 1726867718.45096: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.45099: variable 'ansible_connection' from source: unknown 8484 1726867718.45106: variable 'ansible_module_compression' from source: unknown 8484 1726867718.45114: variable 'ansible_shell_type' from source: unknown 8484 1726867718.45135: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.45138: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.45140: variable 'ansible_pipelining' from source: unknown 8484 1726867718.45143: variable 'ansible_timeout' from source: unknown 8484 1726867718.45145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.45436: 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) 8484 1726867718.45440: variable 'omit' from source: magic vars 8484 1726867718.45443: starting attempt loop 8484 1726867718.45445: running the handler 8484 1726867718.45447: handler run complete 8484 1726867718.45449: attempt loop complete, returning result 8484 1726867718.45451: _execute() done 8484 1726867718.45453: dumping result to json 8484 1726867718.45455: done dumping result, returning 8484 1726867718.45456: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result [02e58e3f-6ce9-dbaf-c049-00000000090e] 8484 1726867718.45458: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090e 8484 1726867718.45529: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090e 8484 1726867718.45533: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } 8484 1726867718.45755: no more pending results, returning what we have 8484 1726867718.45758: results queue empty 8484 1726867718.45759: checking for any_errors_fatal 8484 1726867718.45764: done checking for any_errors_fatal 8484 1726867718.45765: checking for max_fail_percentage 8484 1726867718.45766: done checking for max_fail_percentage 8484 1726867718.45767: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.45768: done checking to see if all hosts have failed 8484 1726867718.45769: getting the remaining hosts for this loop 8484 1726867718.45772: done getting the remaining hosts for this loop 8484 1726867718.45775: getting the next task for host managed_node3 8484 1726867718.45780: done getting next task for host managed_node3 8484 1726867718.45782: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867718.45784: ^ state is: HOST STATE: block=2, task=18, 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=3, 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 8484 1726867718.45791: getting variables 8484 1726867718.45792: in VariableManager get_vars() 8484 1726867718.45832: Calling all_inventory to load vars for managed_node3 8484 1726867718.45835: Calling groups_inventory to load vars for managed_node3 8484 1726867718.45837: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.45843: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.45845: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.45847: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.46274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.46737: done with get_vars() 8484 1726867718.46751: done getting variables 8484 1726867718.46800: 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.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Friday 20 September 2024 17:28:38 -0400 (0:00:00.032) 0:00:53.765 ****** 8484 1726867718.46830: entering _queue_task() for managed_node3/set_fact 8484 1726867718.47085: worker is 1 (out of 1 available) 8484 1726867718.47099: exiting _queue_task() for managed_node3/set_fact 8484 1726867718.47116: done queuing things up, now waiting for results queue to drain 8484 1726867718.47117: waiting for pending results... 8484 1726867718.47495: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867718.47577: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000090f 8484 1726867718.47581: variable 'ansible_search_path' from source: unknown 8484 1726867718.47584: variable 'ansible_search_path' from source: unknown 8484 1726867718.47589: calling self._execute() 8484 1726867718.47686: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.47696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.47716: variable 'omit' from source: magic vars 8484 1726867718.48075: variable 'snapshot_lvm_action' from source: include params 8484 1726867718.48088: Evaluated conditional (snapshot_lvm_action == "list"): False 8484 1726867718.48140: when evaluation is False, skipping this task 8484 1726867718.48144: _execute() done 8484 1726867718.48146: dumping result to json 8484 1726867718.48149: done dumping result, returning 8484 1726867718.48152: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results [02e58e3f-6ce9-dbaf-c049-00000000090f] 8484 1726867718.48155: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090f skipping: [managed_node3] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } 8484 1726867718.48478: no more pending results, returning what we have 8484 1726867718.48481: results queue empty 8484 1726867718.48482: checking for any_errors_fatal 8484 1726867718.48485: done checking for any_errors_fatal 8484 1726867718.48486: checking for max_fail_percentage 8484 1726867718.48488: done checking for max_fail_percentage 8484 1726867718.48489: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.48489: done checking to see if all hosts have failed 8484 1726867718.48490: getting the remaining hosts for this loop 8484 1726867718.48491: done getting the remaining hosts for this loop 8484 1726867718.48494: getting the next task for host managed_node3 8484 1726867718.48499: done getting next task for host managed_node3 8484 1726867718.48503: ^ task is: TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867718.48505: ^ state is: HOST STATE: block=2, task=18, 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=4, 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 8484 1726867718.48522: getting variables 8484 1726867718.48524: in VariableManager get_vars() 8484 1726867718.48552: Calling all_inventory to load vars for managed_node3 8484 1726867718.48555: Calling groups_inventory to load vars for managed_node3 8484 1726867718.48557: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.48564: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.48567: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.48569: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.49182: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000090f 8484 1726867718.49186: WORKER PROCESS EXITING 8484 1726867718.49392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.49906: done with get_vars() 8484 1726867718.49919: done getting variables 8484 1726867718.49958: 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.snapshot : Show errors] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Friday 20 September 2024 17:28:38 -0400 (0:00:00.031) 0:00:53.796 ****** 8484 1726867718.49983: entering _queue_task() for managed_node3/debug 8484 1726867718.50178: worker is 1 (out of 1 available) 8484 1726867718.50192: exiting _queue_task() for managed_node3/debug 8484 1726867718.50205: done queuing things up, now waiting for results queue to drain 8484 1726867718.50206: waiting for pending results... 8484 1726867718.50390: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867718.50476: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000910 8484 1726867718.50487: variable 'ansible_search_path' from source: unknown 8484 1726867718.50490: variable 'ansible_search_path' from source: unknown 8484 1726867718.50521: calling self._execute() 8484 1726867718.50596: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.50600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.50613: variable 'omit' from source: magic vars 8484 1726867718.50895: variable 'snapshot_cmd' from source: set_fact 8484 1726867718.50914: Evaluated conditional (snapshot_cmd["return_code"] != 0): False 8484 1726867718.50918: when evaluation is False, skipping this task 8484 1726867718.50921: _execute() done 8484 1726867718.50923: dumping result to json 8484 1726867718.50925: done dumping result, returning 8484 1726867718.50932: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors [02e58e3f-6ce9-dbaf-c049-000000000910] 8484 1726867718.50935: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000910 8484 1726867718.51021: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000910 8484 1726867718.51024: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } 8484 1726867718.51071: no more pending results, returning what we have 8484 1726867718.51074: results queue empty 8484 1726867718.51075: checking for any_errors_fatal 8484 1726867718.51081: done checking for any_errors_fatal 8484 1726867718.51081: checking for max_fail_percentage 8484 1726867718.51083: done checking for max_fail_percentage 8484 1726867718.51084: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.51085: done checking to see if all hosts have failed 8484 1726867718.51085: getting the remaining hosts for this loop 8484 1726867718.51087: done getting the remaining hosts for this loop 8484 1726867718.51090: getting the next task for host managed_node3 8484 1726867718.51098: done getting next task for host managed_node3 8484 1726867718.51100: ^ task is: TASK: meta (role_complete) 8484 1726867718.51103: ^ state is: HOST STATE: block=2, task=19, 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 8484 1726867718.51122: getting variables 8484 1726867718.51123: in VariableManager get_vars() 8484 1726867718.51153: Calling all_inventory to load vars for managed_node3 8484 1726867718.51155: Calling groups_inventory to load vars for managed_node3 8484 1726867718.51157: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.51165: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.51167: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.51169: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.51652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.52589: done with get_vars() 8484 1726867718.52604: done getting variables 8484 1726867718.52672: done queuing things up, now waiting for results queue to drain 8484 1726867718.52674: results queue empty 8484 1726867718.52675: checking for any_errors_fatal 8484 1726867718.52677: done checking for any_errors_fatal 8484 1726867718.52678: checking for max_fail_percentage 8484 1726867718.52679: done checking for max_fail_percentage 8484 1726867718.52679: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.52680: done checking to see if all hosts have failed 8484 1726867718.52681: getting the remaining hosts for this loop 8484 1726867718.52681: done getting the remaining hosts for this loop 8484 1726867718.52684: getting the next task for host managed_node3 8484 1726867718.52687: done getting next task for host managed_node3 8484 1726867718.52688: ^ task is: TASK: Assert no changes for extend verify 8484 1726867718.52690: ^ state is: HOST STATE: block=2, task=20, 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 8484 1726867718.52692: getting variables 8484 1726867718.52693: in VariableManager get_vars() 8484 1726867718.52702: Calling all_inventory to load vars for managed_node3 8484 1726867718.52704: Calling groups_inventory to load vars for managed_node3 8484 1726867718.52706: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.52710: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.52712: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.52714: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.53211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.54096: done with get_vars() 8484 1726867718.54108: done getting variables 8484 1726867718.54145: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert no changes for extend verify] ************************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:84 Friday 20 September 2024 17:28:38 -0400 (0:00:00.041) 0:00:53.838 ****** 8484 1726867718.54172: entering _queue_task() for managed_node3/assert 8484 1726867718.54424: worker is 1 (out of 1 available) 8484 1726867718.54437: exiting _queue_task() for managed_node3/assert 8484 1726867718.54448: done queuing things up, now waiting for results queue to drain 8484 1726867718.54449: waiting for pending results... 8484 1726867718.54797: running TaskExecutor() for managed_node3/TASK: Assert no changes for extend verify 8484 1726867718.54878: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000000c 8484 1726867718.54883: variable 'ansible_search_path' from source: unknown 8484 1726867718.54886: calling self._execute() 8484 1726867718.54971: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.54986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.55007: variable 'omit' from source: magic vars 8484 1726867718.55275: variable 'omit' from source: magic vars 8484 1726867718.55279: variable 'omit' from source: magic vars 8484 1726867718.55281: variable 'omit' from source: magic vars 8484 1726867718.55284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867718.55287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867718.55309: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867718.55330: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.55346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.55379: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867718.55387: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.55394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.55491: Set connection var ansible_pipelining to False 8484 1726867718.55513: Set connection var ansible_timeout to 10 8484 1726867718.55523: Set connection var ansible_connection to ssh 8484 1726867718.55536: Set connection var ansible_shell_type to sh 8484 1726867718.55547: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867718.55557: Set connection var ansible_shell_executable to /bin/sh 8484 1726867718.55588: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.55596: variable 'ansible_connection' from source: unknown 8484 1726867718.55603: variable 'ansible_module_compression' from source: unknown 8484 1726867718.55610: variable 'ansible_shell_type' from source: unknown 8484 1726867718.55621: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.55629: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.55637: variable 'ansible_pipelining' from source: unknown 8484 1726867718.55645: variable 'ansible_timeout' from source: unknown 8484 1726867718.55653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.55810: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8484 1726867718.55839: variable 'omit' from source: magic vars 8484 1726867718.55843: starting attempt loop 8484 1726867718.55949: running the handler 8484 1726867718.56145: variable 'snapshot_cmd' from source: set_fact 8484 1726867718.56182: Evaluated conditional (not snapshot_cmd["changed"]): True 8484 1726867718.56193: handler run complete 8484 1726867718.56213: attempt loop complete, returning result 8484 1726867718.56220: _execute() done 8484 1726867718.56227: dumping result to json 8484 1726867718.56234: done dumping result, returning 8484 1726867718.56245: done running TaskExecutor() for managed_node3/TASK: Assert no changes for extend verify [02e58e3f-6ce9-dbaf-c049-00000000000c] 8484 1726867718.56254: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000c ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8484 1726867718.56429: no more pending results, returning what we have 8484 1726867718.56433: results queue empty 8484 1726867718.56434: checking for any_errors_fatal 8484 1726867718.56436: done checking for any_errors_fatal 8484 1726867718.56437: checking for max_fail_percentage 8484 1726867718.56439: done checking for max_fail_percentage 8484 1726867718.56440: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.56442: done checking to see if all hosts have failed 8484 1726867718.56442: getting the remaining hosts for this loop 8484 1726867718.56444: done getting the remaining hosts for this loop 8484 1726867718.56448: getting the next task for host managed_node3 8484 1726867718.56456: done getting next task for host managed_node3 8484 1726867718.56460: ^ task is: TASK: Extend again to check idempotence 8484 1726867718.56461: ^ state is: HOST STATE: block=2, task=21, 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 8484 1726867718.56466: getting variables 8484 1726867718.56468: in VariableManager get_vars() 8484 1726867718.56506: Calling all_inventory to load vars for managed_node3 8484 1726867718.56509: Calling groups_inventory to load vars for managed_node3 8484 1726867718.56513: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.56524: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.56528: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.56531: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.57184: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000c 8484 1726867718.57188: WORKER PROCESS EXITING 8484 1726867718.57363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.58027: done with get_vars() 8484 1726867718.58041: done getting variables TASK [Extend again to check idempotence] *************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:88 Friday 20 September 2024 17:28:38 -0400 (0:00:00.039) 0:00:53.878 ****** 8484 1726867718.58115: entering _queue_task() for managed_node3/include_role 8484 1726867718.58330: worker is 1 (out of 1 available) 8484 1726867718.58342: exiting _queue_task() for managed_node3/include_role 8484 1726867718.58353: done queuing things up, now waiting for results queue to drain 8484 1726867718.58354: waiting for pending results... 8484 1726867718.58613: running TaskExecutor() for managed_node3/TASK: Extend again to check idempotence 8484 1726867718.58724: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000000d 8484 1726867718.58744: variable 'ansible_search_path' from source: unknown 8484 1726867718.58785: calling self._execute() 8484 1726867718.58888: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.58906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.58923: variable 'omit' from source: magic vars 8484 1726867718.59042: _execute() done 8484 1726867718.59052: dumping result to json 8484 1726867718.59059: done dumping result, returning 8484 1726867718.59069: done running TaskExecutor() for managed_node3/TASK: Extend again to check idempotence [02e58e3f-6ce9-dbaf-c049-00000000000d] 8484 1726867718.59084: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000d 8484 1726867718.59300: no more pending results, returning what we have 8484 1726867718.59306: in VariableManager get_vars() 8484 1726867718.59349: Calling all_inventory to load vars for managed_node3 8484 1726867718.59352: Calling groups_inventory to load vars for managed_node3 8484 1726867718.59356: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.59369: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.59374: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.59378: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.59982: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000d 8484 1726867718.59986: WORKER PROCESS EXITING 8484 1726867718.60111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.61112: done with get_vars() 8484 1726867718.61124: variable 'ansible_search_path' from source: unknown 8484 1726867718.63986: variable 'omit' from source: magic vars 8484 1726867718.64009: variable 'omit' from source: magic vars 8484 1726867718.64024: variable 'omit' from source: magic vars 8484 1726867718.64028: we have included files to process 8484 1726867718.64030: generating all_blocks data 8484 1726867718.64033: done generating all_blocks data 8484 1726867718.64037: processing included file: fedora.linux_system_roles.snapshot 8484 1726867718.64058: in VariableManager get_vars() 8484 1726867718.64076: done with get_vars() 8484 1726867718.64102: in VariableManager get_vars() 8484 1726867718.64119: done with get_vars() 8484 1726867718.64155: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/main.yml 8484 1726867718.64197: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/defaults/main.yml 8484 1726867718.64240: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/meta/main.yml 8484 1726867718.64467: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml 8484 1726867718.64803: in VariableManager get_vars() 8484 1726867718.64825: done with get_vars() 8484 1726867718.65556: iterating over new_blocks loaded from include file 8484 1726867718.65559: in VariableManager get_vars() 8484 1726867718.65575: done with get_vars() 8484 1726867718.65576: filtering new block on tags 8484 1726867718.65591: done filtering new block on tags 8484 1726867718.65593: in VariableManager get_vars() 8484 1726867718.65605: done with get_vars() 8484 1726867718.65607: filtering new block on tags 8484 1726867718.65628: done filtering new block on tags 8484 1726867718.65631: in VariableManager get_vars() 8484 1726867718.65644: done with get_vars() 8484 1726867718.65646: filtering new block on tags 8484 1726867718.65662: done filtering new block on tags 8484 1726867718.65664: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.snapshot for managed_node3 8484 1726867718.65672: extending task lists for all hosts with included blocks 8484 1726867718.67959: done extending task lists 8484 1726867718.67961: done processing included files 8484 1726867718.67962: results queue empty 8484 1726867718.67962: checking for any_errors_fatal 8484 1726867718.67966: done checking for any_errors_fatal 8484 1726867718.67967: checking for max_fail_percentage 8484 1726867718.67968: done checking for max_fail_percentage 8484 1726867718.67968: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.67969: done checking to see if all hosts have failed 8484 1726867718.67972: getting the remaining hosts for this loop 8484 1726867718.67973: done getting the remaining hosts for this loop 8484 1726867718.67976: getting the next task for host managed_node3 8484 1726867718.67980: done getting next task for host managed_node3 8484 1726867718.67983: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867718.67985: ^ state is: HOST STATE: block=2, task=22, 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 8484 1726867718.67996: getting variables 8484 1726867718.67997: in VariableManager get_vars() 8484 1726867718.68011: Calling all_inventory to load vars for managed_node3 8484 1726867718.68014: Calling groups_inventory to load vars for managed_node3 8484 1726867718.68016: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.68026: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.68098: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.68103: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.68964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.69678: done with get_vars() 8484 1726867718.69694: done getting variables TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 20 September 2024 17:28:38 -0400 (0:00:00.116) 0:00:53.994 ****** 8484 1726867718.69777: entering _queue_task() for managed_node3/include_tasks 8484 1726867718.70099: worker is 1 (out of 1 available) 8484 1726867718.70113: exiting _queue_task() for managed_node3/include_tasks 8484 1726867718.70125: done queuing things up, now waiting for results queue to drain 8484 1726867718.70127: waiting for pending results... 8484 1726867718.70396: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867718.70543: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b10 8484 1726867718.70563: variable 'ansible_search_path' from source: unknown 8484 1726867718.70572: variable 'ansible_search_path' from source: unknown 8484 1726867718.70618: calling self._execute() 8484 1726867718.70725: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.70737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.70760: variable 'omit' from source: magic vars 8484 1726867718.70883: _execute() done 8484 1726867718.70892: dumping result to json 8484 1726867718.70899: done dumping result, returning 8484 1726867718.70916: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000b10] 8484 1726867718.70927: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b10 8484 1726867718.71081: no more pending results, returning what we have 8484 1726867718.71086: in VariableManager get_vars() 8484 1726867718.71125: Calling all_inventory to load vars for managed_node3 8484 1726867718.71128: Calling groups_inventory to load vars for managed_node3 8484 1726867718.71130: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.71139: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.71142: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.71144: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.71665: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b10 8484 1726867718.71669: WORKER PROCESS EXITING 8484 1726867718.71865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.72637: done with get_vars() 8484 1726867718.72649: variable 'ansible_search_path' from source: unknown 8484 1726867718.72651: variable 'ansible_search_path' from source: unknown 8484 1726867718.72689: we have included files to process 8484 1726867718.72691: generating all_blocks data 8484 1726867718.72693: done generating all_blocks data 8484 1726867718.72695: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867718.72696: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867718.72698: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867718.73237: done processing included file 8484 1726867718.73239: iterating over new_blocks loaded from include file 8484 1726867718.73242: in VariableManager get_vars() 8484 1726867718.73272: done with get_vars() 8484 1726867718.73274: filtering new block on tags 8484 1726867718.73290: done filtering new block on tags 8484 1726867718.73292: in VariableManager get_vars() 8484 1726867718.73315: done with get_vars() 8484 1726867718.73317: filtering new block on tags 8484 1726867718.73335: done filtering new block on tags 8484 1726867718.73338: in VariableManager get_vars() 8484 1726867718.73357: done with get_vars() 8484 1726867718.73359: filtering new block on tags 8484 1726867718.73381: done filtering new block on tags 8484 1726867718.73384: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 8484 1726867718.73388: extending task lists for all hosts with included blocks 8484 1726867718.73504: done extending task lists 8484 1726867718.73506: done processing included files 8484 1726867718.73507: results queue empty 8484 1726867718.73507: checking for any_errors_fatal 8484 1726867718.73513: done checking for any_errors_fatal 8484 1726867718.73513: checking for max_fail_percentage 8484 1726867718.73514: done checking for max_fail_percentage 8484 1726867718.73515: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.73516: done checking to see if all hosts have failed 8484 1726867718.73516: getting the remaining hosts for this loop 8484 1726867718.73518: done getting the remaining hosts for this loop 8484 1726867718.73520: getting the next task for host managed_node3 8484 1726867718.73524: done getting next task for host managed_node3 8484 1726867718.73526: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867718.73529: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867718.73539: getting variables 8484 1726867718.73540: in VariableManager get_vars() 8484 1726867718.73552: Calling all_inventory to load vars for managed_node3 8484 1726867718.73554: Calling groups_inventory to load vars for managed_node3 8484 1726867718.73556: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.73561: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.73563: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.73565: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.74145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.74887: done with get_vars() 8484 1726867718.74911: done getting variables TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:38 -0400 (0:00:00.052) 0:00:54.046 ****** 8484 1726867718.74982: entering _queue_task() for managed_node3/setup 8484 1726867718.75297: worker is 1 (out of 1 available) 8484 1726867718.75312: exiting _queue_task() for managed_node3/setup 8484 1726867718.75324: done queuing things up, now waiting for results queue to drain 8484 1726867718.75326: waiting for pending results... 8484 1726867718.75620: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867718.75892: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000c19 8484 1726867718.75896: variable 'ansible_search_path' from source: unknown 8484 1726867718.75899: variable 'ansible_search_path' from source: unknown 8484 1726867718.75902: calling self._execute() 8484 1726867718.75958: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.75973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.75997: variable 'omit' from source: magic vars 8484 1726867718.76463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867718.78751: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867718.78833: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867718.78976: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867718.78979: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867718.78982: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867718.79054: 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) 8484 1726867718.79093: 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) 8484 1726867718.79177: 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) 8484 1726867718.79181: 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) 8484 1726867718.79199: 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) 8484 1726867718.79268: 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) 8484 1726867718.79299: 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) 8484 1726867718.79341: 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) 8484 1726867718.79385: 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) 8484 1726867718.79405: 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) 8484 1726867718.79647: variable '__snapshot_required_facts' from source: role '' all vars 8484 1726867718.79650: variable 'ansible_facts' from source: unknown 8484 1726867718.79973: Evaluated conditional (__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867718.79982: when evaluation is False, skipping this task 8484 1726867718.79988: _execute() done 8484 1726867718.79995: dumping result to json 8484 1726867718.80001: done dumping result, returning 8484 1726867718.80014: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000000c19] 8484 1726867718.80023: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c19 8484 1726867718.80231: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c19 8484 1726867718.80235: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867718.80292: no more pending results, returning what we have 8484 1726867718.80295: results queue empty 8484 1726867718.80296: checking for any_errors_fatal 8484 1726867718.80298: done checking for any_errors_fatal 8484 1726867718.80299: checking for max_fail_percentage 8484 1726867718.80301: done checking for max_fail_percentage 8484 1726867718.80302: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.80303: done checking to see if all hosts have failed 8484 1726867718.80303: getting the remaining hosts for this loop 8484 1726867718.80305: done getting the remaining hosts for this loop 8484 1726867718.80311: getting the next task for host managed_node3 8484 1726867718.80321: done getting next task for host managed_node3 8484 1726867718.80325: ^ task is: TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867718.80328: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867718.80579: getting variables 8484 1726867718.80581: in VariableManager get_vars() 8484 1726867718.80622: Calling all_inventory to load vars for managed_node3 8484 1726867718.80625: Calling groups_inventory to load vars for managed_node3 8484 1726867718.80628: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.80636: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.80640: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.80643: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.81348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.82143: done with get_vars() 8484 1726867718.82162: done getting variables TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 20 September 2024 17:28:38 -0400 (0:00:00.072) 0:00:54.119 ****** 8484 1726867718.82265: entering _queue_task() for managed_node3/stat 8484 1726867718.82565: worker is 1 (out of 1 available) 8484 1726867718.82580: exiting _queue_task() for managed_node3/stat 8484 1726867718.82592: done queuing things up, now waiting for results queue to drain 8484 1726867718.82593: waiting for pending results... 8484 1726867718.82941: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867718.83040: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000c1b 8484 1726867718.83052: variable 'ansible_search_path' from source: unknown 8484 1726867718.83055: variable 'ansible_search_path' from source: unknown 8484 1726867718.83095: calling self._execute() 8484 1726867718.83177: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.83184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.83194: variable 'omit' from source: magic vars 8484 1726867718.83465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867718.83675: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867718.83708: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867718.83738: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867718.83765: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867718.83832: 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) 8484 1726867718.83847: 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) 8484 1726867718.83867: 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) 8484 1726867718.83887: 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) 8484 1726867718.83973: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867718.83981: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867718.83984: when evaluation is False, skipping this task 8484 1726867718.83987: _execute() done 8484 1726867718.83990: dumping result to json 8484 1726867718.83993: done dumping result, returning 8484 1726867718.83999: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-000000000c1b] 8484 1726867718.84003: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c1b 8484 1726867718.84088: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c1b 8484 1726867718.84090: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867718.84141: no more pending results, returning what we have 8484 1726867718.84144: results queue empty 8484 1726867718.84145: checking for any_errors_fatal 8484 1726867718.84154: done checking for any_errors_fatal 8484 1726867718.84155: checking for max_fail_percentage 8484 1726867718.84156: done checking for max_fail_percentage 8484 1726867718.84157: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.84158: done checking to see if all hosts have failed 8484 1726867718.84159: getting the remaining hosts for this loop 8484 1726867718.84160: done getting the remaining hosts for this loop 8484 1726867718.84164: getting the next task for host managed_node3 8484 1726867718.84172: done getting next task for host managed_node3 8484 1726867718.84176: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867718.84179: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867718.84198: getting variables 8484 1726867718.84201: in VariableManager get_vars() 8484 1726867718.84231: Calling all_inventory to load vars for managed_node3 8484 1726867718.84233: Calling groups_inventory to load vars for managed_node3 8484 1726867718.84235: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.84243: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.84245: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.84248: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.84862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.85513: done with get_vars() 8484 1726867718.85529: done getting variables 8484 1726867718.85585: 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.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 20 September 2024 17:28:38 -0400 (0:00:00.033) 0:00:54.153 ****** 8484 1726867718.85615: entering _queue_task() for managed_node3/set_fact 8484 1726867718.85867: worker is 1 (out of 1 available) 8484 1726867718.85880: exiting _queue_task() for managed_node3/set_fact 8484 1726867718.85891: done queuing things up, now waiting for results queue to drain 8484 1726867718.85893: waiting for pending results... 8484 1726867718.86288: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867718.86336: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000c1c 8484 1726867718.86357: variable 'ansible_search_path' from source: unknown 8484 1726867718.86364: variable 'ansible_search_path' from source: unknown 8484 1726867718.86411: calling self._execute() 8484 1726867718.86507: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.86523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.86547: variable 'omit' from source: magic vars 8484 1726867718.86833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867718.87033: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867718.87068: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867718.87097: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867718.87125: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867718.87190: 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) 8484 1726867718.87208: 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) 8484 1726867718.87229: 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) 8484 1726867718.87246: 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) 8484 1726867718.87337: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867718.87344: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867718.87348: when evaluation is False, skipping this task 8484 1726867718.87350: _execute() done 8484 1726867718.87353: dumping result to json 8484 1726867718.87355: done dumping result, returning 8484 1726867718.87365: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-000000000c1c] 8484 1726867718.87369: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c1c 8484 1726867718.87451: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c1c 8484 1726867718.87453: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867718.87518: no more pending results, returning what we have 8484 1726867718.87521: results queue empty 8484 1726867718.87522: checking for any_errors_fatal 8484 1726867718.87527: done checking for any_errors_fatal 8484 1726867718.87528: checking for max_fail_percentage 8484 1726867718.87530: done checking for max_fail_percentage 8484 1726867718.87530: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.87531: done checking to see if all hosts have failed 8484 1726867718.87532: getting the remaining hosts for this loop 8484 1726867718.87534: done getting the remaining hosts for this loop 8484 1726867718.87537: getting the next task for host managed_node3 8484 1726867718.87545: done getting next task for host managed_node3 8484 1726867718.87548: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867718.87552: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867718.87569: getting variables 8484 1726867718.87572: in VariableManager get_vars() 8484 1726867718.87603: Calling all_inventory to load vars for managed_node3 8484 1726867718.87606: Calling groups_inventory to load vars for managed_node3 8484 1726867718.87608: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.87615: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.87617: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.87620: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.88003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.88484: done with get_vars() 8484 1726867718.88499: done getting variables 8484 1726867718.88555: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 20 September 2024 17:28:38 -0400 (0:00:00.029) 0:00:54.182 ****** 8484 1726867718.88589: entering _queue_task() for managed_node3/include_vars 8484 1726867718.88824: worker is 1 (out of 1 available) 8484 1726867718.88834: exiting _queue_task() for managed_node3/include_vars 8484 1726867718.88846: done queuing things up, now waiting for results queue to drain 8484 1726867718.88847: waiting for pending results... 8484 1726867718.89290: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867718.89296: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000c1e 8484 1726867718.89299: variable 'ansible_search_path' from source: unknown 8484 1726867718.89302: variable 'ansible_search_path' from source: unknown 8484 1726867718.89531: variable 'ansible_facts' from source: unknown 8484 1726867718.89821: variable 'ansible_facts' from source: unknown 8484 1726867718.90038: variable 'ansible_facts' from source: unknown 8484 1726867718.90252: variable 'ansible_facts' from source: unknown 8484 1726867718.90392: variable 'omit' from source: magic vars 8484 1726867718.90475: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.90481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.90491: variable 'omit' from source: magic vars 8484 1726867718.90661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867718.90845: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867718.90881: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867718.90906: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867718.90933: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867718.90991: variable '__vars_file' from source: task vars 8484 1726867718.91069: variable 'role_path' from source: magic vars 8484 1726867718.91074: variable 'item' from source: unknown 8484 1726867718.91087: Evaluated conditional (__vars_file is file): False 8484 1726867718.91090: when evaluation is False, skipping this task 8484 1726867718.91116: variable 'item' from source: unknown 8484 1726867718.91164: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867718.91308: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.91311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.91314: variable 'omit' from source: magic vars 8484 1726867718.91384: variable '__vars_file' from source: task vars 8484 1726867718.91440: variable 'role_path' from source: magic vars 8484 1726867718.91444: variable 'item' from source: unknown 8484 1726867718.91452: Evaluated conditional (__vars_file is file): False 8484 1726867718.91484: when evaluation is False, skipping this task 8484 1726867718.91511: variable 'item' from source: unknown 8484 1726867718.91577: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867718.91721: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.91725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.91727: variable 'omit' from source: magic vars 8484 1726867718.91927: variable '__vars_file' from source: task vars 8484 1726867718.91930: variable 'role_path' from source: magic vars 8484 1726867718.92035: variable 'item' from source: unknown 8484 1726867718.92039: Evaluated conditional (__vars_file is file): False 8484 1726867718.92042: when evaluation is False, skipping this task 8484 1726867718.92045: variable 'item' from source: unknown 8484 1726867718.92055: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867718.92178: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.92183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.92188: variable 'omit' from source: magic vars 8484 1726867718.92323: variable '__vars_file' from source: task vars 8484 1726867718.92414: variable 'role_path' from source: magic vars 8484 1726867718.92418: variable 'item' from source: unknown 8484 1726867718.92420: Evaluated conditional (__vars_file is file): False 8484 1726867718.92422: when evaluation is False, skipping this task 8484 1726867718.92452: variable 'item' from source: unknown 8484 1726867718.92492: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867718.92561: dumping result to json 8484 1726867718.92566: done dumping result, returning 8484 1726867718.92569: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000c1e] 8484 1726867718.92572: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c1e 8484 1726867718.92607: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000c1e 8484 1726867718.92609: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8484 1726867718.92675: no more pending results, returning what we have 8484 1726867718.92678: results queue empty 8484 1726867718.92680: checking for any_errors_fatal 8484 1726867718.92688: done checking for any_errors_fatal 8484 1726867718.92689: checking for max_fail_percentage 8484 1726867718.92690: done checking for max_fail_percentage 8484 1726867718.92691: checking to see if all hosts have failed and the running result is not ok 8484 1726867718.92692: done checking to see if all hosts have failed 8484 1726867718.92692: getting the remaining hosts for this loop 8484 1726867718.92694: done getting the remaining hosts for this loop 8484 1726867718.92697: getting the next task for host managed_node3 8484 1726867718.92705: done getting next task for host managed_node3 8484 1726867718.92708: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867718.92710: ^ state is: HOST STATE: block=2, task=22, 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 8484 1726867718.92734: getting variables 8484 1726867718.92735: in VariableManager get_vars() 8484 1726867718.92772: Calling all_inventory to load vars for managed_node3 8484 1726867718.92775: Calling groups_inventory to load vars for managed_node3 8484 1726867718.92777: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867718.92785: Calling all_plugins_play to load vars for managed_node3 8484 1726867718.92790: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867718.92793: Calling groups_plugins_play to load vars for managed_node3 8484 1726867718.93449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867718.94213: done with get_vars() 8484 1726867718.94233: done getting variables 8484 1726867718.94305: 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.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 20 September 2024 17:28:38 -0400 (0:00:00.057) 0:00:54.240 ****** 8484 1726867718.94344: entering _queue_task() for managed_node3/package 8484 1726867718.94606: worker is 1 (out of 1 available) 8484 1726867718.94623: exiting _queue_task() for managed_node3/package 8484 1726867718.94636: done queuing things up, now waiting for results queue to drain 8484 1726867718.94637: waiting for pending results... 8484 1726867718.94915: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867718.95003: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b11 8484 1726867718.95009: variable 'ansible_search_path' from source: unknown 8484 1726867718.95014: variable 'ansible_search_path' from source: unknown 8484 1726867718.95054: calling self._execute() 8484 1726867718.95158: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.95165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.95209: variable 'omit' from source: magic vars 8484 1726867718.95319: variable 'omit' from source: magic vars 8484 1726867718.95362: variable 'omit' from source: magic vars 8484 1726867718.95378: variable '__snapshot_packages' from source: role '' all vars 8484 1726867718.95569: variable '__snapshot_packages' from source: role '' all vars 8484 1726867718.95816: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867718.97391: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867718.97435: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867718.97463: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867718.97492: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867718.97516: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867718.97585: 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) 8484 1726867718.97605: 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) 8484 1726867718.97626: 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) 8484 1726867718.97655: 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) 8484 1726867718.97666: 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) 8484 1726867718.97736: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867718.97739: variable 'omit' from source: magic vars 8484 1726867718.97762: variable 'omit' from source: magic vars 8484 1726867718.97783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867718.97815: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867718.97828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867718.97843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.97850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867718.97876: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867718.97879: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.97881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.97948: Set connection var ansible_pipelining to False 8484 1726867718.97951: Set connection var ansible_timeout to 10 8484 1726867718.97954: Set connection var ansible_connection to ssh 8484 1726867718.97961: Set connection var ansible_shell_type to sh 8484 1726867718.97964: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867718.97974: Set connection var ansible_shell_executable to /bin/sh 8484 1726867718.97989: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.97991: variable 'ansible_connection' from source: unknown 8484 1726867718.97994: variable 'ansible_module_compression' from source: unknown 8484 1726867718.97996: variable 'ansible_shell_type' from source: unknown 8484 1726867718.97998: variable 'ansible_shell_executable' from source: unknown 8484 1726867718.98001: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867718.98005: variable 'ansible_pipelining' from source: unknown 8484 1726867718.98007: variable 'ansible_timeout' from source: unknown 8484 1726867718.98012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867718.98083: 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) 8484 1726867718.98120: variable 'omit' from source: magic vars 8484 1726867718.98123: starting attempt loop 8484 1726867718.98125: running the handler 8484 1726867718.98127: variable 'ansible_facts' from source: unknown 8484 1726867718.98130: variable 'ansible_facts' from source: unknown 8484 1726867718.98165: _low_level_execute_command(): starting 8484 1726867718.98168: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867718.98676: 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 <<< 8484 1726867718.98680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867718.98683: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867718.98685: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867718.98687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867718.98741: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867718.98744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867718.98748: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867718.98847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.00587: stdout chunk (state=3): >>>/root <<< 8484 1726867719.00676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.00738: stderr chunk (state=3): >>><<< 8484 1726867719.00749: stdout chunk (state=3): >>><<< 8484 1726867719.00752: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.00767: _low_level_execute_command(): starting 8484 1726867719.00773: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645 `" && echo ansible-tmp-1726867719.0075426-10362-226198385812645="` echo /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645 `" ) && sleep 0' 8484 1726867719.01373: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.01377: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.01380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867719.01382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.01455: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.01531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.03505: stdout chunk (state=3): >>>ansible-tmp-1726867719.0075426-10362-226198385812645=/root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645 <<< 8484 1726867719.03650: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.03654: stdout chunk (state=3): >>><<< 8484 1726867719.03656: stderr chunk (state=3): >>><<< 8484 1726867719.03675: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867719.0075426-10362-226198385812645=/root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.03701: variable 'ansible_module_compression' from source: unknown 8484 1726867719.03748: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867719.03791: variable 'ansible_facts' from source: unknown 8484 1726867719.04028: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py 8484 1726867719.04192: Sending initial data 8484 1726867719.04278: Sent initial data (151 bytes) 8484 1726867719.04624: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.04636: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.04655: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.04759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.04859: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.06522: 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 <<< 8484 1726867719.06532: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867719.06669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867719.06735: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpdj45ldyy /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py <<< 8484 1726867719.06741: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py" <<< 8484 1726867719.06827: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpdj45ldyy" to remote "/root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py" <<< 8484 1726867719.08376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.08380: stdout chunk (state=3): >>><<< 8484 1726867719.08382: stderr chunk (state=3): >>><<< 8484 1726867719.08384: done transferring module to remote 8484 1726867719.08386: _low_level_execute_command(): starting 8484 1726867719.08388: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/ /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py && sleep 0' 8484 1726867719.08986: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.09054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867719.09065: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867719.09099: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.09213: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.11250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.11263: stderr chunk (state=3): >>><<< 8484 1726867719.11277: stdout chunk (state=3): >>><<< 8484 1726867719.11340: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.11343: _low_level_execute_command(): starting 8484 1726867719.11346: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/AnsiballZ_dnf.py && sleep 0' 8484 1726867719.11782: 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 <<< 8484 1726867719.11785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.11792: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.11803: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.11844: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867719.11848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.11952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.14398: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 8484 1726867719.14402: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867719.14421: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867719.14435: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867719.14517: stdout chunk (state=3): >>>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' <<< 8484 1726867719.14523: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867719.14537: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867719.14585: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867719.14699: 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 0x7fefc28184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27e7b30> # /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 0x7fefc281aa50> import '_signal' # import '_abc' # <<< 8484 1726867719.14715: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867719.14753: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867719.14756: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867719.14841: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867719.14865: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867719.14891: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867719.14952: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 8484 1726867719.14982: stdout chunk (state=3): >>>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' <<< 8484 1726867719.14986: 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' <<< 8484 1726867719.15011: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc262d130> <<< 8484 1726867719.15084: 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 <<< 8484 1726867719.15087: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc262e120> <<< 8484 1726867719.15111: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867719.15135: 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. <<< 8484 1726867719.15414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867719.15429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867719.15444: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867719.15477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.15481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867719.15522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867719.15525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867719.15546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867719.15569: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2673f80> <<< 8484 1726867719.15603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867719.15626: 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 0x7fefc2680110> <<< 8484 1726867719.15641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867719.15695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867719.15700: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867719.15780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.15788: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867719.15821: 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 0x7fefc26a3950> <<< 8484 1726867719.15841: 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 0x7fefc26a3fe0> <<< 8484 1726867719.15852: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867719.15892: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2683bf0> <<< 8484 1726867719.15900: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867719.15928: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26812e0> <<< 8484 1726867719.16030: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2671130> <<< 8484 1726867719.16051: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867719.16092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867719.16095: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867719.16133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867719.16149: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867719.16152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867719.16188: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26c7920> <<< 8484 1726867719.16203: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26c6540> <<< 8484 1726867719.16225: 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 0x7fefc2682390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26c4d40> <<< 8484 1726867719.16298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867719.16305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f4980> <<< 8484 1726867719.16345: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26703b0> # /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' <<< 8484 1726867719.16349: 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 0x7fefc26f4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f4ce0> <<< 8484 1726867719.16395: 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 0x7fefc26f50d0> <<< 8484 1726867719.16398: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2666ed0> <<< 8484 1726867719.16436: 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' <<< 8484 1726867719.16450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867719.16492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867719.16502: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f5490> import 'importlib.machinery' # <<< 8484 1726867719.16556: 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' <<< 8484 1726867719.16577: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f6690> import 'importlib.util' # <<< 8484 1726867719.16596: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867719.16644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867719.16681: 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' <<< 8484 1726867719.16710: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27108c0> import 'errno' # <<< 8484 1726867719.16733: 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 0x7fefc2712000> <<< 8484 1726867719.16787: 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' <<< 8484 1726867719.16791: 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' <<< 8484 1726867719.16833: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2712ea0> # 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 0x7fefc2713500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27123f0> <<< 8484 1726867719.16857: 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' <<< 8484 1726867719.16904: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.16921: 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 0x7fefc2713ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27135f0> <<< 8484 1726867719.16952: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f66f0> <<< 8484 1726867719.16977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867719.17025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867719.17029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867719.17039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867719.17067: 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 0x7fefc2453da0> <<< 8484 1726867719.17105: 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' <<< 8484 1726867719.17123: 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 0x7fefc2480860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24805c0> <<< 8484 1726867719.17149: 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 0x7fefc2480890> <<< 8484 1726867719.17187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867719.17193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867719.17327: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.17385: 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 0x7fefc24811c0> <<< 8484 1726867719.17525: 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 0x7fefc2481b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2480a70> <<< 8484 1726867719.17553: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2451f40> <<< 8484 1726867719.17580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867719.17618: 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' <<< 8484 1726867719.17622: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2482f90> <<< 8484 1726867719.17648: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2481cd0> <<< 8484 1726867719.17673: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f6de0> <<< 8484 1726867719.17694: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867719.17750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.17786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867719.17807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867719.17828: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24ab290> <<< 8484 1726867719.17905: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867719.17912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.17937: 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' <<< 8484 1726867719.17976: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24d3650> <<< 8484 1726867719.18004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867719.18048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867719.18098: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867719.18131: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867719.18150: 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 0x7fefc252c410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867719.18172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867719.18191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867719.18238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867719.18319: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc252eb70> <<< 8484 1726867719.18394: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc252c530> <<< 8484 1726867719.18428: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24f1430> <<< 8484 1726867719.18466: 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 0x7fefc232d490> <<< 8484 1726867719.18493: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24d2450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2483e60> <<< 8484 1726867719.18621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867719.18633: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fefc24d2a50> <<< 8484 1726867719.18795: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_pqw821bj/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867719.18937: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.18962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867719.18965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867719.19004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867719.19078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867719.19114: 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 0x7fefc23871d0> import '_typing' # <<< 8484 1726867719.19304: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23660c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2365220> <<< 8484 1726867719.19327: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.19362: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867719.19401: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867719.19403: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.20986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.21963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867719.21967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2385070> <<< 8484 1726867719.21998: 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 <<< 8484 1726867719.22090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867719.22107: 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 0x7fefc23aec00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23ae990> <<< 8484 1726867719.22130: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23ae2a0> <<< 8484 1726867719.22154: 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' <<< 8484 1726867719.22225: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23ae6f0> <<< 8484 1726867719.22229: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2387bf0> import 'atexit' # <<< 8484 1726867719.22274: 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 0x7fefc23af980> <<< 8484 1726867719.22420: 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 0x7fefc23afbc0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867719.22424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23d00b0> import 'pwd' # <<< 8484 1726867719.22426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867719.22446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867719.22480: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d11ee0> <<< 8484 1726867719.22531: 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 0x7fefc1d13b00> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867719.22644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d184d0> # /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 0x7fefc1d19670> <<< 8484 1726867719.22666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867719.22692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867719.22731: 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' <<< 8484 1726867719.22868: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1c170> # 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 0x7fefc1d1c290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1a420> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867719.22895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867719.22916: 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' <<< 8484 1726867719.22974: 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' <<< 8484 1726867719.23209: 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 0x7fefc1d1ff80> <<< 8484 1726867719.23213: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867719.23238: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1eb10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1e870> # /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 0x7fefc1d1ede0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1a8a0> # 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 0x7fefc1d64290> <<< 8484 1726867719.23246: 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 <<< 8484 1726867719.23266: 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 0x7fefc1d64380> <<< 8484 1726867719.23274: 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 <<< 8484 1726867719.23292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867719.23322: 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' <<< 8484 1726867719.23355: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.23361: 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 0x7fefc1d65f40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d65d00> <<< 8484 1726867719.23373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867719.23489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867719.23550: 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 0x7fefc1d684d0> <<< 8484 1726867719.23553: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d66630> <<< 8484 1726867719.23569: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867719.23642: 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' <<< 8484 1726867719.23750: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d6bc50> <<< 8484 1726867719.24004: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d68620> # 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 0x7fefc1d6c9b0> # 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 0x7fefc1d6cec0> # 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 0x7fefc1d6ce00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d64680> # /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' <<< 8484 1726867719.24007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867719.24023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867719.24055: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.24078: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.24177: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefc1df8650> <<< 8484 1726867719.24540: 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 0x7fefc1df97f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d6ede0> # 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 0x7fefc1d6f9b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d6e9c0> # 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 <<< 8484 1726867719.24555: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 8484 1726867719.24566: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.24755: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.24800: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.25352: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.25895: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867719.25961: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.26001: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.26078: 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 0x7fefc1dfd9a0> <<< 8484 1726867719.26112: 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' <<< 8484 1726867719.26116: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1dfe810> <<< 8484 1726867719.26134: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1df8560> <<< 8484 1726867719.26256: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867719.26260: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867719.26372: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.26533: 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 0x7fefc1dfe780> <<< 8484 1726867719.26614: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.26996: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27438: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27511: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867719.27628: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27667: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867719.27688: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27736: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27834: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 8484 1726867719.27858: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867719.27935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.27938: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867719.27958: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28178: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867719.28545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867719.28557: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1dffad0> # zipimport: zlib available <<< 8484 1726867719.28628: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28733: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867719.28746: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 8484 1726867719.28777: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28820: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867719.28831: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28881: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28921: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.28964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.29034: 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 <<< 8484 1726867719.29075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.29169: 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 0x7fefc1c0a600> <<< 8484 1726867719.29191: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c05ca0> <<< 8484 1726867719.29241: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867719.29267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.29298: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.29377: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.29396: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.29433: 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 <<< 8484 1726867719.29493: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 8484 1726867719.29496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867719.29511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867719.29549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867719.29590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867719.29601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867719.29644: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2402de0> <<< 8484 1726867719.29694: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23eaab0> <<< 8484 1726867719.29775: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c0a6f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c05cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867719.29827: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.29842: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867719.29918: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867719.29947: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867719.30501: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.31031: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.31692: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.32406: 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 0x7fefc1c9ce30> # /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 0x7fefc1c9d010> <<< 8484 1726867719.32439: 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' <<< 8484 1726867719.32472: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 8484 1726867719.32498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9d6d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9d2b0> # /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' <<< 8484 1726867719.32511: 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' <<< 8484 1726867719.32543: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9dfd0> <<< 8484 1726867719.32584: 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' <<< 8484 1726867719.32600: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867719.32637: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867719.32641: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867719.32676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 8484 1726867719.32716: 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' <<< 8484 1726867719.32737: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c88230> # /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 0x7fefc1c88050> <<< 8484 1726867719.32757: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1862990> <<< 8484 1726867719.32803: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9f7d0> <<< 8484 1726867719.32832: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867719.32862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867719.32892: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867719.32919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 8484 1726867719.32952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867719.32965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867719.33117: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1871580> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18700b0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18634a0> <<< 8484 1726867719.33121: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9ec60> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867719.33126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867719.33139: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867719.33196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867719.33226: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 8484 1726867719.33232: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18dd4f0> <<< 8484 1726867719.33369: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1895640> <<< 8484 1726867719.33515: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1873980> <<< 8484 1726867719.33554: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867719.33585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867719.33617: 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 0x7fefc18e5130> <<< 8484 1726867719.33651: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18df2f0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1895130> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9e630> <<< 8484 1726867719.33678: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9e060> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9ddc0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9d040> <<< 8484 1726867719.33738: 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 0x7fefc1c9e090> # /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' <<< 8484 1726867719.33762: 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' <<< 8484 1726867719.33815: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18e5790> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18e53d0> <<< 8484 1726867719.33838: 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' <<< 8484 1726867719.33914: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18e5ee0> <<< 8484 1726867719.33940: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867719.33956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867719.34015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867719.34047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867719.34157: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.34216: 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 0x7fefc18f4a70> <<< 8484 1726867719.34369: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18d1be0> <<< 8484 1726867719.34391: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18e6f60> <<< 8484 1726867719.34418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867719.34438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867719.34467: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18d16a0> <<< 8484 1726867719.34493: 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 0x7fefc1902720> <<< 8484 1726867719.34535: 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' <<< 8484 1726867719.34569: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867719.34573: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc19033b0> <<< 8484 1726867719.34593: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1902e70> <<< 8484 1726867719.34614: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867719.34667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867719.34736: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc19038c0> <<< 8484 1726867719.34758: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867719.34793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867719.35009: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1907980> <<< 8484 1726867719.35026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867719.35046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867719.35072: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc17f73e0> <<< 8484 1726867719.35115: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35226: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867719.35229: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35358: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35512: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867719.35516: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35559: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35614: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867719.35617: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35738: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.35856: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867719.35935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867719.36402: 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 <<< 8484 1726867719.36412: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.36436: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867719.36461: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 8484 1726867719.36467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182b320> <<< 8484 1726867719.36493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867719.36530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867719.36660: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182b440> <<< 8484 1726867719.36680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867719.36686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 8484 1726867719.36716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 8484 1726867719.36718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 8484 1726867719.36760: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.36763: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefc157f590> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc157ede0> <<< 8484 1726867719.36786: 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 0x7fefc157ef90> <<< 8484 1726867719.36821: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182b8f0> <<< 8484 1726867719.36825: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182a8d0> <<< 8484 1726867719.36875: 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' <<< 8484 1726867719.36899: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182b020> <<< 8484 1726867719.36902: 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 <<< 8484 1726867719.36986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867719.37017: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 8484 1726867719.37044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 8484 1726867719.37148: 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 0x7fefc15fcbc0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc15fc7a0> <<< 8484 1726867719.37169: 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 <<< 8484 1726867719.37222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867719.37283: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 8484 1726867719.37317: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefc16284d0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc15fcd10> <<< 8484 1726867719.37335: 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 <<< 8484 1726867719.37423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867719.38386: 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 0x7fefc112b500> <<< 8484 1726867719.38444: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1628560> <<< 8484 1726867719.38458: 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 <<< 8484 1726867719.38588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867719.38623: 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 0x7fefc11a4fb0> <<< 8484 1726867719.38800: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c068a0> <<< 8484 1726867719.38820: 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 <<< 8484 1726867719.38855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867719.38990: 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 0x7fefc11a7fb0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc11a5160> <<< 8484 1726867719.39011: 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 <<< 8484 1726867719.39042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867719.39126: 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 0x7fefbf758170> <<< 8484 1726867719.39167: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc11e4380> <<< 8484 1726867719.39203: 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 <<< 8484 1726867719.39205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867719.39256: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867719.39263: 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 0x7fefbf759400> <<< 8484 1726867719.39275: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf758830> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc15fc320> <<< 8484 1726867719.39301: 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 <<< 8484 1726867719.39329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867719.39352: 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 <<< 8484 1726867719.39373: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867719.39395: 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 <<< 8484 1726867719.39427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867719.39448: 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 0x7fefbf7788f0> <<< 8484 1726867719.39466: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf75bd40> <<< 8484 1726867719.39497: 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 <<< 8484 1726867719.39507: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867719.39565: 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' <<< 8484 1726867719.39575: 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 0x7fefbf77af90> <<< 8484 1726867719.39613: 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 <<< 8484 1726867719.39664: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867719.39674: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77be90> <<< 8484 1726867719.39678: 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 <<< 8484 1726867719.39687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.40120: 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 0x7fefbf7a07a0> <<< 8484 1726867719.40150: 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 <<< 8484 1726867719.40159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867719.40224: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7a1ca0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7a0110> <<< 8484 1726867719.40227: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77ae40> <<< 8484 1726867719.40229: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77a7e0> <<< 8484 1726867719.40260: 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 # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.40349: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 8484 1726867719.40385: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbf7a3890> <<< 8484 1726867719.40399: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77b3b0> <<< 8484 1726867719.40449: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf778c80> <<< 8484 1726867719.40484: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf75b350> <<< 8484 1726867719.40511: 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' <<< 8484 1726867719.40639: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 8484 1726867719.40649: 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 0x7fefbf75ba70> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf75b7d0> <<< 8484 1726867719.40673: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf759550> <<< 8484 1726867719.40700: 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 0x7fefbf7dcf80> <<< 8484 1726867719.40735: 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 <<< 8484 1726867719.40746: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867719.40777: 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' <<< 8484 1726867719.40821: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867719.40852: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7df4d0> <<< 8484 1726867719.40877: 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' <<< 8484 1726867719.40944: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7dfc50> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7de7b0> <<< 8484 1726867719.40994: 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 # 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 0x7fefbf80c4a0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7dcf50> <<< 8484 1726867719.41054: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.41061: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867719.41099: 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' <<< 8484 1726867719.41113: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80dee0> <<< 8484 1726867719.41134: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80d460> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80d2b0> <<< 8484 1726867719.41136: 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 <<< 8484 1726867719.41142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 8484 1726867719.41155: 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 <<< 8484 1726867719.41191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867719.41218: 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 <<< 8484 1726867719.41230: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867719.41242: 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 <<< 8484 1726867719.41262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867719.41274: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf834f50> <<< 8484 1726867719.41300: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867719.41336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867719.41375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867719.41407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867719.41432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867719.41444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867719.41468: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf10af90> <<< 8484 1726867719.41504: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.41507: 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 0x7fefbf10b2c0> <<< 8484 1726867719.41547: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf837230> <<< 8484 1726867719.41591: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf8353d0> <<< 8484 1726867719.41617: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf834440> <<< 8484 1726867719.41641: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80e690> <<< 8484 1726867719.41644: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80e360> <<< 8484 1726867719.41686: 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 <<< 8484 1726867719.41689: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867719.41709: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.41747: 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 <<< 8484 1726867719.41750: 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 0x7fefbf144e60> <<< 8484 1726867719.41761: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf10bf80> <<< 8484 1726867719.41813: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80ebd0> <<< 8484 1726867719.41843: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf145550> <<< 8484 1726867719.41888: 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 <<< 8484 1726867719.41911: 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 0x7fefbf145910> # /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 0x7fefbf1459d0> <<< 8484 1726867719.41942: 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 0x7fefbf145af0> <<< 8484 1726867719.41955: 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 <<< 8484 1726867719.42003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867719.42015: 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 <<< 8484 1726867719.42038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867719.42103: 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 0x7fefbf1646e0> <<< 8484 1726867719.42130: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf146810> <<< 8484 1726867719.42160: 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 0x7fefbf164890> <<< 8484 1726867719.42177: 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' <<< 8484 1726867719.42202: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf164950> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf145940> <<< 8484 1726867719.42250: 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' <<< 8484 1726867719.42255: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf164b00> <<< 8484 1726867719.42296: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867719.42299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867719.42376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867719.42395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867719.42494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867719.42522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867719.42546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867719.42559: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.42569: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbf1b4500> <<< 8484 1726867719.42582: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf18b920> <<< 8484 1726867719.42641: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf18a390> <<< 8484 1726867719.42800: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1662d0> <<< 8484 1726867719.42825: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf165730> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 8484 1726867719.42978: 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 0x7fefbf1676b0> # /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 0x7fefbf1457c0> # /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 0x7fefbf1ccbf0> # /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 0x7fefbf1cce60> # /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' <<< 8484 1726867719.43077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867719.43207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cd7c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cd250> # /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 0x7fefbf1ce6c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc157f6e0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182a210> <<< 8484 1726867719.43642: 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 <<< 8484 1726867719.43646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867719.43665: 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 <<< 8484 1726867719.43700: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cf320> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py <<< 8484 1726867719.43736: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.43765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867719.43799: 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 <<< 8484 1726867719.43851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867719.43880: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbef9fdd0> <<< 8484 1726867719.43898: 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' <<< 8484 1726867719.43988: 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 # 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' <<< 8484 1726867719.44095: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.44101: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbefc9e50> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc9a00> <<< 8484 1726867719.44148: 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 0x7fefc1902de0><<< 8484 1726867719.44153: stdout chunk (state=3): >>> <<< 8484 1726867719.44174: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc88c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc8140> <<< 8484 1726867719.44187: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbef9ce30> <<< 8484 1726867719.44216: 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 <<< 8484 1726867719.44219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867719.44239: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc8740> <<< 8484 1726867719.44242: 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 <<< 8484 1726867719.44285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867719.44303: 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 <<< 8484 1726867719.44321: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867719.44348: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefdf4a0> <<< 8484 1726867719.44376: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefddfd0> <<< 8484 1726867719.44417: 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 <<< 8484 1726867719.44419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867719.44442: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf000cb0> <<< 8484 1726867719.44456: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 8484 1726867719.44462: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf000fb0> <<< 8484 1726867719.44488: 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 <<< 8484 1726867719.44494: 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 0x7fefbf001220> <<< 8484 1726867719.44529: 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' <<< 8484 1726867719.44535: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0014c0> <<< 8484 1726867719.44568: 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' <<< 8484 1726867719.44582: 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 <<< 8484 1726867719.44613: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867719.44647: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf001be0> <<< 8484 1726867719.44650: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf001a30> <<< 8484 1726867719.44678: 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' <<< 8484 1726867719.44683: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0034d0> <<< 8484 1726867719.44709: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 8484 1726867719.44726: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0035c0> <<< 8484 1726867719.44734: 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 <<< 8484 1726867719.44759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867719.44781: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf003800> <<< 8484 1726867719.44791: 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 <<< 8484 1726867719.44811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867719.44828: 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 <<< 8484 1726867719.44853: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867719.44868: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01c7a0> <<< 8484 1726867719.44886: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf003fe0> <<< 8484 1726867719.44906: 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 <<< 8484 1726867719.44917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 8484 1726867719.44925: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01d340> <<< 8484 1726867719.44945: 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' <<< 8484 1726867719.44966: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01d760> <<< 8484 1726867719.44990: 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 <<< 8484 1726867719.44993: stdout chunk (state=3): >>># 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 0x7fefbf01d910> <<< 8484 1726867719.45014: 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 <<< 8484 1726867719.45032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867719.45056: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01dbe0> <<< 8484 1726867719.45086: 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' <<< 8484 1726867719.45091: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01eae0> <<< 8484 1726867719.45117: 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 <<< 8484 1726867719.45124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 8484 1726867719.45131: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01ed20> <<< 8484 1726867719.45153: 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 <<< 8484 1726867719.45176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 8484 1726867719.45182: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01ef30> <<< 8484 1726867719.45210: 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 <<< 8484 1726867719.45220: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 8484 1726867719.45241: 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 <<< 8484 1726867719.45258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' <<< 8484 1726867719.45262: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01fad0> <<< 8484 1726867719.45273: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01f650> <<< 8484 1726867719.45292: 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 <<< 8484 1726867719.45302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 8484 1726867719.45323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 8484 1726867719.45336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf040980> <<< 8484 1726867719.45349: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0402c0> <<< 8484 1726867719.45378: 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 <<< 8484 1726867719.45381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf041610> <<< 8484 1726867719.45411: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867719.45431: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 8484 1726867719.45439: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf041910> <<< 8484 1726867719.45463: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 8484 1726867719.45467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 8484 1726867719.45483: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf042870> <<< 8484 1726867719.45512: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' <<< 8484 1726867719.45516: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf042ae0> <<< 8484 1726867719.45537: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 8484 1726867719.45548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf042c90> <<< 8484 1726867719.45567: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cf770> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cf500> <<< 8484 1726867719.45573: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cec30> <<< 8484 1726867719.45597: 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 <<< 8484 1726867719.45607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867719.45633: 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' <<< 8484 1726867719.45666: 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 <<< 8484 1726867719.45682: 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 0x7fefbf043650> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf043380> <<< 8484 1726867719.45688: 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' <<< 8484 1726867719.45712: 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 <<< 8484 1726867719.45763: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867719.45781: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867719.45819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867719.45874: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf06dac0> <<< 8484 1726867719.45895: 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' <<< 8484 1726867719.45988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867719.45993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867719.46020: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf06f200> <<< 8484 1726867719.46073: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.46080: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbf06e3f0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf06df10> <<< 8484 1726867719.46102: 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 <<< 8484 1726867719.46114: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867719.46144: 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' <<< 8484 1726867719.46156: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbedb8a70> <<< 8484 1726867719.46164: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbed9fe60> <<< 8484 1726867719.46190: 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' <<< 8484 1726867719.46217: 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 <<< 8484 1726867719.46260: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867719.46282: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867719.46305: 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' <<< 8484 1726867719.46316: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbedbb9b0> <<< 8484 1726867719.46349: 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' <<< 8484 1726867719.46369: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbedbbad0> <<< 8484 1726867719.46375: 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 <<< 8484 1726867719.46413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 8484 1726867719.46438: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867719.46452: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbedb9100> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbedb8dd0> <<< 8484 1726867719.46516: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0438f0> <<< 8484 1726867719.46564: 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' <<< 8484 1726867719.46637: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf06d610> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0434a0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbef9c500> <<< 8484 1726867719.46682: 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 # 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 0x7fefbede2540> <<< 8484 1726867719.46702: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867719.46779: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbede2e10> # /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' <<< 8484 1726867719.46812: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbede3e00> # /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 0x7fefbee0c4a0> <<< 8484 1726867719.46859: 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' <<< 8484 1726867719.46866: 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' <<< 8484 1726867719.46895: 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' <<< 8484 1726867719.46918: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.47158: 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 0x7fefbee0db50> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0d520> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0d1c0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0ce60> # /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 0x7fefbee0d9d0> <<< 8484 1726867719.47181: 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 <<< 8484 1726867719.47237: stdout chunk (state=3): >>># 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' <<< 8484 1726867719.47242: 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 <<< 8484 1726867719.47277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0f950> # /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' <<< 8484 1726867719.47313: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0f9e0> <<< 8484 1726867719.47316: 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' <<< 8484 1726867719.47528: 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 0x7fefbee34110> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0ff50> # /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' <<< 8484 1726867719.47574: 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 <<< 8484 1726867719.47624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867719.47682: 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 0x7fefbee36660> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 8484 1726867719.47686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 8484 1726867719.47753: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 8484 1726867719.47756: 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 0x7fefbee37860> <<< 8484 1726867719.47764: 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 0x7fefbee37ad0> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 8484 1726867719.47826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 8484 1726867719.47832: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867719.47879: stdout chunk (state=3): >>>import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbee37c50> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee37a70> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee37320> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee367b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee35a90> <<< 8484 1726867719.47906: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee35010> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee34890> <<< 8484 1726867719.47909: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0f440> <<< 8484 1726867719.47948: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0e930> <<< 8484 1726867719.47952: 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' <<< 8484 1726867719.47985: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee375c0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867719.47992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 8484 1726867719.48001: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee37fb0> <<< 8484 1726867719.48045: 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' <<< 8484 1726867719.48066: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee68980> <<< 8484 1726867719.48085: 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 <<< 8484 1726867719.48114: 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 0x7fefbee68d10> <<< 8484 1726867719.48117: 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 <<< 8484 1726867719.48162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee69640> <<< 8484 1726867719.48210: 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 <<< 8484 1726867719.48214: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867719.48245: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee6a1b0> <<< 8484 1726867719.61206: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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}}} <<< 8484 1726867719.62292: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867719.62322: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867719.62857: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path<<< 8484 1726867719.62874: stdout chunk (state=3): >>> # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 8484 1726867719.62891: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external <<< 8484 1726867719.62916: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 8484 1726867719.62934: 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 <<< 8484 1726867719.62946: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.62968: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.62995: 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__ <<< 8484 1726867719.62999: 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 # 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 <<< 8484 1726867719.63005: stdout chunk (state=3): >>># cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid <<< 8484 1726867719.63050: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63063: stdout chunk (state=3): >>># cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters <<< 8484 1726867719.63080: stdout chunk (state=3): >>># destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux <<< 8484 1726867719.63084: stdout chunk (state=3): >>># cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse <<< 8484 1726867719.63105: 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 <<< 8484 1726867719.63112: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63146: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63157: stdout chunk (state=3): >>># destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module <<< 8484 1726867719.63189: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63212: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63225: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63249: stdout chunk (state=3): >>># cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _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 <<< 8484 1726867719.63277: stdout chunk (state=3): >>># 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<<< 8484 1726867719.63281: 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 <<< 8484 1726867719.63284: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # 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 <<< 8484 1726867719.63315: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63367: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63372: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63393: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.63982: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma <<< 8484 1726867719.64001: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867719.64053: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 8484 1726867719.64134: 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 <<< 8484 1726867719.64219: 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 # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867719.64245: stdout chunk (state=3): >>># 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<<< 8484 1726867719.64262: stdout chunk (state=3): >>> # destroy pyexpat.model # destroy pyexpat <<< 8484 1726867719.64266: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867719.64311: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867719.64336: 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<<< 8484 1726867719.64352: stdout chunk (state=3): >>> # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module <<< 8484 1726867719.64374: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.64380: stdout chunk (state=3): >>># destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses <<< 8484 1726867719.64413: stdout chunk (state=3): >>># cleanup[3] wiping dnf # destroy dnf.pycomp<<< 8484 1726867719.64417: stdout chunk (state=3): >>> # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback <<< 8484 1726867719.64453: stdout chunk (state=3): >>># destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # 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 <<< 8484 1726867719.64508: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.64580: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 8484 1726867719.64588: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 8484 1726867719.64814: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # 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 <<< 8484 1726867719.64825: stdout chunk (state=3): >>># cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # 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 <<< 8484 1726867719.64884: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.64933: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # 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 <<< 8484 1726867719.64940: 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 <<< 8484 1726867719.65014: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # 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 <<< 8484 1726867719.65137: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 8484 1726867719.65140: 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 <<< 8484 1726867719.65144: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 8484 1726867719.65146: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867719.65149: 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 <<< 8484 1726867719.65704: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867719.65738: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867719.65780: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867719.65841: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 8484 1726867719.65845: 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 <<< 8484 1726867719.66026: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 8484 1726867719.66030: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.66032: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.66275: 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 # destroy rpm <<< 8484 1726867719.66282: stdout chunk (state=3): >>># 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 <<< 8484 1726867719.66285: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867719.66288: stdout chunk (state=3): >>># destroy binascii <<< 8484 1726867719.66293: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl <<< 8484 1726867719.66529: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 8484 1726867719.66541: stdout chunk (state=3): >>># destroy _sre <<< 8484 1726867719.66557: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867719.67309: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867719.67347: stderr chunk (state=3): >>><<< 8484 1726867719.67350: stdout chunk (state=3): >>><<< 8484 1726867719.67618: _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 0x7fefc28184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27e7b30> # /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 0x7fefc281aa50> 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 0x7fefc262d130> # /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 0x7fefc262e120> 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 0x7fefc2673f80> # /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 0x7fefc2680110> # /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 0x7fefc26a3950> # /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 0x7fefc26a3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2683bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26812e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2671130> # /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 0x7fefc26c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26c6540> # /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 0x7fefc2682390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26c4d40> # /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 0x7fefc26f4980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26703b0> # /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 0x7fefc26f4e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f4ce0> # 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 0x7fefc26f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2666ed0> # /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 0x7fefc26f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f5490> 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 0x7fefc26f6690> 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 0x7fefc27108c0> 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 0x7fefc2712000> # /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 0x7fefc2712ea0> # 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 0x7fefc2713500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27123f0> # /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 0x7fefc2713ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc27135f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f66f0> # /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 0x7fefc2453da0> # /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 0x7fefc2480860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24805c0> # 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 0x7fefc2480890> # /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 0x7fefc24811c0> # 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 0x7fefc2481b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2480a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2451f40> # /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 0x7fefc2482f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2481cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc26f6de0> # /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 0x7fefc24ab290> # /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 0x7fefc24d3650> # /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 0x7fefc252c410> # /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 0x7fefc252eb70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc252c530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24f1430> # /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 0x7fefc232d490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc24d2450> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2483e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fefc24d2a50> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_pqw821bj/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 0x7fefc23871d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23660c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2365220> # 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 0x7fefc2385070> # /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 0x7fefc23aec00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23ae990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23ae2a0> # /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 0x7fefc23ae6f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc2387bf0> 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 0x7fefc23af980> # 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 0x7fefc23afbc0> # /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 0x7fefc23d00b0> 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 0x7fefc1d11ee0> # 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 0x7fefc1d13b00> # /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 0x7fefc1d184d0> # /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 0x7fefc1d19670> # /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 0x7fefc1d1c170> # 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 0x7fefc1d1c290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1a420> # /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 0x7fefc1d1ff80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1eb10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1e870> # /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 0x7fefc1d1ede0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d1a8a0> # 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 0x7fefc1d64290> # /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 0x7fefc1d64380> # /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 0x7fefc1d65f40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d65d00> # /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 0x7fefc1d684d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d66630> # /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 0x7fefc1d6bc50> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d68620> # 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 0x7fefc1d6c9b0> # 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 0x7fefc1d6cec0> # 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 0x7fefc1d6ce00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d64680> # /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 0x7fefc1df8650> # 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 0x7fefc1df97f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d6ede0> # 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 0x7fefc1d6f9b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1d6e9c0> # 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 0x7fefc1dfd9a0> # /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 0x7fefc1dfe810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1df8560> 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 0x7fefc1dfe780> # 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 0x7fefc1dffad0> # 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 0x7fefc1c0a600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c05ca0> 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 0x7fefc2402de0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc23eaab0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c0a6f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c05cd0> # 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 0x7fefc1c9ce30> # /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 0x7fefc1c9d010> # /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 0x7fefc1c9d6d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9d2b0> # /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 0x7fefc1c9dfd0> # /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 0x7fefc1c88230> # /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 0x7fefc1c88050> # /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 0x7fefc1862990> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9f7d0> # /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 0x7fefc1871580> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18700b0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18634a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9ec60> # /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 0x7fefc18dd4f0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1895640> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1873980> # /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 0x7fefc18e5130> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18df2f0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1895130> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9e630> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9e060> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9ddc0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c9d040> # /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 0x7fefc1c9e090> # /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 0x7fefc18e5790> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18e53d0> # /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 0x7fefc18e5ee0> # /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 0x7fefc18f4a70> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18d1be0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc18e6f60> # /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 0x7fefc18d16a0> # /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 0x7fefc1902720> # /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 0x7fefc19033b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1902e70> # /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 0x7fefc19038c0> # /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 0x7fefc1907980> # /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 0x7fefc17f73e0> # 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 0x7fefc182b320> # /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 0x7fefc182b440> # /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 0x7fefc157f590> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc157ede0> # 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 0x7fefc157ef90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182b8f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182a8d0> # /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 0x7fefc182b020> # /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 0x7fefc15fcbc0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc15fc7a0> # /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 0x7fefc16284d0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc15fcd10> # /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 0x7fefc112b500> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1628560> # /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 0x7fefc11a4fb0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc1c068a0> # /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 0x7fefc11a7fb0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc11a5160> # /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 0x7fefbf758170> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc11e4380> # /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 0x7fefbf759400> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf758830> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc15fc320> # /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 0x7fefbf7788f0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf75bd40> # /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 0x7fefbf77af90> # /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 0x7fefbf77be90> # /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 0x7fefbf7a07a0> # /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 0x7fefbf7a1ca0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7a0110> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77ae40> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77a7e0> # /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 0x7fefbf7a3890> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf77b3b0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf778c80> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf75b350> # /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 0x7fefbf75ba70> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf75b7d0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf759550> # /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 0x7fefbf7dcf80> # /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 0x7fefbf7df4d0> # /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 0x7fefbf7dfc50> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7de7b0> # /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 0x7fefbf80c4a0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf7dcf50> # /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 0x7fefbf80dee0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80d460> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80d2b0> # /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 0x7fefbf834f50> # /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 0x7fefbf10af90> # 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 0x7fefbf10b2c0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf837230> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf8353d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf834440> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80e690> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80e360> # /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 0x7fefbf144e60> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf10bf80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf80ebd0> # /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 0x7fefbf145550> # /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 0x7fefbf145910> # /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 0x7fefbf1459d0> # /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 0x7fefbf145af0> # /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 0x7fefbf1646e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf146810> # /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 0x7fefbf164890> # /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 0x7fefbf164950> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf145940> # /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 0x7fefbf164b00> # /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 0x7fefbf1b4500> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf18b920> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf18a390> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1662d0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf165730> # /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 0x7fefbf1676b0> # /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 0x7fefbf1457c0> # /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 0x7fefbf1ccbf0> # /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 0x7fefbf1cce60> # /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 0x7fefbf1cd7c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cd250> # /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 0x7fefbf1ce6c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc157f6e0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefc182a210> # /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 0x7fefbf1cf320> # /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 0x7fefbef9fdd0> # /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 0x7fefbefc9e50> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc9a00> # 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 0x7fefc1902de0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc88c0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefc8140> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbef9ce30> # /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 0x7fefbefc8740> # /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 0x7fefbefdf4a0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbefddfd0> # /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 0x7fefbf000cb0> # /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 0x7fefbf000fb0> # /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 0x7fefbf001220> # /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 0x7fefbf0014c0> # /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 0x7fefbf001be0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf001a30> # /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 0x7fefbf0034d0> # /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 0x7fefbf0035c0> # /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 0x7fefbf003800> # /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 0x7fefbf01c7a0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf003fe0> # /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 0x7fefbf01d340> # /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 0x7fefbf01d760> # /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 0x7fefbf01d910> # /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 0x7fefbf01dbe0> # /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 0x7fefbf01eae0> # /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 0x7fefbf01ed20> # /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 0x7fefbf01ef30> # /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 0x7fefbf01fad0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf01f650> # /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 0x7fefbf040980> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0402c0> # /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 0x7fefbf041610> # /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 0x7fefbf041910> # /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 0x7fefbf042870> # /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 0x7fefbf042ae0> # /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 0x7fefbf042c90> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cf770> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cf500> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf1cec30> # /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 0x7fefbf043650> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf043380> # /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 0x7fefbf06dac0> # /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 0x7fefbf06f200> # 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 0x7fefbf06e3f0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf06df10> # /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 0x7fefbedb8a70> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbed9fe60> # /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 0x7fefbedbb9b0> # /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 0x7fefbedbbad0> # /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 0x7fefbedb9100> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbedb8dd0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0438f0> # /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 0x7fefbf06d610> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbf0434a0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbef9c500> # /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 0x7fefbede2540> # /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 0x7fefbede2e10> # /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 0x7fefbede3e00> # /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 0x7fefbee0c4a0> # /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 0x7fefbee0db50> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0d520> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0d1c0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0ce60> # /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 0x7fefbee0d9d0> # /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 0x7fefbee0f950> # /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 0x7fefbee0f9e0> # /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 0x7fefbee34110> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0ff50> # /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 0x7fefbee36660> # /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 0x7fefbee37860> # /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 0x7fefbee37ad0> # /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 0x7fefbee37c50> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee37a70> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee37320> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee367b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee35a90> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee35010> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee34890> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0f440> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbee0e930> # /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 0x7fefbee375c0> # /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 0x7fefbee37fb0> # /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 0x7fefbee68980> # /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 0x7fefbee68d10> # /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 0x7fefbee69640> # /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 0x7fefbee6a1b0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867719.69729: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', 'util-linux-core'], '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-1726867719.0075426-10362-226198385812645/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867719.69733: _low_level_execute_command(): starting 8484 1726867719.69736: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867719.0075426-10362-226198385812645/ > /dev/null 2>&1 && sleep 0' 8484 1726867719.69739: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867719.69741: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.69743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867719.69746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867719.69748: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867719.69750: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867719.69754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.69757: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867719.69759: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867719.69761: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867719.69763: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.69765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867719.69767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867719.69769: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867719.69939: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867719.69942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.69948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867719.69951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867719.69954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.69956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.70960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.70963: stderr chunk (state=3): >>><<< 8484 1726867719.71086: stdout chunk (state=3): >>><<< 8484 1726867719.71137: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.71140: handler run complete 8484 1726867719.71147: attempt loop complete, returning result 8484 1726867719.71150: _execute() done 8484 1726867719.71152: dumping result to json 8484 1726867719.71159: done dumping result, returning 8484 1726867719.71169: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed [02e58e3f-6ce9-dbaf-c049-000000000b11] 8484 1726867719.71176: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b11 ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867719.71518: no more pending results, returning what we have 8484 1726867719.71521: results queue empty 8484 1726867719.71522: checking for any_errors_fatal 8484 1726867719.71531: done checking for any_errors_fatal 8484 1726867719.71532: checking for max_fail_percentage 8484 1726867719.71534: done checking for max_fail_percentage 8484 1726867719.71535: checking to see if all hosts have failed and the running result is not ok 8484 1726867719.71536: done checking to see if all hosts have failed 8484 1726867719.71536: getting the remaining hosts for this loop 8484 1726867719.71538: done getting the remaining hosts for this loop 8484 1726867719.71541: getting the next task for host managed_node3 8484 1726867719.71549: done getting next task for host managed_node3 8484 1726867719.71552: ^ task is: TASK: fedora.linux_system_roles.snapshot : Run snapshot module {{ snapshot_lvm_action }} 8484 1726867719.71555: ^ state is: HOST STATE: block=2, task=23, 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 8484 1726867719.71686: getting variables 8484 1726867719.71689: in VariableManager get_vars() 8484 1726867719.71737: Calling all_inventory to load vars for managed_node3 8484 1726867719.71740: Calling groups_inventory to load vars for managed_node3 8484 1726867719.71743: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867719.71787: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b11 8484 1726867719.71790: WORKER PROCESS EXITING 8484 1726867719.71800: Calling all_plugins_play to load vars for managed_node3 8484 1726867719.71804: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867719.71807: Calling groups_plugins_play to load vars for managed_node3 8484 1726867719.73581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867719.75183: done with get_vars() 8484 1726867719.75204: done getting variables 8484 1726867719.75390: variable 'snapshot_lvm_action' from source: include params TASK [fedora.linux_system_roles.snapshot : Run snapshot module extend] ********* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Friday 20 September 2024 17:28:39 -0400 (0:00:00.810) 0:00:55.051 ****** 8484 1726867719.75433: entering _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867719.75906: worker is 1 (out of 1 available) 8484 1726867719.75922: exiting _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867719.75934: done queuing things up, now waiting for results queue to drain 8484 1726867719.75935: waiting for pending results... 8484 1726867719.76133: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend 8484 1726867719.76298: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b13 8484 1726867719.76323: variable 'ansible_search_path' from source: unknown 8484 1726867719.76332: variable 'ansible_search_path' from source: unknown 8484 1726867719.76384: calling self._execute() 8484 1726867719.76512: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867719.76594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867719.76597: variable 'omit' from source: magic vars 8484 1726867719.76667: variable 'omit' from source: magic vars 8484 1726867719.76737: variable 'omit' from source: magic vars 8484 1726867719.76776: variable 'snapshot_lvm_action' from source: include params 8484 1726867719.76970: variable 'snapshot_lvm_action' from source: include params 8484 1726867719.77135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867719.79598: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867719.79647: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867719.79675: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867719.79701: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867719.79726: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867719.79783: 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) 8484 1726867719.79805: 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) 8484 1726867719.79825: 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) 8484 1726867719.79858: 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) 8484 1726867719.79869: 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) 8484 1726867719.79939: variable 'ansible_check_mode' from source: magic vars 8484 1726867719.80035: variable 'snapshot_lvm_all_vgs' from source: include params 8484 1726867719.80114: variable 'snapshot_lvm_verify_only' from source: role '' defaults 8484 1726867719.80181: variable 'snapshot_lvm_mount_origin' from source: role '' defaults 8484 1726867719.80250: variable 'snapshot_lvm_mountpoint_create' from source: role '' defaults 8484 1726867719.80323: variable 'snapshot_lvm_unmount_all' from source: role '' defaults 8484 1726867719.80397: variable 'snapshot_lvm_percent_space_required' from source: include params 8484 1726867719.80401: variable 'omit' from source: magic vars 8484 1726867719.80486: variable 'snapshot_lvm_vg' from source: role '' defaults 8484 1726867719.80489: variable 'omit' from source: magic vars 8484 1726867719.80557: variable 'snapshot_lvm_lv' from source: role '' defaults 8484 1726867719.80561: variable 'omit' from source: magic vars 8484 1726867719.80632: variable 'snapshot_lvm_snapset_name' from source: include params 8484 1726867719.80635: variable 'omit' from source: magic vars 8484 1726867719.80705: variable 'snapshot_lvm_mount_options' from source: role '' defaults 8484 1726867719.80712: variable 'omit' from source: magic vars 8484 1726867719.80777: variable 'snapshot_lvm_fstype' from source: role '' defaults 8484 1726867719.80780: variable 'omit' from source: magic vars 8484 1726867719.80851: variable 'snapshot_lvm_mountpoint' from source: role '' defaults 8484 1726867719.80854: variable 'omit' from source: magic vars 8484 1726867719.80923: variable 'snapshot_lvm_set' from source: role '' defaults 8484 1726867719.80933: variable 'omit' from source: magic vars 8484 1726867719.81007: variable 'snapshot_lvm_vg_include' from source: play vars 8484 1726867719.81025: variable 'omit' from source: magic vars 8484 1726867719.81044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867719.81073: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867719.81097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867719.81113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867719.81119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867719.81175: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867719.81178: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867719.81180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867719.81254: Set connection var ansible_pipelining to False 8484 1726867719.81376: Set connection var ansible_timeout to 10 8484 1726867719.81379: Set connection var ansible_connection to ssh 8484 1726867719.81382: Set connection var ansible_shell_type to sh 8484 1726867719.81384: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867719.81386: Set connection var ansible_shell_executable to /bin/sh 8484 1726867719.81389: variable 'ansible_shell_executable' from source: unknown 8484 1726867719.81390: variable 'ansible_connection' from source: unknown 8484 1726867719.81392: variable 'ansible_module_compression' from source: unknown 8484 1726867719.81394: variable 'ansible_shell_type' from source: unknown 8484 1726867719.81396: variable 'ansible_shell_executable' from source: unknown 8484 1726867719.81398: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867719.81403: variable 'ansible_pipelining' from source: unknown 8484 1726867719.81405: variable 'ansible_timeout' from source: unknown 8484 1726867719.81407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867719.81492: 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__) 8484 1726867719.81509: variable 'omit' from source: magic vars 8484 1726867719.81521: starting attempt loop 8484 1726867719.81528: running the handler 8484 1726867719.81548: _low_level_execute_command(): starting 8484 1726867719.81559: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867719.82411: 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 <<< 8484 1726867719.82431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867719.82453: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.82498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867719.82530: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.82624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.84381: stdout chunk (state=3): >>>/root <<< 8484 1726867719.84565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.84569: stdout chunk (state=3): >>><<< 8484 1726867719.84574: stderr chunk (state=3): >>><<< 8484 1726867719.84591: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.84608: _low_level_execute_command(): starting 8484 1726867719.84687: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947 `" && echo ansible-tmp-1726867719.8459702-10397-231145275477947="` echo /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947 `" ) && sleep 0' 8484 1726867719.85285: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.85322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867719.85336: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867719.85360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.85477: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.87473: stdout chunk (state=3): >>>ansible-tmp-1726867719.8459702-10397-231145275477947=/root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947 <<< 8484 1726867719.87597: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.87650: stderr chunk (state=3): >>><<< 8484 1726867719.87665: stdout chunk (state=3): >>><<< 8484 1726867719.87705: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867719.8459702-10397-231145275477947=/root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.87875: variable 'ansible_module_compression' from source: unknown 8484 1726867719.87879: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.snapshot-ZIP_DEFLATED 8484 1726867719.87881: variable 'ansible_facts' from source: unknown 8484 1726867719.87975: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py 8484 1726867719.88129: Sending initial data 8484 1726867719.88238: Sent initial data (156 bytes) 8484 1726867719.88914: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867719.88929: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.89004: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.89260: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867719.89324: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.89488: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.91133: 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 <<< 8484 1726867719.91280: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867719.91365: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpy5ixclx7 /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py <<< 8484 1726867719.91368: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py" <<< 8484 1726867719.91547: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpy5ixclx7" to remote "/root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py" <<< 8484 1726867719.92932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.92963: stderr chunk (state=3): >>><<< 8484 1726867719.92983: stdout chunk (state=3): >>><<< 8484 1726867719.93203: done transferring module to remote 8484 1726867719.93238: _low_level_execute_command(): starting 8484 1726867719.93306: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/ /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py && sleep 0' 8484 1726867719.94269: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867719.94326: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867719.94460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.94610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867719.94657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.94812: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867719.96799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867719.96802: stdout chunk (state=3): >>><<< 8484 1726867719.96805: stderr chunk (state=3): >>><<< 8484 1726867719.96923: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867719.96927: _low_level_execute_command(): starting 8484 1726867719.96930: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/AnsiballZ_snapshot.py && sleep 0' 8484 1726867719.97459: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867719.97466: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867719.97480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867719.97494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867719.97516: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867719.97541: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867719.97635: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867719.97677: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867719.97705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867719.97733: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867719.97856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867720.00096: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867720.00110: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867720.00152: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867720.00218: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867720.00273: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 8484 1726867720.00293: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867720.00345: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867720.00517: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 8484 1726867720.00521: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867720.00524: 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 0x7f3d1de184d0><<< 8484 1726867720.00529: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dde7b30> <<< 8484 1726867720.00564: 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 0x7f3d1de1aa50><<< 8484 1726867720.00568: stdout chunk (state=3): >>> <<< 8484 1726867720.00590: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867720.00608: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867720.00622: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867720.00647: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867720.00796: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867720.00800: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867720.00831: 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' <<< 8484 1726867720.00861: 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 <<< 8484 1726867720.01023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dbe9130> <<< 8484 1726867720.01040: 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 0x7f3d1dbea120> <<< 8484 1726867720.01066: stdout chunk (state=3): >>>import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8484 1726867720.01257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867720.01282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867720.01296: 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' <<< 8484 1726867720.01313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867720.01351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867720.01372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867720.01407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc2ff80> <<< 8484 1726867720.01432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867720.01440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867720.01466: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867720.01485: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc3c110> <<< 8484 1726867720.01498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867720.01517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867720.01537: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867720.01586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867720.01613: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867720.01628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867720.01632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc5f9b0> <<< 8484 1726867720.01656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867720.01660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 8484 1726867720.01678: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc5ff80> <<< 8484 1726867720.01681: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867720.01738: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc3fc50> <<< 8484 1726867720.01752: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867720.01776: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc3d370> <<< 8484 1726867720.01860: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc2d130> <<< 8484 1726867720.01895: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867720.01905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867720.01924: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867720.01937: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867720.01966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867720.01986: 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' <<< 8484 1726867720.02016: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc838f0> <<< 8484 1726867720.02038: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc82510> <<< 8484 1726867720.02068: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867720.02077: 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 0x7f3d1dc3e360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc80d70> <<< 8484 1726867720.02123: 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' <<< 8484 1726867720.02152: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc2c3b0> <<< 8484 1726867720.02166: 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' <<< 8484 1726867720.02185: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.02197: 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 0x7f3d1dcb0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb0c80> <<< 8484 1726867720.02222: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.02237: 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 0x7f3d1dcb1070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc22ed0> <<< 8484 1726867720.02268: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867720.02286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867720.02289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867720.02326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867720.02344: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb1430> import 'importlib.machinery' # <<< 8484 1726867720.02377: 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' <<< 8484 1726867720.02398: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb2660> <<< 8484 1726867720.02416: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867720.02420: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867720.02441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867720.02478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867720.02518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867720.02522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dccc890> <<< 8484 1726867720.02547: 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' <<< 8484 1726867720.02550: 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 0x7f3d1dccdfd0> <<< 8484 1726867720.02579: 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' <<< 8484 1726867720.02611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867720.02614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867720.02620: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dccee40> <<< 8484 1726867720.02659: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.02662: 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 0x7f3d1dccf4a0> <<< 8484 1726867720.02685: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcce3c0> <<< 8484 1726867720.02688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867720.02703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867720.02738: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.02742: 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 0x7f3d1dccff20> <<< 8484 1726867720.02754: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dccf650> <<< 8484 1726867720.02794: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb26c0> <<< 8484 1726867720.02814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867720.02838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867720.02872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867720.02910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867720.02954: 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 0x7f3d1da5fda0> <<< 8484 1726867720.02989: 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' <<< 8484 1726867720.03026: 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 0x7f3d1da88860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da885c0> # 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 0x7f3d1da887d0> <<< 8484 1726867720.03039: 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' <<< 8484 1726867720.03181: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.03227: 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 0x7f3d1da89160> <<< 8484 1726867720.03350: 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' <<< 8484 1726867720.03380: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d1da89a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da88a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da5df40> <<< 8484 1726867720.03403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867720.03430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867720.03444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867720.03467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da8ae70> <<< 8484 1726867720.03495: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da89be0> <<< 8484 1726867720.03516: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb2db0> <<< 8484 1726867720.03534: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867720.03603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867720.03637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867720.03688: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dab31a0> <<< 8484 1726867720.03725: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867720.03752: 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 <<< 8484 1726867720.03769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867720.03814: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dadb530> <<< 8484 1726867720.03832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867720.04008: stdout chunk (state=3): >>># 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 0x7f3d1db38320> <<< 8484 1726867720.04028: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867720.04053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867720.04086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867720.04175: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1db3aa80> <<< 8484 1726867720.04246: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1db38440> <<< 8484 1726867720.04283: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1db05340> <<< 8484 1726867720.04304: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867720.04330: 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 0x7f3d1d93d430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dada330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da8bd70> <<< 8484 1726867720.04458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867720.04480: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d1dada930> <<< 8484 1726867720.04612: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_4ca7twcx/ansible_fedora.linux_system_roles.snapshot_payload.zip' <<< 8484 1726867720.04623: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.04745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.04781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867720.04787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867720.04832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867720.04910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867720.04942: 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 0x7f3d1d98f1d0> <<< 8484 1726867720.04948: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867720.05133: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9720c0> <<< 8484 1726867720.05138: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d971220> # zipimport: zlib available <<< 8484 1726867720.05169: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867720.05180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.05198: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.05212: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.05237: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867720.05243: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.06656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.07839: 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 0x7f3d1d98cf20> # /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' <<< 8484 1726867720.07880: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867720.07913: 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 0x7f3d1d9beba0> <<< 8484 1726867720.07953: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9be930> <<< 8484 1726867720.08005: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9be240> <<< 8484 1726867720.08013: 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' <<< 8484 1726867720.08052: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9be6c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1de1a9c0> import 'atexit' # <<< 8484 1726867720.08082: 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 0x7f3d1d9bf8c0> <<< 8484 1726867720.08110: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.08135: 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 0x7f3d1d9bfb00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867720.08197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867720.08201: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867720.08241: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9bff50> <<< 8484 1726867720.08292: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867720.08352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d319d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867720.08383: 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 0x7f3d1d31b980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867720.08418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867720.08446: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31c380> <<< 8484 1726867720.08479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867720.08510: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31d520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867720.08562: 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 <<< 8484 1726867720.08593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867720.08622: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31ff80> <<< 8484 1726867720.08683: 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 0x7f3d1d3240b0> <<< 8484 1726867720.08699: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31e240> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867720.08752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867720.08778: 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 <<< 8484 1726867720.08836: 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' <<< 8484 1726867720.08853: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d327f50> import '_tokenize' # <<< 8484 1726867720.08924: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d326a20> <<< 8484 1726867720.08931: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d326780> <<< 8484 1726867720.08950: 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' <<< 8484 1726867720.09065: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d326cf0> <<< 8484 1726867720.09068: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31e750> <<< 8484 1726867720.09101: 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 0x7f3d1d36bf50> # /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 0x7f3d1d36c230> <<< 8484 1726867720.09142: 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 <<< 8484 1726867720.09149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867720.09168: 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' <<< 8484 1726867720.09223: 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 0x7f3d1d36dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d36da90> <<< 8484 1726867720.09248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867720.09350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867720.09426: 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 0x7f3d1d3701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d36e390> <<< 8484 1726867720.09557: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867720.09565: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d373980> <<< 8484 1726867720.09673: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d370380> <<< 8484 1726867720.09742: 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 0x7f3d1d374530> <<< 8484 1726867720.09832: 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 0x7f3d1d374650> # 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 0x7f3d1d374ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d36c350> <<< 8484 1726867720.09986: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d1d200260> <<< 8484 1726867720.10317: 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 0x7f3d1d2014c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d376a20> # 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 0x7f3d1d377da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d376630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867720.10380: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.10592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867720.10651: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.11188: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.11733: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867720.11735: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867720.11737: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867720.11763: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867720.11782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867720.11835: 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 0x7f3d1d205610> <<< 8484 1726867720.11916: 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' <<< 8484 1726867720.11935: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d206390> <<< 8484 1726867720.11940: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d3704a0> <<< 8484 1726867720.11993: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867720.12012: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.12026: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.12040: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867720.12044: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.12192: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.12349: 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' <<< 8484 1726867720.12363: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d2064b0> <<< 8484 1726867720.12366: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.12839: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13357: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13432: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867720.13437: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13478: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13525: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867720.13595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13675: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867720.13714: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867720.13744: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13757: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.13801: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867720.14136: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.14621: stdout chunk (state=3): >>># /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 0x7f3d1d2075c0> # 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 <<< 8484 1726867720.14720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867720.14855: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.14857: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.14964: 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' <<< 8484 1726867720.15003: 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 0x7f3d1d212180> <<< 8484 1726867720.15040: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d20fe00> <<< 8484 1726867720.15089: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867720.15273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.15329: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867720.15332: 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' <<< 8484 1726867720.15342: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867720.15460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867720.15465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867720.15569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d3029f0> <<< 8484 1726867720.15596: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9f66c0> <<< 8484 1726867720.15699: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d212270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d206fc0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867720.15738: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867720.15799: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867720.15805: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.15879: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 8484 1726867720.15965: stdout chunk (state=3): >>># 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' # <<< 8484 1726867720.15986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.17103: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867720.18214: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867721.73788: stdout chunk (state=3): >>> {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": false, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} <<< 8484 1726867721.73816: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867721.74340: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 8484 1726867721.74347: 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 # 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 <<< 8484 1726867721.74421: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # 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 <<< 8484 1726867721.74446: stdout chunk (state=3): >>># 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 <<< 8484 1726867721.74461: 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 <<< 8484 1726867721.74485: stdout chunk (state=3): >>># destroy ansible.module_utils.common.warnings <<< 8484 1726867721.74525: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast<<< 8484 1726867721.74529: 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 <<< 8484 1726867721.74536: stdout chunk (state=3): >>># 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 <<< 8484 1726867721.74794: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867721.74803: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867721.74849: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867721.74854: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct <<< 8484 1726867721.74860: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867721.74942: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867721.74953: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867721.74957: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8484 1726867721.75036: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 8484 1726867721.75042: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 8484 1726867721.75066: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867721.75081: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867721.75150: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 8484 1726867721.75156: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867721.75247: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867721.75255: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 8484 1726867721.75284: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # 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 <<< 8484 1726867721.75427: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867721.75462: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867721.75467: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867721.75500: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867721.75509: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867721.75589: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 8484 1726867721.75728: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 8484 1726867721.75754: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # destroy builtins # destroy _thread # clear sys.audit hooks <<< 8484 1726867721.76163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867721.76218: stderr chunk (state=3): >>>Shared connection to 10.31.42.108 closed. <<< 8484 1726867721.76230: stdout chunk (state=3): >>><<< 8484 1726867721.76256: stderr chunk (state=3): >>><<< 8484 1726867721.76368: _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 0x7f3d1de184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dde7b30> # /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 0x7f3d1de1aa50> 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 0x7f3d1dbe9130> # /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 0x7f3d1dbea120> 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 0x7f3d1dc2ff80> # /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 0x7f3d1dc3c110> # /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 0x7f3d1dc5f9b0> # /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 0x7f3d1dc5ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc3fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc3d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc2d130> # /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 0x7f3d1dc838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc82510> # /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 0x7f3d1dc3e360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc80d70> # /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 0x7f3d1dcb0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc2c3b0> # /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 0x7f3d1dcb0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb0c80> # 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 0x7f3d1dcb1070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dc22ed0> # /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 0x7f3d1dcb1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb1430> 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 0x7f3d1dcb2660> 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 0x7f3d1dccc890> 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 0x7f3d1dccdfd0> # /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 0x7f3d1dccee40> # 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 0x7f3d1dccf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcce3c0> # /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 0x7f3d1dccff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dccf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb26c0> # /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 0x7f3d1da5fda0> # /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 0x7f3d1da88860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da885c0> # 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 0x7f3d1da887d0> # /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 0x7f3d1da89160> # 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 0x7f3d1da89a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da88a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da5df40> # /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 0x7f3d1da8ae70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da89be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dcb2db0> # /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 0x7f3d1dab31a0> # /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 0x7f3d1dadb530> # /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 0x7f3d1db38320> # /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 0x7f3d1db3aa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1db38440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1db05340> # /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 0x7f3d1d93d430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1dada330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1da8bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d1dada930> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_4ca7twcx/ansible_fedora.linux_system_roles.snapshot_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 0x7f3d1d98f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9720c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d971220> # 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 0x7f3d1d98cf20> # /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 0x7f3d1d9beba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9be930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9be240> # /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 0x7f3d1d9be6c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1de1a9c0> 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 0x7f3d1d9bf8c0> # 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 0x7f3d1d9bfb00> # /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 0x7f3d1d9bff50> 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 0x7f3d1d319d60> # 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 0x7f3d1d31b980> # /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 0x7f3d1d31c380> # /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 0x7f3d1d31d520> # /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 0x7f3d1d31ff80> # 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 0x7f3d1d3240b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31e240> # /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 0x7f3d1d327f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d326a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d326780> # /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 0x7f3d1d326cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d31e750> # 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 0x7f3d1d36bf50> # /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 0x7f3d1d36c230> # /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 0x7f3d1d36dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d36da90> # /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 0x7f3d1d3701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d36e390> # /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 0x7f3d1d373980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d370380> # 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 0x7f3d1d374530> # 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 0x7f3d1d374650> # 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 0x7f3d1d374ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d36c350> # /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 0x7f3d1d200260> # 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 0x7f3d1d2014c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d376a20> # 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 0x7f3d1d377da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d376630> # 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 0x7f3d1d205610> # /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 0x7f3d1d206390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d3704a0> 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 0x7f3d1d2064b0> # 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 0x7f3d1d2075c0> # 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 0x7f3d1d212180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d20fe00> 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 0x7f3d1d3029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d9f66c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d212270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d1d206fc0> # 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 # zipimport: zlib available {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": false, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867721.77123: done with _execute_module (fedora.linux_system_roles.snapshot, {'snapshot_lvm_action': 'extend', 'ansible_check_mode': False, 'snapshot_lvm_all_vgs': True, 'snapshot_lvm_verify_only': False, 'snapshot_lvm_mount_origin': False, 'snapshot_lvm_mountpoint_create': False, 'snapshot_lvm_unmount_all': False, 'snapshot_lvm_percent_space_required': '40', 'snapshot_lvm_vg': '', 'snapshot_lvm_lv': '', 'snapshot_lvm_snapset_name': 'snapset1', 'snapshot_lvm_mount_options': '', 'snapshot_lvm_fstype': '', 'snapshot_lvm_mountpoint': '', 'snapshot_lvm_set': {}, 'snapshot_lvm_vg_include': '^test_', '_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.snapshot', '_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-1726867719.8459702-10397-231145275477947/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867721.77126: _low_level_execute_command(): starting 8484 1726867721.77129: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867719.8459702-10397-231145275477947/ > /dev/null 2>&1 && sleep 0' 8484 1726867721.77197: 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 <<< 8484 1726867721.77217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867721.77220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867721.77272: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867721.77276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867721.77381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867721.79283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867721.79304: stderr chunk (state=3): >>><<< 8484 1726867721.79308: stdout chunk (state=3): >>><<< 8484 1726867721.79321: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867721.79324: handler run complete 8484 1726867721.79344: attempt loop complete, returning result 8484 1726867721.79347: _execute() done 8484 1726867721.79349: dumping result to json 8484 1726867721.79353: done dumping result, returning 8484 1726867721.79362: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend [02e58e3f-6ce9-dbaf-c049-000000000b13] 8484 1726867721.79364: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b13 8484 1726867721.79473: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b13 8484 1726867721.79476: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "errors": "", "message": "", "return_code": 0 } 8484 1726867721.79552: no more pending results, returning what we have 8484 1726867721.79554: results queue empty 8484 1726867721.79555: checking for any_errors_fatal 8484 1726867721.79561: done checking for any_errors_fatal 8484 1726867721.79562: checking for max_fail_percentage 8484 1726867721.79564: done checking for max_fail_percentage 8484 1726867721.79565: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.79566: done checking to see if all hosts have failed 8484 1726867721.79566: getting the remaining hosts for this loop 8484 1726867721.79568: done getting the remaining hosts for this loop 8484 1726867721.79573: getting the next task for host managed_node3 8484 1726867721.79580: done getting next task for host managed_node3 8484 1726867721.79584: ^ task is: TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867721.79587: ^ state is: HOST STATE: block=2, task=23, 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=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 8484 1726867721.79598: getting variables 8484 1726867721.79600: in VariableManager get_vars() 8484 1726867721.79636: Calling all_inventory to load vars for managed_node3 8484 1726867721.79639: Calling groups_inventory to load vars for managed_node3 8484 1726867721.79641: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.79651: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.79653: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.79656: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.80267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867721.80766: done with get_vars() 8484 1726867721.80793: done getting variables 8484 1726867721.80882: 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.snapshot : Print out response] ***************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Friday 20 September 2024 17:28:41 -0400 (0:00:02.054) 0:00:57.106 ****** 8484 1726867721.80927: entering _queue_task() for managed_node3/debug 8484 1726867721.81284: worker is 1 (out of 1 available) 8484 1726867721.81306: exiting _queue_task() for managed_node3/debug 8484 1726867721.81324: done queuing things up, now waiting for results queue to drain 8484 1726867721.81326: waiting for pending results... 8484 1726867721.81643: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867721.81687: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b15 8484 1726867721.81699: variable 'ansible_search_path' from source: unknown 8484 1726867721.81703: variable 'ansible_search_path' from source: unknown 8484 1726867721.81735: calling self._execute() 8484 1726867721.81815: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.81819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.81828: variable 'omit' from source: magic vars 8484 1726867721.81907: variable 'omit' from source: magic vars 8484 1726867721.81943: variable 'omit' from source: magic vars 8484 1726867721.81968: variable 'omit' from source: magic vars 8484 1726867721.82033: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867721.82086: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867721.82111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867721.82115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867721.82166: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867721.82192: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867721.82201: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.82204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.82301: Set connection var ansible_pipelining to False 8484 1726867721.82306: Set connection var ansible_timeout to 10 8484 1726867721.82312: Set connection var ansible_connection to ssh 8484 1726867721.82324: Set connection var ansible_shell_type to sh 8484 1726867721.82343: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867721.82347: Set connection var ansible_shell_executable to /bin/sh 8484 1726867721.82393: variable 'ansible_shell_executable' from source: unknown 8484 1726867721.82399: variable 'ansible_connection' from source: unknown 8484 1726867721.82402: variable 'ansible_module_compression' from source: unknown 8484 1726867721.82435: variable 'ansible_shell_type' from source: unknown 8484 1726867721.82438: variable 'ansible_shell_executable' from source: unknown 8484 1726867721.82441: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.82444: variable 'ansible_pipelining' from source: unknown 8484 1726867721.82447: variable 'ansible_timeout' from source: unknown 8484 1726867721.82449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.82563: 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) 8484 1726867721.82574: variable 'omit' from source: magic vars 8484 1726867721.82580: starting attempt loop 8484 1726867721.82583: running the handler 8484 1726867721.82659: variable 'snapshot_cmd' from source: set_fact 8484 1726867721.82873: variable 'snapshot_cmd' from source: set_fact 8484 1726867721.82966: handler run complete 8484 1726867721.83001: attempt loop complete, returning result 8484 1726867721.83005: _execute() done 8484 1726867721.83007: dumping result to json 8484 1726867721.83009: done dumping result, returning 8484 1726867721.83016: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response [02e58e3f-6ce9-dbaf-c049-000000000b15] 8484 1726867721.83018: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b15 8484 1726867721.83165: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b15 8484 1726867721.83168: WORKER PROCESS EXITING ok: [managed_node3] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } 8484 1726867721.83248: no more pending results, returning what we have 8484 1726867721.83251: results queue empty 8484 1726867721.83252: checking for any_errors_fatal 8484 1726867721.83263: done checking for any_errors_fatal 8484 1726867721.83263: checking for max_fail_percentage 8484 1726867721.83265: done checking for max_fail_percentage 8484 1726867721.83265: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.83266: done checking to see if all hosts have failed 8484 1726867721.83267: getting the remaining hosts for this loop 8484 1726867721.83268: done getting the remaining hosts for this loop 8484 1726867721.83273: getting the next task for host managed_node3 8484 1726867721.83280: done getting next task for host managed_node3 8484 1726867721.83284: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867721.83286: ^ state is: HOST STATE: block=2, task=23, 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=2, 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 8484 1726867721.83299: getting variables 8484 1726867721.83300: in VariableManager get_vars() 8484 1726867721.83334: Calling all_inventory to load vars for managed_node3 8484 1726867721.83340: Calling groups_inventory to load vars for managed_node3 8484 1726867721.83343: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.83352: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.83354: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.83357: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.83997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867721.84628: done with get_vars() 8484 1726867721.84646: done getting variables 8484 1726867721.84703: 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.snapshot : Set result] ************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Friday 20 September 2024 17:28:41 -0400 (0:00:00.038) 0:00:57.144 ****** 8484 1726867721.84738: entering _queue_task() for managed_node3/set_fact 8484 1726867721.85006: worker is 1 (out of 1 available) 8484 1726867721.85024: exiting _queue_task() for managed_node3/set_fact 8484 1726867721.85037: done queuing things up, now waiting for results queue to drain 8484 1726867721.85038: waiting for pending results... 8484 1726867721.85293: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867721.85349: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b16 8484 1726867721.85359: variable 'ansible_search_path' from source: unknown 8484 1726867721.85363: variable 'ansible_search_path' from source: unknown 8484 1726867721.85394: calling self._execute() 8484 1726867721.85468: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.85474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.85484: variable 'omit' from source: magic vars 8484 1726867721.85577: variable 'omit' from source: magic vars 8484 1726867721.85621: variable 'omit' from source: magic vars 8484 1726867721.85645: variable 'snapshot_cmd' from source: set_fact 8484 1726867721.85820: variable 'snapshot_cmd' from source: set_fact 8484 1726867721.85913: variable 'omit' from source: magic vars 8484 1726867721.85947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867721.85978: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867721.85990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867721.86003: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867721.86015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867721.86040: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867721.86044: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.86046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.86192: Set connection var ansible_pipelining to False 8484 1726867721.86195: Set connection var ansible_timeout to 10 8484 1726867721.86198: Set connection var ansible_connection to ssh 8484 1726867721.86212: Set connection var ansible_shell_type to sh 8484 1726867721.86215: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867721.86217: Set connection var ansible_shell_executable to /bin/sh 8484 1726867721.86236: variable 'ansible_shell_executable' from source: unknown 8484 1726867721.86240: variable 'ansible_connection' from source: unknown 8484 1726867721.86242: variable 'ansible_module_compression' from source: unknown 8484 1726867721.86245: variable 'ansible_shell_type' from source: unknown 8484 1726867721.86252: variable 'ansible_shell_executable' from source: unknown 8484 1726867721.86254: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.86257: variable 'ansible_pipelining' from source: unknown 8484 1726867721.86259: variable 'ansible_timeout' from source: unknown 8484 1726867721.86261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.86363: 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) 8484 1726867721.86373: variable 'omit' from source: magic vars 8484 1726867721.86380: starting attempt loop 8484 1726867721.86383: running the handler 8484 1726867721.86392: handler run complete 8484 1726867721.86400: attempt loop complete, returning result 8484 1726867721.86405: _execute() done 8484 1726867721.86407: dumping result to json 8484 1726867721.86409: done dumping result, returning 8484 1726867721.86420: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result [02e58e3f-6ce9-dbaf-c049-000000000b16] 8484 1726867721.86423: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b16 8484 1726867721.86507: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b16 8484 1726867721.86510: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } 8484 1726867721.86593: no more pending results, returning what we have 8484 1726867721.86595: results queue empty 8484 1726867721.86596: checking for any_errors_fatal 8484 1726867721.86602: done checking for any_errors_fatal 8484 1726867721.86603: checking for max_fail_percentage 8484 1726867721.86605: done checking for max_fail_percentage 8484 1726867721.86605: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.86606: done checking to see if all hosts have failed 8484 1726867721.86607: getting the remaining hosts for this loop 8484 1726867721.86608: done getting the remaining hosts for this loop 8484 1726867721.86611: getting the next task for host managed_node3 8484 1726867721.86617: done getting next task for host managed_node3 8484 1726867721.86622: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867721.86624: ^ state is: HOST STATE: block=2, task=23, 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=3, 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 8484 1726867721.86635: getting variables 8484 1726867721.86637: in VariableManager get_vars() 8484 1726867721.86666: Calling all_inventory to load vars for managed_node3 8484 1726867721.86668: Calling groups_inventory to load vars for managed_node3 8484 1726867721.86672: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.86680: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.86682: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.86684: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.87317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867721.88122: done with get_vars() 8484 1726867721.88138: done getting variables 8484 1726867721.88198: 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.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Friday 20 September 2024 17:28:41 -0400 (0:00:00.034) 0:00:57.179 ****** 8484 1726867721.88237: entering _queue_task() for managed_node3/set_fact 8484 1726867721.88498: worker is 1 (out of 1 available) 8484 1726867721.88514: exiting _queue_task() for managed_node3/set_fact 8484 1726867721.88526: done queuing things up, now waiting for results queue to drain 8484 1726867721.88527: waiting for pending results... 8484 1726867721.88974: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867721.89406: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b17 8484 1726867721.89411: variable 'ansible_search_path' from source: unknown 8484 1726867721.89414: variable 'ansible_search_path' from source: unknown 8484 1726867721.89416: calling self._execute() 8484 1726867721.89734: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.89740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.89744: variable 'omit' from source: magic vars 8484 1726867721.90676: variable 'snapshot_lvm_action' from source: include params 8484 1726867721.90693: Evaluated conditional (snapshot_lvm_action == "list"): False 8484 1726867721.90702: when evaluation is False, skipping this task 8484 1726867721.90710: _execute() done 8484 1726867721.90719: dumping result to json 8484 1726867721.90760: done dumping result, returning 8484 1726867721.90798: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results [02e58e3f-6ce9-dbaf-c049-000000000b17] 8484 1726867721.90860: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b17 8484 1726867721.91050: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b17 8484 1726867721.91053: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } 8484 1726867721.91248: no more pending results, returning what we have 8484 1726867721.91252: results queue empty 8484 1726867721.91253: checking for any_errors_fatal 8484 1726867721.91264: done checking for any_errors_fatal 8484 1726867721.91266: checking for max_fail_percentage 8484 1726867721.91267: done checking for max_fail_percentage 8484 1726867721.91268: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.91269: done checking to see if all hosts have failed 8484 1726867721.91272: getting the remaining hosts for this loop 8484 1726867721.91273: done getting the remaining hosts for this loop 8484 1726867721.91277: getting the next task for host managed_node3 8484 1726867721.91283: done getting next task for host managed_node3 8484 1726867721.91287: ^ task is: TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867721.91291: ^ state is: HOST STATE: block=2, task=23, 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=4, 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 8484 1726867721.91314: getting variables 8484 1726867721.91316: in VariableManager get_vars() 8484 1726867721.91357: Calling all_inventory to load vars for managed_node3 8484 1726867721.91360: Calling groups_inventory to load vars for managed_node3 8484 1726867721.91363: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.91654: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.91659: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.91663: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.92383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867721.93282: done with get_vars() 8484 1726867721.93293: done getting variables 8484 1726867721.93345: 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.snapshot : Show errors] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Friday 20 September 2024 17:28:41 -0400 (0:00:00.051) 0:00:57.230 ****** 8484 1726867721.93376: entering _queue_task() for managed_node3/debug 8484 1726867721.93601: worker is 1 (out of 1 available) 8484 1726867721.93617: exiting _queue_task() for managed_node3/debug 8484 1726867721.93628: done queuing things up, now waiting for results queue to drain 8484 1726867721.93629: waiting for pending results... 8484 1726867721.93819: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867721.93892: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000b18 8484 1726867721.93904: variable 'ansible_search_path' from source: unknown 8484 1726867721.93908: variable 'ansible_search_path' from source: unknown 8484 1726867721.93936: calling self._execute() 8484 1726867721.94029: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.94032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.94044: variable 'omit' from source: magic vars 8484 1726867721.94335: variable 'snapshot_cmd' from source: set_fact 8484 1726867721.94355: Evaluated conditional (snapshot_cmd["return_code"] != 0): False 8484 1726867721.94359: when evaluation is False, skipping this task 8484 1726867721.94361: _execute() done 8484 1726867721.94363: dumping result to json 8484 1726867721.94366: done dumping result, returning 8484 1726867721.94374: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors [02e58e3f-6ce9-dbaf-c049-000000000b18] 8484 1726867721.94379: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b18 8484 1726867721.94467: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000b18 8484 1726867721.94472: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } 8484 1726867721.94549: no more pending results, returning what we have 8484 1726867721.94551: results queue empty 8484 1726867721.94552: checking for any_errors_fatal 8484 1726867721.94558: done checking for any_errors_fatal 8484 1726867721.94559: checking for max_fail_percentage 8484 1726867721.94560: done checking for max_fail_percentage 8484 1726867721.94561: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.94564: done checking to see if all hosts have failed 8484 1726867721.94564: getting the remaining hosts for this loop 8484 1726867721.94566: done getting the remaining hosts for this loop 8484 1726867721.94569: getting the next task for host managed_node3 8484 1726867721.94635: done getting next task for host managed_node3 8484 1726867721.94637: ^ task is: TASK: meta (role_complete) 8484 1726867721.94640: ^ state is: HOST STATE: block=2, task=24, 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 8484 1726867721.94678: getting variables 8484 1726867721.94680: in VariableManager get_vars() 8484 1726867721.94706: Calling all_inventory to load vars for managed_node3 8484 1726867721.94712: Calling groups_inventory to load vars for managed_node3 8484 1726867721.94714: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.94720: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.94725: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.94728: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.95356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867721.95898: done with get_vars() 8484 1726867721.95914: done getting variables 8484 1726867721.95980: done queuing things up, now waiting for results queue to drain 8484 1726867721.95981: results queue empty 8484 1726867721.95981: checking for any_errors_fatal 8484 1726867721.95983: done checking for any_errors_fatal 8484 1726867721.95983: checking for max_fail_percentage 8484 1726867721.95984: done checking for max_fail_percentage 8484 1726867721.95984: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.95985: done checking to see if all hosts have failed 8484 1726867721.95985: getting the remaining hosts for this loop 8484 1726867721.95986: done getting the remaining hosts for this loop 8484 1726867721.95987: getting the next task for host managed_node3 8484 1726867721.95989: done getting next task for host managed_node3 8484 1726867721.95991: ^ task is: TASK: Assert no changes for extend 8484 1726867721.95995: ^ state is: HOST STATE: block=2, task=25, 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 8484 1726867721.95998: getting variables 8484 1726867721.95999: in VariableManager get_vars() 8484 1726867721.96014: Calling all_inventory to load vars for managed_node3 8484 1726867721.96017: Calling groups_inventory to load vars for managed_node3 8484 1726867721.96018: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.96021: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.96023: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.96024: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.96413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867721.97002: done with get_vars() 8484 1726867721.97017: done getting variables 8484 1726867721.97045: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert no changes for extend] ******************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:97 Friday 20 September 2024 17:28:41 -0400 (0:00:00.036) 0:00:57.267 ****** 8484 1726867721.97074: entering _queue_task() for managed_node3/assert 8484 1726867721.97330: worker is 1 (out of 1 available) 8484 1726867721.97343: exiting _queue_task() for managed_node3/assert 8484 1726867721.97354: done queuing things up, now waiting for results queue to drain 8484 1726867721.97355: waiting for pending results... 8484 1726867721.97587: running TaskExecutor() for managed_node3/TASK: Assert no changes for extend 8484 1726867721.97672: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000000e 8484 1726867721.97690: variable 'ansible_search_path' from source: unknown 8484 1726867721.97738: calling self._execute() 8484 1726867721.97838: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.97868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.97874: variable 'omit' from source: magic vars 8484 1726867721.97964: variable 'omit' from source: magic vars 8484 1726867721.97995: variable 'omit' from source: magic vars 8484 1726867721.98022: variable 'omit' from source: magic vars 8484 1726867721.98057: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867721.98087: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867721.98107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867721.98123: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867721.98153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867721.98172: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867721.98175: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.98177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.98276: Set connection var ansible_pipelining to False 8484 1726867721.98283: Set connection var ansible_timeout to 10 8484 1726867721.98285: Set connection var ansible_connection to ssh 8484 1726867721.98292: Set connection var ansible_shell_type to sh 8484 1726867721.98297: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867721.98302: Set connection var ansible_shell_executable to /bin/sh 8484 1726867721.98322: variable 'ansible_shell_executable' from source: unknown 8484 1726867721.98325: variable 'ansible_connection' from source: unknown 8484 1726867721.98334: variable 'ansible_module_compression' from source: unknown 8484 1726867721.98337: variable 'ansible_shell_type' from source: unknown 8484 1726867721.98339: variable 'ansible_shell_executable' from source: unknown 8484 1726867721.98341: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867721.98343: variable 'ansible_pipelining' from source: unknown 8484 1726867721.98345: variable 'ansible_timeout' from source: unknown 8484 1726867721.98347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867721.98471: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8484 1726867721.98482: variable 'omit' from source: magic vars 8484 1726867721.98488: starting attempt loop 8484 1726867721.98491: running the handler 8484 1726867721.98855: variable 'snapshot_cmd' from source: set_fact 8484 1726867721.98858: Evaluated conditional (not snapshot_cmd["changed"]): True 8484 1726867721.98868: handler run complete 8484 1726867721.98873: attempt loop complete, returning result 8484 1726867721.98876: _execute() done 8484 1726867721.98878: dumping result to json 8484 1726867721.98881: done dumping result, returning 8484 1726867721.98886: done running TaskExecutor() for managed_node3/TASK: Assert no changes for extend [02e58e3f-6ce9-dbaf-c049-00000000000e] 8484 1726867721.98888: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000e 8484 1726867721.98962: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000e 8484 1726867721.98964: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8484 1726867721.99054: no more pending results, returning what we have 8484 1726867721.99057: results queue empty 8484 1726867721.99058: checking for any_errors_fatal 8484 1726867721.99059: done checking for any_errors_fatal 8484 1726867721.99060: checking for max_fail_percentage 8484 1726867721.99062: done checking for max_fail_percentage 8484 1726867721.99064: checking to see if all hosts have failed and the running result is not ok 8484 1726867721.99064: done checking to see if all hosts have failed 8484 1726867721.99065: getting the remaining hosts for this loop 8484 1726867721.99066: done getting the remaining hosts for this loop 8484 1726867721.99069: getting the next task for host managed_node3 8484 1726867721.99075: done getting next task for host managed_node3 8484 1726867721.99078: ^ task is: TASK: Verify extend again to check idempotence 8484 1726867721.99080: ^ state is: HOST STATE: block=2, task=26, 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 8484 1726867721.99087: getting variables 8484 1726867721.99088: in VariableManager get_vars() 8484 1726867721.99120: Calling all_inventory to load vars for managed_node3 8484 1726867721.99122: Calling groups_inventory to load vars for managed_node3 8484 1726867721.99125: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867721.99135: Calling all_plugins_play to load vars for managed_node3 8484 1726867721.99138: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867721.99142: Calling groups_plugins_play to load vars for managed_node3 8484 1726867721.99787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.00373: done with get_vars() 8484 1726867722.00384: done getting variables TASK [Verify extend again to check idempotence] ******************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:101 Friday 20 September 2024 17:28:42 -0400 (0:00:00.033) 0:00:57.301 ****** 8484 1726867722.00444: entering _queue_task() for managed_node3/include_role 8484 1726867722.00633: worker is 1 (out of 1 available) 8484 1726867722.00647: exiting _queue_task() for managed_node3/include_role 8484 1726867722.00659: done queuing things up, now waiting for results queue to drain 8484 1726867722.00661: waiting for pending results... 8484 1726867722.00855: running TaskExecutor() for managed_node3/TASK: Verify extend again to check idempotence 8484 1726867722.00925: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000000f 8484 1726867722.00935: variable 'ansible_search_path' from source: unknown 8484 1726867722.00962: calling self._execute() 8484 1726867722.01040: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.01044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.01053: variable 'omit' from source: magic vars 8484 1726867722.01137: _execute() done 8484 1726867722.01141: dumping result to json 8484 1726867722.01144: done dumping result, returning 8484 1726867722.01148: done running TaskExecutor() for managed_node3/TASK: Verify extend again to check idempotence [02e58e3f-6ce9-dbaf-c049-00000000000f] 8484 1726867722.01154: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000f 8484 1726867722.01272: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000000f 8484 1726867722.01275: WORKER PROCESS EXITING 8484 1726867722.01307: no more pending results, returning what we have 8484 1726867722.01312: in VariableManager get_vars() 8484 1726867722.01345: Calling all_inventory to load vars for managed_node3 8484 1726867722.01347: Calling groups_inventory to load vars for managed_node3 8484 1726867722.01352: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.01361: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.01364: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.01366: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.01919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.02430: done with get_vars() 8484 1726867722.02438: variable 'ansible_search_path' from source: unknown 8484 1726867722.04356: variable 'omit' from source: magic vars 8484 1726867722.04371: variable 'omit' from source: magic vars 8484 1726867722.04382: variable 'omit' from source: magic vars 8484 1726867722.04385: we have included files to process 8484 1726867722.04386: generating all_blocks data 8484 1726867722.04391: done generating all_blocks data 8484 1726867722.04399: processing included file: fedora.linux_system_roles.snapshot 8484 1726867722.04419: in VariableManager get_vars() 8484 1726867722.04432: done with get_vars() 8484 1726867722.04449: in VariableManager get_vars() 8484 1726867722.04459: done with get_vars() 8484 1726867722.04484: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/main.yml 8484 1726867722.04519: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/defaults/main.yml 8484 1726867722.04547: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/meta/main.yml 8484 1726867722.04841: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml 8484 1726867722.04972: in VariableManager get_vars() 8484 1726867722.04986: done with get_vars() 8484 1726867722.05614: iterating over new_blocks loaded from include file 8484 1726867722.05616: in VariableManager get_vars() 8484 1726867722.05625: done with get_vars() 8484 1726867722.05626: filtering new block on tags 8484 1726867722.05636: done filtering new block on tags 8484 1726867722.05638: in VariableManager get_vars() 8484 1726867722.05646: done with get_vars() 8484 1726867722.05647: filtering new block on tags 8484 1726867722.05660: done filtering new block on tags 8484 1726867722.05661: in VariableManager get_vars() 8484 1726867722.05668: done with get_vars() 8484 1726867722.05669: filtering new block on tags 8484 1726867722.05680: done filtering new block on tags 8484 1726867722.05681: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.snapshot for managed_node3 8484 1726867722.05684: extending task lists for all hosts with included blocks 8484 1726867722.08431: done extending task lists 8484 1726867722.08435: done processing included files 8484 1726867722.08436: results queue empty 8484 1726867722.08436: checking for any_errors_fatal 8484 1726867722.08439: done checking for any_errors_fatal 8484 1726867722.08444: checking for max_fail_percentage 8484 1726867722.08446: done checking for max_fail_percentage 8484 1726867722.08447: checking to see if all hosts have failed and the running result is not ok 8484 1726867722.08448: done checking to see if all hosts have failed 8484 1726867722.08449: getting the remaining hosts for this loop 8484 1726867722.08450: done getting the remaining hosts for this loop 8484 1726867722.08453: getting the next task for host managed_node3 8484 1726867722.08456: done getting next task for host managed_node3 8484 1726867722.08460: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867722.08462: ^ state is: HOST STATE: block=2, task=27, 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 8484 1726867722.08474: getting variables 8484 1726867722.08475: in VariableManager get_vars() 8484 1726867722.08486: Calling all_inventory to load vars for managed_node3 8484 1726867722.08487: Calling groups_inventory to load vars for managed_node3 8484 1726867722.08488: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.08493: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.08494: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.08496: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.09031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.09805: done with get_vars() 8484 1726867722.09824: done getting variables TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 20 September 2024 17:28:42 -0400 (0:00:00.094) 0:00:57.396 ****** 8484 1726867722.09915: entering _queue_task() for managed_node3/include_tasks 8484 1726867722.10266: worker is 1 (out of 1 available) 8484 1726867722.10479: exiting _queue_task() for managed_node3/include_tasks 8484 1726867722.10491: done queuing things up, now waiting for results queue to drain 8484 1726867722.10492: waiting for pending results... 8484 1726867722.10799: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867722.10804: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d72 8484 1726867722.10807: variable 'ansible_search_path' from source: unknown 8484 1726867722.10813: variable 'ansible_search_path' from source: unknown 8484 1726867722.10827: calling self._execute() 8484 1726867722.10941: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.10956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.10979: variable 'omit' from source: magic vars 8484 1726867722.11096: _execute() done 8484 1726867722.11107: dumping result to json 8484 1726867722.11127: done dumping result, returning 8484 1726867722.11147: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000d72] 8484 1726867722.11158: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d72 8484 1726867722.11426: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d72 8484 1726867722.11429: WORKER PROCESS EXITING 8484 1726867722.11484: no more pending results, returning what we have 8484 1726867722.11489: in VariableManager get_vars() 8484 1726867722.11541: Calling all_inventory to load vars for managed_node3 8484 1726867722.11544: Calling groups_inventory to load vars for managed_node3 8484 1726867722.11547: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.11557: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.11561: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.11564: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.12353: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.12762: done with get_vars() 8484 1726867722.12773: variable 'ansible_search_path' from source: unknown 8484 1726867722.12774: variable 'ansible_search_path' from source: unknown 8484 1726867722.12799: we have included files to process 8484 1726867722.12799: generating all_blocks data 8484 1726867722.12801: done generating all_blocks data 8484 1726867722.12804: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867722.12805: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867722.12807: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml 8484 1726867722.13146: done processing included file 8484 1726867722.13147: iterating over new_blocks loaded from include file 8484 1726867722.13148: in VariableManager get_vars() 8484 1726867722.13163: done with get_vars() 8484 1726867722.13164: filtering new block on tags 8484 1726867722.13175: done filtering new block on tags 8484 1726867722.13177: in VariableManager get_vars() 8484 1726867722.13189: done with get_vars() 8484 1726867722.13190: filtering new block on tags 8484 1726867722.13200: done filtering new block on tags 8484 1726867722.13201: in VariableManager get_vars() 8484 1726867722.13214: done with get_vars() 8484 1726867722.13215: filtering new block on tags 8484 1726867722.13223: done filtering new block on tags 8484 1726867722.13224: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for managed_node3 8484 1726867722.13227: extending task lists for all hosts with included blocks 8484 1726867722.13295: done extending task lists 8484 1726867722.13296: done processing included files 8484 1726867722.13296: results queue empty 8484 1726867722.13297: checking for any_errors_fatal 8484 1726867722.13299: done checking for any_errors_fatal 8484 1726867722.13299: checking for max_fail_percentage 8484 1726867722.13300: done checking for max_fail_percentage 8484 1726867722.13300: checking to see if all hosts have failed and the running result is not ok 8484 1726867722.13301: done checking to see if all hosts have failed 8484 1726867722.13301: getting the remaining hosts for this loop 8484 1726867722.13302: done getting the remaining hosts for this loop 8484 1726867722.13304: getting the next task for host managed_node3 8484 1726867722.13306: done getting next task for host managed_node3 8484 1726867722.13308: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867722.13312: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867722.13320: getting variables 8484 1726867722.13321: in VariableManager get_vars() 8484 1726867722.13329: Calling all_inventory to load vars for managed_node3 8484 1726867722.13331: Calling groups_inventory to load vars for managed_node3 8484 1726867722.13332: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.13335: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.13336: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.13338: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.13653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.14043: done with get_vars() 8484 1726867722.14054: done getting variables TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:42 -0400 (0:00:00.041) 0:00:57.438 ****** 8484 1726867722.14105: entering _queue_task() for managed_node3/setup 8484 1726867722.14394: worker is 1 (out of 1 available) 8484 1726867722.14408: exiting _queue_task() for managed_node3/setup 8484 1726867722.14420: done queuing things up, now waiting for results queue to drain 8484 1726867722.14421: waiting for pending results... 8484 1726867722.14888: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role 8484 1726867722.14894: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000ea8 8484 1726867722.14897: variable 'ansible_search_path' from source: unknown 8484 1726867722.14900: variable 'ansible_search_path' from source: unknown 8484 1726867722.14922: calling self._execute() 8484 1726867722.15023: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.15035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.15049: variable 'omit' from source: magic vars 8484 1726867722.15485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867722.17904: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867722.17991: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867722.18034: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867722.18081: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867722.18114: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867722.18204: 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) 8484 1726867722.18243: 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) 8484 1726867722.18278: 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) 8484 1726867722.18377: 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) 8484 1726867722.18381: 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) 8484 1726867722.18403: 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) 8484 1726867722.18434: 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) 8484 1726867722.18462: 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) 8484 1726867722.18512: 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) 8484 1726867722.18531: 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) 8484 1726867722.18707: variable '__snapshot_required_facts' from source: role '' all vars 8484 1726867722.18726: variable 'ansible_facts' from source: unknown 8484 1726867722.19030: Evaluated conditional (__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867722.19135: when evaluation is False, skipping this task 8484 1726867722.19139: _execute() done 8484 1726867722.19141: dumping result to json 8484 1726867722.19144: done dumping result, returning 8484 1726867722.19146: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000000ea8] 8484 1726867722.19148: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000ea8 8484 1726867722.19225: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000ea8 8484 1726867722.19228: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867722.19291: no more pending results, returning what we have 8484 1726867722.19295: results queue empty 8484 1726867722.19296: checking for any_errors_fatal 8484 1726867722.19298: done checking for any_errors_fatal 8484 1726867722.19298: checking for max_fail_percentage 8484 1726867722.19301: done checking for max_fail_percentage 8484 1726867722.19302: checking to see if all hosts have failed and the running result is not ok 8484 1726867722.19302: done checking to see if all hosts have failed 8484 1726867722.19303: getting the remaining hosts for this loop 8484 1726867722.19305: done getting the remaining hosts for this loop 8484 1726867722.19311: getting the next task for host managed_node3 8484 1726867722.19323: done getting next task for host managed_node3 8484 1726867722.19328: ^ task is: TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867722.19331: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867722.19355: getting variables 8484 1726867722.19357: in VariableManager get_vars() 8484 1726867722.19397: Calling all_inventory to load vars for managed_node3 8484 1726867722.19400: Calling groups_inventory to load vars for managed_node3 8484 1726867722.19402: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.19416: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.19419: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.19422: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.20474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.21153: done with get_vars() 8484 1726867722.21176: done getting variables TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 20 September 2024 17:28:42 -0400 (0:00:00.071) 0:00:57.509 ****** 8484 1726867722.21282: entering _queue_task() for managed_node3/stat 8484 1726867722.21589: worker is 1 (out of 1 available) 8484 1726867722.21603: exiting _queue_task() for managed_node3/stat 8484 1726867722.21619: done queuing things up, now waiting for results queue to drain 8484 1726867722.21620: waiting for pending results... 8484 1726867722.21998: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree 8484 1726867722.22107: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000eaa 8484 1726867722.22131: variable 'ansible_search_path' from source: unknown 8484 1726867722.22139: variable 'ansible_search_path' from source: unknown 8484 1726867722.22179: calling self._execute() 8484 1726867722.22286: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.22299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.22475: variable 'omit' from source: magic vars 8484 1726867722.22690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867722.22993: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867722.23049: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867722.23090: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867722.23137: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867722.23227: 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) 8484 1726867722.23263: 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) 8484 1726867722.23350: 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) 8484 1726867722.23354: 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) 8484 1726867722.23446: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867722.23465: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867722.23474: when evaluation is False, skipping this task 8484 1726867722.23481: _execute() done 8484 1726867722.23488: dumping result to json 8484 1726867722.23494: done dumping result, returning 8484 1726867722.23504: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-000000000eaa] 8484 1726867722.23516: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eaa skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867722.23780: no more pending results, returning what we have 8484 1726867722.23784: results queue empty 8484 1726867722.23785: checking for any_errors_fatal 8484 1726867722.23791: done checking for any_errors_fatal 8484 1726867722.23791: checking for max_fail_percentage 8484 1726867722.23793: done checking for max_fail_percentage 8484 1726867722.23794: checking to see if all hosts have failed and the running result is not ok 8484 1726867722.23795: done checking to see if all hosts have failed 8484 1726867722.23796: getting the remaining hosts for this loop 8484 1726867722.23797: done getting the remaining hosts for this loop 8484 1726867722.23801: getting the next task for host managed_node3 8484 1726867722.23812: done getting next task for host managed_node3 8484 1726867722.23816: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867722.23820: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867722.23843: getting variables 8484 1726867722.23845: in VariableManager get_vars() 8484 1726867722.24042: Calling all_inventory to load vars for managed_node3 8484 1726867722.24046: Calling groups_inventory to load vars for managed_node3 8484 1726867722.24048: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.24054: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eaa 8484 1726867722.24057: WORKER PROCESS EXITING 8484 1726867722.24066: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.24069: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.24075: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.24764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.25481: done with get_vars() 8484 1726867722.25498: done getting variables 8484 1726867722.25556: 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.snapshot : Set flag to indicate system is ostree] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 20 September 2024 17:28:42 -0400 (0:00:00.043) 0:00:57.552 ****** 8484 1726867722.25593: entering _queue_task() for managed_node3/set_fact 8484 1726867722.25877: worker is 1 (out of 1 available) 8484 1726867722.25890: exiting _queue_task() for managed_node3/set_fact 8484 1726867722.25904: done queuing things up, now waiting for results queue to drain 8484 1726867722.25905: waiting for pending results... 8484 1726867722.26203: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree 8484 1726867722.26359: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000eab 8484 1726867722.26383: variable 'ansible_search_path' from source: unknown 8484 1726867722.26392: variable 'ansible_search_path' from source: unknown 8484 1726867722.26437: calling self._execute() 8484 1726867722.26541: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.26552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.26567: variable 'omit' from source: magic vars 8484 1726867722.26950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867722.27293: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867722.27296: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867722.27329: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867722.27367: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867722.27459: 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) 8484 1726867722.27490: 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) 8484 1726867722.27528: 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) 8484 1726867722.27557: 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) 8484 1726867722.27682: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867722.27697: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867722.27704: when evaluation is False, skipping this task 8484 1726867722.27725: _execute() done 8484 1726867722.27728: dumping result to json 8484 1726867722.27730: done dumping result, returning 8484 1726867722.27875: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-000000000eab] 8484 1726867722.27879: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eab 8484 1726867722.27948: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eab 8484 1726867722.27952: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867722.28001: no more pending results, returning what we have 8484 1726867722.28004: results queue empty 8484 1726867722.28005: checking for any_errors_fatal 8484 1726867722.28017: done checking for any_errors_fatal 8484 1726867722.28018: checking for max_fail_percentage 8484 1726867722.28020: done checking for max_fail_percentage 8484 1726867722.28021: checking to see if all hosts have failed and the running result is not ok 8484 1726867722.28022: done checking to see if all hosts have failed 8484 1726867722.28022: getting the remaining hosts for this loop 8484 1726867722.28024: done getting the remaining hosts for this loop 8484 1726867722.28028: getting the next task for host managed_node3 8484 1726867722.28037: done getting next task for host managed_node3 8484 1726867722.28042: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867722.28047: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8484 1726867722.28069: getting variables 8484 1726867722.28073: in VariableManager get_vars() 8484 1726867722.28113: Calling all_inventory to load vars for managed_node3 8484 1726867722.28116: Calling groups_inventory to load vars for managed_node3 8484 1726867722.28118: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.28129: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.28132: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.28135: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.28927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.29626: done with get_vars() 8484 1726867722.29644: done getting variables 8484 1726867722.29705: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 20 September 2024 17:28:42 -0400 (0:00:00.041) 0:00:57.594 ****** 8484 1726867722.29743: entering _queue_task() for managed_node3/include_vars 8484 1726867722.30013: worker is 1 (out of 1 available) 8484 1726867722.30026: exiting _queue_task() for managed_node3/include_vars 8484 1726867722.30038: done queuing things up, now waiting for results queue to drain 8484 1726867722.30039: waiting for pending results... 8484 1726867722.30397: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables 8484 1726867722.30487: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000ead 8484 1726867722.30515: variable 'ansible_search_path' from source: unknown 8484 1726867722.30525: variable 'ansible_search_path' from source: unknown 8484 1726867722.30804: variable 'ansible_facts' from source: unknown 8484 1726867722.31476: variable 'ansible_facts' from source: unknown 8484 1726867722.31662: variable 'ansible_facts' from source: unknown 8484 1726867722.32036: variable 'ansible_facts' from source: unknown 8484 1726867722.32287: variable 'omit' from source: magic vars 8484 1726867722.32408: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.32427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.32447: variable 'omit' from source: magic vars 8484 1726867722.32702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867722.32975: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867722.33028: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867722.33065: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867722.33106: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867722.33186: variable '__vars_file' from source: task vars 8484 1726867722.33278: variable 'role_path' from source: magic vars 8484 1726867722.33287: variable 'item' from source: unknown 8484 1726867722.33302: Evaluated conditional (__vars_file is file): False 8484 1726867722.33311: when evaluation is False, skipping this task 8484 1726867722.33355: variable 'item' from source: unknown 8484 1726867722.33431: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867722.33833: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.33836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.33838: variable 'omit' from source: magic vars 8484 1726867722.33866: variable '__vars_file' from source: task vars 8484 1726867722.33939: variable 'role_path' from source: magic vars 8484 1726867722.33949: variable 'item' from source: unknown 8484 1726867722.33965: Evaluated conditional (__vars_file is file): False 8484 1726867722.33975: when evaluation is False, skipping this task 8484 1726867722.34017: variable 'item' from source: unknown 8484 1726867722.34089: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867722.34389: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.34393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.34396: variable 'omit' from source: magic vars 8484 1726867722.34427: variable '__vars_file' from source: task vars 8484 1726867722.34515: variable 'role_path' from source: magic vars 8484 1726867722.34525: variable 'item' from source: unknown 8484 1726867722.34540: Evaluated conditional (__vars_file is file): False 8484 1726867722.34547: when evaluation is False, skipping this task 8484 1726867722.34585: variable 'item' from source: unknown 8484 1726867722.34657: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867722.34895: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.34899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.34901: variable 'omit' from source: magic vars 8484 1726867722.34986: variable '__vars_file' from source: task vars 8484 1726867722.35073: variable 'role_path' from source: magic vars 8484 1726867722.35084: variable 'item' from source: unknown 8484 1726867722.35126: Evaluated conditional (__vars_file is file): False 8484 1726867722.35129: when evaluation is False, skipping this task 8484 1726867722.35145: variable 'item' from source: unknown 8484 1726867722.35208: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 8484 1726867722.35451: dumping result to json 8484 1726867722.35454: done dumping result, returning 8484 1726867722.35457: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000000ead] 8484 1726867722.35459: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000ead 8484 1726867722.35502: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000ead 8484 1726867722.35505: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8484 1726867722.35593: no more pending results, returning what we have 8484 1726867722.35597: results queue empty 8484 1726867722.35597: checking for any_errors_fatal 8484 1726867722.35606: done checking for any_errors_fatal 8484 1726867722.35607: checking for max_fail_percentage 8484 1726867722.35611: done checking for max_fail_percentage 8484 1726867722.35613: checking to see if all hosts have failed and the running result is not ok 8484 1726867722.35614: done checking to see if all hosts have failed 8484 1726867722.35615: getting the remaining hosts for this loop 8484 1726867722.35616: done getting the remaining hosts for this loop 8484 1726867722.35620: getting the next task for host managed_node3 8484 1726867722.35630: done getting next task for host managed_node3 8484 1726867722.35634: ^ task is: TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867722.35637: ^ state is: HOST STATE: block=2, task=27, 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 8484 1726867722.35659: getting variables 8484 1726867722.35661: in VariableManager get_vars() 8484 1726867722.35705: Calling all_inventory to load vars for managed_node3 8484 1726867722.35708: Calling groups_inventory to load vars for managed_node3 8484 1726867722.35713: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867722.35725: Calling all_plugins_play to load vars for managed_node3 8484 1726867722.35728: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867722.35732: Calling groups_plugins_play to load vars for managed_node3 8484 1726867722.36556: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867722.37261: done with get_vars() 8484 1726867722.37280: done getting variables 8484 1726867722.37342: 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.snapshot : Ensure required packages are installed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 20 September 2024 17:28:42 -0400 (0:00:00.076) 0:00:57.670 ****** 8484 1726867722.37377: entering _queue_task() for managed_node3/package 8484 1726867722.37665: worker is 1 (out of 1 available) 8484 1726867722.37682: exiting _queue_task() for managed_node3/package 8484 1726867722.37694: done queuing things up, now waiting for results queue to drain 8484 1726867722.37695: waiting for pending results... 8484 1726867722.38090: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed 8484 1726867722.38123: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d73 8484 1726867722.38144: variable 'ansible_search_path' from source: unknown 8484 1726867722.38152: variable 'ansible_search_path' from source: unknown 8484 1726867722.38197: calling self._execute() 8484 1726867722.38306: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.38321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.38335: variable 'omit' from source: magic vars 8484 1726867722.38452: variable 'omit' from source: magic vars 8484 1726867722.38507: variable 'omit' from source: magic vars 8484 1726867722.38550: variable '__snapshot_packages' from source: role '' all vars 8484 1726867722.38750: variable '__snapshot_packages' from source: role '' all vars 8484 1726867722.38982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867722.41472: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867722.41664: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867722.41668: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867722.41672: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867722.41675: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867722.41787: 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) 8484 1726867722.41822: 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) 8484 1726867722.41853: 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) 8484 1726867722.41903: 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) 8484 1726867722.41928: 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) 8484 1726867722.42042: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867722.42054: variable 'omit' from source: magic vars 8484 1726867722.42097: variable 'omit' from source: magic vars 8484 1726867722.42132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867722.42165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867722.42192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867722.42222: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867722.42237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867722.42274: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867722.42284: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.42292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.42419: Set connection var ansible_pipelining to False 8484 1726867722.42422: Set connection var ansible_timeout to 10 8484 1726867722.42424: Set connection var ansible_connection to ssh 8484 1726867722.42434: Set connection var ansible_shell_type to sh 8484 1726867722.42528: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867722.42531: Set connection var ansible_shell_executable to /bin/sh 8484 1726867722.42534: variable 'ansible_shell_executable' from source: unknown 8484 1726867722.42536: variable 'ansible_connection' from source: unknown 8484 1726867722.42538: variable 'ansible_module_compression' from source: unknown 8484 1726867722.42540: variable 'ansible_shell_type' from source: unknown 8484 1726867722.42541: variable 'ansible_shell_executable' from source: unknown 8484 1726867722.42543: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867722.42545: variable 'ansible_pipelining' from source: unknown 8484 1726867722.42547: variable 'ansible_timeout' from source: unknown 8484 1726867722.42549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867722.42634: 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) 8484 1726867722.42654: variable 'omit' from source: magic vars 8484 1726867722.42664: starting attempt loop 8484 1726867722.42673: running the handler 8484 1726867722.42685: variable 'ansible_facts' from source: unknown 8484 1726867722.42750: variable 'ansible_facts' from source: unknown 8484 1726867722.42758: _low_level_execute_command(): starting 8484 1726867722.42771: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867722.43496: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867722.43517: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867722.43587: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867722.43631: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867722.43657: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867722.43669: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867722.43805: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867722.45539: stdout chunk (state=3): >>>/root <<< 8484 1726867722.45683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867722.45715: stdout chunk (state=3): >>><<< 8484 1726867722.45719: stderr chunk (state=3): >>><<< 8484 1726867722.45738: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867722.45841: _low_level_execute_command(): starting 8484 1726867722.45845: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441 `" && echo ansible-tmp-1726867722.4575255-10527-277311273248441="` echo /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441 `" ) && sleep 0' 8484 1726867722.46422: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867722.46437: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867722.46452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867722.46466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867722.46485: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867722.46497: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867722.46524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867722.46589: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867722.46635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867722.46660: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867722.46677: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867722.46846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867722.48823: stdout chunk (state=3): >>>ansible-tmp-1726867722.4575255-10527-277311273248441=/root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441 <<< 8484 1726867722.48977: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867722.48980: stdout chunk (state=3): >>><<< 8484 1726867722.48982: stderr chunk (state=3): >>><<< 8484 1726867722.49177: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867722.4575255-10527-277311273248441=/root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867722.49181: variable 'ansible_module_compression' from source: unknown 8484 1726867722.49183: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867722.49185: variable 'ansible_facts' from source: unknown 8484 1726867722.49285: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py 8484 1726867722.49431: Sending initial data 8484 1726867722.49535: Sent initial data (151 bytes) 8484 1726867722.50569: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867722.50588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867722.50640: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867722.50654: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867722.50670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867722.50756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867722.50783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867722.50962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867722.52611: 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 <<< 8484 1726867722.52929: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867722.53031: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpbkgl5833 /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py <<< 8484 1726867722.53079: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py" <<< 8484 1726867722.53136: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpbkgl5833" to remote "/root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py" <<< 8484 1726867722.55667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867722.55685: stdout chunk (state=3): >>><<< 8484 1726867722.55794: stderr chunk (state=3): >>><<< 8484 1726867722.55797: done transferring module to remote 8484 1726867722.55803: _low_level_execute_command(): starting 8484 1726867722.55805: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/ /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py && sleep 0' 8484 1726867722.56833: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867722.56897: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867722.56919: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867722.56931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867722.57038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867722.58982: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867722.58985: stdout chunk (state=3): >>><<< 8484 1726867722.58988: stderr chunk (state=3): >>><<< 8484 1726867722.59004: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867722.59265: _low_level_execute_command(): starting 8484 1726867722.59268: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/AnsiballZ_dnf.py && sleep 0' 8484 1726867722.60362: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867722.60375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867722.60442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867722.60496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867722.60520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867722.60541: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867722.60768: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867722.62942: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867722.63039: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867722.63088: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867722.63261: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867722.63307: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867722.63331: 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 0x7f1738e184d0> <<< 8484 1726867722.63349: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738de7b30> <<< 8484 1726867722.63376: 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' <<< 8484 1726867722.63406: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738e1aa50> import '_signal' # <<< 8484 1726867722.63423: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867722.63446: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867722.63462: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867722.63491: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867722.63722: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867722.63755: 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 0x7f1738c09130> <<< 8484 1726867722.63963: 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 0x7f1738c0a120> 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. <<< 8484 1726867722.64176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867722.64211: 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' <<< 8484 1726867722.64229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867722.64274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867722.64328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867722.64363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867722.64366: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c4ff80> <<< 8484 1726867722.64369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867722.64450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867722.64539: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c5c110> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867722.64542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867722.64548: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867722.64551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.64868: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867722.64874: 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 0x7f1738c7f9b0> # /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 0x7f1738c7ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c5fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c5d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c4d130> # /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' # <<< 8484 1726867722.64900: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867722.64911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867722.64935: 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' <<< 8484 1726867722.64981: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ca3890> <<< 8484 1726867722.65015: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ca24b0> <<< 8484 1726867722.65028: 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 0x7f1738c5e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ca0d70> <<< 8484 1726867722.65097: 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 0x7f1738cd08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c4c3b0> <<< 8484 1726867722.65125: 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' <<< 8484 1726867722.65167: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.65187: 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 0x7f1738cd0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd0c50> <<< 8484 1726867722.65208: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.65232: 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 0x7f1738cd1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c42ed0> <<< 8484 1726867722.65273: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867722.65299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.65334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867722.65370: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd13a0> <<< 8484 1726867722.65423: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867722.65448: 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 0x7f1738cd25a0> import 'importlib.util' # <<< 8484 1726867722.65452: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867722.65463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867722.65501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867722.65541: 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 0x7f1738cec7d0> <<< 8484 1726867722.65549: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867722.65590: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.65614: 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 0x7f1738cedf10> <<< 8484 1726867722.65668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867722.65674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ceedb0> <<< 8484 1726867722.65719: 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 0x7f1738cef410> <<< 8484 1726867722.65732: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cee300> <<< 8484 1726867722.65754: 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' <<< 8484 1726867722.65803: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.65817: 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 0x7f1738cefe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cef5c0> <<< 8484 1726867722.65860: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd2600> <<< 8484 1726867722.65884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867722.65906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867722.65928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867722.65951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867722.66007: 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 0x7f1738a2fd10> <<< 8484 1726867722.66021: 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' <<< 8484 1726867722.66048: 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 0x7f1738a5c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5c560> <<< 8484 1726867722.66081: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.66114: 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 0x7f1738a5c680> # /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' <<< 8484 1726867722.66200: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.66337: 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 0x7f1738a5d130> <<< 8484 1726867722.66481: 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 0x7f1738a5daf0> <<< 8484 1726867722.66484: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5c9e0> <<< 8484 1726867722.66511: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a2deb0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867722.66547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867722.66585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867722.66598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5ee70> <<< 8484 1726867722.66614: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5d9a0> <<< 8484 1726867722.66634: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd2cf0> <<< 8484 1726867722.66660: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867722.66720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.66761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867722.66783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867722.66822: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a87200> <<< 8484 1726867722.66895: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867722.66972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738aaf560> <<< 8484 1726867722.67188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867722.67224: stdout chunk (state=3): >>># 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 0x7f1738b08380> # /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 <<< 8484 1726867722.67241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867722.67313: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738b0aae0> <<< 8484 1726867722.67382: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738b084a0> <<< 8484 1726867722.67429: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ad5370> <<< 8484 1726867722.67453: 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 0x7f173890d460> <<< 8484 1726867722.67476: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738aae390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5fdd0> <<< 8484 1726867722.67615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867722.67642: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1738aae6c0> <<< 8484 1726867722.67795: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_eq0v31p0/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867722.67921: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.67979: 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' <<< 8484 1726867722.68004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867722.68089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867722.68116: 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 0x7f1738967140> import '_typing' # <<< 8484 1726867722.68316: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738946030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389451c0> # zipimport: zlib available <<< 8484 1726867722.68335: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867722.68357: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867722.68419: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867722.68475: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.69800: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.70996: 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 0x7f1738965010> <<< 8484 1726867722.71003: 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' <<< 8484 1726867722.71112: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1738992b40> <<< 8484 1726867722.71233: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738992210> # /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' <<< 8484 1726867722.71364: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738992cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738967dd0> 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 0x7f17389938c0> # 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 0x7f1738993a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867722.71373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867722.71467: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738993f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867722.71476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867722.71528: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738315cd0> # 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 0x7f17383178f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867722.71532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867722.71653: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173831c2f0> # /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 0x7f173831d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867722.71703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867722.71718: 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' <<< 8484 1726867722.71756: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173831ff20> <<< 8484 1726867722.71866: 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 0x7f1738c42fc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173831e1e0> <<< 8484 1726867722.71903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /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 <<< 8484 1726867722.71951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867722.72014: 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 0x7f1738323e30> <<< 8484 1726867722.72068: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867722.72086: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738322900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738322660> <<< 8484 1726867722.72096: 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' <<< 8484 1726867722.72145: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738322bd0> <<< 8484 1726867722.72237: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173831e6f0> # 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 0x7f1738367f20> # /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' <<< 8484 1726867722.72342: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738368260> # /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' <<< 8484 1726867722.72512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1738369d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738369af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867722.72516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.72546: 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 0x7f173836c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173836a420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867722.72621: 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 <<< 8484 1726867722.72624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867722.72700: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173836fa70> <<< 8484 1726867722.72795: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173836c440> <<< 8484 1726867722.72850: 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 0x7f17383709b0> <<< 8484 1726867722.72895: 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 0x7f1738370e30> <<< 8484 1726867722.72930: 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 0x7f1738370a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738368410> <<< 8484 1726867722.72960: 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' <<< 8484 1726867722.72990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867722.73014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867722.73033: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.73053: 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 0x7f17383fc350> <<< 8484 1726867722.73238: 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 0x7f17383fd670> <<< 8484 1726867722.73284: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738372ae0> # 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 0x7f1738373e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738372720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867722.73308: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.73385: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.73490: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867722.73494: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.73523: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867722.73530: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.73649: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.73772: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.74314: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.74863: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867722.74900: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867722.74910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.74956: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.74965: 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 0x7f17382018b0> <<< 8484 1726867722.75037: 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' <<< 8484 1726867722.75068: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738202660> <<< 8484 1726867722.75135: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738370c50> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867722.75218: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867722.75317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.75485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867722.75499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382027b0> # zipimport: zlib available <<< 8484 1726867722.75935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76450: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76520: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867722.76525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76568: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867722.76615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76674: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76754: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867722.76764: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76789: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867722.76801: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76833: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.76881: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867722.76887: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77117: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867722.77415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867722.77430: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867722.77500: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738203920> # zipimport: zlib available <<< 8484 1726867722.77572: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77647: 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' # <<< 8484 1726867722.77678: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77715: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77755: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867722.77804: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.77902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.78177: 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 <<< 8484 1726867722.78183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.78188: 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 0x7f173820e270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382092e0> <<< 8484 1726867722.78191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867722.78234: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.78324: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.78544: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # 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' <<< 8484 1726867722.78576: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389deba0> <<< 8484 1726867722.78710: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389c6870> <<< 8484 1726867722.78746: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173820e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738371b50> # destroy ansible.module_utils.distro <<< 8484 1726867722.78749: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867722.78885: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 8484 1726867722.78890: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867722.79416: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.79942: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.80619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.81371: 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 0x7f17382a0950> <<< 8484 1726867722.81384: 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 0x7f17382a0b60> # /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' <<< 8484 1726867722.81425: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a12b0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a0e30> <<< 8484 1726867722.81474: 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' <<< 8484 1726867722.81498: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a1bb0> # /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' <<< 8484 1726867722.81525: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867722.81540: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867722.81548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867722.81590: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867722.81638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173828d970> <<< 8484 1726867722.81645: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173828cf80> <<< 8484 1726867722.81679: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867722.81710: 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 0x7f1737e466c0> <<< 8484 1726867722.81735: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a3380> <<< 8484 1726867722.81757: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867722.81799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867722.81847: 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 <<< 8484 1726867722.81984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e55250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e47dd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e47140> <<< 8484 1726867722.82018: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a2810> <<< 8484 1726867722.82044: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867722.82068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867722.82148: 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' <<< 8484 1726867722.82295: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec12b0> <<< 8484 1726867722.82298: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e793d0> <<< 8484 1726867722.82431: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e47bf0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 8484 1726867722.82480: 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 <<< 8484 1726867722.82526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867722.82531: 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 0x7f1737ec8d40> <<< 8484 1726867722.82622: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec30b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e78ec0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a21e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a1c10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a1910> <<< 8484 1726867722.82633: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a0bc0> # /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 0x7f17382a1c40> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 8484 1726867722.82784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867722.82788: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec9370> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec8f20> <<< 8484 1726867722.82817: 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' <<< 8484 1726867722.82821: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec9c10> <<< 8484 1726867722.82866: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867722.82868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867722.82920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867722.82949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867722.83024: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.83107: 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 0x7f1737ed01d0> <<< 8484 1726867722.83279: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737eb17c0> <<< 8484 1726867722.83297: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ecaa20> <<< 8484 1726867722.83322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867722.83331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867722.83368: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737eb1220> <<< 8484 1726867722.83387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867722.83397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 8484 1726867722.83400: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ee63c0> <<< 8484 1726867722.83423: 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' <<< 8484 1726867722.83444: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867722.83468: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ee7050> <<< 8484 1726867722.83473: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ee6b10> <<< 8484 1726867722.83498: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867722.83569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867722.83634: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ee7560> <<< 8484 1726867722.83652: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867722.83693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867722.83907: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737edb650> <<< 8484 1726867722.83929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867722.83943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867722.83968: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737dd9e80> <<< 8484 1726867722.84011: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84115: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867722.84119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84244: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84376: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867722.84388: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84434: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867722.84493: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.84733: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867722.84825: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867722.85304: 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' <<< 8484 1726867722.85346: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867722.85350: 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 0x7f1737b1ee40> <<< 8484 1726867722.85385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867722.85420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867722.85538: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1ef30> <<< 8484 1726867722.85554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867722.85571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 8484 1726867722.85584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 8484 1726867722.85597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 8484 1726867722.85621: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.85647: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1737b6f110> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b6e960> <<< 8484 1726867722.85655: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.85677: 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 0x7f1737b6eb40> <<< 8484 1726867722.85711: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1f470> <<< 8484 1726867722.85746: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1e450> <<< 8484 1726867722.85753: 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 0x7f1737b1eb40> <<< 8484 1726867722.85779: 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 <<< 8484 1726867722.85842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867722.85875: 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' <<< 8484 1726867722.85912: 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' <<< 8484 1726867722.86021: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 8484 1726867722.86048: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1737be8740> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737be8350> <<< 8484 1726867722.86059: 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 <<< 8484 1726867722.86112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867722.86160: 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 0x7f1737bebf50> <<< 8484 1726867722.86216: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737be8890> <<< 8484 1726867722.86219: 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 <<< 8484 1726867722.86298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867722.87228: 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 0x7f1737737140> <<< 8484 1726867722.87308: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377001d0> <<< 8484 1726867722.87326: 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 <<< 8484 1726867722.87394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867722.87484: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 8484 1726867722.87487: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17377b4d40> <<< 8484 1726867722.87652: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377375c0> <<< 8484 1726867722.87688: 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 <<< 8484 1726867722.87729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867722.87813: 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 0x7f17377b7d70> <<< 8484 1726867722.87865: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377b4f20> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 8484 1726867722.87921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867722.87965: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 8484 1726867722.87975: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17377f3ec0> <<< 8484 1726867722.88034: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377f0110> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 8484 1726867722.88071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867722.88137: 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 0x7f1735d4d1f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4c5f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b8be90> <<< 8484 1726867722.88166: 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 <<< 8484 1726867722.88196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867722.88200: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867722.88229: 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 <<< 8484 1726867722.88243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867722.88271: 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 0x7f1735d686b0> <<< 8484 1726867722.88347: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4fb00> <<< 8484 1726867722.88354: 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 <<< 8484 1726867722.88431: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6ac90> <<< 8484 1726867722.88436: 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 <<< 8484 1726867722.88438: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867722.88460: 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 <<< 8484 1726867722.88484: 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 0x7f1735d6bb60> <<< 8484 1726867722.88531: 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' <<< 8484 1726867722.88946: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 8484 1726867722.88978: 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 0x7f1735d98470> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 8484 1726867722.89040: 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 0x7f1735d99940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6bda0> <<< 8484 1726867722.89046: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6ac00> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6a4e0> <<< 8484 1726867722.89079: 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 <<< 8484 1726867722.89082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.89218: 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 0x7f1735d9b590> <<< 8484 1726867722.89221: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6b080> <<< 8484 1726867722.89276: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d68950> <<< 8484 1726867722.89295: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4f140> <<< 8484 1726867722.89322: 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 <<< 8484 1726867722.89331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.89448: 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 0x7f1735d4f830> <<< 8484 1726867722.89480: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4f590> <<< 8484 1726867722.89492: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4d370> <<< 8484 1726867722.89534: 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 0x7f1735dd4ad0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 8484 1726867722.89579: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867722.89617: 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 <<< 8484 1726867722.89622: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 8484 1726867722.89684: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd6ff0> <<< 8484 1726867722.89688: 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' <<< 8484 1726867722.89746: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd77d0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd62d0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 8484 1726867722.89807: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd7f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd4aa0> <<< 8484 1726867722.89842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.89894: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 8484 1726867722.89946: stdout chunk (state=3): >>># 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 0x7f1735dfda60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfcfe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfce00> <<< 8484 1726867722.89977: 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' <<< 8484 1726867722.90018: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867722.90077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867722.90084: 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 <<< 8484 1726867722.90127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867722.90134: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735e28b30> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867722.90191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867722.90218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867722.90246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867722.90302: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17356f2bd0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.90326: 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 0x7f17356f2f30> <<< 8484 1726867722.90351: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735e2ae40> <<< 8484 1726867722.90392: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735e28fe0> <<< 8484 1726867722.90409: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfffe0> <<< 8484 1726867722.90440: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfe270> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfdfa0> <<< 8484 1726867722.90481: 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 <<< 8484 1726867722.90485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867722.90552: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.90563: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173572caa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17356f3bf0> <<< 8484 1726867722.90598: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfe7b0> <<< 8484 1726867722.90623: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867722.90641: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173572d160> <<< 8484 1726867722.90675: 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 0x7f173572d4f0> <<< 8484 1726867722.90693: 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 0x7f173572d5b0> <<< 8484 1726867722.90717: 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 0x7f173572d6d0> <<< 8484 1726867722.90744: 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 <<< 8484 1726867722.90778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867722.90799: 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 <<< 8484 1726867722.90817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867722.90891: 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 0x7f173574c2c0> <<< 8484 1726867722.90956: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173572e3f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py <<< 8484 1726867722.90959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574c470> <<< 8484 1726867722.91004: 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' <<< 8484 1726867722.91007: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574c560> <<< 8484 1726867722.91058: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173572d520> # /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 0x7f173574c620> <<< 8484 1726867722.91066: 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 <<< 8484 1726867722.91093: stdout chunk (state=3): >>># 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 <<< 8484 1726867722.91168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867722.91201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867722.91295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867722.91357: 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' <<< 8484 1726867722.91361: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.91367: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1735777fe0> <<< 8484 1726867722.91373: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357774d0> <<< 8484 1726867722.91451: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735775f70> <<< 8484 1726867722.91577: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574deb0> <<< 8484 1726867722.91639: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574d310> # /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 0x7f173831ffe0> <<< 8484 1726867722.91707: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574f560> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 8484 1726867722.91740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357b89e0> # /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 0x7f17357b8c50> # /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' <<< 8484 1726867722.91757: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867722.91801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357b95b0> <<< 8484 1726867722.91826: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357b9040> <<< 8484 1726867722.91830: 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 0x7f17357ba480> <<< 8484 1726867722.91865: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b6f290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1de20> <<< 8484 1726867722.92405: 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 <<< 8484 1726867722.92415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867722.92447: 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' <<< 8484 1726867722.92489: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357bb020> <<< 8484 1726867722.92517: 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' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 8484 1726867722.92551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867722.92593: 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 <<< 8484 1726867722.92652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867722.92660: 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 <<< 8484 1726867722.92700: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735583ad0> # /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' <<< 8484 1726867722.92766: 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 <<< 8484 1726867722.92774: stdout chunk (state=3): >>># 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' <<< 8484 1726867722.92906: 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 0x7f17355a9af0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355a96a0> <<< 8484 1726867722.92944: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.92952: 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 0x7f1735e2adb0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355a8560> <<< 8484 1726867722.93002: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735583da0> <<< 8484 1726867722.93020: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735580b30> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 8484 1726867722.93041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867722.93045: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735583890> <<< 8484 1726867722.93064: 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 <<< 8484 1726867722.93095: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867722.93115: 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 <<< 8484 1726867722.93150: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867722.93182: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355befc0> <<< 8484 1726867722.93300: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355bdaf0> <<< 8484 1726867722.93308: 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 # 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 0x7f17355e47d0> # /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' <<< 8484 1726867722.93478: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e4ad0> # /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 0x7f17355e4d40> # /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 0x7f17355e4fe0> # /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' <<< 8484 1726867722.93516: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e5700> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e5550> # /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 <<< 8484 1726867722.93678: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e6f30> # /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 0x7f17355e70e0> <<< 8484 1726867722.93683: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e72f0> <<< 8484 1726867722.93737: 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 # 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 <<< 8484 1726867722.93748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355fc290> <<< 8484 1726867722.93851: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e7ad0> # /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 0x7f17355fce30> # /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 0x7f17355fd280> # /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' <<< 8484 1726867722.93926: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355fd460> # /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' <<< 8484 1726867722.94036: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355fd730> <<< 8484 1726867722.94040: 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 0x7f17355fe600> # /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' <<< 8484 1726867722.94047: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355fe840> # /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 <<< 8484 1726867722.94050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 8484 1726867722.94067: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355fea50> <<< 8484 1726867722.94091: 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 <<< 8484 1726867722.94144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 8484 1726867722.94151: 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 0x7f17355ff650> <<< 8484 1726867722.94172: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355ff170> <<< 8484 1726867722.94180: 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 <<< 8484 1726867722.94391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 8484 1726867722.94394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 8484 1726867722.94397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735624500> <<< 8484 1726867722.94406: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355ffe00> # /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 0x7f1735625160> <<< 8484 1726867722.94412: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867722.94415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735625430> <<< 8484 1726867722.94417: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 8484 1726867722.94419: stdout chunk (state=3): >>># 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 0x7f1735626390><<< 8484 1726867722.94430: stdout chunk (state=3): >>> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735626630> <<< 8484 1726867722.94483: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 8484 1726867722.94503: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17356267e0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357bb470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357bb200> <<< 8484 1726867722.94538: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357ba840> # /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' <<< 8484 1726867722.94590: 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 <<< 8484 1726867722.94629: stdout chunk (state=3): >>># 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 0x7f17356271d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735626f00> # /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' <<< 8484 1726867722.94657: 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 <<< 8484 1726867722.94724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867722.94736: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867722.94768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867722.94854: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173564d640> <<< 8484 1726867722.94858: 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' <<< 8484 1726867722.94969: stdout chunk (state=3): >>># /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' <<< 8484 1726867722.94983: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173564ed20> <<< 8484 1726867722.95033: 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 0x7f173564dfa0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173564db50> <<< 8484 1726867722.95078: 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 <<< 8484 1726867722.95119: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867722.95149: 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 0x7f173539c650> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735383a70> <<< 8484 1726867722.95177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 8484 1726867722.95229: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867722.95286: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867722.95313: 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 <<< 8484 1726867722.95339: 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 0x7f173539f4d0> # /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 0x7f173539fd70> <<< 8484 1726867722.95404: 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' <<< 8484 1726867722.95429: stdout chunk (state=3): >>># destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173539cce0> <<< 8484 1726867722.95463: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173539c9b0> <<< 8484 1726867722.95542: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735627470> # /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' <<< 8484 1726867722.95581: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173564d190> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735627020> <<< 8484 1726867722.95614: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735580200> # /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' <<< 8484 1726867722.95668: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353c9f10> <<< 8484 1726867722.95712: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353ca7e0> <<< 8484 1726867722.95763: 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' <<< 8484 1726867722.95811: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353cb800> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 8484 1726867722.95868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353cbe60> # /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' <<< 8484 1726867722.95919: 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' # /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' <<< 8484 1726867722.95938: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867722.96185: 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 0x7f17353f1520> <<< 8484 1726867722.96244: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f0ef0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f0b90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f0830> # /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 0x7f17353f1370> # /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 <<< 8484 1726867722.96253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867722.96257: 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' <<< 8484 1726867722.96288: 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 0x7f17353f3290> <<< 8484 1726867722.96316: 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' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f3350> <<< 8484 1726867722.96506: 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' # 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 0x7f17353f3a70> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f38f0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 8484 1726867722.96543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 8484 1726867722.96742: 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 # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735422090> # /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 <<< 8484 1726867722.96868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354232c0> # /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 0x7f1735423530> # /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' <<< 8484 1726867722.96950: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1735423680> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354233e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735422d80> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735422210> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354214c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735420a70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354202f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f2db0> <<< 8484 1726867722.97075: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f22d0> # /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 0x7f1735422f60> <<< 8484 1726867722.97143: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735423a40> # /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 0x7f173544c350> # /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 0x7f173544c710> <<< 8484 1726867722.97206: 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 <<< 8484 1726867722.97212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867722.97229: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173544d010> # /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 <<< 8484 1726867722.97276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867722.97313: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173544db80> <<< 8484 1726867723.10585: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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}}} <<< 8484 1726867723.11811: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 8484 1726867723.12280: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867723.12314: 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 <<< 8484 1726867723.12330: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools <<< 8484 1726867723.12357: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.12452: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # 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 <<< 8484 1726867723.12455: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 <<< 8484 1726867723.12458: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # 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 <<< 8484 1726867723.12462: stdout chunk (state=3): >>># cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # 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 <<< 8484 1726867723.12495: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.12547: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.12596: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.12600: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade <<< 8484 1726867723.13174: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma <<< 8484 1726867723.13221: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport <<< 8484 1726867723.13249: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 8484 1726867723.13287: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 8484 1726867723.13320: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867723.13352: 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 # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867723.13393: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 8484 1726867723.13422: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.13464: 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 <<< 8484 1726867723.13542: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses <<< 8484 1726867723.13550: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 8484 1726867723.13637: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # 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 <<< 8484 1726867723.13668: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping 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 <<< 8484 1726867723.13721: stdout chunk (state=3): >>># cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # 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 <<< 8484 1726867723.13744: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.13841: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # 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 <<< 8484 1726867723.13883: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.13936: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # 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 <<< 8484 1726867723.14000: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.14028: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses <<< 8484 1726867723.14054: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.14573: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867723.14618: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867723.14661: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867723.14705: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867723.14746: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 8484 1726867723.14780: 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 <<< 8484 1726867723.14798: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867723.14827: stdout chunk (state=3): >>># destroy _blake2 # destroy email <<< 8484 1726867723.14856: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.14911: 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 <<< 8484 1726867723.14946: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.14994: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867723.15004: stdout chunk (state=3): >>># 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 <<< 8484 1726867723.15077: stdout chunk (state=3): >>># destroy _warnings <<< 8484 1726867723.15092: stdout chunk (state=3): >>># destroy posix <<< 8484 1726867723.15118: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867723.15149: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867723.15225: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867723.15369: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 8484 1726867723.15412: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867723.16145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867723.16148: stdout chunk (state=3): >>><<< 8484 1726867723.16150: stderr chunk (state=3): >>><<< 8484 1726867723.16590: _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 0x7f1738e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738de7b30> # /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 0x7f1738e1aa50> 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 0x7f1738c09130> # /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 0x7f1738c0a120> 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 0x7f1738c4ff80> # /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 0x7f1738c5c110> # /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 0x7f1738c7f9b0> # /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 0x7f1738c7ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c5fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c5d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c4d130> # /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 0x7f1738ca3890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ca24b0> # /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 0x7f1738c5e240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ca0d70> # /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 0x7f1738cd08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c4c3b0> # /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 0x7f1738cd0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd0c50> # 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 0x7f1738cd1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738c42ed0> # /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 0x7f1738cd16a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd13a0> 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 0x7f1738cd25a0> 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 0x7f1738cec7d0> 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 0x7f1738cedf10> # /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 0x7f1738ceedb0> # 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 0x7f1738cef410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cee300> # /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 0x7f1738cefe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cef5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd2600> # /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 0x7f1738a2fd10> # /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 0x7f1738a5c800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5c560> # 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 0x7f1738a5c680> # /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 0x7f1738a5d130> # 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 0x7f1738a5daf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5c9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a2deb0> # /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 0x7f1738a5ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5d9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738cd2cf0> # /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 0x7f1738a87200> # /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 0x7f1738aaf560> # /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 0x7f1738b08380> # /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 0x7f1738b0aae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738b084a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738ad5370> # /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 0x7f173890d460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738aae390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738a5fdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1738aae6c0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_eq0v31p0/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 0x7f1738967140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738946030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389451c0> # 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 0x7f1738965010> # /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 0x7f1738992b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738992210> # /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 0x7f1738992cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738967dd0> 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 0x7f17389938c0> # 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 0x7f1738993a40> # /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 0x7f1738993f80> 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 0x7f1738315cd0> # 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 0x7f17383178f0> # /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 0x7f173831c2f0> # /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 0x7f173831d1c0> # /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 0x7f173831ff20> # 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 0x7f1738c42fc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173831e1e0> # /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 0x7f1738323e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738322900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738322660> # /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 0x7f1738322bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173831e6f0> # 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 0x7f1738367f20> # /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 0x7f1738368260> # /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 0x7f1738369d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738369af0> # /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 0x7f173836c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173836a420> # /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 0x7f173836fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173836c440> # 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 0x7f17383709b0> # 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 0x7f1738370e30> # 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 0x7f1738370a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738368410> # /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 0x7f17383fc350> # 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 0x7f17383fd670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738372ae0> # 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 0x7f1738373e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738372720> # 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 0x7f17382018b0> # /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 0x7f1738202660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738370c50> 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 0x7f17382027b0> # 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 0x7f1738203920> # 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 0x7f173820e270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382092e0> 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 0x7f17389deba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17389c6870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173820e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1738371b50> # 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 0x7f17382a0950> # /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 0x7f17382a0b60> # /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 0x7f17382a12b0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a0e30> # /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 0x7f17382a1bb0> # /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 0x7f173828d970> # /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 0x7f173828cf80> # /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 0x7f1737e466c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a3380> # /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 0x7f1737e55250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e47dd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e47140> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a2810> # /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 0x7f1737ec12b0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e793d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e47bf0> # /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 0x7f1737ec8d40> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec30b0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737e78ec0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a21e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a1c10> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a1910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17382a0bc0> # /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 0x7f17382a1c40> # /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 0x7f1737ec9370> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ec8f20> # /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 0x7f1737ec9c10> # /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 0x7f1737ed01d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737eb17c0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ecaa20> # /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 0x7f1737eb1220> # /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 0x7f1737ee63c0> # /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 0x7f1737ee7050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737ee6b10> # /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 0x7f1737ee7560> # /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 0x7f1737edb650> # /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 0x7f1737dd9e80> # 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 0x7f1737b1ee40> # /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 0x7f1737b1ef30> # /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 0x7f1737b6f110> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b6e960> # 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 0x7f1737b6eb40> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1f470> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1e450> # /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 0x7f1737b1eb40> # /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 0x7f1737be8740> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737be8350> # /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 0x7f1737bebf50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737be8890> # /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 0x7f1737737140> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377001d0> # /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 0x7f17377b4d40> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377375c0> # /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 0x7f17377b7d70> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377b4f20> # /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 0x7f17377f3ec0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17377f0110> # /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 0x7f1735d4d1f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4c5f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b8be90> # /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 0x7f1735d686b0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4fb00> # /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 0x7f1735d6ac90> # /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 0x7f1735d6bb60> # /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 0x7f1735d98470> # /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 0x7f1735d99940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6bda0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6ac00> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6a4e0> # /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 0x7f1735d9b590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d6b080> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d68950> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4f140> # /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 0x7f1735d4f830> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4f590> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735d4d370> # /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 0x7f1735dd4ad0> # /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 0x7f1735dd6ff0> # /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 0x7f1735dd77d0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd62d0> # /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 0x7f1735dd7f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dd4aa0> # /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 0x7f1735dfda60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfcfe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfce00> # /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 0x7f1735e28b30> # /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 0x7f17356f2bd0> # 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 0x7f17356f2f30> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735e2ae40> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735e28fe0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfffe0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfe270> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfdfa0> # /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 0x7f173572caa0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17356f3bf0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735dfe7b0> # /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 0x7f173572d160> # /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 0x7f173572d4f0> # /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 0x7f173572d5b0> # /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 0x7f173572d6d0> # /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 0x7f173574c2c0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173572e3f0> # /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 0x7f173574c470> # /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 0x7f173574c560> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173572d520> # /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 0x7f173574c620> # /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 0x7f1735777fe0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357774d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735775f70> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574deb0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173574d310> # /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 0x7f173831ffe0> # /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 0x7f173574f560> # /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 0x7f17357b89e0> # /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 0x7f17357b8c50> # /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 0x7f17357b95b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357b9040> # /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 0x7f17357ba480> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b6f290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1737b1de20> # /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 0x7f17357bb020> # /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 0x7f1735583ad0> # /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 0x7f17355a9af0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355a96a0> # 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 0x7f1735e2adb0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355a8560> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735583da0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735580b30> # /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 0x7f1735583890> # /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 0x7f17355befc0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355bdaf0> # /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 0x7f17355e47d0> # /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 0x7f17355e4ad0> # /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 0x7f17355e4d40> # /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 0x7f17355e4fe0> # /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 0x7f17355e5700> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e5550> # /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 0x7f17355e6f30> # /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 0x7f17355e70e0> # /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 0x7f17355e72f0> # /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 0x7f17355fc290> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355e7ad0> # /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 0x7f17355fce30> # /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 0x7f17355fd280> # /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 0x7f17355fd460> # /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 0x7f17355fd730> # /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 0x7f17355fe600> # /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 0x7f17355fe840> # /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 0x7f17355fea50> # /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 0x7f17355ff650> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355ff170> # /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 0x7f1735624500> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17355ffe00> # /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 0x7f1735625160> # /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 0x7f1735625430> # /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 0x7f1735626390> # /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 0x7f1735626630> # /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 0x7f17356267e0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357bb470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357bb200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17357ba840> # /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 0x7f17356271d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735626f00> # /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 0x7f173564d640> # /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 0x7f173564ed20> # 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 0x7f173564dfa0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173564db50> # /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 0x7f173539c650> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735383a70> # /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 0x7f173539f4d0> # /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 0x7f173539fd70> # /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 0x7f173539cce0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f173539c9b0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735627470> # /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 0x7f173564d190> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735627020> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735580200> # /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 0x7f17353c9f10> # /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 0x7f17353ca7e0> # /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 0x7f17353cb800> # /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 0x7f17353cbe60> # /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 0x7f17353f1520> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f0ef0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f0b90> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f0830> # /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 0x7f17353f1370> # /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 0x7f17353f3290> # /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 0x7f17353f3350> # /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 0x7f17353f3a70> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f38f0> # /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 0x7f1735422090> # /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 0x7f17354232c0> # /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 0x7f1735423530> # /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 0x7f1735423680> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354233e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735422d80> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735422210> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354214c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1735420a70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17354202f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f2db0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17353f22d0> # /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 0x7f1735422f60> # /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 0x7f1735423a40> # /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 0x7f173544c350> # /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 0x7f173544c710> # /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 0x7f173544d010> # /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 0x7f173544db80> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["lvm2", "util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867723.18445: done with _execute_module (ansible.legacy.dnf, {'name': ['lvm2', 'util-linux-core'], '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-1726867722.4575255-10527-277311273248441/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867723.18449: _low_level_execute_command(): starting 8484 1726867723.18452: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867722.4575255-10527-277311273248441/ > /dev/null 2>&1 && sleep 0' 8484 1726867723.18455: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867723.18458: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867723.18460: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867723.18463: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867723.18465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867723.20476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867723.20480: stderr chunk (state=3): >>><<< 8484 1726867723.20483: stdout chunk (state=3): >>><<< 8484 1726867723.20485: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867723.20488: handler run complete 8484 1726867723.20524: attempt loop complete, returning result 8484 1726867723.20528: _execute() done 8484 1726867723.20530: dumping result to json 8484 1726867723.20535: done dumping result, returning 8484 1726867723.20549: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Ensure required packages are installed [02e58e3f-6ce9-dbaf-c049-000000000d73] 8484 1726867723.20561: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d73 8484 1726867723.20662: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d73 8484 1726867723.20666: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867723.20755: no more pending results, returning what we have 8484 1726867723.20761: results queue empty 8484 1726867723.20762: checking for any_errors_fatal 8484 1726867723.20773: done checking for any_errors_fatal 8484 1726867723.20774: checking for max_fail_percentage 8484 1726867723.20776: done checking for max_fail_percentage 8484 1726867723.20777: checking to see if all hosts have failed and the running result is not ok 8484 1726867723.20778: done checking to see if all hosts have failed 8484 1726867723.20779: getting the remaining hosts for this loop 8484 1726867723.20780: done getting the remaining hosts for this loop 8484 1726867723.20784: getting the next task for host managed_node3 8484 1726867723.20792: done getting next task for host managed_node3 8484 1726867723.20797: ^ task is: TASK: fedora.linux_system_roles.snapshot : Run snapshot module {{ snapshot_lvm_action }} 8484 1726867723.20799: ^ state is: HOST STATE: block=2, task=28, 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 8484 1726867723.20812: getting variables 8484 1726867723.20814: in VariableManager get_vars() 8484 1726867723.20852: Calling all_inventory to load vars for managed_node3 8484 1726867723.20855: Calling groups_inventory to load vars for managed_node3 8484 1726867723.20857: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867723.20867: Calling all_plugins_play to load vars for managed_node3 8484 1726867723.21036: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867723.21043: Calling groups_plugins_play to load vars for managed_node3 8484 1726867723.21677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867723.22072: done with get_vars() 8484 1726867723.22084: done getting variables 8484 1726867723.22213: variable 'snapshot_lvm_action' from source: include params TASK [fedora.linux_system_roles.snapshot : Run snapshot module extend] ********* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 Friday 20 September 2024 17:28:43 -0400 (0:00:00.848) 0:00:58.519 ****** 8484 1726867723.22238: entering _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867723.22456: worker is 1 (out of 1 available) 8484 1726867723.22471: exiting _queue_task() for managed_node3/fedora.linux_system_roles.snapshot 8484 1726867723.22483: done queuing things up, now waiting for results queue to drain 8484 1726867723.22484: waiting for pending results... 8484 1726867723.22664: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend 8484 1726867723.22750: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d75 8484 1726867723.22760: variable 'ansible_search_path' from source: unknown 8484 1726867723.22764: variable 'ansible_search_path' from source: unknown 8484 1726867723.22793: calling self._execute() 8484 1726867723.22872: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867723.22876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867723.22888: variable 'omit' from source: magic vars 8484 1726867723.23047: variable 'omit' from source: magic vars 8484 1726867723.23277: variable 'omit' from source: magic vars 8484 1726867723.23281: variable 'snapshot_lvm_action' from source: include params 8484 1726867723.23341: variable 'snapshot_lvm_action' from source: include params 8484 1726867723.23513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867723.25215: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867723.25259: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867723.25292: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867723.25318: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867723.25339: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867723.25400: 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) 8484 1726867723.25422: 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) 8484 1726867723.25484: 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) 8484 1726867723.25501: 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) 8484 1726867723.25505: 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) 8484 1726867723.25571: variable 'ansible_check_mode' from source: magic vars 8484 1726867723.25666: variable 'snapshot_lvm_all_vgs' from source: include params 8484 1726867723.25742: variable 'snapshot_lvm_verify_only' from source: include params 8484 1726867723.25817: variable 'snapshot_lvm_mount_origin' from source: role '' defaults 8484 1726867723.25883: variable 'snapshot_lvm_mountpoint_create' from source: role '' defaults 8484 1726867723.25963: variable 'snapshot_lvm_unmount_all' from source: role '' defaults 8484 1726867723.26203: variable 'snapshot_lvm_percent_space_required' from source: include params 8484 1726867723.26207: variable 'omit' from source: magic vars 8484 1726867723.26447: variable 'snapshot_lvm_vg' from source: role '' defaults 8484 1726867723.26458: variable 'omit' from source: magic vars 8484 1726867723.26557: variable 'snapshot_lvm_lv' from source: role '' defaults 8484 1726867723.26566: variable 'omit' from source: magic vars 8484 1726867723.26665: variable 'snapshot_lvm_snapset_name' from source: include params 8484 1726867723.26776: variable 'omit' from source: magic vars 8484 1726867723.26780: variable 'snapshot_lvm_mount_options' from source: role '' defaults 8484 1726867723.26786: variable 'omit' from source: magic vars 8484 1726867723.26898: variable 'snapshot_lvm_fstype' from source: role '' defaults 8484 1726867723.26918: variable 'omit' from source: magic vars 8484 1726867723.27069: variable 'snapshot_lvm_mountpoint' from source: role '' defaults 8484 1726867723.27120: variable 'omit' from source: magic vars 8484 1726867723.27363: variable 'snapshot_lvm_set' from source: role '' defaults 8484 1726867723.27391: variable 'omit' from source: magic vars 8484 1726867723.27573: variable 'snapshot_lvm_vg_include' from source: play vars 8484 1726867723.27620: variable 'omit' from source: magic vars 8484 1726867723.27739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867723.27868: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867723.27875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867723.27877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867723.27912: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867723.27976: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867723.27979: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867723.27982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867723.28078: Set connection var ansible_pipelining to False 8484 1726867723.28090: Set connection var ansible_timeout to 10 8484 1726867723.28104: Set connection var ansible_connection to ssh 8484 1726867723.28175: Set connection var ansible_shell_type to sh 8484 1726867723.28179: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867723.28181: Set connection var ansible_shell_executable to /bin/sh 8484 1726867723.28183: variable 'ansible_shell_executable' from source: unknown 8484 1726867723.28185: variable 'ansible_connection' from source: unknown 8484 1726867723.28187: variable 'ansible_module_compression' from source: unknown 8484 1726867723.28189: variable 'ansible_shell_type' from source: unknown 8484 1726867723.28191: variable 'ansible_shell_executable' from source: unknown 8484 1726867723.28192: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867723.28198: variable 'ansible_pipelining' from source: unknown 8484 1726867723.28215: variable 'ansible_timeout' from source: unknown 8484 1726867723.28229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867723.28374: 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__) 8484 1726867723.28431: variable 'omit' from source: magic vars 8484 1726867723.28435: starting attempt loop 8484 1726867723.28440: running the handler 8484 1726867723.28463: _low_level_execute_command(): starting 8484 1726867723.28529: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867723.29274: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867723.29326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867723.29329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867723.29331: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867723.29417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867723.31289: stdout chunk (state=3): >>>/root <<< 8484 1726867723.31477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867723.31692: stdout chunk (state=3): >>><<< 8484 1726867723.31695: stderr chunk (state=3): >>><<< 8484 1726867723.31699: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867723.31702: _low_level_execute_command(): starting 8484 1726867723.31704: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759 `" && echo ansible-tmp-1726867723.3160896-10565-126967347997759="` echo /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759 `" ) && sleep 0' 8484 1726867723.32298: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867723.32302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867723.32433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867723.34405: stdout chunk (state=3): >>>ansible-tmp-1726867723.3160896-10565-126967347997759=/root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759 <<< 8484 1726867723.34539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867723.34565: stdout chunk (state=3): >>><<< 8484 1726867723.34568: stderr chunk (state=3): >>><<< 8484 1726867723.34600: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867723.3160896-10565-126967347997759=/root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867723.34660: variable 'ansible_module_compression' from source: unknown 8484 1726867723.34876: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.snapshot-ZIP_DEFLATED 8484 1726867723.34879: variable 'ansible_facts' from source: unknown 8484 1726867723.34881: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py 8484 1726867723.35097: Sending initial data 8484 1726867723.35102: Sent initial data (156 bytes) 8484 1726867723.36379: 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 <<< 8484 1726867723.36414: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867723.36418: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867723.36421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867723.36430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867723.36517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867723.36521: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867723.36614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867723.38303: 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 <<< 8484 1726867723.38395: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867723.38496: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpfzcbouc8 /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py <<< 8484 1726867723.38500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py" <<< 8484 1726867723.38583: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpfzcbouc8" to remote "/root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py" <<< 8484 1726867723.40381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867723.40492: stderr chunk (state=3): >>><<< 8484 1726867723.40496: stdout chunk (state=3): >>><<< 8484 1726867723.40697: done transferring module to remote 8484 1726867723.40711: _low_level_execute_command(): starting 8484 1726867723.40717: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/ /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py && sleep 0' 8484 1726867723.41933: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867723.41956: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867723.42091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867723.44025: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867723.44082: stderr chunk (state=3): >>><<< 8484 1726867723.44086: stdout chunk (state=3): >>><<< 8484 1726867723.44101: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867723.44104: _low_level_execute_command(): starting 8484 1726867723.44113: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/AnsiballZ_snapshot.py && sleep 0' 8484 1726867723.44736: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867723.44759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867723.44887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867723.47181: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 8484 1726867723.47205: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867723.47278: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867723.47298: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867723.47353: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867723.47381: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867723.47426: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867723.47508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 8484 1726867723.47566: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaef684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaef37b30> <<< 8484 1726867723.47591: 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 0x7fedaef6aa50> import '_signal' # <<< 8484 1726867723.47655: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867723.47659: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 8484 1726867723.47701: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867723.47777: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867723.47804: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867723.47898: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 8484 1726867723.47902: stdout chunk (state=3): >>>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 <<< 8484 1726867723.47977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaed5d130> <<< 8484 1726867723.48012: 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 0x7fedaed5e120> <<< 8484 1726867723.48032: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867723.48068: 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. <<< 8484 1726867723.48376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867723.48447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867723.48469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaeda3f80> <<< 8484 1726867723.48523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867723.48527: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedb0110> <<< 8484 1726867723.48601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867723.48634: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867723.48674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867723.48710: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867723.48715: 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 0x7fedaedd3950> <<< 8484 1726867723.48735: 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 0x7fedaedd3fe0> import '_collections' # <<< 8484 1726867723.48791: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedb3bf0> <<< 8484 1726867723.48825: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedb12e0> <<< 8484 1726867723.48962: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaeda1130> <<< 8484 1726867723.49033: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867723.49082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867723.49124: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedf7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedf6540> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867723.49128: 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 0x7fedaedb2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedf4d40> <<< 8484 1726867723.49191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867723.49257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee24950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaeda03b0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867723.49284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fedaee24e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee24cb0> <<< 8484 1726867723.49334: 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 0x7fedaee250a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaed96ed0> <<< 8484 1726867723.49337: 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' <<< 8484 1726867723.49376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867723.49382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867723.49440: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee25790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee25460> import 'importlib.machinery' # <<< 8484 1726867723.49461: 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 0x7fedaee26660> import 'importlib.util' # import 'runpy' # <<< 8484 1726867723.49492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867723.49537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867723.49566: 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 0x7fedaee40890> import 'errno' # <<< 8484 1726867723.49599: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.49618: 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 0x7fedaee41fd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867723.49639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867723.49679: 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' <<< 8484 1726867723.49692: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee42e70> <<< 8484 1726867723.49725: 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 0x7fedaee434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee423c0> <<< 8484 1726867723.49743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867723.49789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867723.49817: 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 0x7fedaee43e60> <<< 8484 1726867723.49820: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee43590> <<< 8484 1726867723.49856: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee266c0> <<< 8484 1726867723.49869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867723.49903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867723.49932: 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' <<< 8484 1726867723.49982: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.49998: 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 0x7fedaebc3ce0> # /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' <<< 8484 1726867723.50067: 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 0x7fedaebec800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebec560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.50096: 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 0x7fedaebec830> # /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' <<< 8484 1726867723.50153: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.50284: 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 0x7fedaebed160> <<< 8484 1726867723.50416: 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' <<< 8484 1726867723.50432: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fedaebedac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebeca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebc1e80> <<< 8484 1726867723.50467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867723.50508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867723.50513: 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' <<< 8484 1726867723.50537: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebeee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebedbe0> <<< 8484 1726867723.50559: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee26db0> <<< 8484 1726867723.50612: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867723.50680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867723.50727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867723.50745: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec17200> <<< 8484 1726867723.50806: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867723.50874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867723.50884: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec3f590> <<< 8484 1726867723.50898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867723.50959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867723.50990: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867723.51019: 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 0x7fedaec9c3b0> <<< 8484 1726867723.51068: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867723.51095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867723.51111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867723.51127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867723.51249: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec9eb10> <<< 8484 1726867723.51292: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec9c4d0> <<< 8484 1726867723.51345: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec693a0> <<< 8484 1726867723.51368: 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 0x7fedae529490> <<< 8484 1726867723.51396: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec3e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebefdd0> <<< 8484 1726867723.51508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867723.51530: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fedaec3e990> <<< 8484 1726867723.51658: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_nacxl706/ansible_fedora.linux_system_roles.snapshot_payload.zip' <<< 8484 1726867723.51679: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.51786: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.51817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867723.51834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867723.51867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867723.51941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867723.51988: 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 0x7fedae57b200> <<< 8484 1726867723.52001: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867723.52185: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae55e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae55d250> # zipimport: zlib available <<< 8484 1726867723.52235: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867723.52275: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867723.52278: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.53689: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.54818: 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 0x7fedae5790d0> <<< 8484 1726867723.54875: 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 <<< 8484 1726867723.54879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867723.54925: 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' <<< 8484 1726867723.54934: 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 0x7fedae5aab70> <<< 8484 1726867723.54959: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5aa900> <<< 8484 1726867723.55011: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5aa210> <<< 8484 1726867723.55015: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867723.55024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867723.55056: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5aa660> <<< 8484 1726867723.55102: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae57bc20> import 'atexit' # <<< 8484 1726867723.55106: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.55125: 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 0x7fedae5ab8f0> # 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 0x7fedae5abb30> <<< 8484 1726867723.55150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867723.55220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 8484 1726867723.55276: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5abf50> <<< 8484 1726867723.55279: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867723.55313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867723.55345: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae419cd0> <<< 8484 1726867723.55387: 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 0x7fedae41b8f0> <<< 8484 1726867723.55425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867723.55429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867723.55468: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41c2c0> <<< 8484 1726867723.55480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867723.55501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867723.55532: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41d190> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867723.55587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867723.55603: 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' <<< 8484 1726867723.55644: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41ff20> <<< 8484 1726867723.55696: 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 0x7fedaee42de0> <<< 8484 1726867723.55736: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41e1e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867723.55792: 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' <<< 8484 1726867723.55795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867723.55845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867723.55876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867723.55879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867723.55894: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae427ef0> import '_tokenize' # <<< 8484 1726867723.55952: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4269c0> <<< 8484 1726867723.55964: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae426720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867723.55993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867723.56043: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae426c90> <<< 8484 1726867723.56086: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41e6f0> <<< 8484 1726867723.56132: 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 0x7fedae46bfb0> <<< 8484 1726867723.56188: 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 0x7fedae46c2f0> <<< 8484 1726867723.56192: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867723.56203: 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' <<< 8484 1726867723.56242: 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 0x7fedae46dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae46db50> <<< 8484 1726867723.56264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867723.56394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867723.56451: 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 0x7fedae470230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae46e420> <<< 8484 1726867723.56465: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867723.56526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867723.56529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867723.56551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867723.56588: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4739e0> <<< 8484 1726867723.56713: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4703e0> <<< 8484 1726867723.56783: 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 0x7fedae474830> <<< 8484 1726867723.56808: 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 0x7fedae474a70> <<< 8484 1726867723.56854: 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' <<< 8484 1726867723.56892: 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 0x7fedae474b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae46c500> <<< 8484 1726867723.56918: 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 <<< 8484 1726867723.56947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867723.56972: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.56994: 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 0x7fedae3002f0> <<< 8484 1726867723.57213: 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 0x7fedae301730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae476ab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867723.57293: 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 0x7fedae477e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4766f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867723.57380: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.57466: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867723.57505: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867723.57619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.57729: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.58301: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.58842: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867723.58850: 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 <<< 8484 1726867723.58932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867723.58935: 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 0x7fedae305ac0> <<< 8484 1726867723.59021: 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' <<< 8484 1726867723.59024: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae306780> <<< 8484 1726867723.59059: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae301940> <<< 8484 1726867723.59100: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867723.59179: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867723.59319: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.59444: 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 0x7fedae305640> <<< 8484 1726867723.59447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.59905: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60381: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60431: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60519: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 8484 1726867723.60559: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60615: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867723.60681: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60751: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867723.60781: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867723.60803: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60836: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.60886: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 8484 1726867723.61143: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.61344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867723.61436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867723.61502: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867723.61560: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae307950> # zipimport: zlib available <<< 8484 1726867723.61593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.61688: 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' # <<< 8484 1726867723.61702: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.61774: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.61828: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867723.61857: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.61934: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.62038: 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 <<< 8484 1726867723.62095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867723.62152: 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 0x7fedae3121e0> <<< 8484 1726867723.62185: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae30f1a0> <<< 8484 1726867723.62215: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867723.62255: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.62317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.62344: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.62396: 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' <<< 8484 1726867723.62425: 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 <<< 8484 1726867723.62430: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867723.62456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867723.62515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867723.62542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867723.62558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867723.62616: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae402a80> <<< 8484 1726867723.62645: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5e2750> <<< 8484 1726867723.62743: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae3122d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae3066c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867723.62746: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.62771: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.62806: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867723.62851: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867723.62896: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867723.62934: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 8484 1726867723.62966: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available <<< 8484 1726867723.62974: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 8484 1726867723.63029: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 8484 1726867723.63032: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867723.63052: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.64189: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867723.65282: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867725.01191: stdout chunk (state=3): >>> {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": true, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} <<< 8484 1726867725.01216: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867725.01727: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867725.01762: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 8484 1726867725.01821: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma <<< 8484 1726867725.01853: stdout chunk (state=3): >>># 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 <<< 8484 1726867725.01906: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common <<< 8484 1726867725.01919: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 <<< 8484 1726867725.02163: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867725.02218: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867725.02252: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867725.02277: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 8484 1726867725.02321: 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 <<< 8484 1726867725.02368: stdout chunk (state=3): >>># 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 <<< 8484 1726867725.02430: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 8484 1726867725.02434: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867725.02446: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867725.02498: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867725.02578: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 8484 1726867725.02588: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 8484 1726867725.02657: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # 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 <<< 8484 1726867725.02661: 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 <<< 8484 1726867725.02800: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867725.02835: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867725.02878: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867725.02909: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867725.02925: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 8484 1726867725.02952: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867725.03041: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 8484 1726867725.03082: stdout chunk (state=3): >>> # 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 <<< 8484 1726867725.03129: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 8484 1726867725.03157: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # destroy builtins <<< 8484 1726867725.03171: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 8484 1726867725.03672: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867725.03675: stdout chunk (state=3): >>><<< 8484 1726867725.03677: stderr chunk (state=3): >>><<< 8484 1726867725.03691: _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 0x7fedaef684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaef37b30> # /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 0x7fedaef6aa50> 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 0x7fedaed5d130> # /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 0x7fedaed5e120> 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 0x7fedaeda3f80> # /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 0x7fedaedb0110> # /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 0x7fedaedd3950> # /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 0x7fedaedd3fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedb3bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedb12e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaeda1130> # /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 0x7fedaedf7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedf6540> # /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 0x7fedaedb2210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaedf4d40> # /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 0x7fedaee24950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaeda03b0> # /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 0x7fedaee24e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee24cb0> # 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 0x7fedaee250a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaed96ed0> # /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 0x7fedaee25790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee25460> 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 0x7fedaee26660> 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 0x7fedaee40890> 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 0x7fedaee41fd0> # /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 0x7fedaee42e70> # 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 0x7fedaee434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee423c0> # /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 0x7fedaee43e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee43590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee266c0> # /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 0x7fedaebc3ce0> # /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 0x7fedaebec800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebec560> # 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 0x7fedaebec830> # /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 0x7fedaebed160> # 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 0x7fedaebedac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebeca10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebc1e80> # /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 0x7fedaebeee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebedbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaee26db0> # /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 0x7fedaec17200> # /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 0x7fedaec3f590> # /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 0x7fedaec9c3b0> # /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 0x7fedaec9eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec9c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec693a0> # /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 0x7fedae529490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaec3e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedaebefdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fedaec3e990> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.snapshot_payload_nacxl706/ansible_fedora.linux_system_roles.snapshot_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 0x7fedae57b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae55e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae55d250> # 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 0x7fedae5790d0> # /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 0x7fedae5aab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5aa900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5aa210> # /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 0x7fedae5aa660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae57bc20> 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 0x7fedae5ab8f0> # 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 0x7fedae5abb30> # /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 0x7fedae5abf50> 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 0x7fedae419cd0> # 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 0x7fedae41b8f0> # /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 0x7fedae41c2c0> # /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 0x7fedae41d190> # /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 0x7fedae41ff20> # 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 0x7fedaee42de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41e1e0> # /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 0x7fedae427ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4269c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae426720> # /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 0x7fedae426c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae41e6f0> # 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 0x7fedae46bfb0> # /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 0x7fedae46c2f0> # /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 0x7fedae46dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae46db50> # /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 0x7fedae470230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae46e420> # /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 0x7fedae4739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4703e0> # 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 0x7fedae474830> # 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 0x7fedae474a70> # 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 0x7fedae474b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae46c500> # /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 0x7fedae3002f0> # 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 0x7fedae301730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae476ab0> # 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 0x7fedae477e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae4766f0> # 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 0x7fedae305ac0> # /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 0x7fedae306780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae301940> 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 0x7fedae305640> # 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 0x7fedae307950> # 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 0x7fedae3121e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae30f1a0> 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 0x7fedae402a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae5e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae3122d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fedae3066c0> # 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 # zipimport: zlib available {"changed": false, "return_code": 0, "message": "", "errors": "", "msg": "", "invocation": {"module_args": {"snapshot_lvm_action": "extend", "ansible_check_mode": false, "snapshot_lvm_all_vgs": true, "snapshot_lvm_verify_only": true, "snapshot_lvm_mount_origin": false, "snapshot_lvm_mountpoint_create": false, "snapshot_lvm_unmount_all": false, "snapshot_lvm_percent_space_required": "40", "snapshot_lvm_vg": "", "snapshot_lvm_lv": "", "snapshot_lvm_snapset_name": "snapset1", "snapshot_lvm_mount_options": "", "snapshot_lvm_fstype": "", "snapshot_lvm_mountpoint": "", "snapshot_lvm_set": {"volumes": [], "name": null}, "snapshot_lvm_vg_include": "^test_"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 # 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 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 _io # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867725.04403: done with _execute_module (fedora.linux_system_roles.snapshot, {'snapshot_lvm_action': 'extend', 'ansible_check_mode': False, 'snapshot_lvm_all_vgs': True, 'snapshot_lvm_verify_only': True, 'snapshot_lvm_mount_origin': False, 'snapshot_lvm_mountpoint_create': False, 'snapshot_lvm_unmount_all': False, 'snapshot_lvm_percent_space_required': '40', 'snapshot_lvm_vg': '', 'snapshot_lvm_lv': '', 'snapshot_lvm_snapset_name': 'snapset1', 'snapshot_lvm_mount_options': '', 'snapshot_lvm_fstype': '', 'snapshot_lvm_mountpoint': '', 'snapshot_lvm_set': {}, 'snapshot_lvm_vg_include': '^test_', '_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.snapshot', '_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-1726867723.3160896-10565-126967347997759/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867725.04407: _low_level_execute_command(): starting 8484 1726867725.04409: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867723.3160896-10565-126967347997759/ > /dev/null 2>&1 && sleep 0' 8484 1726867725.04765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867725.04784: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867725.04800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867725.04824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867725.04840: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867725.04887: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.04973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867725.05002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867725.05033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867725.05229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867725.07352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867725.07357: stdout chunk (state=3): >>><<< 8484 1726867725.07360: stderr chunk (state=3): >>><<< 8484 1726867725.07382: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867725.07423: handler run complete 8484 1726867725.07442: attempt loop complete, returning result 8484 1726867725.07452: _execute() done 8484 1726867725.07529: dumping result to json 8484 1726867725.07532: done dumping result, returning 8484 1726867725.07537: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Run snapshot module extend [02e58e3f-6ce9-dbaf-c049-000000000d75] 8484 1726867725.07540: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d75 ok: [managed_node3] => { "changed": false, "errors": "", "message": "", "return_code": 0 } 8484 1726867725.07728: no more pending results, returning what we have 8484 1726867725.07731: results queue empty 8484 1726867725.07731: checking for any_errors_fatal 8484 1726867725.07739: done checking for any_errors_fatal 8484 1726867725.07739: checking for max_fail_percentage 8484 1726867725.07741: done checking for max_fail_percentage 8484 1726867725.07742: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.07743: done checking to see if all hosts have failed 8484 1726867725.07743: getting the remaining hosts for this loop 8484 1726867725.07745: done getting the remaining hosts for this loop 8484 1726867725.07748: getting the next task for host managed_node3 8484 1726867725.07755: done getting next task for host managed_node3 8484 1726867725.07759: ^ task is: TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867725.07761: ^ state is: HOST STATE: block=2, task=28, 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=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 8484 1726867725.07775: getting variables 8484 1726867725.07777: in VariableManager get_vars() 8484 1726867725.07816: Calling all_inventory to load vars for managed_node3 8484 1726867725.07819: Calling groups_inventory to load vars for managed_node3 8484 1726867725.07821: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.07830: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.07833: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.07835: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.08392: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d75 8484 1726867725.08395: WORKER PROCESS EXITING 8484 1726867725.08733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.09741: done with get_vars() 8484 1726867725.09760: done getting variables 8484 1726867725.09966: 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.snapshot : Print out response] ***************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:40 Friday 20 September 2024 17:28:45 -0400 (0:00:01.878) 0:01:00.397 ****** 8484 1726867725.10087: entering _queue_task() for managed_node3/debug 8484 1726867725.10474: worker is 1 (out of 1 available) 8484 1726867725.10494: exiting _queue_task() for managed_node3/debug 8484 1726867725.10506: done queuing things up, now waiting for results queue to drain 8484 1726867725.10507: waiting for pending results... 8484 1726867725.10838: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response 8484 1726867725.10989: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d77 8484 1726867725.11015: variable 'ansible_search_path' from source: unknown 8484 1726867725.11024: variable 'ansible_search_path' from source: unknown 8484 1726867725.11077: calling self._execute() 8484 1726867725.11191: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.11204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.11222: variable 'omit' from source: magic vars 8484 1726867725.11352: variable 'omit' from source: magic vars 8484 1726867725.11390: variable 'omit' from source: magic vars 8484 1726867725.11420: variable 'omit' from source: magic vars 8484 1726867725.11453: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.11489: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.11506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.11521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.11531: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.11556: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.11560: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.11563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.11635: Set connection var ansible_pipelining to False 8484 1726867725.11639: Set connection var ansible_timeout to 10 8484 1726867725.11643: Set connection var ansible_connection to ssh 8484 1726867725.11651: Set connection var ansible_shell_type to sh 8484 1726867725.11654: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.11659: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.11681: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.11684: variable 'ansible_connection' from source: unknown 8484 1726867725.11687: variable 'ansible_module_compression' from source: unknown 8484 1726867725.11689: variable 'ansible_shell_type' from source: unknown 8484 1726867725.11692: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.11694: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.11697: variable 'ansible_pipelining' from source: unknown 8484 1726867725.11699: variable 'ansible_timeout' from source: unknown 8484 1726867725.11701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.11808: 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) 8484 1726867725.11822: variable 'omit' from source: magic vars 8484 1726867725.11825: starting attempt loop 8484 1726867725.11829: running the handler 8484 1726867725.11864: variable 'snapshot_cmd' from source: set_fact 8484 1726867725.12000: variable 'snapshot_cmd' from source: set_fact 8484 1726867725.12062: handler run complete 8484 1726867725.12077: attempt loop complete, returning result 8484 1726867725.12080: _execute() done 8484 1726867725.12083: dumping result to json 8484 1726867725.12085: done dumping result, returning 8484 1726867725.12092: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Print out response [02e58e3f-6ce9-dbaf-c049-000000000d77] 8484 1726867725.12098: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d77 8484 1726867725.12183: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d77 8484 1726867725.12190: WORKER PROCESS EXITING ok: [managed_node3] => { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } } 8484 1726867725.12294: no more pending results, returning what we have 8484 1726867725.12297: results queue empty 8484 1726867725.12298: checking for any_errors_fatal 8484 1726867725.12315: done checking for any_errors_fatal 8484 1726867725.12316: checking for max_fail_percentage 8484 1726867725.12318: done checking for max_fail_percentage 8484 1726867725.12319: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.12320: done checking to see if all hosts have failed 8484 1726867725.12320: getting the remaining hosts for this loop 8484 1726867725.12322: done getting the remaining hosts for this loop 8484 1726867725.12326: getting the next task for host managed_node3 8484 1726867725.12333: done getting next task for host managed_node3 8484 1726867725.12336: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867725.12339: ^ state is: HOST STATE: block=2, task=28, 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=2, 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 8484 1726867725.12351: getting variables 8484 1726867725.12352: in VariableManager get_vars() 8484 1726867725.12538: Calling all_inventory to load vars for managed_node3 8484 1726867725.12541: Calling groups_inventory to load vars for managed_node3 8484 1726867725.12544: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.12553: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.12556: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.12558: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.13256: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.13896: done with get_vars() 8484 1726867725.13912: done getting variables 8484 1726867725.13965: 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.snapshot : Set result] ************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:45 Friday 20 September 2024 17:28:45 -0400 (0:00:00.039) 0:01:00.436 ****** 8484 1726867725.13990: entering _queue_task() for managed_node3/set_fact 8484 1726867725.14216: worker is 1 (out of 1 available) 8484 1726867725.14229: exiting _queue_task() for managed_node3/set_fact 8484 1726867725.14241: done queuing things up, now waiting for results queue to drain 8484 1726867725.14243: waiting for pending results... 8484 1726867725.14434: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result 8484 1726867725.14509: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d78 8484 1726867725.14522: variable 'ansible_search_path' from source: unknown 8484 1726867725.14526: variable 'ansible_search_path' from source: unknown 8484 1726867725.14554: calling self._execute() 8484 1726867725.14632: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.14637: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.14647: variable 'omit' from source: magic vars 8484 1726867725.14735: variable 'omit' from source: magic vars 8484 1726867725.14775: variable 'omit' from source: magic vars 8484 1726867725.14805: variable 'snapshot_cmd' from source: set_fact 8484 1726867725.14950: variable 'snapshot_cmd' from source: set_fact 8484 1726867725.15030: variable 'omit' from source: magic vars 8484 1726867725.15062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.15091: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.15106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.15175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.15177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.15179: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.15180: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.15182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.15239: Set connection var ansible_pipelining to False 8484 1726867725.15244: Set connection var ansible_timeout to 10 8484 1726867725.15247: Set connection var ansible_connection to ssh 8484 1726867725.15255: Set connection var ansible_shell_type to sh 8484 1726867725.15261: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.15267: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.15286: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.15289: variable 'ansible_connection' from source: unknown 8484 1726867725.15292: variable 'ansible_module_compression' from source: unknown 8484 1726867725.15294: variable 'ansible_shell_type' from source: unknown 8484 1726867725.15296: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.15298: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.15301: variable 'ansible_pipelining' from source: unknown 8484 1726867725.15304: variable 'ansible_timeout' from source: unknown 8484 1726867725.15308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.15449: 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) 8484 1726867725.15454: variable 'omit' from source: magic vars 8484 1726867725.15475: starting attempt loop 8484 1726867725.15478: running the handler 8484 1726867725.15482: handler run complete 8484 1726867725.15489: attempt loop complete, returning result 8484 1726867725.15492: _execute() done 8484 1726867725.15494: dumping result to json 8484 1726867725.15496: done dumping result, returning 8484 1726867725.15499: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set result [02e58e3f-6ce9-dbaf-c049-000000000d78] 8484 1726867725.15526: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d78 8484 1726867725.15601: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d78 8484 1726867725.15604: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": "", "failed": false, "message": "", "msg": "", "return_code": 0 } }, "changed": false } 8484 1726867725.15678: no more pending results, returning what we have 8484 1726867725.15681: results queue empty 8484 1726867725.15681: checking for any_errors_fatal 8484 1726867725.15690: done checking for any_errors_fatal 8484 1726867725.15690: checking for max_fail_percentage 8484 1726867725.15692: done checking for max_fail_percentage 8484 1726867725.15693: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.15693: done checking to see if all hosts have failed 8484 1726867725.15694: getting the remaining hosts for this loop 8484 1726867725.15696: done getting the remaining hosts for this loop 8484 1726867725.15698: getting the next task for host managed_node3 8484 1726867725.15704: done getting next task for host managed_node3 8484 1726867725.15708: ^ task is: TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867725.15710: ^ state is: HOST STATE: block=2, task=28, 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=3, 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 8484 1726867725.15721: getting variables 8484 1726867725.15722: in VariableManager get_vars() 8484 1726867725.15753: Calling all_inventory to load vars for managed_node3 8484 1726867725.15755: Calling groups_inventory to load vars for managed_node3 8484 1726867725.15757: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.15765: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.15767: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.15769: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.16408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.16954: done with get_vars() 8484 1726867725.16966: done getting variables 8484 1726867725.17045: 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.snapshot : Set snapshot_facts to the JSON results] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:49 Friday 20 September 2024 17:28:45 -0400 (0:00:00.030) 0:01:00.467 ****** 8484 1726867725.17081: entering _queue_task() for managed_node3/set_fact 8484 1726867725.17349: worker is 1 (out of 1 available) 8484 1726867725.17363: exiting _queue_task() for managed_node3/set_fact 8484 1726867725.17377: done queuing things up, now waiting for results queue to drain 8484 1726867725.17378: waiting for pending results... 8484 1726867725.17788: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results 8484 1726867725.17794: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d79 8484 1726867725.17811: variable 'ansible_search_path' from source: unknown 8484 1726867725.17819: variable 'ansible_search_path' from source: unknown 8484 1726867725.17858: calling self._execute() 8484 1726867725.17963: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.17980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.17994: variable 'omit' from source: magic vars 8484 1726867725.18291: variable 'snapshot_lvm_action' from source: include params 8484 1726867725.18297: Evaluated conditional (snapshot_lvm_action == "list"): False 8484 1726867725.18301: when evaluation is False, skipping this task 8484 1726867725.18304: _execute() done 8484 1726867725.18307: dumping result to json 8484 1726867725.18312: done dumping result, returning 8484 1726867725.18320: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results [02e58e3f-6ce9-dbaf-c049-000000000d79] 8484 1726867725.18323: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d79 8484 1726867725.18412: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d79 8484 1726867725.18415: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } 8484 1726867725.18467: no more pending results, returning what we have 8484 1726867725.18472: results queue empty 8484 1726867725.18473: checking for any_errors_fatal 8484 1726867725.18479: done checking for any_errors_fatal 8484 1726867725.18480: checking for max_fail_percentage 8484 1726867725.18482: done checking for max_fail_percentage 8484 1726867725.18483: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.18483: done checking to see if all hosts have failed 8484 1726867725.18484: getting the remaining hosts for this loop 8484 1726867725.18485: done getting the remaining hosts for this loop 8484 1726867725.18489: getting the next task for host managed_node3 8484 1726867725.18494: done getting next task for host managed_node3 8484 1726867725.18498: ^ task is: TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867725.18501: ^ state is: HOST STATE: block=2, task=28, 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=4, 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 8484 1726867725.18521: getting variables 8484 1726867725.18523: in VariableManager get_vars() 8484 1726867725.18554: Calling all_inventory to load vars for managed_node3 8484 1726867725.18557: Calling groups_inventory to load vars for managed_node3 8484 1726867725.18559: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.18566: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.18569: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.18574: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.19112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.19503: done with get_vars() 8484 1726867725.19515: done getting variables 8484 1726867725.19553: 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.snapshot : Show errors] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:54 Friday 20 September 2024 17:28:45 -0400 (0:00:00.024) 0:01:00.492 ****** 8484 1726867725.19577: entering _queue_task() for managed_node3/debug 8484 1726867725.19778: worker is 1 (out of 1 available) 8484 1726867725.19792: exiting _queue_task() for managed_node3/debug 8484 1726867725.19805: done queuing things up, now waiting for results queue to drain 8484 1726867725.19806: waiting for pending results... 8484 1726867725.20086: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors 8484 1726867725.20147: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000d7a 8484 1726867725.20151: variable 'ansible_search_path' from source: unknown 8484 1726867725.20161: variable 'ansible_search_path' from source: unknown 8484 1726867725.20200: calling self._execute() 8484 1726867725.20382: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.20385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.20388: variable 'omit' from source: magic vars 8484 1726867725.20760: variable 'snapshot_cmd' from source: set_fact 8484 1726867725.20791: Evaluated conditional (snapshot_cmd["return_code"] != 0): False 8484 1726867725.20799: when evaluation is False, skipping this task 8484 1726867725.20812: _execute() done 8484 1726867725.20928: dumping result to json 8484 1726867725.20932: done dumping result, returning 8484 1726867725.20935: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.snapshot : Show errors [02e58e3f-6ce9-dbaf-c049-000000000d7a] 8484 1726867725.20937: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d7a 8484 1726867725.21011: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000d7a 8484 1726867725.21016: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } 8484 1726867725.21066: no more pending results, returning what we have 8484 1726867725.21068: results queue empty 8484 1726867725.21069: checking for any_errors_fatal 8484 1726867725.21076: done checking for any_errors_fatal 8484 1726867725.21077: checking for max_fail_percentage 8484 1726867725.21078: done checking for max_fail_percentage 8484 1726867725.21079: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.21080: done checking to see if all hosts have failed 8484 1726867725.21081: getting the remaining hosts for this loop 8484 1726867725.21082: done getting the remaining hosts for this loop 8484 1726867725.21085: getting the next task for host managed_node3 8484 1726867725.21092: done getting next task for host managed_node3 8484 1726867725.21094: ^ task is: TASK: meta (role_complete) 8484 1726867725.21097: ^ state is: HOST STATE: block=2, task=29, 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 8484 1726867725.21118: getting variables 8484 1726867725.21119: in VariableManager get_vars() 8484 1726867725.21157: Calling all_inventory to load vars for managed_node3 8484 1726867725.21160: Calling groups_inventory to load vars for managed_node3 8484 1726867725.21163: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.21169: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.21173: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.21176: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.21562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.21963: done with get_vars() 8484 1726867725.21976: done getting variables 8484 1726867725.22033: done queuing things up, now waiting for results queue to drain 8484 1726867725.22034: results queue empty 8484 1726867725.22035: checking for any_errors_fatal 8484 1726867725.22036: done checking for any_errors_fatal 8484 1726867725.22037: checking for max_fail_percentage 8484 1726867725.22037: done checking for max_fail_percentage 8484 1726867725.22038: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.22038: done checking to see if all hosts have failed 8484 1726867725.22039: getting the remaining hosts for this loop 8484 1726867725.22039: done getting the remaining hosts for this loop 8484 1726867725.22042: getting the next task for host managed_node3 8484 1726867725.22044: done getting next task for host managed_node3 8484 1726867725.22046: ^ task is: TASK: Assert no changes for extend verify 8484 1726867725.22047: ^ state is: HOST STATE: block=2, task=30, 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 8484 1726867725.22049: getting variables 8484 1726867725.22049: in VariableManager get_vars() 8484 1726867725.22056: Calling all_inventory to load vars for managed_node3 8484 1726867725.22057: Calling groups_inventory to load vars for managed_node3 8484 1726867725.22059: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.22062: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.22063: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.22064: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.22359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.22742: done with get_vars() 8484 1726867725.22751: done getting variables 8484 1726867725.22781: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert no changes for extend verify] ************************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:111 Friday 20 September 2024 17:28:45 -0400 (0:00:00.032) 0:01:00.525 ****** 8484 1726867725.22800: entering _queue_task() for managed_node3/assert 8484 1726867725.23000: worker is 1 (out of 1 available) 8484 1726867725.23018: exiting _queue_task() for managed_node3/assert 8484 1726867725.23030: done queuing things up, now waiting for results queue to drain 8484 1726867725.23031: waiting for pending results... 8484 1726867725.23197: running TaskExecutor() for managed_node3/TASK: Assert no changes for extend verify 8484 1726867725.23327: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000010 8484 1726867725.23331: variable 'ansible_search_path' from source: unknown 8484 1726867725.23334: calling self._execute() 8484 1726867725.23451: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.23455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.23460: variable 'omit' from source: magic vars 8484 1726867725.23589: variable 'omit' from source: magic vars 8484 1726867725.23665: variable 'omit' from source: magic vars 8484 1726867725.23675: variable 'omit' from source: magic vars 8484 1726867725.23755: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.23764: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.23796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.23805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.23817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.23843: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.23846: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.23849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.23988: Set connection var ansible_pipelining to False 8484 1726867725.23995: Set connection var ansible_timeout to 10 8484 1726867725.23999: Set connection var ansible_connection to ssh 8484 1726867725.24002: Set connection var ansible_shell_type to sh 8484 1726867725.24004: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.24006: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.24056: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.24059: variable 'ansible_connection' from source: unknown 8484 1726867725.24061: variable 'ansible_module_compression' from source: unknown 8484 1726867725.24063: variable 'ansible_shell_type' from source: unknown 8484 1726867725.24065: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.24068: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.24073: variable 'ansible_pipelining' from source: unknown 8484 1726867725.24076: variable 'ansible_timeout' from source: unknown 8484 1726867725.24081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.24222: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8484 1726867725.24232: variable 'omit' from source: magic vars 8484 1726867725.24237: starting attempt loop 8484 1726867725.24240: running the handler 8484 1726867725.24477: variable 'snapshot_cmd' from source: set_fact 8484 1726867725.24481: Evaluated conditional (not snapshot_cmd["changed"]): True 8484 1726867725.24496: handler run complete 8484 1726867725.24527: attempt loop complete, returning result 8484 1726867725.24530: _execute() done 8484 1726867725.24535: dumping result to json 8484 1726867725.24538: done dumping result, returning 8484 1726867725.24540: done running TaskExecutor() for managed_node3/TASK: Assert no changes for extend verify [02e58e3f-6ce9-dbaf-c049-000000000010] 8484 1726867725.24542: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000010 8484 1726867725.24645: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000010 8484 1726867725.24648: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8484 1726867725.24708: no more pending results, returning what we have 8484 1726867725.24714: results queue empty 8484 1726867725.24715: checking for any_errors_fatal 8484 1726867725.24716: done checking for any_errors_fatal 8484 1726867725.24717: checking for max_fail_percentage 8484 1726867725.24719: done checking for max_fail_percentage 8484 1726867725.24719: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.24720: done checking to see if all hosts have failed 8484 1726867725.24721: getting the remaining hosts for this loop 8484 1726867725.24723: done getting the remaining hosts for this loop 8484 1726867725.24726: getting the next task for host managed_node3 8484 1726867725.24732: done getting next task for host managed_node3 8484 1726867725.24735: ^ task is: TASK: Cleanup 8484 1726867725.24737: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=1, handlers=0, run_state=3, 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 8484 1726867725.24740: getting variables 8484 1726867725.24741: in VariableManager get_vars() 8484 1726867725.24781: Calling all_inventory to load vars for managed_node3 8484 1726867725.24784: Calling groups_inventory to load vars for managed_node3 8484 1726867725.24788: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.24802: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.24805: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.24811: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.25484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.26274: done with get_vars() 8484 1726867725.26285: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:116 Friday 20 September 2024 17:28:45 -0400 (0:00:00.035) 0:01:00.560 ****** 8484 1726867725.26356: entering _queue_task() for managed_node3/include_tasks 8484 1726867725.26578: worker is 1 (out of 1 available) 8484 1726867725.26591: exiting _queue_task() for managed_node3/include_tasks 8484 1726867725.26604: done queuing things up, now waiting for results queue to drain 8484 1726867725.26606: waiting for pending results... 8484 1726867725.26876: running TaskExecutor() for managed_node3/TASK: Cleanup 8484 1726867725.26964: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000011 8484 1726867725.26967: variable 'ansible_search_path' from source: unknown 8484 1726867725.27053: calling self._execute() 8484 1726867725.27124: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.27128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.27132: variable 'omit' from source: magic vars 8484 1726867725.27283: _execute() done 8484 1726867725.27287: dumping result to json 8484 1726867725.27290: done dumping result, returning 8484 1726867725.27292: done running TaskExecutor() for managed_node3/TASK: Cleanup [02e58e3f-6ce9-dbaf-c049-000000000011] 8484 1726867725.27298: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000011 8484 1726867725.27448: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000011 8484 1726867725.27451: WORKER PROCESS EXITING 8484 1726867725.27507: no more pending results, returning what we have 8484 1726867725.27514: in VariableManager get_vars() 8484 1726867725.27551: Calling all_inventory to load vars for managed_node3 8484 1726867725.27554: Calling groups_inventory to load vars for managed_node3 8484 1726867725.27557: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.27567: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.27572: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.27576: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.28218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.28686: done with get_vars() 8484 1726867725.28695: variable 'ansible_search_path' from source: unknown 8484 1726867725.28704: we have included files to process 8484 1726867725.28705: generating all_blocks data 8484 1726867725.28706: done generating all_blocks data 8484 1726867725.28712: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml 8484 1726867725.28713: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml 8484 1726867725.28715: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml 8484 1726867725.28944: in VariableManager get_vars() 8484 1726867725.28956: done with get_vars() 8484 1726867725.29073: done processing included file 8484 1726867725.29075: iterating over new_blocks loaded from include file 8484 1726867725.29076: in VariableManager get_vars() 8484 1726867725.29084: done with get_vars() 8484 1726867725.29085: filtering new block on tags 8484 1726867725.29098: done filtering new block on tags 8484 1726867725.29100: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml for managed_node3 8484 1726867725.29103: extending task lists for all hosts with included blocks 8484 1726867725.30728: done extending task lists 8484 1726867725.30729: done processing included files 8484 1726867725.30729: results queue empty 8484 1726867725.30730: checking for any_errors_fatal 8484 1726867725.30732: done checking for any_errors_fatal 8484 1726867725.30732: checking for max_fail_percentage 8484 1726867725.30733: done checking for max_fail_percentage 8484 1726867725.30733: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.30734: done checking to see if all hosts have failed 8484 1726867725.30734: getting the remaining hosts for this loop 8484 1726867725.30735: done getting the remaining hosts for this loop 8484 1726867725.30737: getting the next task for host managed_node3 8484 1726867725.30739: done getting next task for host managed_node3 8484 1726867725.30741: ^ task is: TASK: Remove storage volumes 8484 1726867725.30742: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.30744: getting variables 8484 1726867725.30745: in VariableManager get_vars() 8484 1726867725.30752: Calling all_inventory to load vars for managed_node3 8484 1726867725.30754: Calling groups_inventory to load vars for managed_node3 8484 1726867725.30755: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.30759: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.30761: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.30762: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.31148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.31850: done with get_vars() 8484 1726867725.31867: done getting variables TASK [Remove storage volumes] ************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:7 Friday 20 September 2024 17:28:45 -0400 (0:00:00.056) 0:01:00.616 ****** 8484 1726867725.31969: entering _queue_task() for managed_node3/include_role 8484 1726867725.32285: worker is 1 (out of 1 available) 8484 1726867725.32301: exiting _queue_task() for managed_node3/include_role 8484 1726867725.32317: done queuing things up, now waiting for results queue to drain 8484 1726867725.32319: waiting for pending results... 8484 1726867725.32555: running TaskExecutor() for managed_node3/TASK: Remove storage volumes 8484 1726867725.32669: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000eeb 8484 1726867725.32674: variable 'ansible_search_path' from source: unknown 8484 1726867725.32677: variable 'ansible_search_path' from source: unknown 8484 1726867725.32788: calling self._execute() 8484 1726867725.32816: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.32822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.32830: variable 'omit' from source: magic vars 8484 1726867725.32928: _execute() done 8484 1726867725.32931: dumping result to json 8484 1726867725.32935: done dumping result, returning 8484 1726867725.32940: done running TaskExecutor() for managed_node3/TASK: Remove storage volumes [02e58e3f-6ce9-dbaf-c049-000000000eeb] 8484 1726867725.33010: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eeb 8484 1726867725.33105: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eeb 8484 1726867725.33108: WORKER PROCESS EXITING 8484 1726867725.33136: no more pending results, returning what we have 8484 1726867725.33141: in VariableManager get_vars() 8484 1726867725.33187: Calling all_inventory to load vars for managed_node3 8484 1726867725.33190: Calling groups_inventory to load vars for managed_node3 8484 1726867725.33193: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.33201: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.33204: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.33206: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.33755: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.34179: done with get_vars() 8484 1726867725.34187: variable 'ansible_search_path' from source: unknown 8484 1726867725.34188: variable 'ansible_search_path' from source: unknown 8484 1726867725.34303: variable 'omit' from source: magic vars 8484 1726867725.34325: variable 'omit' from source: magic vars 8484 1726867725.34334: variable 'omit' from source: magic vars 8484 1726867725.34337: we have included files to process 8484 1726867725.34337: generating all_blocks data 8484 1726867725.34338: done generating all_blocks data 8484 1726867725.34339: processing included file: fedora.linux_system_roles.storage 8484 1726867725.34351: in VariableManager get_vars() 8484 1726867725.34361: done with get_vars() 8484 1726867725.34380: in VariableManager get_vars() 8484 1726867725.34391: done with get_vars() 8484 1726867725.34416: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 8484 1726867725.34444: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 8484 1726867725.34512: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 8484 1726867725.34555: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 8484 1726867725.34615: in VariableManager get_vars() 8484 1726867725.34628: done with get_vars() 8484 1726867725.34788: in VariableManager get_vars() 8484 1726867725.34802: done with get_vars() 8484 1726867725.34872: iterating over new_blocks loaded from include file 8484 1726867725.34874: in VariableManager get_vars() 8484 1726867725.34883: done with get_vars() 8484 1726867725.34884: filtering new block on tags 8484 1726867725.34896: done filtering new block on tags 8484 1726867725.34898: in VariableManager get_vars() 8484 1726867725.34907: done with get_vars() 8484 1726867725.34909: filtering new block on tags 8484 1726867725.34920: done filtering new block on tags 8484 1726867725.34922: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node3 8484 1726867725.34925: extending task lists for all hosts with included blocks 8484 1726867725.35108: done extending task lists 8484 1726867725.35111: done processing included files 8484 1726867725.35112: results queue empty 8484 1726867725.35112: checking for any_errors_fatal 8484 1726867725.35114: done checking for any_errors_fatal 8484 1726867725.35115: checking for max_fail_percentage 8484 1726867725.35115: done checking for max_fail_percentage 8484 1726867725.35116: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.35116: done checking to see if all hosts have failed 8484 1726867725.35117: getting the remaining hosts for this loop 8484 1726867725.35118: done getting the remaining hosts for this loop 8484 1726867725.35119: getting the next task for host managed_node3 8484 1726867725.35122: done getting next task for host managed_node3 8484 1726867725.35124: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867725.35126: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.35134: getting variables 8484 1726867725.35135: in VariableManager get_vars() 8484 1726867725.35147: Calling all_inventory to load vars for managed_node3 8484 1726867725.35152: Calling groups_inventory to load vars for managed_node3 8484 1726867725.35154: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.35159: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.35166: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.35172: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.39141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.39531: done with get_vars() 8484 1726867725.39543: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 17:28:45 -0400 (0:00:00.076) 0:01:00.692 ****** 8484 1726867725.39597: entering _queue_task() for managed_node3/include_tasks 8484 1726867725.39857: worker is 1 (out of 1 available) 8484 1726867725.39874: exiting _queue_task() for managed_node3/include_tasks 8484 1726867725.39887: done queuing things up, now waiting for results queue to drain 8484 1726867725.39888: waiting for pending results... 8484 1726867725.40068: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867725.40174: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000104b 8484 1726867725.40178: variable 'ansible_search_path' from source: unknown 8484 1726867725.40181: variable 'ansible_search_path' from source: unknown 8484 1726867725.40212: calling self._execute() 8484 1726867725.40285: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.40289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.40298: variable 'omit' from source: magic vars 8484 1726867725.40379: _execute() done 8484 1726867725.40383: dumping result to json 8484 1726867725.40386: done dumping result, returning 8484 1726867725.40393: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-00000000104b] 8484 1726867725.40398: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104b 8484 1726867725.40542: no more pending results, returning what we have 8484 1726867725.40548: in VariableManager get_vars() 8484 1726867725.40593: Calling all_inventory to load vars for managed_node3 8484 1726867725.40596: Calling groups_inventory to load vars for managed_node3 8484 1726867725.40598: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.40611: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.40614: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.40617: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.41031: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104b 8484 1726867725.41035: WORKER PROCESS EXITING 8484 1726867725.41044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.41443: done with get_vars() 8484 1726867725.41453: variable 'ansible_search_path' from source: unknown 8484 1726867725.41453: variable 'ansible_search_path' from source: unknown 8484 1726867725.41498: we have included files to process 8484 1726867725.41501: generating all_blocks data 8484 1726867725.41504: done generating all_blocks data 8484 1726867725.41511: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867725.41512: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867725.41514: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 8484 1726867725.42140: done processing included file 8484 1726867725.42143: iterating over new_blocks loaded from include file 8484 1726867725.42144: in VariableManager get_vars() 8484 1726867725.42166: done with get_vars() 8484 1726867725.42167: filtering new block on tags 8484 1726867725.42182: done filtering new block on tags 8484 1726867725.42184: in VariableManager get_vars() 8484 1726867725.42197: done with get_vars() 8484 1726867725.42198: filtering new block on tags 8484 1726867725.42222: done filtering new block on tags 8484 1726867725.42225: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node3 8484 1726867725.42230: extending task lists for all hosts with included blocks 8484 1726867725.42500: done extending task lists 8484 1726867725.42501: done processing included files 8484 1726867725.42502: results queue empty 8484 1726867725.42502: checking for any_errors_fatal 8484 1726867725.42505: done checking for any_errors_fatal 8484 1726867725.42505: checking for max_fail_percentage 8484 1726867725.42506: done checking for max_fail_percentage 8484 1726867725.42506: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.42507: done checking to see if all hosts have failed 8484 1726867725.42507: getting the remaining hosts for this loop 8484 1726867725.42508: done getting the remaining hosts for this loop 8484 1726867725.42512: getting the next task for host managed_node3 8484 1726867725.42514: done getting next task for host managed_node3 8484 1726867725.42516: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 8484 1726867725.42518: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.42525: getting variables 8484 1726867725.42525: in VariableManager get_vars() 8484 1726867725.42533: Calling all_inventory to load vars for managed_node3 8484 1726867725.42535: Calling groups_inventory to load vars for managed_node3 8484 1726867725.42536: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.42539: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.42540: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.42542: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.43038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.43552: done with get_vars() 8484 1726867725.43565: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 17:28:45 -0400 (0:00:00.040) 0:01:00.733 ****** 8484 1726867725.43617: entering _queue_task() for managed_node3/setup 8484 1726867725.43968: worker is 1 (out of 1 available) 8484 1726867725.43983: exiting _queue_task() for managed_node3/setup 8484 1726867725.43996: done queuing things up, now waiting for results queue to drain 8484 1726867725.43997: waiting for pending results... 8484 1726867725.44201: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 8484 1726867725.44298: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001074 8484 1726867725.44318: variable 'ansible_search_path' from source: unknown 8484 1726867725.44322: variable 'ansible_search_path' from source: unknown 8484 1726867725.44403: calling self._execute() 8484 1726867725.44461: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.44469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.44476: variable 'omit' from source: magic vars 8484 1726867725.44836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867725.46721: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867725.46794: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867725.46819: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867725.46845: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867725.46866: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867725.46933: 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) 8484 1726867725.46954: 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) 8484 1726867725.46973: 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) 8484 1726867725.46999: 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) 8484 1726867725.47012: 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) 8484 1726867725.47053: 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) 8484 1726867725.47071: 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) 8484 1726867725.47088: 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) 8484 1726867725.47116: 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) 8484 1726867725.47129: 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) 8484 1726867725.47254: variable '__storage_required_facts' from source: role '' all vars 8484 1726867725.47263: variable 'ansible_facts' from source: unknown 8484 1726867725.47618: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8484 1726867725.47621: when evaluation is False, skipping this task 8484 1726867725.47624: _execute() done 8484 1726867725.47627: dumping result to json 8484 1726867725.47630: done dumping result, returning 8484 1726867725.47634: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [02e58e3f-6ce9-dbaf-c049-000000001074] 8484 1726867725.47639: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001074 8484 1726867725.47728: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001074 8484 1726867725.47731: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8484 1726867725.47785: no more pending results, returning what we have 8484 1726867725.47789: results queue empty 8484 1726867725.47789: checking for any_errors_fatal 8484 1726867725.47791: done checking for any_errors_fatal 8484 1726867725.47792: checking for max_fail_percentage 8484 1726867725.47793: done checking for max_fail_percentage 8484 1726867725.47794: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.47795: done checking to see if all hosts have failed 8484 1726867725.47796: getting the remaining hosts for this loop 8484 1726867725.47797: done getting the remaining hosts for this loop 8484 1726867725.47800: getting the next task for host managed_node3 8484 1726867725.47808: done getting next task for host managed_node3 8484 1726867725.47811: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867725.47816: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), did rescue? False, did start at task? False 8484 1726867725.47834: getting variables 8484 1726867725.47836: in VariableManager get_vars() 8484 1726867725.47879: Calling all_inventory to load vars for managed_node3 8484 1726867725.47882: Calling groups_inventory to load vars for managed_node3 8484 1726867725.47885: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.47893: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.47896: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.47898: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.48485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.49145: done with get_vars() 8484 1726867725.49157: done getting variables 8484 1726867725.49199: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 17:28:45 -0400 (0:00:00.056) 0:01:00.789 ****** 8484 1726867725.49232: entering _queue_task() for managed_node3/include_vars 8484 1726867725.49454: worker is 1 (out of 1 available) 8484 1726867725.49468: exiting _queue_task() for managed_node3/include_vars 8484 1726867725.49483: done queuing things up, now waiting for results queue to drain 8484 1726867725.49485: waiting for pending results... 8484 1726867725.49707: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 8484 1726867725.49841: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001075 8484 1726867725.49857: variable 'ansible_search_path' from source: unknown 8484 1726867725.49861: variable 'ansible_search_path' from source: unknown 8484 1726867725.50193: variable 'ansible_facts' from source: unknown 8484 1726867725.50713: variable 'ansible_facts' from source: unknown 8484 1726867725.51134: variable 'ansible_facts' from source: unknown 8484 1726867725.51675: variable 'ansible_facts' from source: unknown 8484 1726867725.51774: variable 'omit' from source: magic vars 8484 1726867725.51869: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.51893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.51924: variable 'omit' from source: magic vars 8484 1726867725.52135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867725.52503: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867725.52556: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867725.52581: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867725.52605: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867725.52664: variable '__vars_file' from source: task vars 8484 1726867725.52720: variable 'role_path' from source: magic vars 8484 1726867725.52724: variable 'item' from source: unknown 8484 1726867725.52733: Evaluated conditional (__vars_file is file): False 8484 1726867725.52736: when evaluation is False, skipping this task 8484 1726867725.52765: variable 'item' from source: unknown 8484 1726867725.52812: variable 'item' from source: unknown skipping: [managed_node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 8484 1726867725.52964: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.52968: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.52973: variable 'omit' from source: magic vars 8484 1726867725.53140: variable '__vars_file' from source: task vars 8484 1726867725.53177: variable 'role_path' from source: magic vars 8484 1726867725.53180: variable 'item' from source: unknown 8484 1726867725.53183: Evaluated conditional (__vars_file is file): False 8484 1726867725.53186: when evaluation is False, skipping this task 8484 1726867725.53224: variable 'item' from source: unknown 8484 1726867725.53298: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 8484 1726867725.53458: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.53461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.53464: variable 'omit' from source: magic vars 8484 1726867725.53603: variable '__vars_file' from source: task vars 8484 1726867725.53668: variable 'role_path' from source: magic vars 8484 1726867725.53747: variable 'item' from source: unknown 8484 1726867725.53750: Evaluated conditional (__vars_file is file): True 8484 1726867725.53752: variable 'omit' from source: magic vars 8484 1726867725.53877: variable 'omit' from source: magic vars 8484 1726867725.53884: variable '__vars_file' from source: task vars 8484 1726867725.53977: variable '__vars_file' from source: task vars 8484 1726867725.54080: variable 'role_path' from source: magic vars 8484 1726867725.54098: variable 'item' from source: unknown 8484 1726867725.54276: variable 'omit' from source: magic vars 8484 1726867725.54279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.54294: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.54298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.54300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.54303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.54336: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.54350: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.54368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.54507: Set connection var ansible_pipelining to False 8484 1726867725.54528: Set connection var ansible_timeout to 10 8484 1726867725.54540: Set connection var ansible_connection to ssh 8484 1726867725.54559: Set connection var ansible_shell_type to sh 8484 1726867725.54580: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.54595: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.54638: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.54651: variable 'ansible_connection' from source: unknown 8484 1726867725.54666: variable 'ansible_module_compression' from source: unknown 8484 1726867725.54677: variable 'ansible_shell_type' from source: unknown 8484 1726867725.54689: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.54703: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.54719: variable 'ansible_pipelining' from source: unknown 8484 1726867725.54730: variable 'ansible_timeout' from source: unknown 8484 1726867725.54746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.54978: 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) 8484 1726867725.54985: variable 'omit' from source: magic vars 8484 1726867725.54990: starting attempt loop 8484 1726867725.54992: running the handler 8484 1726867725.55098: handler run complete 8484 1726867725.55122: attempt loop complete, returning result 8484 1726867725.55138: variable 'item' from source: unknown 8484 1726867725.55212: variable 'item' from source: unknown ok: [managed_node3] => (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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 8484 1726867725.55337: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.55340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.55343: variable 'omit' from source: magic vars 8484 1726867725.55634: variable '__vars_file' from source: task vars 8484 1726867725.55646: variable 'role_path' from source: magic vars 8484 1726867725.55650: variable 'item' from source: unknown 8484 1726867725.55652: Evaluated conditional (__vars_file is file): True 8484 1726867725.55654: variable 'omit' from source: magic vars 8484 1726867725.55659: variable 'omit' from source: magic vars 8484 1726867725.55779: variable '__vars_file' from source: task vars 8484 1726867725.55793: variable '__vars_file' from source: task vars 8484 1726867725.55891: variable 'role_path' from source: magic vars 8484 1726867725.55908: variable 'item' from source: unknown 8484 1726867725.55936: variable 'omit' from source: magic vars 8484 1726867725.55987: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.55990: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.55992: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.55994: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.56000: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.56002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.56099: Set connection var ansible_pipelining to False 8484 1726867725.56102: Set connection var ansible_timeout to 10 8484 1726867725.56105: Set connection var ansible_connection to ssh 8484 1726867725.56107: Set connection var ansible_shell_type to sh 8484 1726867725.56109: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.56281: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.56285: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.56287: variable 'ansible_connection' from source: unknown 8484 1726867725.56289: variable 'ansible_module_compression' from source: unknown 8484 1726867725.56291: variable 'ansible_shell_type' from source: unknown 8484 1726867725.56293: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.56295: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.56297: variable 'ansible_pipelining' from source: unknown 8484 1726867725.56299: variable 'ansible_timeout' from source: unknown 8484 1726867725.56304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.56327: 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) 8484 1726867725.56337: variable 'omit' from source: magic vars 8484 1726867725.56339: starting attempt loop 8484 1726867725.56341: running the handler 8484 1726867725.56379: handler run complete 8484 1726867725.56389: attempt loop complete, returning result 8484 1726867725.56398: variable 'item' from source: unknown 8484 1726867725.56461: variable 'item' from source: unknown ok: [managed_node3] => (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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 8484 1726867725.56574: dumping result to json 8484 1726867725.56577: done dumping result, returning 8484 1726867725.56581: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [02e58e3f-6ce9-dbaf-c049-000000001075] 8484 1726867725.56583: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001075 8484 1726867725.56634: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001075 8484 1726867725.56638: WORKER PROCESS EXITING 8484 1726867725.56728: no more pending results, returning what we have 8484 1726867725.56731: results queue empty 8484 1726867725.56732: checking for any_errors_fatal 8484 1726867725.56737: done checking for any_errors_fatal 8484 1726867725.56738: checking for max_fail_percentage 8484 1726867725.56739: done checking for max_fail_percentage 8484 1726867725.56740: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.56741: done checking to see if all hosts have failed 8484 1726867725.56741: getting the remaining hosts for this loop 8484 1726867725.56743: done getting the remaining hosts for this loop 8484 1726867725.56746: getting the next task for host managed_node3 8484 1726867725.56755: done getting next task for host managed_node3 8484 1726867725.56758: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 8484 1726867725.56763: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.56775: getting variables 8484 1726867725.56777: in VariableManager get_vars() 8484 1726867725.56819: Calling all_inventory to load vars for managed_node3 8484 1726867725.56821: Calling groups_inventory to load vars for managed_node3 8484 1726867725.56824: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.56836: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.56839: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.56842: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.57739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.58133: done with get_vars() 8484 1726867725.58144: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 17:28:45 -0400 (0:00:00.089) 0:01:00.879 ****** 8484 1726867725.58213: entering _queue_task() for managed_node3/stat 8484 1726867725.58427: worker is 1 (out of 1 available) 8484 1726867725.58440: exiting _queue_task() for managed_node3/stat 8484 1726867725.58453: done queuing things up, now waiting for results queue to drain 8484 1726867725.58454: waiting for pending results... 8484 1726867725.58629: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree 8484 1726867725.58730: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001077 8484 1726867725.58741: variable 'ansible_search_path' from source: unknown 8484 1726867725.58744: variable 'ansible_search_path' from source: unknown 8484 1726867725.58772: calling self._execute() 8484 1726867725.58844: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.58848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.58858: variable 'omit' from source: magic vars 8484 1726867725.59124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867725.59330: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867725.59366: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867725.59393: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867725.59421: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867725.59487: 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) 8484 1726867725.59505: 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) 8484 1726867725.59526: 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) 8484 1726867725.59544: 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) 8484 1726867725.59634: variable '__storage_is_ostree' from source: set_fact 8484 1726867725.59642: Evaluated conditional (not __storage_is_ostree is defined): False 8484 1726867725.59645: when evaluation is False, skipping this task 8484 1726867725.59650: _execute() done 8484 1726867725.59652: dumping result to json 8484 1726867725.59655: done dumping result, returning 8484 1726867725.59659: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if system is ostree [02e58e3f-6ce9-dbaf-c049-000000001077] 8484 1726867725.59667: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001077 8484 1726867725.59748: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001077 8484 1726867725.59751: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867725.59819: no more pending results, returning what we have 8484 1726867725.59822: results queue empty 8484 1726867725.59823: checking for any_errors_fatal 8484 1726867725.59834: done checking for any_errors_fatal 8484 1726867725.59835: checking for max_fail_percentage 8484 1726867725.59836: done checking for max_fail_percentage 8484 1726867725.59837: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.59838: done checking to see if all hosts have failed 8484 1726867725.59838: getting the remaining hosts for this loop 8484 1726867725.59840: done getting the remaining hosts for this loop 8484 1726867725.59843: getting the next task for host managed_node3 8484 1726867725.59848: done getting next task for host managed_node3 8484 1726867725.59852: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 8484 1726867725.59856: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.59874: getting variables 8484 1726867725.59875: in VariableManager get_vars() 8484 1726867725.59907: Calling all_inventory to load vars for managed_node3 8484 1726867725.59909: Calling groups_inventory to load vars for managed_node3 8484 1726867725.59911: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.59918: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.59921: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.59923: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.60300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.60701: done with get_vars() 8484 1726867725.60712: done getting variables 8484 1726867725.60751: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 17:28:45 -0400 (0:00:00.025) 0:01:00.904 ****** 8484 1726867725.60780: entering _queue_task() for managed_node3/set_fact 8484 1726867725.60979: worker is 1 (out of 1 available) 8484 1726867725.60991: exiting _queue_task() for managed_node3/set_fact 8484 1726867725.61002: done queuing things up, now waiting for results queue to drain 8484 1726867725.61003: waiting for pending results... 8484 1726867725.61172: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 8484 1726867725.61276: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001078 8484 1726867725.61286: variable 'ansible_search_path' from source: unknown 8484 1726867725.61289: variable 'ansible_search_path' from source: unknown 8484 1726867725.61317: calling self._execute() 8484 1726867725.61381: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.61385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.61394: variable 'omit' from source: magic vars 8484 1726867725.61661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867725.61857: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867725.61892: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867725.61921: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867725.61945: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867725.62006: 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) 8484 1726867725.62027: 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) 8484 1726867725.62045: 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) 8484 1726867725.62063: 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) 8484 1726867725.62148: variable '__storage_is_ostree' from source: set_fact 8484 1726867725.62155: Evaluated conditional (not __storage_is_ostree is defined): False 8484 1726867725.62158: when evaluation is False, skipping this task 8484 1726867725.62163: _execute() done 8484 1726867725.62166: dumping result to json 8484 1726867725.62172: done dumping result, returning 8484 1726867725.62179: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-000000001078] 8484 1726867725.62184: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001078 8484 1726867725.62260: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001078 8484 1726867725.62263: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867725.62312: no more pending results, returning what we have 8484 1726867725.62315: results queue empty 8484 1726867725.62316: checking for any_errors_fatal 8484 1726867725.62324: done checking for any_errors_fatal 8484 1726867725.62325: checking for max_fail_percentage 8484 1726867725.62326: done checking for max_fail_percentage 8484 1726867725.62327: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.62328: done checking to see if all hosts have failed 8484 1726867725.62329: getting the remaining hosts for this loop 8484 1726867725.62331: done getting the remaining hosts for this loop 8484 1726867725.62334: getting the next task for host managed_node3 8484 1726867725.62340: done getting next task for host managed_node3 8484 1726867725.62344: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 8484 1726867725.62347: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.62362: getting variables 8484 1726867725.62364: in VariableManager get_vars() 8484 1726867725.62398: Calling all_inventory to load vars for managed_node3 8484 1726867725.62400: Calling groups_inventory to load vars for managed_node3 8484 1726867725.62402: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.62410: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.62412: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.62415: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.62792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.63193: done with get_vars() 8484 1726867725.63206: done getting variables 8484 1726867725.63244: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 17:28:45 -0400 (0:00:00.024) 0:01:00.929 ****** 8484 1726867725.63266: entering _queue_task() for managed_node3/set_fact 8484 1726867725.63453: worker is 1 (out of 1 available) 8484 1726867725.63467: exiting _queue_task() for managed_node3/set_fact 8484 1726867725.63480: done queuing things up, now waiting for results queue to drain 8484 1726867725.63482: waiting for pending results... 8484 1726867725.63650: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 8484 1726867725.63732: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000104c 8484 1726867725.63744: variable 'ansible_search_path' from source: unknown 8484 1726867725.63747: variable 'ansible_search_path' from source: unknown 8484 1726867725.63774: calling self._execute() 8484 1726867725.63845: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.63848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.63858: variable 'omit' from source: magic vars 8484 1726867725.63939: variable 'omit' from source: magic vars 8484 1726867725.63974: variable 'omit' from source: magic vars 8484 1726867725.63999: variable 'omit' from source: magic vars 8484 1726867725.64037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.64063: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.64080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.64094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.64103: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.64128: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.64132: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.64134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.64205: Set connection var ansible_pipelining to False 8484 1726867725.64209: Set connection var ansible_timeout to 10 8484 1726867725.64215: Set connection var ansible_connection to ssh 8484 1726867725.64222: Set connection var ansible_shell_type to sh 8484 1726867725.64226: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.64232: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.64252: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.64257: variable 'ansible_connection' from source: unknown 8484 1726867725.64259: variable 'ansible_module_compression' from source: unknown 8484 1726867725.64262: variable 'ansible_shell_type' from source: unknown 8484 1726867725.64265: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.64267: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.64269: variable 'ansible_pipelining' from source: unknown 8484 1726867725.64273: variable 'ansible_timeout' from source: unknown 8484 1726867725.64275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.64379: 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) 8484 1726867725.64390: variable 'omit' from source: magic vars 8484 1726867725.64395: starting attempt loop 8484 1726867725.64399: running the handler 8484 1726867725.64409: handler run complete 8484 1726867725.64420: attempt loop complete, returning result 8484 1726867725.64423: _execute() done 8484 1726867725.64425: dumping result to json 8484 1726867725.64430: done dumping result, returning 8484 1726867725.64437: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [02e58e3f-6ce9-dbaf-c049-00000000104c] 8484 1726867725.64442: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104c 8484 1726867725.64524: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104c 8484 1726867725.64527: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 8484 1726867725.64597: no more pending results, returning what we have 8484 1726867725.64599: results queue empty 8484 1726867725.64600: checking for any_errors_fatal 8484 1726867725.64606: done checking for any_errors_fatal 8484 1726867725.64606: checking for max_fail_percentage 8484 1726867725.64608: done checking for max_fail_percentage 8484 1726867725.64609: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.64609: done checking to see if all hosts have failed 8484 1726867725.64610: getting the remaining hosts for this loop 8484 1726867725.64611: done getting the remaining hosts for this loop 8484 1726867725.64614: getting the next task for host managed_node3 8484 1726867725.64619: done getting next task for host managed_node3 8484 1726867725.64622: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 8484 1726867725.64626: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.64637: getting variables 8484 1726867725.64638: in VariableManager get_vars() 8484 1726867725.64668: Calling all_inventory to load vars for managed_node3 8484 1726867725.64672: Calling groups_inventory to load vars for managed_node3 8484 1726867725.64674: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.64681: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.64683: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.64686: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.65052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.65455: done with get_vars() 8484 1726867725.65466: done getting variables 8484 1726867725.65503: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 17:28:45 -0400 (0:00:00.022) 0:01:00.952 ****** 8484 1726867725.65526: entering _queue_task() for managed_node3/set_fact 8484 1726867725.65720: worker is 1 (out of 1 available) 8484 1726867725.65732: exiting _queue_task() for managed_node3/set_fact 8484 1726867725.65746: done queuing things up, now waiting for results queue to drain 8484 1726867725.65747: waiting for pending results... 8484 1726867725.65915: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 8484 1726867725.65995: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000104d 8484 1726867725.66004: variable 'ansible_search_path' from source: unknown 8484 1726867725.66008: variable 'ansible_search_path' from source: unknown 8484 1726867725.66036: calling self._execute() 8484 1726867725.66107: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.66115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.66124: variable 'omit' from source: magic vars 8484 1726867725.66201: variable 'omit' from source: magic vars 8484 1726867725.66238: variable 'omit' from source: magic vars 8484 1726867725.66262: variable 'omit' from source: magic vars 8484 1726867725.66297: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.66328: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.66343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.66356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.66365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.66388: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.66391: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.66394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.66465: Set connection var ansible_pipelining to False 8484 1726867725.66469: Set connection var ansible_timeout to 10 8484 1726867725.66474: Set connection var ansible_connection to ssh 8484 1726867725.66481: Set connection var ansible_shell_type to sh 8484 1726867725.66486: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.66491: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.66509: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.66516: variable 'ansible_connection' from source: unknown 8484 1726867725.66519: variable 'ansible_module_compression' from source: unknown 8484 1726867725.66522: variable 'ansible_shell_type' from source: unknown 8484 1726867725.66524: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.66527: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.66530: variable 'ansible_pipelining' from source: unknown 8484 1726867725.66533: variable 'ansible_timeout' from source: unknown 8484 1726867725.66535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.66640: 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) 8484 1726867725.66651: variable 'omit' from source: magic vars 8484 1726867725.66654: starting attempt loop 8484 1726867725.66657: running the handler 8484 1726867725.66667: handler run complete 8484 1726867725.66677: attempt loop complete, returning result 8484 1726867725.66680: _execute() done 8484 1726867725.66682: dumping result to json 8484 1726867725.66685: done dumping result, returning 8484 1726867725.66693: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [02e58e3f-6ce9-dbaf-c049-00000000104d] 8484 1726867725.66696: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104d 8484 1726867725.66775: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104d 8484 1726867725.66778: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 8484 1726867725.66843: no more pending results, returning what we have 8484 1726867725.66846: results queue empty 8484 1726867725.66847: checking for any_errors_fatal 8484 1726867725.66851: done checking for any_errors_fatal 8484 1726867725.66852: checking for max_fail_percentage 8484 1726867725.66853: done checking for max_fail_percentage 8484 1726867725.66854: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.66855: done checking to see if all hosts have failed 8484 1726867725.66856: getting the remaining hosts for this loop 8484 1726867725.66857: done getting the remaining hosts for this loop 8484 1726867725.66859: getting the next task for host managed_node3 8484 1726867725.66865: done getting next task for host managed_node3 8484 1726867725.66868: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 8484 1726867725.66874: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867725.66883: getting variables 8484 1726867725.66884: in VariableManager get_vars() 8484 1726867725.66914: Calling all_inventory to load vars for managed_node3 8484 1726867725.66917: Calling groups_inventory to load vars for managed_node3 8484 1726867725.66918: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.66925: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.66928: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.66930: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.67475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.67863: done with get_vars() 8484 1726867725.67875: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 17:28:45 -0400 (0:00:00.024) 0:01:00.976 ****** 8484 1726867725.67936: entering _queue_task() for managed_node3/include_tasks 8484 1726867725.68122: worker is 1 (out of 1 available) 8484 1726867725.68136: exiting _queue_task() for managed_node3/include_tasks 8484 1726867725.68148: done queuing things up, now waiting for results queue to drain 8484 1726867725.68149: waiting for pending results... 8484 1726867725.68325: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 8484 1726867725.68405: in run() - task 02e58e3f-6ce9-dbaf-c049-00000000104e 8484 1726867725.68416: variable 'ansible_search_path' from source: unknown 8484 1726867725.68420: variable 'ansible_search_path' from source: unknown 8484 1726867725.68449: calling self._execute() 8484 1726867725.68526: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.68530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.68541: variable 'omit' from source: magic vars 8484 1726867725.68772: variable 'storage_provider' from source: role '' defaults 8484 1726867725.68783: _execute() done 8484 1726867725.68786: dumping result to json 8484 1726867725.68789: done dumping result, returning 8484 1726867725.68797: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [02e58e3f-6ce9-dbaf-c049-00000000104e] 8484 1726867725.68801: sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104e 8484 1726867725.68891: done sending task result for task 02e58e3f-6ce9-dbaf-c049-00000000104e 8484 1726867725.68894: WORKER PROCESS EXITING 8484 1726867725.68951: no more pending results, returning what we have 8484 1726867725.68956: in VariableManager get_vars() 8484 1726867725.68993: Calling all_inventory to load vars for managed_node3 8484 1726867725.68995: Calling groups_inventory to load vars for managed_node3 8484 1726867725.68997: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.69005: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.69007: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.69012: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.69385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.69780: done with get_vars() 8484 1726867725.69789: variable 'ansible_search_path' from source: unknown 8484 1726867725.69790: variable 'ansible_search_path' from source: unknown 8484 1726867725.69815: we have included files to process 8484 1726867725.69816: generating all_blocks data 8484 1726867725.69817: done generating all_blocks data 8484 1726867725.69820: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867725.69821: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867725.69822: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 8484 1726867725.70378: in VariableManager get_vars() 8484 1726867725.70397: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 8484 1726867725.71602: done processing included file 8484 1726867725.71604: iterating over new_blocks loaded from include file 8484 1726867725.71605: in VariableManager get_vars() 8484 1726867725.71621: done with get_vars() 8484 1726867725.71622: filtering new block on tags 8484 1726867725.71644: done filtering new block on tags 8484 1726867725.71646: in VariableManager get_vars() 8484 1726867725.71658: done with get_vars() 8484 1726867725.71659: filtering new block on tags 8484 1726867725.71682: done filtering new block on tags 8484 1726867725.71684: in VariableManager get_vars() 8484 1726867725.71697: done with get_vars() 8484 1726867725.71698: filtering new block on tags 8484 1726867725.71723: done filtering new block on tags 8484 1726867725.71724: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node3 8484 1726867725.71728: extending task lists for all hosts with included blocks 8484 1726867725.72326: done extending task lists 8484 1726867725.72327: done processing included files 8484 1726867725.72328: results queue empty 8484 1726867725.72328: checking for any_errors_fatal 8484 1726867725.72331: done checking for any_errors_fatal 8484 1726867725.72331: checking for max_fail_percentage 8484 1726867725.72332: done checking for max_fail_percentage 8484 1726867725.72332: checking to see if all hosts have failed and the running result is not ok 8484 1726867725.72333: done checking to see if all hosts have failed 8484 1726867725.72333: getting the remaining hosts for this loop 8484 1726867725.72334: done getting the remaining hosts for this loop 8484 1726867725.72335: getting the next task for host managed_node3 8484 1726867725.72338: done getting next task for host managed_node3 8484 1726867725.72340: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 8484 1726867725.72342: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), did rescue? False, did start at task? False 8484 1726867725.72348: getting variables 8484 1726867725.72349: in VariableManager get_vars() 8484 1726867725.72357: Calling all_inventory to load vars for managed_node3 8484 1726867725.72359: Calling groups_inventory to load vars for managed_node3 8484 1726867725.72360: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867725.72363: Calling all_plugins_play to load vars for managed_node3 8484 1726867725.72364: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867725.72366: Calling groups_plugins_play to load vars for managed_node3 8484 1726867725.72666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867725.73443: done with get_vars() 8484 1726867725.73464: done getting variables 8484 1726867725.73527: 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 blivet is available] ******* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 17:28:45 -0400 (0:00:00.056) 0:01:01.032 ****** 8484 1726867725.73577: entering _queue_task() for managed_node3/package 8484 1726867725.73878: worker is 1 (out of 1 available) 8484 1726867725.73891: exiting _queue_task() for managed_node3/package 8484 1726867725.73903: done queuing things up, now waiting for results queue to drain 8484 1726867725.73904: waiting for pending results... 8484 1726867725.74089: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 8484 1726867725.74221: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010b7 8484 1726867725.74226: variable 'ansible_search_path' from source: unknown 8484 1726867725.74229: variable 'ansible_search_path' from source: unknown 8484 1726867725.74295: calling self._execute() 8484 1726867725.74411: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.74433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.74439: variable 'omit' from source: magic vars 8484 1726867725.74872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867725.75126: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867725.75157: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867725.75186: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867725.75217: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867725.75283: 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) 8484 1726867725.75303: 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) 8484 1726867725.75324: 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) 8484 1726867725.75342: 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) 8484 1726867725.75454: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 8484 1726867725.75458: variable 'omit' from source: magic vars 8484 1726867725.75510: variable 'omit' from source: magic vars 8484 1726867725.75531: variable 'blivet_package_list' from source: include_vars 8484 1726867725.75586: variable 'blivet_package_list' from source: include_vars 8484 1726867725.75754: variable 'ansible_architecture' from source: facts 8484 1726867725.75922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867725.78377: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867725.78420: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867725.78459: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867725.78485: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867725.78505: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867725.78552: 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) 8484 1726867725.78572: 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) 8484 1726867725.78591: 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) 8484 1726867725.78619: 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) 8484 1726867725.78631: 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) 8484 1726867725.78701: variable '__storage_is_ostree' from source: set_fact 8484 1726867725.78704: variable 'omit' from source: magic vars 8484 1726867725.78726: variable 'omit' from source: magic vars 8484 1726867725.78745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867725.78766: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867725.78783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867725.78797: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.78804: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867725.78829: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867725.78832: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.78835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.78904: Set connection var ansible_pipelining to False 8484 1726867725.78908: Set connection var ansible_timeout to 10 8484 1726867725.78910: Set connection var ansible_connection to ssh 8484 1726867725.78922: Set connection var ansible_shell_type to sh 8484 1726867725.78927: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867725.78932: Set connection var ansible_shell_executable to /bin/sh 8484 1726867725.78950: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.78953: variable 'ansible_connection' from source: unknown 8484 1726867725.78956: variable 'ansible_module_compression' from source: unknown 8484 1726867725.78958: variable 'ansible_shell_type' from source: unknown 8484 1726867725.78960: variable 'ansible_shell_executable' from source: unknown 8484 1726867725.78962: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867725.78971: variable 'ansible_pipelining' from source: unknown 8484 1726867725.78974: variable 'ansible_timeout' from source: unknown 8484 1726867725.78976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867725.79047: 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) 8484 1726867725.79055: variable 'omit' from source: magic vars 8484 1726867725.79061: starting attempt loop 8484 1726867725.79064: running the handler 8484 1726867725.79069: variable 'ansible_facts' from source: unknown 8484 1726867725.79074: variable 'ansible_facts' from source: unknown 8484 1726867725.79118: _low_level_execute_command(): starting 8484 1726867725.79121: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867725.79615: 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 <<< 8484 1726867725.79628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.79631: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867725.79634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.79681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867725.79685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867725.79693: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867725.79826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867725.81531: stdout chunk (state=3): >>>/root <<< 8484 1726867725.81774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867725.81777: stdout chunk (state=3): >>><<< 8484 1726867725.81780: stderr chunk (state=3): >>><<< 8484 1726867725.81782: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867725.81784: _low_level_execute_command(): starting 8484 1726867725.81787: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195 `" && echo ansible-tmp-1726867725.81706-10645-61804272042195="` echo /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195 `" ) && sleep 0' 8484 1726867725.82596: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867725.82614: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867725.82698: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.82750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867725.82774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867725.82925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867725.84923: stdout chunk (state=3): >>>ansible-tmp-1726867725.81706-10645-61804272042195=/root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195 <<< 8484 1726867725.85087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867725.85090: stdout chunk (state=3): >>><<< 8484 1726867725.85095: stderr chunk (state=3): >>><<< 8484 1726867725.85122: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867725.81706-10645-61804272042195=/root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867725.85162: variable 'ansible_module_compression' from source: unknown 8484 1726867725.85278: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867725.85292: variable 'ansible_facts' from source: unknown 8484 1726867725.85434: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py 8484 1726867725.85861: Sending initial data 8484 1726867725.85882: Sent initial data (148 bytes) 8484 1726867725.86462: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867725.86465: 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.42.108 originally 10.31.42.108 <<< 8484 1726867725.86468: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.86487: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867725.86490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.86578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867725.86582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867725.86663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867725.88360: 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 <<< 8484 1726867725.88461: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867725.88647: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpa4ceh9f5 /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py <<< 8484 1726867725.88649: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py" <<< 8484 1726867725.88850: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpa4ceh9f5" to remote "/root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py" <<< 8484 1726867725.90007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867725.90021: stdout chunk (state=3): >>><<< 8484 1726867725.90031: stderr chunk (state=3): >>><<< 8484 1726867725.90147: done transferring module to remote 8484 1726867725.90150: _low_level_execute_command(): starting 8484 1726867725.90153: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/ /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py && sleep 0' 8484 1726867725.90715: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867725.90727: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867725.90739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867725.90794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867725.90797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867725.90836: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.90860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867725.90874: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867725.90891: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867725.91011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867725.92941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867725.92945: stdout chunk (state=3): >>><<< 8484 1726867725.92947: stderr chunk (state=3): >>><<< 8484 1726867725.92961: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867725.92967: _low_level_execute_command(): starting 8484 1726867725.93041: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/AnsiballZ_dnf.py && sleep 0' 8484 1726867725.93652: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867725.93673: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867725.93737: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867725.93816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867725.93861: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867725.93998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867725.96222: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867725.96245: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867725.96282: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867725.96358: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867725.96374: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867725.96398: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867725.96430: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867725.96459: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867725.96474: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867725.96516: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867725.96528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867725.96544: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867725.96569: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867725.96603: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867725.96627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867725.96644: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ee84d0> <<< 8484 1726867725.96649: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255eb7b30> <<< 8484 1726867725.96674: 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' <<< 8484 1726867725.96683: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255eeaa50> <<< 8484 1726867725.96708: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867725.96728: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867725.96740: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867725.96757: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867725.96800: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867725.96888: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867725.96920: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867725.96939: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867725.96962: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867725.96987: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867725.96992: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867725.97008: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867725.97014: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867725.97045: 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' <<< 8484 1726867725.97073: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255c99130> <<< 8484 1726867725.97135: 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 <<< 8484 1726867725.97146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867725.97161: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255c9a120> <<< 8484 1726867725.97177: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867725.97214: 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. <<< 8484 1726867725.97483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867725.97496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867725.97516: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867725.97534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867725.97544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867725.97591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867725.97612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867725.97640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867725.97647: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cdff80> <<< 8484 1726867725.97677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867725.97698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867725.97720: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cec110> <<< 8484 1726867725.97742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867725.97768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867725.97808: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867725.97843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867725.97878: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867725.97944: 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 0x7f3255d0f9b0> <<< 8484 1726867725.97960: 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 0x7f3255d0ff80> <<< 8484 1726867725.97979: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867725.98010: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cefc50> <<< 8484 1726867725.98020: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867725.98054: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ced370> <<< 8484 1726867725.98150: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cdd130> <<< 8484 1726867725.98196: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867725.98199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867725.98218: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867725.98230: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867725.98258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867725.98287: 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' <<< 8484 1726867725.98303: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d33890> <<< 8484 1726867725.98325: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d324b0> <<< 8484 1726867725.98361: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867725.98379: 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 0x7f3255cee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d30d70> <<< 8484 1726867725.98427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867725.98444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d608f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cdc3b0> <<< 8484 1726867725.98464: 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' <<< 8484 1726867725.98508: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.98523: 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 0x7f3255d60da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d60c50> <<< 8484 1726867725.98592: 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 0x7f3255d61010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cd2ed0> <<< 8484 1726867725.98649: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867725.98664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867725.98688: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d616a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d613a0> import 'importlib.machinery' # <<< 8484 1726867725.98720: 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' <<< 8484 1726867725.98747: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d625a0> import 'importlib.util' # <<< 8484 1726867725.98751: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867725.98774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867725.98812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867725.98842: 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 0x7f3255d7c7d0> <<< 8484 1726867725.98862: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867725.98883: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.98896: 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 0x7f3255d7df10> <<< 8484 1726867725.98917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867725.98928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867725.98948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867725.98966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867725.98975: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d7edb0> <<< 8484 1726867725.99009: 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 0x7f3255d7f410> <<< 8484 1726867725.99025: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d7e300> <<< 8484 1726867725.99045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867725.99059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867725.99095: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.99111: 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 0x7f3255d7fe90> <<< 8484 1726867725.99121: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d7f5c0> <<< 8484 1726867725.99167: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d62600> <<< 8484 1726867725.99188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867725.99217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867725.99233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867725.99259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867725.99295: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.99303: 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 0x7f3255ab3d10> <<< 8484 1726867725.99320: 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' <<< 8484 1726867725.99349: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.99354: 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 0x7f3255ae0830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae0590> <<< 8484 1726867725.99384: 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 0x7f3255ae07a0> <<< 8484 1726867725.99417: 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' <<< 8484 1726867725.99499: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.99631: 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 0x7f3255ae1160> <<< 8484 1726867725.99768: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867725.99773: 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 0x7f3255ae1b50> <<< 8484 1726867725.99782: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae0a10> <<< 8484 1726867725.99791: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ab1eb0> <<< 8484 1726867725.99816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867725.99835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867725.99865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867725.99879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867725.99885: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae2f30> <<< 8484 1726867725.99905: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae1c70> <<< 8484 1726867725.99926: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d62cf0> <<< 8484 1726867725.99954: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867726.00023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.00036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867726.00074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867726.00101: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b07260> <<< 8484 1726867726.00166: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867726.00175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.00193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867726.00212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867726.00258: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b335f0> <<< 8484 1726867726.00283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867726.00327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867726.00381: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867726.00408: 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 0x7f3255b8c3b0> <<< 8484 1726867726.00430: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867726.00457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867726.00490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867726.00526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867726.00618: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b8eb10> <<< 8484 1726867726.00698: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b8c4d0> <<< 8484 1726867726.00737: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b553d0> <<< 8484 1726867726.00767: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867726.00772: 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 0x7f3255991460> <<< 8484 1726867726.00786: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b323f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae3e30> <<< 8484 1726867726.00933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3255b329f0> <<< 8484 1726867726.01089: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_0gmjq1gz/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867726.01260: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.01263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867726.01281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867726.01315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867726.01398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867726.01422: 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 0x7f32559eb200> <<< 8484 1726867726.01443: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867726.01608: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32559ca0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32559c9280> # zipimport: zlib available <<< 8484 1726867726.01640: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867726.01674: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.01703: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867726.01715: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.03096: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.04256: 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 0x7f32559e94f0> <<< 8484 1726867726.04283: 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' <<< 8484 1726867726.04312: 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' <<< 8484 1726867726.04333: 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' <<< 8484 1726867726.04374: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.04378: 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 0x7f3255a12b70> <<< 8484 1726867726.04417: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a12900> <<< 8484 1726867726.04441: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a12240> <<< 8484 1726867726.04464: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867726.04478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867726.04512: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a12660> <<< 8484 1726867726.04531: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255eea9c0> import 'atexit' # <<< 8484 1726867726.04549: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.04563: 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 0x7f3255a13950> <<< 8484 1726867726.04579: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.04588: 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 0x7f3255a13b90> <<< 8484 1726867726.04602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867726.04654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867726.04667: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867726.04708: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a13fe0> <<< 8484 1726867726.04750: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867726.04775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867726.04803: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255319d00> <<< 8484 1726867726.04834: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.04850: 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 0x7f325531b920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867726.04893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867726.04899: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255320290> <<< 8484 1726867726.04919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867726.04969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867726.04985: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255321160> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867726.05028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867726.05031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867726.05052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867726.05091: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255323e90> <<< 8484 1726867726.05136: 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 0x7f3255ae2ea0> <<< 8484 1726867726.05146: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255322180> <<< 8484 1726867726.05192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867726.05223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867726.05244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867726.05268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867726.05306: 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 0x7f3255327e90> <<< 8484 1726867726.05323: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867726.05413: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255326960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32553266c0> <<< 8484 1726867726.05417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867726.05447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867726.05501: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255326c30> <<< 8484 1726867726.05547: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255322690> <<< 8484 1726867726.05550: 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 0x7f325536bec0> <<< 8484 1726867726.05572: 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 0x7f325536c170> <<< 8484 1726867726.05599: 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 <<< 8484 1726867726.05608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867726.05640: 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' <<< 8484 1726867726.05681: 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 0x7f325536dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325536da00> <<< 8484 1726867726.05687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867726.05816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867726.05865: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.05867: 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 0x7f32553701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325536e330> <<< 8484 1726867726.05889: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867726.05922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.05946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867726.05965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867726.06010: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255373980> <<< 8484 1726867726.06132: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255370380> <<< 8484 1726867726.06193: 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' <<< 8484 1726867726.06199: 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 0x7f3255374710> <<< 8484 1726867726.06223: 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' <<< 8484 1726867726.06228: 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 0x7f3255374aa0> <<< 8484 1726867726.06267: 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'<<< 8484 1726867726.06280: 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 0x7f3255374cb0> <<< 8484 1726867726.06284: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325536c2c0> <<< 8484 1726867726.06303: 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' <<< 8484 1726867726.06323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867726.06342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867726.06379: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.06397: 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 0x7f3255200470> <<< 8484 1726867726.06542: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.06548: 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 0x7f32552017f0> <<< 8484 1726867726.06565: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255376c00> <<< 8484 1726867726.06590: 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' <<< 8484 1726867726.06600: 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 0x7f3255377fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255376840> <<< 8484 1726867726.06622: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867726.06639: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867726.06644: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.06739: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.06825: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.06842: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867726.06860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.06874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.06888: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 8484 1726867726.06890: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.07011: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.07122: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.07690: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.08226: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867726.08231: 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' # <<< 8484 1726867726.08261: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867726.08276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.08332: 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 0x7f3255205a90> <<< 8484 1726867726.08409: 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' <<< 8484 1726867726.08433: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255206810> <<< 8484 1726867726.08439: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255201a30> <<< 8484 1726867726.08491: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867726.08499: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.08524: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.08530: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867726.08545: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.08696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.08846: 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' <<< 8484 1726867726.08872: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552068a0> <<< 8484 1726867726.08874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.09338: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.09778: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.09850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.09927: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867726.09934: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.09967: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10007: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867726.10081: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10155: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867726.10183: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10189: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867726.10203: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10249: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10292: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867726.10298: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10524: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.10760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867726.10822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867726.10840: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867726.10890: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255207b60> <<< 8484 1726867726.10916: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11001: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11068: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867726.11096: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867726.11099: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11129: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11176: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867726.11201: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11229: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11272: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11319: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11396: 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 <<< 8484 1726867726.11618: stdout chunk (state=3): >>># 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 0x7f3255212390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325520dd90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867726.11683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11732: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11790: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.11814: 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' <<< 8484 1726867726.11863: 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 <<< 8484 1726867726.11909: 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 <<< 8484 1726867726.11967: 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 <<< 8484 1726867726.12011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867726.12063: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255302ae0> <<< 8484 1726867726.12109: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a467b0> <<< 8484 1726867726.12191: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255212150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255375310> # destroy ansible.module_utils.distro <<< 8484 1726867726.12272: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867726.12364: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867726.12964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.13446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.14142: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.14814: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 8484 1726867726.14896: 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 0x7f32552a4a10> # /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 0x7f32552a4c80> # /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' <<< 8484 1726867726.14930: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5370> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a4ef0> # /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' <<< 8484 1726867726.14983: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5ca0> <<< 8484 1726867726.15036: 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' <<< 8484 1726867726.15091: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867726.15155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255290530> <<< 8484 1726867726.15194: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255291640> <<< 8484 1726867726.15251: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ec6690> <<< 8484 1726867726.15255: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a74a0> <<< 8484 1726867726.15306: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867726.15393: 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 <<< 8484 1726867726.15447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867726.15514: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ed5190> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ec7d10> <<< 8484 1726867726.15575: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ec70b0> <<< 8484 1726867726.15578: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a6930> # /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' <<< 8484 1726867726.15712: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # 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 0x7f3254f411c0> <<< 8484 1726867726.15928: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ef92e0> <<< 8484 1726867726.15974: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a6e70> <<< 8484 1726867726.15987: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867726.16012: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867726.16025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867726.16076: 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' <<< 8484 1726867726.16126: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f48c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f42f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ef8dd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a6330> <<< 8484 1726867726.16182: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5d30> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5a30> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a4cb0> # /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' <<< 8484 1726867726.16220: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5be0> # /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' <<< 8484 1726867726.16274: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f49220> <<< 8484 1726867726.16301: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f48e00> <<< 8484 1726867726.16323: 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' <<< 8484 1726867726.16388: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f49ac0> <<< 8484 1726867726.16414: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867726.16433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867726.16476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867726.16503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867726.16585: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.16659: 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 0x7f3254f4c110> <<< 8484 1726867726.16848: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f31670> <<< 8484 1726867726.16879: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f4a870> <<< 8484 1726867726.16917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867726.16925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867726.17022: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f31130> # /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 0x7f3254f663c0> <<< 8484 1726867726.17030: 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' <<< 8484 1726867726.17081: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f67020> <<< 8484 1726867726.17102: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f66b10> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867726.17137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867726.17225: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f67530> <<< 8484 1726867726.17233: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867726.17258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867726.17473: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f3ba40> <<< 8484 1726867726.17498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867726.17508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867726.17530: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254df1e80> <<< 8484 1726867726.17579: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.17688: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 8484 1726867726.17817: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.17946: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867726.17962: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.18006: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.18056: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867726.18064: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.18219: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.18299: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867726.18400: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.18893: 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 <<< 8484 1726867726.18896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.18908: 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 <<< 8484 1726867726.18930: 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 <<< 8484 1726867726.18973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2eea0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867726.19019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867726.19156: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2efc0> <<< 8484 1726867726.19177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867726.19197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 8484 1726867726.19222: 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' <<< 8484 1726867726.19272: 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 0x7f3254b831d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254b82a20> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.19282: 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 0x7f3254b82c00> <<< 8484 1726867726.19303: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2f500> <<< 8484 1726867726.19345: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2e3f0> <<< 8484 1726867726.19352: 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 <<< 8484 1726867726.19373: 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 0x7f3254e2eb40> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867726.19460: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867726.19499: 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' <<< 8484 1726867726.19522: 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' <<< 8484 1726867726.19654: 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 0x7f3254bfc740> <<< 8484 1726867726.19657: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254bfc320> <<< 8484 1726867726.19674: 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 <<< 8484 1726867726.19723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867726.19774: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 8484 1726867726.19783: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3254bfffe0> <<< 8484 1726867726.19812: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254bfc890> <<< 8484 1726867726.19835: 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 <<< 8484 1726867726.19921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867726.20873: 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 0x7f32547370e0> <<< 8484 1726867726.20950: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254c24140> <<< 8484 1726867726.20959: 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 <<< 8484 1726867726.21031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867726.21120: 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 0x7f32547b4cb0><<< 8484 1726867726.21129: stdout chunk (state=3): >>> <<< 8484 1726867726.21293: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f3b620> <<< 8484 1726867726.21317: 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 <<< 8484 1726867726.21352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867726.21430: 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 0x7f32547b7b30> <<< 8484 1726867726.21467: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32547b4c80> <<< 8484 1726867726.21487: 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 <<< 8484 1726867726.21539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867726.21616: 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 0x7f32547f3c80> <<< 8484 1726867726.21654: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32547b7e90> <<< 8484 1726867726.21678: 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 <<< 8484 1726867726.21690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867726.21735: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867726.21740: 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 0x7f3252d60f80> <<< 8484 1726867726.21768: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d60380> <<< 8484 1726867726.21774: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254b9fe60> <<< 8484 1726867726.21784: 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 <<< 8484 1726867726.21820: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867726.21846: 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 <<< 8484 1726867726.21848: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867726.21872: 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 <<< 8484 1726867726.21881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867726.21918: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.21924: 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 0x7f3252d80470> <<< 8484 1726867726.21953: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d638c0> <<< 8484 1726867726.21969: 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 <<< 8484 1726867726.21996: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867726.22019: 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' <<< 8484 1726867726.22048: 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 0x7f3252d82ab0> <<< 8484 1726867726.22074: 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 <<< 8484 1726867726.22090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867726.22125: 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' <<< 8484 1726867726.22129: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d839b0> <<< 8484 1726867726.22158: 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 <<< 8484 1726867726.22174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.22598: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 8484 1726867726.22604: 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 0x7f3252da82c0> <<< 8484 1726867726.22628: 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 <<< 8484 1726867726.22669: 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 0x7f3252da9850> <<< 8484 1726867726.22678: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d83bf0> <<< 8484 1726867726.22690: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d82960> <<< 8484 1726867726.22696: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d82300> <<< 8484 1726867726.22716: 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 <<< 8484 1726867726.22737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.22853: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 8484 1726867726.22861: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3252dab410> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d82ed0> <<< 8484 1726867726.22917: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d80770> <<< 8484 1726867726.22951: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d62ed0> <<< 8484 1726867726.22979: 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' <<< 8484 1726867726.23112: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 8484 1726867726.23118: 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 0x7f3252d63530> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d63290> <<< 8484 1726867726.23139: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d610d0> <<< 8484 1726867726.23167: 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' <<< 8484 1726867726.23173: stdout chunk (state=3): >>>import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de4a10> <<< 8484 1726867726.23193: 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 <<< 8484 1726867726.23215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 8484 1726867726.23239: 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 <<< 8484 1726867726.23245: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 8484 1726867726.23276: 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 <<< 8484 1726867726.23287: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867726.23324: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de6f60> <<< 8484 1726867726.23328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867726.23339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867726.23358: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de7740> <<< 8484 1726867726.23364: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de6240> <<< 8484 1726867726.23382: 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 <<< 8484 1726867726.23406: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867726.23421: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de7f50> <<< 8484 1726867726.23446: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de49e0> <<< 8484 1726867726.23473: 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 <<< 8484 1726867726.23480: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.23492: 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 <<< 8484 1726867726.23521: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867726.23541: 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 <<< 8484 1726867726.23552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 8484 1726867726.23564: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e119a0> <<< 8484 1726867726.23584: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e10f20> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e10d40> <<< 8484 1726867726.23608: 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 <<< 8484 1726867726.23616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 8484 1726867726.23634: 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 <<< 8484 1726867726.23660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867726.23686: 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 <<< 8484 1726867726.23703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867726.23724: 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 <<< 8484 1726867726.23742: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867726.23757: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526dca70> <<< 8484 1726867726.23776: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867726.23827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867726.23840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867726.23900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867726.23929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867726.23954: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325270aae0> <<< 8484 1726867726.23987: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f325270ae40><<< 8484 1726867726.24011: stdout chunk (state=3): >>> <<< 8484 1726867726.24026: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526ded50> <<< 8484 1726867726.24064: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526dcef0> <<< 8484 1726867726.24080: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e13f20> <<< 8484 1726867726.24116: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e121b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e11ee0> <<< 8484 1726867726.24153: 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 <<< 8484 1726867726.24181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867726.24188: 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 <<< 8484 1726867726.24219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.24223: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867726.24245: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252748920> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325270ba70> <<< 8484 1726867726.24273: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e126f0> <<< 8484 1726867726.24295: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867726.24322: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252748f80> <<< 8484 1726867726.24345: 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 <<< 8484 1726867726.24365: 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 0x7f3252749310> <<< 8484 1726867726.24369: 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 0x7f32527493d0> <<< 8484 1726867726.24397: 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 <<< 8484 1726867726.24403: 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 0x7f32527494f0> <<< 8484 1726867726.24423: 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 <<< 8484 1726867726.24453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867726.24472: 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 <<< 8484 1726867726.24504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867726.24572: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 8484 1726867726.24580: 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 0x7f32527640e0> <<< 8484 1726867726.24583: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325274a210> <<< 8484 1726867726.24604: 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 0x7f32527641a0> <<< 8484 1726867726.24629: 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' <<< 8484 1726867726.24674: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252764290> <<< 8484 1726867726.24683: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252749340> <<< 8484 1726867726.24701: 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' <<< 8484 1726867726.24716: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252764380> <<< 8484 1726867726.24748: 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 <<< 8484 1726867726.24760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867726.24779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867726.24849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867726.24875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867726.24981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867726.24989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867726.25017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867726.25073: 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 0x7f325278fdd0> <<< 8484 1726867726.25086: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325278f230> <<< 8484 1726867726.25132: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325278dca0> <<< 8484 1726867726.25279: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252765be0> <<< 8484 1726867726.25293: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252765070> <<< 8484 1726867726.25336: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 8484 1726867726.25339: 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 0x7f3252766fc0> <<< 8484 1726867726.25361: 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 <<< 8484 1726867726.25365: 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 0x7f325270ac30> <<< 8484 1726867726.25397: 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 0x7f32527cc740> <<< 8484 1726867726.25427: 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 <<< 8484 1726867726.25442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527cc9b0> # /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' <<< 8484 1726867726.25466: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867726.25477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 8484 1726867726.25510: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527cd310> <<< 8484 1726867726.25547: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527ccda0> <<< 8484 1726867726.25550: 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 0x7f32527ce210> <<< 8484 1726867726.25573: stdout chunk (state=3): >>>import 'gc' # <<< 8484 1726867726.25596: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254b83260> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2d940> <<< 8484 1726867726.26162: 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 <<< 8484 1726867726.26166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867726.26227: 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 0x7f32527ceed0> <<< 8484 1726867726.26231: 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' <<< 8484 1726867726.26247: 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 <<< 8484 1726867726.26302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867726.26318: 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 <<< 8484 1726867726.26369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867726.26413: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259f950> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 8484 1726867726.26446: 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 <<< 8484 1726867726.26476: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867726.26488: 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' <<< 8484 1726867726.26611: 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 0x7f32525c1940> <<< 8484 1726867726.26620: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525c14f0> <<< 8484 1726867726.26645: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.26666: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.26675: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f32525c38f0> <<< 8484 1726867726.26690: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525c03e0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259fc20> <<< 8484 1726867726.26704: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259c9e0> <<< 8484 1726867726.26730: 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 <<< 8484 1726867726.26743: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867726.26750: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259f710> <<< 8484 1726867726.26767: 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 <<< 8484 1726867726.26801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.26817: 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 <<< 8484 1726867726.26839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867726.26872: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525d7020> <<< 8484 1726867726.26899: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525d5b50> <<< 8484 1726867726.26929: 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 <<< 8484 1726867726.26937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867726.26942: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fc830> <<< 8484 1726867726.26979: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 8484 1726867726.26985: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fcb00> <<< 8484 1726867726.27011: 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 <<< 8484 1726867726.27015: 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 0x7f32525fcd70> <<< 8484 1726867726.27045: 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' <<< 8484 1726867726.27058: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fcfe0> <<< 8484 1726867726.27092: 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' <<< 8484 1726867726.27097: 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 <<< 8484 1726867726.27132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867726.27174: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fd6d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fd550> <<< 8484 1726867726.27196: 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' <<< 8484 1726867726.27204: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fefc0> <<< 8484 1726867726.27227: 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 <<< 8484 1726867726.27231: 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 0x7f32525ff110> <<< 8484 1726867726.27248: 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 <<< 8484 1726867726.27283: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867726.27297: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525ff320> <<< 8484 1726867726.27315: 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 <<< 8484 1726867726.27324: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867726.27350: 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 <<< 8484 1726867726.27366: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867726.27389: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252614260> <<< 8484 1726867726.27395: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525ffaa0> <<< 8484 1726867726.27421: 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 <<< 8484 1726867726.27432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 8484 1726867726.27444: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252614e00> <<< 8484 1726867726.27466: 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 <<< 8484 1726867726.27469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252615220> <<< 8484 1726867726.27492: 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' <<< 8484 1726867726.27516: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252615400> <<< 8484 1726867726.27526: 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 <<< 8484 1726867726.27545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867726.27569: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526156a0> <<< 8484 1726867726.27592: 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' <<< 8484 1726867726.27614: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526165a0> <<< 8484 1726867726.27635: 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 <<< 8484 1726867726.27639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 8484 1726867726.27655: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526167e0> <<< 8484 1726867726.27675: 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 <<< 8484 1726867726.27682: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 8484 1726867726.27697: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526169f0> <<< 8484 1726867726.27728: 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 <<< 8484 1726867726.27741: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 8484 1726867726.27756: 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 <<< 8484 1726867726.27775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' <<< 8484 1726867726.27780: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526175f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252617110> <<< 8484 1726867726.27796: 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 <<< 8484 1726867726.27812: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 8484 1726867726.27835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 8484 1726867726.27855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263c4a0> <<< 8484 1726867726.27861: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252617da0> <<< 8484 1726867726.27893: 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 <<< 8484 1726867726.27899: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263d130> <<< 8484 1726867726.27921: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867726.27945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 8484 1726867726.27950: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263d430> <<< 8484 1726867726.27977: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 8484 1726867726.27992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 8484 1726867726.27995: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263e360> <<< 8484 1726867726.28025: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263e600> <<< 8484 1726867726.28051: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 8484 1726867726.28062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263e7b0> <<< 8484 1726867726.28082: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527cf320> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527cf0b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527ce810> <<< 8484 1726867726.28108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867726.28140: 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' <<< 8484 1726867726.28175: 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 <<< 8484 1726867726.28181: 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 0x7f325263f1a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263eed0> <<< 8484 1726867726.28198: 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' <<< 8484 1726867726.28218: 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 <<< 8484 1726867726.28276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867726.28289: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867726.28325: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867726.28380: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252661610> <<< 8484 1726867726.28404: 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' <<< 8484 1726867726.28491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867726.28495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867726.28528: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252662d50> <<< 8484 1726867726.28579: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.28582: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3252661f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252661b20> <<< 8484 1726867726.28611: 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 <<< 8484 1726867726.28622: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867726.28647: 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 <<< 8484 1726867726.28661: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523b4680> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325239ba70> <<< 8484 1726867726.28691: 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'<<< 8484 1726867726.28693: stdout chunk (state=3): >>> <<< 8484 1726867726.28713: 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 <<< 8484 1726867726.28748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867726.28773: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867726.28793: 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 <<< 8484 1726867726.28799: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 8484 1726867726.28827: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523b7500> <<< 8484 1726867726.28830: 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 <<< 8484 1726867726.28846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 8484 1726867726.28853: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523b7e00> <<< 8484 1726867726.28878: 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 <<< 8484 1726867726.28894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 8484 1726867726.28900: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867726.28943: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523b4d10> <<< 8484 1726867726.28946: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523b49e0> <<< 8484 1726867726.28986: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263f440> <<< 8484 1726867726.29007: 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 <<< 8484 1726867726.29020: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 8484 1726867726.29045: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252660860> <<< 8484 1726867726.29057: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263f1d0> <<< 8484 1726867726.29065: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259c0b0> <<< 8484 1726867726.29080: 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 <<< 8484 1726867726.29105: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867726.29136: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523de090> <<< 8484 1726867726.29161: 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 <<< 8484 1726867726.29186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867726.29209: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523de960> <<< 8484 1726867726.29233: 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 <<< 8484 1726867726.29238: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 8484 1726867726.29245: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523df980> <<< 8484 1726867726.29271: 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 <<< 8484 1726867726.29289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 8484 1726867726.29297: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523dffe0> <<< 8484 1726867726.29321: 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 <<< 8484 1726867726.29329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 8484 1726867726.29346: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 8484 1726867726.29352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.29375: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 8484 1726867726.29384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 8484 1726867726.29417: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.29559: 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 0x7f3252409670> <<< 8484 1726867726.29584: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252409040> <<< 8484 1726867726.29621: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252408ce0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32524089b0> <<< 8484 1726867726.29625: 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 <<< 8484 1726867726.29639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 8484 1726867726.29675: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263ec90> <<< 8484 1726867726.29689: 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 <<< 8484 1726867726.29701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867726.29725: 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' <<< 8484 1726867726.29753: 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 <<< 8484 1726867726.29768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240b2c0> <<< 8484 1726867726.29783: 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' <<< 8484 1726867726.29787: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240b380> <<< 8484 1726867726.29816: 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' <<< 8484 1726867726.29926: 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 0x7f325240ba70> <<< 8484 1726867726.29938: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240b920> <<< 8484 1726867726.29953: 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' <<< 8484 1726867726.29972: 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 <<< 8484 1726867726.30005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 8484 1726867726.30011: 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 <<< 8484 1726867726.30125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867726.30148: 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 0x7f325243a0c0> <<< 8484 1726867726.30173: 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 <<< 8484 1726867726.30236: stdout chunk (state=3): >>># 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' <<< 8484 1726867726.30247: 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 0x7f325243b2f0> <<< 8484 1726867726.30255: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py <<< 8484 1726867726.30277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243b560> <<< 8484 1726867726.30281: 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' <<< 8484 1726867726.30329: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.30349: 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 0x7f325243b6b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243b410> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243adb0> <<< 8484 1726867726.30390: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243a240> <<< 8484 1726867726.30407: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32524394f0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252438aa0> <<< 8484 1726867726.30416: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252438320> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240adb0> <<< 8484 1726867726.30458: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240a2a0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py <<< 8484 1726867726.30465: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243afc0> <<< 8484 1726867726.30486: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867726.30498: 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 0x7f325243bb60> <<< 8484 1726867726.30529: 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 <<< 8484 1726867726.30538: 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 0x7f3252464440> <<< 8484 1726867726.30564: 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 <<< 8484 1726867726.30573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 8484 1726867726.30579: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32524647d0> <<< 8484 1726867726.30604: 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 <<< 8484 1726867726.30646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252465100> <<< 8484 1726867726.30673: 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 <<< 8484 1726867726.30703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867726.30716: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252465c70> <<< 8484 1726867726.43720: 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}}} <<< 8484 1726867726.44833: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867726.44837: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867726.45373: 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 <<< 8484 1726867726.45433: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 8484 1726867726.45441: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # 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 <<< 8484 1726867726.45450: 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 # 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 <<< 8484 1726867726.45453: stdout chunk (state=3): >>># cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref <<< 8484 1726867726.45541: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45545: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45550: 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 # 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 <<< 8484 1726867726.45553: stdout chunk (state=3): >>># destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 8484 1726867726.45601: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime <<< 8484 1726867726.45619: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45646: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45658: stdout chunk (state=3): >>># destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo <<< 8484 1726867726.45683: stdout chunk (state=3): >>># 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<<< 8484 1726867726.45689: stdout chunk (state=3): >>> # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # 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 <<< 8484 1726867726.45717: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45738: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45747: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45751: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade <<< 8484 1726867726.45791: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45797: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45804: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45828: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.45834: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.system_upgrade <<< 8484 1726867726.46459: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 8484 1726867726.46465: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma <<< 8484 1726867726.46493: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867726.46500: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867726.46535: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ <<< 8484 1726867726.46538: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 8484 1726867726.46544: stdout chunk (state=3): >>># destroy syslog <<< 8484 1726867726.46582: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867726.46590: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867726.46615: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867726.46645: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 8484 1726867726.46674: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser <<< 8484 1726867726.46678: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867726.46706: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 8484 1726867726.46715: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 8484 1726867726.46739: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 8484 1726867726.46749: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 8484 1726867726.46765: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867726.46816: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867726.46824: 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 <<< 8484 1726867726.46874: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove <<< 8484 1726867726.46879: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.46884: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const <<< 8484 1726867726.46921: stdout chunk (state=3): >>># destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps<<< 8484 1726867726.46939: stdout chunk (state=3): >>> # 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 <<< 8484 1726867726.46963: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.46993: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols<<< 8484 1726867726.46999: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob <<< 8484 1726867726.47027: stdout chunk (state=3): >>># cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 8484 1726867726.47037: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 8484 1726867726.47067: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction <<< 8484 1726867726.47092: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 8484 1726867726.47114: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue <<< 8484 1726867726.47139: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47188: stdout chunk (state=3): >>># cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client <<< 8484 1726867726.47191: stdout chunk (state=3): >>># destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser <<< 8484 1726867726.47194: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47208: stdout chunk (state=3): >>># cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry <<< 8484 1726867726.47240: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47245: stdout chunk (state=3): >>># cleanup[3] wiping calendar # cleanup[3] wiping email.header <<< 8484 1726867726.47277: stdout chunk (state=3): >>># cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors <<< 8484 1726867726.47296: stdout chunk (state=3): >>># cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime <<< 8484 1726867726.47309: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47366: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 8484 1726867726.47373: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47377: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 8484 1726867726.47392: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47406: stdout chunk (state=3): >>># cleanup[3] wiping tokenize <<< 8484 1726867726.47426: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess <<< 8484 1726867726.47430: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47474: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl <<< 8484 1726867726.47481: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder <<< 8484 1726867726.47486: stdout chunk (state=3): >>># destroy json.encoder # cleanup[3] wiping json.scanner <<< 8484 1726867726.47488: stdout chunk (state=3): >>># cleanup[3] wiping _json # cleanup[3] wiping _typing <<< 8484 1726867726.47505: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47524: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random <<< 8484 1726867726.47554: 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 <<< 8484 1726867726.47576: stdout chunk (state=3): >>># cleanup[3] wiping shutil <<< 8484 1726867726.47590: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 8484 1726867726.47616: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery <<< 8484 1726867726.47631: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47643: stdout chunk (state=3): >>># cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 8484 1726867726.47669: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 8484 1726867726.47674: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867726.47682: 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<<< 8484 1726867726.47759: stdout chunk (state=3): >>> # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 8484 1726867726.47766: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 8484 1726867726.47769: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.47773: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal <<< 8484 1726867726.47775: stdout chunk (state=3): >>># cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 8484 1726867726.47777: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 8484 1726867726.47791: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8484 1726867726.47818: 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 <<< 8484 1726867726.48430: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867726.48472: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867726.48505: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867726.48516: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867726.48524: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867726.48554: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867726.48558: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib<<< 8484 1726867726.48574: stdout chunk (state=3): >>> <<< 8484 1726867726.48594: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 8484 1726867726.48603: stdout chunk (state=3): >>># destroy copyreg <<< 8484 1726867726.48626: stdout chunk (state=3): >>># destroy _pickle <<< 8484 1726867726.48649: 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 <<< 8484 1726867726.48653: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 8484 1726867726.48665: stdout chunk (state=3): >>># destroy gzip <<< 8484 1726867726.48688: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867726.48703: stdout chunk (state=3): >>># destroy unicodedata <<< 8484 1726867726.48735: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib <<< 8484 1726867726.48738: stdout chunk (state=3): >>># destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils <<< 8484 1726867726.48750: stdout chunk (state=3): >>># destroy hashlib # destroy json # destroy importlib # destroy inspect <<< 8484 1726867726.48763: stdout chunk (state=3): >>># destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 8484 1726867726.48810: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8484 1726867726.48836: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob <<< 8484 1726867726.48839: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.48848: stdout chunk (state=3): >>># destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 8484 1726867726.48873: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867726.48933: stdout chunk (state=3): >>># 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 <<< 8484 1726867726.48939: stdout chunk (state=3): >>># destroy _json # destroy collections # destroy io # destroy _opcode <<< 8484 1726867726.49020: stdout chunk (state=3): >>># destroy _warnings <<< 8484 1726867726.49028: stdout chunk (state=3): >>># destroy posix <<< 8484 1726867726.49058: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 8484 1726867726.49064: stdout chunk (state=3): >>># destroy string <<< 8484 1726867726.49103: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867726.49188: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867726.49320: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig<<< 8484 1726867726.49331: stdout chunk (state=3): >>> # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867726.49341: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867726.49363: stdout chunk (state=3): >>># destroy _sre <<< 8484 1726867726.49376: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 8484 1726867726.49386: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867726.49990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867726.50020: stderr chunk (state=3): >>><<< 8484 1726867726.50023: stdout chunk (state=3): >>><<< 8484 1726867726.50180: _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 0x7f3255ee84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255eb7b30> # /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 0x7f3255eeaa50> 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 0x7f3255c99130> # /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 0x7f3255c9a120> 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 0x7f3255cdff80> # /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 0x7f3255cec110> # /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 0x7f3255d0f9b0> # /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 0x7f3255d0ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cefc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ced370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cdd130> # /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 0x7f3255d33890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d324b0> # /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 0x7f3255cee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d30d70> # /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 0x7f3255d608f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cdc3b0> # /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 0x7f3255d60da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d60c50> # 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 0x7f3255d61010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255cd2ed0> # /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 0x7f3255d616a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d613a0> 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 0x7f3255d625a0> 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 0x7f3255d7c7d0> 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 0x7f3255d7df10> # /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 0x7f3255d7edb0> # 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 0x7f3255d7f410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d7e300> # /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 0x7f3255d7fe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d7f5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d62600> # /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 0x7f3255ab3d10> # /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 0x7f3255ae0830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae0590> # 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 0x7f3255ae07a0> # /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 0x7f3255ae1160> # 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 0x7f3255ae1b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae0a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ab1eb0> # /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 0x7f3255ae2f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae1c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255d62cf0> # /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 0x7f3255b07260> # /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 0x7f3255b335f0> # /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 0x7f3255b8c3b0> # /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 0x7f3255b8eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b8c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b553d0> # /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 0x7f3255991460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255b323f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255ae3e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3255b329f0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_0gmjq1gz/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 0x7f32559eb200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32559ca0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32559c9280> # 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 0x7f32559e94f0> # /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 0x7f3255a12b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a12900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a12240> # /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 0x7f3255a12660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255eea9c0> 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 0x7f3255a13950> # 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 0x7f3255a13b90> # /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 0x7f3255a13fe0> 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 0x7f3255319d00> # 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 0x7f325531b920> # /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 0x7f3255320290> # /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 0x7f3255321160> # /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 0x7f3255323e90> # 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 0x7f3255ae2ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255322180> # /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 0x7f3255327e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255326960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32553266c0> # /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 0x7f3255326c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255322690> # 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 0x7f325536bec0> # /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 0x7f325536c170> # /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 0x7f325536dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325536da00> # /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 0x7f32553701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325536e330> # /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 0x7f3255373980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255370380> # 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 0x7f3255374710> # 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 0x7f3255374aa0> # 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 0x7f3255374cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325536c2c0> # /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 0x7f3255200470> # 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 0x7f32552017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255376c00> # 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 0x7f3255377fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255376840> # 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 0x7f3255205a90> # /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 0x7f3255206810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255201a30> 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 0x7f32552068a0> # 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 0x7f3255207b60> # 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 0x7f3255212390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325520dd90> 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 0x7f3255302ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255a467b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255212150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3255375310> # 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 0x7f32552a4a10> # /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 0x7f32552a4c80> # /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 0x7f32552a5370> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a4ef0> # /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 0x7f32552a5ca0> # /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 0x7f3255290530> # /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 0x7f3255291640> # /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 0x7f3254ec6690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a74a0> # /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 0x7f3254ed5190> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ec7d10> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ec70b0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a6930> # /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 0x7f3254f411c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ef92e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a6e70> # /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 0x7f3254f48c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f42f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254ef8dd0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a6330> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5d30> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a5a30> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32552a4cb0> # /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 0x7f32552a5be0> # /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 0x7f3254f49220> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f48e00> # /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 0x7f3254f49ac0> # /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 0x7f3254f4c110> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f31670> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f4a870> # /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 0x7f3254f31130> # /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 0x7f3254f663c0> # /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 0x7f3254f67020> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f66b10> # /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 0x7f3254f67530> # /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 0x7f3254f3ba40> # /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 0x7f3254df1e80> # 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 0x7f3254e2eea0> # /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 0x7f3254e2efc0> # /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 0x7f3254b831d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254b82a20> # 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 0x7f3254b82c00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2f500> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2e3f0> # /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 0x7f3254e2eb40> # /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 0x7f3254bfc740> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254bfc320> # /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 0x7f3254bfffe0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254bfc890> # /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 0x7f32547370e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254c24140> # /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 0x7f32547b4cb0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254f3b620> # /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 0x7f32547b7b30> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32547b4c80> # /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 0x7f32547f3c80> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32547b7e90> # /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 0x7f3252d60f80> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d60380> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254b9fe60> # /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 0x7f3252d80470> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d638c0> # /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 0x7f3252d82ab0> # /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 0x7f3252d839b0> # /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 0x7f3252da82c0> # /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 0x7f3252da9850> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d83bf0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d82960> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d82300> # /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 0x7f3252dab410> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d82ed0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d80770> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d62ed0> # /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 0x7f3252d63530> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d63290> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252d610d0> # /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 0x7f3252de4a10> # /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 0x7f3252de6f60> # /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 0x7f3252de7740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de6240> # /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 0x7f3252de7f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252de49e0> # /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 0x7f3252e119a0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e10f20> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e10d40> # /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 0x7f32526dca70> # /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 0x7f325270aae0> # 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 0x7f325270ae40> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526ded50> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32526dcef0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e13f20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e121b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e11ee0> # /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 0x7f3252748920> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325270ba70> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252e126f0> # /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 0x7f3252748f80> # /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 0x7f3252749310> # /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 0x7f32527493d0> # /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 0x7f32527494f0> # /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 0x7f32527640e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325274a210> # /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 0x7f32527641a0> # /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 0x7f3252764290> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252749340> # /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 0x7f3252764380> # /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 0x7f325278fdd0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325278f230> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325278dca0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252765be0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252765070> # /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 0x7f3252766fc0> # /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 0x7f325270ac30> # /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 0x7f32527cc740> # /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 0x7f32527cc9b0> # /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 0x7f32527cd310> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527ccda0> # /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 0x7f32527ce210> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254b83260> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3254e2d940> # /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 0x7f32527ceed0> # /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 0x7f325259f950> # /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 0x7f32525c1940> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525c14f0> # 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 0x7f32525c38f0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525c03e0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259fc20> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259c9e0> # /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 0x7f325259f710> # /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 0x7f32525d7020> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525d5b50> # /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 0x7f32525fc830> # /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 0x7f32525fcb00> # /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 0x7f32525fcd70> # /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 0x7f32525fcfe0> # /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 0x7f32525fd6d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525fd550> # /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 0x7f32525fefc0> # /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 0x7f32525ff110> # /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 0x7f32525ff320> # /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 0x7f3252614260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32525ffaa0> # /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 0x7f3252614e00> # /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 0x7f3252615220> # /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 0x7f3252615400> # /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 0x7f32526156a0> # /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 0x7f32526165a0> # /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 0x7f32526167e0> # /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 0x7f32526169f0> # /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 0x7f32526175f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252617110> # /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 0x7f325263c4a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252617da0> # /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 0x7f325263d130> # /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 0x7f325263d430> # /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 0x7f325263e360> # /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 0x7f325263e600> # /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 0x7f325263e7b0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527cf320> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527cf0b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32527ce810> # /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 0x7f325263f1a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263eed0> # /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 0x7f3252661610> # /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 0x7f3252662d50> # 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 0x7f3252661f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252661b20> # /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 0x7f32523b4680> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325239ba70> # /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 0x7f32523b7500> # /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 0x7f32523b7e00> # /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 0x7f32523b4d10> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32523b49e0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263f440> # /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 0x7f3252660860> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325263f1d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325259c0b0> # /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 0x7f32523de090> # /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 0x7f32523de960> # /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 0x7f32523df980> # /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 0x7f32523dffe0> # /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 0x7f3252409670> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252409040> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252408ce0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32524089b0> # /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 0x7f325263ec90> # /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 0x7f325240b2c0> # /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 0x7f325240b380> # /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 0x7f325240ba70> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240b920> # /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 0x7f325243a0c0> # /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 0x7f325243b2f0> # /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 0x7f325243b560> # /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 0x7f325243b6b0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243b410> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243adb0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325243a240> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32524394f0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252438aa0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3252438320> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240adb0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f325240a2a0> # /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 0x7f325243afc0> # /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 0x7f325243bb60> # /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 0x7f3252464440> # /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 0x7f32524647d0> # /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 0x7f3252465100> # /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 0x7f3252465c70> {"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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867726.51331: 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-1726867725.81706-10645-61804272042195/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867726.51335: _low_level_execute_command(): starting 8484 1726867726.51338: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867725.81706-10645-61804272042195/ > /dev/null 2>&1 && sleep 0' 8484 1726867726.51341: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867726.51344: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867726.51346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867726.51349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867726.51351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867726.51353: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867726.51355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.51358: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867726.51360: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867726.51362: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867726.51364: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867726.51366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867726.51368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867726.51371: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867726.51374: stderr chunk (state=3): >>>debug2: match found <<< 8484 1726867726.51376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.51378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867726.51380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867726.51382: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867726.51384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867726.53164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867726.53191: stderr chunk (state=3): >>><<< 8484 1726867726.53194: stdout chunk (state=3): >>><<< 8484 1726867726.53211: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867726.53222: handler run complete 8484 1726867726.53248: attempt loop complete, returning result 8484 1726867726.53251: _execute() done 8484 1726867726.53253: dumping result to json 8484 1726867726.53259: done dumping result, returning 8484 1726867726.53268: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [02e58e3f-6ce9-dbaf-c049-0000000010b7] 8484 1726867726.53276: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010b7 8484 1726867726.53375: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010b7 8484 1726867726.53379: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867726.53462: no more pending results, returning what we have 8484 1726867726.53465: results queue empty 8484 1726867726.53466: checking for any_errors_fatal 8484 1726867726.53467: done checking for any_errors_fatal 8484 1726867726.53468: checking for max_fail_percentage 8484 1726867726.53472: done checking for max_fail_percentage 8484 1726867726.53473: checking to see if all hosts have failed and the running result is not ok 8484 1726867726.53474: done checking to see if all hosts have failed 8484 1726867726.53474: getting the remaining hosts for this loop 8484 1726867726.53476: done getting the remaining hosts for this loop 8484 1726867726.53479: getting the next task for host managed_node3 8484 1726867726.53486: done getting next task for host managed_node3 8484 1726867726.53489: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 8484 1726867726.53494: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), did rescue? False, did start at task? False 8484 1726867726.53504: getting variables 8484 1726867726.53505: in VariableManager get_vars() 8484 1726867726.53544: Calling all_inventory to load vars for managed_node3 8484 1726867726.53547: Calling groups_inventory to load vars for managed_node3 8484 1726867726.53549: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867726.53558: Calling all_plugins_play to load vars for managed_node3 8484 1726867726.53565: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867726.53567: Calling groups_plugins_play to load vars for managed_node3 8484 1726867726.54016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867726.54535: done with get_vars() 8484 1726867726.54547: done getting variables 8484 1726867726.54591: 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_pools] ****************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 17:28:46 -0400 (0:00:00.810) 0:01:01.843 ****** 8484 1726867726.54615: entering _queue_task() for managed_node3/debug 8484 1726867726.54830: worker is 1 (out of 1 available) 8484 1726867726.54843: exiting _queue_task() for managed_node3/debug 8484 1726867726.54854: done queuing things up, now waiting for results queue to drain 8484 1726867726.54855: waiting for pending results... 8484 1726867726.55042: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools 8484 1726867726.55140: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010b8 8484 1726867726.55150: variable 'ansible_search_path' from source: unknown 8484 1726867726.55154: variable 'ansible_search_path' from source: unknown 8484 1726867726.55186: calling self._execute() 8484 1726867726.55258: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.55261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.55272: variable 'omit' from source: magic vars 8484 1726867726.55384: variable 'omit' from source: magic vars 8484 1726867726.55429: variable 'omit' from source: magic vars 8484 1726867726.55454: variable 'omit' from source: magic vars 8484 1726867726.55488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867726.55517: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867726.55536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867726.55549: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867726.55559: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867726.55584: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867726.55588: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.55591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.55669: Set connection var ansible_pipelining to False 8484 1726867726.55675: Set connection var ansible_timeout to 10 8484 1726867726.55678: Set connection var ansible_connection to ssh 8484 1726867726.55693: Set connection var ansible_shell_type to sh 8484 1726867726.55696: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867726.55698: Set connection var ansible_shell_executable to /bin/sh 8484 1726867726.55715: variable 'ansible_shell_executable' from source: unknown 8484 1726867726.55718: variable 'ansible_connection' from source: unknown 8484 1726867726.55722: variable 'ansible_module_compression' from source: unknown 8484 1726867726.55724: variable 'ansible_shell_type' from source: unknown 8484 1726867726.55727: variable 'ansible_shell_executable' from source: unknown 8484 1726867726.55729: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.55731: variable 'ansible_pipelining' from source: unknown 8484 1726867726.55733: variable 'ansible_timeout' from source: unknown 8484 1726867726.55738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.55845: 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) 8484 1726867726.55859: variable 'omit' from source: magic vars 8484 1726867726.55861: starting attempt loop 8484 1726867726.55864: running the handler 8484 1726867726.55901: variable 'storage_pools' from source: include params 8484 1726867726.56039: variable 'storage_pools' from source: include params 8484 1726867726.56478: variable 'test_storage_pools' from source: play vars 8484 1726867726.56575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867726.57978: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867726.58023: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867726.58054: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867726.58081: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867726.58102: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867726.58153: 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) 8484 1726867726.58184: 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) 8484 1726867726.58202: 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) 8484 1726867726.58229: 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) 8484 1726867726.58240: 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) 8484 1726867726.58276: 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) 8484 1726867726.58292: 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) 8484 1726867726.58308: 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) 8484 1726867726.58333: 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) 8484 1726867726.58343: 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) 8484 1726867726.58437: variable 'unused_disks' from source: set_fact 8484 1726867726.58601: variable 'unused_disks' from source: set_fact 8484 1726867726.58723: variable 'unused_disks' from source: set_fact 8484 1726867726.58883: handler run complete 8484 1726867726.58905: attempt loop complete, returning result 8484 1726867726.58908: _execute() done 8484 1726867726.58913: dumping result to json 8484 1726867726.58916: done dumping result, returning 8484 1726867726.58923: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_pools [02e58e3f-6ce9-dbaf-c049-0000000010b8] 8484 1726867726.58928: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010b8 ok: [managed_node3] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } 8484 1726867726.59145: no more pending results, returning what we have 8484 1726867726.59148: results queue empty 8484 1726867726.59149: checking for any_errors_fatal 8484 1726867726.59158: done checking for any_errors_fatal 8484 1726867726.59158: checking for max_fail_percentage 8484 1726867726.59160: done checking for max_fail_percentage 8484 1726867726.59161: checking to see if all hosts have failed and the running result is not ok 8484 1726867726.59162: done checking to see if all hosts have failed 8484 1726867726.59162: getting the remaining hosts for this loop 8484 1726867726.59164: done getting the remaining hosts for this loop 8484 1726867726.59167: getting the next task for host managed_node3 8484 1726867726.59175: done getting next task for host managed_node3 8484 1726867726.59178: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 8484 1726867726.59182: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), did rescue? False, did start at task? False 8484 1726867726.59191: getting variables 8484 1726867726.59193: in VariableManager get_vars() 8484 1726867726.59228: Calling all_inventory to load vars for managed_node3 8484 1726867726.59230: Calling groups_inventory to load vars for managed_node3 8484 1726867726.59232: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867726.59240: Calling all_plugins_play to load vars for managed_node3 8484 1726867726.59243: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867726.59246: Calling groups_plugins_play to load vars for managed_node3 8484 1726867726.59657: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010b8 8484 1726867726.59660: WORKER PROCESS EXITING 8484 1726867726.59675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867726.60091: done with get_vars() 8484 1726867726.60104: done getting variables 8484 1726867726.60146: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 17:28:46 -0400 (0:00:00.055) 0:01:01.898 ****** 8484 1726867726.60173: entering _queue_task() for managed_node3/debug 8484 1726867726.60389: worker is 1 (out of 1 available) 8484 1726867726.60404: exiting _queue_task() for managed_node3/debug 8484 1726867726.60415: done queuing things up, now waiting for results queue to drain 8484 1726867726.60416: waiting for pending results... 8484 1726867726.60606: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes 8484 1726867726.60702: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010b9 8484 1726867726.60714: variable 'ansible_search_path' from source: unknown 8484 1726867726.60718: variable 'ansible_search_path' from source: unknown 8484 1726867726.60747: calling self._execute() 8484 1726867726.60822: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.60825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.60835: variable 'omit' from source: magic vars 8484 1726867726.60931: variable 'omit' from source: magic vars 8484 1726867726.60983: variable 'omit' from source: magic vars 8484 1726867726.61008: variable 'omit' from source: magic vars 8484 1726867726.61044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867726.61072: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867726.61090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867726.61105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867726.61116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867726.61139: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867726.61142: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.61145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.61219: Set connection var ansible_pipelining to False 8484 1726867726.61225: Set connection var ansible_timeout to 10 8484 1726867726.61228: Set connection var ansible_connection to ssh 8484 1726867726.61234: Set connection var ansible_shell_type to sh 8484 1726867726.61239: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867726.61244: Set connection var ansible_shell_executable to /bin/sh 8484 1726867726.61262: variable 'ansible_shell_executable' from source: unknown 8484 1726867726.61265: variable 'ansible_connection' from source: unknown 8484 1726867726.61267: variable 'ansible_module_compression' from source: unknown 8484 1726867726.61272: variable 'ansible_shell_type' from source: unknown 8484 1726867726.61274: variable 'ansible_shell_executable' from source: unknown 8484 1726867726.61277: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.61279: variable 'ansible_pipelining' from source: unknown 8484 1726867726.61283: variable 'ansible_timeout' from source: unknown 8484 1726867726.61287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.61394: 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) 8484 1726867726.61407: variable 'omit' from source: magic vars 8484 1726867726.61410: starting attempt loop 8484 1726867726.61416: running the handler 8484 1726867726.61603: handler run complete 8484 1726867726.61626: attempt loop complete, returning result 8484 1726867726.61631: _execute() done 8484 1726867726.61634: dumping result to json 8484 1726867726.61637: done dumping result, returning 8484 1726867726.61643: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show storage_volumes [02e58e3f-6ce9-dbaf-c049-0000000010b9] 8484 1726867726.61646: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010b9 8484 1726867726.61728: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010b9 8484 1726867726.61731: WORKER PROCESS EXITING ok: [managed_node3] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 8484 1726867726.61791: no more pending results, returning what we have 8484 1726867726.61795: results queue empty 8484 1726867726.61795: checking for any_errors_fatal 8484 1726867726.61806: done checking for any_errors_fatal 8484 1726867726.61806: checking for max_fail_percentage 8484 1726867726.61808: done checking for max_fail_percentage 8484 1726867726.61809: checking to see if all hosts have failed and the running result is not ok 8484 1726867726.61810: done checking to see if all hosts have failed 8484 1726867726.61810: getting the remaining hosts for this loop 8484 1726867726.61812: done getting the remaining hosts for this loop 8484 1726867726.61815: getting the next task for host managed_node3 8484 1726867726.61821: done getting next task for host managed_node3 8484 1726867726.61824: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 8484 1726867726.61829: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867726.61839: getting variables 8484 1726867726.61841: in VariableManager get_vars() 8484 1726867726.61874: Calling all_inventory to load vars for managed_node3 8484 1726867726.61876: Calling groups_inventory to load vars for managed_node3 8484 1726867726.61878: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867726.61885: Calling all_plugins_play to load vars for managed_node3 8484 1726867726.61887: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867726.61890: Calling groups_plugins_play to load vars for managed_node3 8484 1726867726.62290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867726.62697: done with get_vars() 8484 1726867726.62711: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 17:28:46 -0400 (0:00:00.025) 0:01:01.924 ****** 8484 1726867726.62771: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867726.62982: worker is 1 (out of 1 available) 8484 1726867726.62995: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867726.63007: done queuing things up, now waiting for results queue to drain 8484 1726867726.63008: waiting for pending results... 8484 1726867726.63189: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages 8484 1726867726.63281: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010ba 8484 1726867726.63292: variable 'ansible_search_path' from source: unknown 8484 1726867726.63295: variable 'ansible_search_path' from source: unknown 8484 1726867726.63323: calling self._execute() 8484 1726867726.63393: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.63399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.63407: variable 'omit' from source: magic vars 8484 1726867726.63699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867726.63905: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867726.63938: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867726.63962: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867726.63991: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867726.64055: 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) 8484 1726867726.64073: 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) 8484 1726867726.64091: 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) 8484 1726867726.64110: 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) 8484 1726867726.64217: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867726.64223: variable 'omit' from source: magic vars 8484 1726867726.64269: variable 'omit' from source: magic vars 8484 1726867726.64359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867726.65723: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867726.65782: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867726.65809: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867726.65836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867726.65858: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867726.65892: 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) 8484 1726867726.65910: 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) 8484 1726867726.65929: 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) 8484 1726867726.65956: 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) 8484 1726867726.65969: 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) 8484 1726867726.66031: variable 'storage_pools' from source: include params 8484 1726867726.66431: variable 'test_storage_pools' from source: play vars 8484 1726867726.66508: 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) 8484 1726867726.66526: 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) 8484 1726867726.66543: 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) 8484 1726867726.66567: 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) 8484 1726867726.66579: 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) 8484 1726867726.66609: 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) 8484 1726867726.66629: 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) 8484 1726867726.66645: 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) 8484 1726867726.66668: 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) 8484 1726867726.66681: 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) 8484 1726867726.66758: variable 'unused_disks' from source: set_fact 8484 1726867726.66925: variable 'unused_disks' from source: set_fact 8484 1726867726.67046: variable 'unused_disks' from source: set_fact 8484 1726867726.67278: variable 'storage_use_partitions' from source: role '' defaults 8484 1726867726.67287: variable 'storage_disklabel_type' from source: role '' defaults 8484 1726867726.67290: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867726.67336: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867726.67376: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867726.67419: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867726.67485: variable 'omit' from source: magic vars 8484 1726867726.67504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867726.67527: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867726.67540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867726.67555: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867726.67563: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867726.67589: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867726.67592: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.67594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.67661: Set connection var ansible_pipelining to False 8484 1726867726.67666: Set connection var ansible_timeout to 10 8484 1726867726.67669: Set connection var ansible_connection to ssh 8484 1726867726.67677: Set connection var ansible_shell_type to sh 8484 1726867726.67682: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867726.67686: Set connection var ansible_shell_executable to /bin/sh 8484 1726867726.67709: variable 'ansible_shell_executable' from source: unknown 8484 1726867726.67712: variable 'ansible_connection' from source: unknown 8484 1726867726.67714: variable 'ansible_module_compression' from source: unknown 8484 1726867726.67717: variable 'ansible_shell_type' from source: unknown 8484 1726867726.67719: variable 'ansible_shell_executable' from source: unknown 8484 1726867726.67721: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867726.67726: variable 'ansible_pipelining' from source: unknown 8484 1726867726.67728: variable 'ansible_timeout' from source: unknown 8484 1726867726.67732: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867726.67823: 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__) 8484 1726867726.67832: variable 'omit' from source: magic vars 8484 1726867726.67842: starting attempt loop 8484 1726867726.67845: running the handler 8484 1726867726.67855: _low_level_execute_command(): starting 8484 1726867726.67861: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867726.68340: 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 <<< 8484 1726867726.68378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867726.68381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.68384: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867726.68386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.68425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867726.68436: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867726.68542: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867726.70276: stdout chunk (state=3): >>>/root <<< 8484 1726867726.70377: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867726.70407: stderr chunk (state=3): >>><<< 8484 1726867726.70412: stdout chunk (state=3): >>><<< 8484 1726867726.70432: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867726.70442: _low_level_execute_command(): starting 8484 1726867726.70448: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707 `" && echo ansible-tmp-1726867726.7043147-10672-230859768037707="` echo /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707 `" ) && sleep 0' 8484 1726867726.70860: 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 <<< 8484 1726867726.70891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867726.70894: 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.42.108 is address debug1: re-parsing configuration <<< 8484 1726867726.70897: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.70950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867726.70954: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867726.70958: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867726.71047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867726.73027: stdout chunk (state=3): >>>ansible-tmp-1726867726.7043147-10672-230859768037707=/root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707 <<< 8484 1726867726.73127: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867726.73154: stderr chunk (state=3): >>><<< 8484 1726867726.73157: stdout chunk (state=3): >>><<< 8484 1726867726.73174: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867726.7043147-10672-230859768037707=/root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867726.73217: variable 'ansible_module_compression' from source: unknown 8484 1726867726.73272: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 8484 1726867726.73307: variable 'ansible_facts' from source: unknown 8484 1726867726.73380: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py 8484 1726867726.73486: Sending initial data 8484 1726867726.73489: Sent initial data (154 bytes) 8484 1726867726.73931: 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 <<< 8484 1726867726.73935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867726.73937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.73940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.73989: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867726.73993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867726.73997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867726.74087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867726.75706: 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" <<< 8484 1726867726.75714: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867726.75796: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867726.75889: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmplvu1_fpb /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py <<< 8484 1726867726.75892: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py" <<< 8484 1726867726.75985: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmplvu1_fpb" to remote "/root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py" <<< 8484 1726867726.75988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py" <<< 8484 1726867726.76787: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867726.76830: stderr chunk (state=3): >>><<< 8484 1726867726.76833: stdout chunk (state=3): >>><<< 8484 1726867726.76854: done transferring module to remote 8484 1726867726.76865: _low_level_execute_command(): starting 8484 1726867726.76871: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/ /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py && sleep 0' 8484 1726867726.77318: 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 <<< 8484 1726867726.77321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.77323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867726.77325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867726.77327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.77376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867726.77385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867726.77390: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867726.77475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867726.79336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867726.79359: stderr chunk (state=3): >>><<< 8484 1726867726.79362: stdout chunk (state=3): >>><<< 8484 1726867726.79377: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867726.79379: _low_level_execute_command(): starting 8484 1726867726.79385: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/AnsiballZ_blivet.py && sleep 0' 8484 1726867726.79809: 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 <<< 8484 1726867726.79819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.79821: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867726.79824: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867726.79826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867726.79867: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867726.79876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867726.79882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867726.79969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867726.82200: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867726.82225: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867726.82260: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867726.82267: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867726.82331: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867726.82347: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867726.82380: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867726.82409: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867726.82441: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867726.82450: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867726.82500: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867726.82505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.82523: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867726.82548: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867726.82583: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867726.82607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867726.82616: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fce184d0> <<< 8484 1726867726.82629: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcde7b30> <<< 8484 1726867726.82653: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867726.82661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867726.82668: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fce1aa50> <<< 8484 1726867726.82689: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867726.82712: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867726.82726: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867726.82738: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867726.82776: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867726.82868: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867726.82896: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867726.82901: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867726.82923: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867726.82939: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867726.82959: stdout chunk (state=3): >>>Processing user site-packages <<< 8484 1726867726.82964: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867726.82984: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867726.82987: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867726.83022: 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 <<< 8484 1726867726.83026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867726.83054: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcbe9130> <<< 8484 1726867726.83122: 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 <<< 8484 1726867726.83125: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.83142: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcbea120> <<< 8484 1726867726.83160: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867726.83195: 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. <<< 8484 1726867726.83448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867726.83471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867726.83485: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867726.83498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.83516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867726.83561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867726.83580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867726.83608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867726.83618: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc2ff80> <<< 8484 1726867726.83643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867726.83657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867726.83686: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc3c110> <<< 8484 1726867726.83714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867726.83735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867726.83764: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867726.83812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.83832: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867726.83858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867726.83861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc5f9b0> <<< 8484 1726867726.83895: 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' <<< 8484 1726867726.83904: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc5ff80> <<< 8484 1726867726.83916: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867726.83981: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc3fc50> <<< 8484 1726867726.83984: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867726.84021: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc3d370> <<< 8484 1726867726.84114: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc2d130> <<< 8484 1726867726.84140: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867726.84158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867726.84177: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867726.84201: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867726.84226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867726.84252: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867726.84257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867726.84283: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc838f0> <<< 8484 1726867726.84307: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc82510> <<< 8484 1726867726.84332: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867726.84343: 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 0x7f17fcc3e360> <<< 8484 1726867726.84350: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc80d70> <<< 8484 1726867726.84401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867726.84408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb0920> <<< 8484 1726867726.84426: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc2c3b0> <<< 8484 1726867726.84444: 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' <<< 8484 1726867726.84475: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.84492: 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 0x7f17fccb0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb0c80> <<< 8484 1726867726.84535: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.84538: 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 0x7f17fccb1070> <<< 8484 1726867726.84552: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc22ed0> <<< 8484 1726867726.84584: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867726.84587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.84606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867726.84646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867726.84664: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb1760> <<< 8484 1726867726.84667: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb1430> import 'importlib.machinery' # <<< 8484 1726867726.84701: 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' <<< 8484 1726867726.84726: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb2660> <<< 8484 1726867726.84741: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867726.84751: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867726.84777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867726.84812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867726.84834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867726.84840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcccc890> <<< 8484 1726867726.84861: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867726.84894: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.84901: 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 0x7f17fcccdfd0> <<< 8484 1726867726.84924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867726.84938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867726.84962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867726.84968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867726.84983: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcccee40> <<< 8484 1726867726.85021: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 8484 1726867726.85025: 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 0x7f17fcccf4a0> <<< 8484 1726867726.85036: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccce3c0> <<< 8484 1726867726.85058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867726.85061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867726.85117: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.85121: 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 0x7f17fcccff20> <<< 8484 1726867726.85132: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcccf650> <<< 8484 1726867726.85178: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb26c0> <<< 8484 1726867726.85201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867726.85227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867726.85244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867726.85273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867726.85306: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.85320: 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 0x7f17fca0bda0> <<< 8484 1726867726.85333: 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' <<< 8484 1726867726.85363: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.85368: 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 0x7f17fca348f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca34650> <<< 8484 1726867726.85395: 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 0x7f17fca34920> <<< 8484 1726867726.85430: 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' <<< 8484 1726867726.85515: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.85640: 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 0x7f17fca35250> <<< 8484 1726867726.85774: 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 0x7f17fca35c40> <<< 8484 1726867726.85783: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca34b00> <<< 8484 1726867726.85795: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca09f40> <<< 8484 1726867726.85821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867726.85840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867726.85873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867726.85880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867726.85895: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca37050> <<< 8484 1726867726.85918: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca35d90> <<< 8484 1726867726.85934: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb2db0> <<< 8484 1726867726.85965: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867726.86029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.86046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867726.86085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867726.86112: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca5f3b0> <<< 8484 1726867726.86175: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867726.86186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.86213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867726.86224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867726.86267: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca83770> <<< 8484 1726867726.86291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867726.86338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867726.86390: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867726.86419: 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 0x7f17fcae4590> <<< 8484 1726867726.86436: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867726.86468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867726.86495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867726.86537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867726.86625: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcae6cc0> <<< 8484 1726867726.86701: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcae46b0> <<< 8484 1726867726.86732: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcaad580> <<< 8484 1726867726.86763: 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 0x7f17fc8e9640> <<< 8484 1726867726.86789: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca82570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca37f80> <<< 8484 1726867726.86921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867726.86934: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f17fca82690> <<< 8484 1726867726.87099: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_e7okwuor/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 8484 1726867726.87234: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.87267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867726.87276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867726.87313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867726.87389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867726.87418: 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' <<< 8484 1726867726.87423: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc93b380> import '_typing' # <<< 8484 1726867726.87603: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc91e270> <<< 8484 1726867726.87615: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc91d3d0> <<< 8484 1726867726.87623: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.87637: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867726.87650: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.87675: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.87688: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.87697: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867726.87714: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.89107: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.90233: 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' <<< 8484 1726867726.90239: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc939250> <<< 8484 1726867726.90265: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867726.90273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.90293: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867726.90301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867726.90321: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867726.90326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867726.90357: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.90359: 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 0x7f17fc96acf0> <<< 8484 1726867726.90394: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc96aa80> <<< 8484 1726867726.90428: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc96a390> <<< 8484 1726867726.90447: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867726.90450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867726.90490: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc96ade0> <<< 8484 1726867726.90499: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc93bda0> import 'atexit' # <<< 8484 1726867726.90530: 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 0x7f17fc96ba70> <<< 8484 1726867726.90555: 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 0x7f17fc96bcb0> <<< 8484 1726867726.90583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867726.90626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867726.90641: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867726.90685: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc994170> <<< 8484 1726867726.90698: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867726.90714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867726.90737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867726.90773: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc319f40> <<< 8484 1726867726.90801: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.90816: 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 0x7f17fc31bb60> <<< 8484 1726867726.90830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867726.90836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867726.90876: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc31c560> <<< 8484 1726867726.90895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867726.90927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867726.90940: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc31d700> <<< 8484 1726867726.90961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867726.90994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867726.91016: 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' <<< 8484 1726867726.91073: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc324200> <<< 8484 1726867726.91112: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.91121: 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 0x7f17fc324320> <<< 8484 1726867726.91128: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc31e4b0> <<< 8484 1726867726.91152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867726.91174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867726.91208: 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' <<< 8484 1726867726.91222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867726.91249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867726.91282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867726.91286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc368080> <<< 8484 1726867726.91299: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867726.91369: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc326ba0> <<< 8484 1726867726.91374: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc326900> <<< 8484 1726867726.91391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867726.91396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867726.91466: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc326e70> <<< 8484 1726867726.91495: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc31f6e0> <<< 8484 1726867726.91521: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.91526: 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 0x7f17fc36c200> <<< 8484 1726867726.91548: 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' <<< 8484 1726867726.91555: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36c440> <<< 8484 1726867726.91574: 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 <<< 8484 1726867726.91598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867726.91608: 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' <<< 8484 1726867726.91644: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.91648: 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 0x7f17fc36de80> <<< 8484 1726867726.91674: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36dc70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867726.91801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867726.91843: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.91847: 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 0x7f17fc3703b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36e570> <<< 8484 1726867726.91874: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867726.91922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.91937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867726.91954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867726.91955: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867726.91993: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc373b90> <<< 8484 1726867726.92124: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc370560> <<< 8484 1726867726.92184: 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' <<< 8484 1726867726.92189: 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 0x7f17fc374920> <<< 8484 1726867726.92216: 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 0x7f17fc374e30> <<< 8484 1726867726.92256: 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' <<< 8484 1726867726.92264: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17fc374ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36c5f0> <<< 8484 1726867726.92293: 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' <<< 8484 1726867726.92311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867726.92333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867726.92364: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867726.92383: 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 0x7f17fc200500> <<< 8484 1726867726.92532: 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 0x7f17fc2017f0> <<< 8484 1726867726.92551: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc376c90> <<< 8484 1726867726.92581: 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' <<< 8484 1726867726.92595: 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 0x7f17fc377890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc3768d0> <<< 8484 1726867726.92599: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92622: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867726.92633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92740: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92854: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867726.92896: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.92909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 8484 1726867726.92916: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.93050: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.93168: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.93725: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.94278: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867726.94283: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867726.94300: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867726.94321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.94381: 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 0x7f17fc205a60> <<< 8484 1726867726.94467: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867726.94473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867726.94493: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2067e0> <<< 8484 1726867726.94499: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc201a30> <<< 8484 1726867726.94539: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867726.94557: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.94577: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.94596: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867726.94610: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.94759: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.94914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867726.94929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc206840> <<< 8484 1726867726.94944: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.95402: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.95851: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.95921: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96010: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867726.96017: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96044: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867726.96091: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96157: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96242: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867726.96251: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96276: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867726.96290: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96332: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96381: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867726.96385: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.96869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867726.96928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867726.96938: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867726.97009: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2079e0> <<< 8484 1726867726.97014: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97098: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867726.97187: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 8484 1726867726.97199: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867726.97201: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867726.97205: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97252: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97289: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867726.97307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97346: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97395: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97529: 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 <<< 8484 1726867726.97566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.97663: 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 0x7f17fc212360> <<< 8484 1726867726.97698: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc20f230> <<< 8484 1726867726.97728: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867726.97740: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867726.97744: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97818: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97876: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97907: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.97948: 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 <<< 8484 1726867726.97953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867726.97975: 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 <<< 8484 1726867726.97998: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867726.98019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867726.98091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867726.98104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867726.98126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867726.98184: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc302a20> <<< 8484 1726867726.98229: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc9a2720> <<< 8484 1726867726.98314: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2120f0> <<< 8484 1726867726.98320: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc205310> # destroy ansible.module_utils.distro <<< 8484 1726867726.98323: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 8484 1726867726.98334: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98396: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867726.98399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867726.98449: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867726.98484: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98487: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98511: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 8484 1726867726.98515: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98527: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 8484 1726867726.98544: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98560: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98567: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867726.98582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98597: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867726.98606: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867726.98634: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867726.98638: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867726.98655: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.00267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.01692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867727.01790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867727.01806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867727.01835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867727.01848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867727.01871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867727.01898: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867727.01904: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17fbe24cb0> <<< 8484 1726867727.01928: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe240e0> <<< 8484 1726867727.01994: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc291100> <<< 8484 1726867727.02156: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2a4bf0> <<< 8484 1726867727.02181: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.02279: 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' <<< 8484 1726867727.02312: 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 <<< 8484 1726867727.02316: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 8484 1726867727.02338: 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 <<< 8484 1726867727.02343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 8484 1726867727.02384: 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 <<< 8484 1726867727.02391: 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 0x7f17fbe36840> <<< 8484 1726867727.02394: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe36450> <<< 8484 1726867727.02401: 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 <<< 8484 1726867727.02437: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 8484 1726867727.02464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867727.02472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867727.02494: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe58f80> <<< 8484 1726867727.02521: 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' <<< 8484 1726867727.02601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867727.02613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867727.02633: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5a1b0> <<< 8484 1726867727.02688: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867727.02695: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17fbe59ac0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe59850> <<< 8484 1726867727.02720: 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 <<< 8484 1726867727.02725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 8484 1726867727.02747: 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 0x7f17fbe5c6b0> <<< 8484 1726867727.02950: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5c440> <<< 8484 1726867727.02974: 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 <<< 8484 1726867727.02979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 8484 1726867727.03002: 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 <<< 8484 1726867727.03007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.03025: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 8484 1726867727.03157: 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' <<< 8484 1726867727.03162: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5e4e0> <<< 8484 1726867727.03213: 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' <<< 8484 1726867727.03220: stdout chunk (state=3): >>># extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17fbe5e270> <<< 8484 1726867727.03242: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5db20> <<< 8484 1726867727.03285: 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 <<< 8484 1726867727.03298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.03304: 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' <<< 8484 1726867727.03328: 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 <<< 8484 1726867727.03331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 8484 1726867727.03356: 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 <<< 8484 1726867727.03375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 8484 1726867727.03399: 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 <<< 8484 1726867727.03404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe612e0> <<< 8484 1726867727.03432: 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' <<< 8484 1726867727.03437: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe616a0> <<< 8484 1726867727.03459: 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 <<< 8484 1726867727.03482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 8484 1726867727.03486: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe61b20> <<< 8484 1726867727.03516: 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 <<< 8484 1726867727.03526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 8484 1726867727.03535: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe62360> <<< 8484 1726867727.03551: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe60950> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe60410> <<< 8484 1726867727.03577: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867727.03592: 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 <<< 8484 1726867727.03608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.03613: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867727.03642: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe62930> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5ff20><<< 8484 1726867727.03647: stdout chunk (state=3): >>> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5fe90> <<< 8484 1726867727.03705: 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 <<< 8484 1726867727.03732: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 8484 1726867727.03754: 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 <<< 8484 1726867727.03759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 8484 1726867727.03791: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbea5130> <<< 8484 1726867727.03805: 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 <<< 8484 1726867727.03823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 8484 1726867727.03835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 8484 1726867727.03879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 8484 1726867727.03925: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbea5fd0> <<< 8484 1726867727.03950: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbea56a0> <<< 8484 1726867727.04102: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe633e0> <<< 8484 1726867727.04123: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 8484 1726867727.04167: 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 <<< 8484 1726867727.04192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 8484 1726867727.04336: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbeaea50> <<< 8484 1726867727.04377: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 8484 1726867727.04405: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 8484 1726867727.04410: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 8484 1726867727.04430: 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 <<< 8484 1726867727.04453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 8484 1726867727.04729: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbeb6660> <<< 8484 1726867727.04732: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5d010> <<< 8484 1726867727.04789: 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 <<< 8484 1726867727.04831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 8484 1726867727.04864: 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 <<< 8484 1726867727.04872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.04895: 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 <<< 8484 1726867727.04914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 8484 1726867727.05026: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd41730> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd417c0> <<< 8484 1726867727.05801: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbeae660> <<< 8484 1726867727.05804: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 8484 1726867727.05850: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe369f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe357f0> <<< 8484 1726867727.06327: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2a6780> <<< 8484 1726867727.06345: 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 <<< 8484 1726867727.06352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 8484 1726867727.06421: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd569f0> <<< 8484 1726867727.06449: 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 0x7f17fbd58770> <<< 8484 1726867727.06469: 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' <<< 8484 1726867727.06497: 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' <<< 8484 1726867727.06521: 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 <<< 8484 1726867727.06551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 8484 1726867727.06583: 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' <<< 8484 1726867727.06609: 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' <<< 8484 1726867727.06634: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5bf50> <<< 8484 1726867727.06659: 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 <<< 8484 1726867727.06667: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' <<< 8484 1726867727.06682: stdout chunk (state=3): >>>import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5c560> <<< 8484 1726867727.06690: 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 <<< 8484 1726867727.06787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 8484 1726867727.06821: 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' <<< 8484 1726867727.06837: 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 <<< 8484 1726867727.06841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' <<< 8484 1726867727.06867: 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 0x7f17fbd5d610> <<< 8484 1726867727.06875: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5d4c0> <<< 8484 1726867727.06892: 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 <<< 8484 1726867727.06899: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 8484 1726867727.06938: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5d8b0> <<< 8484 1726867727.06948: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5d220> <<< 8484 1726867727.06961: 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 <<< 8484 1726867727.06978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867727.06983: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 8484 1726867727.06994: 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 0x7f17fbd5dd90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5dbe0> <<< 8484 1726867727.07024: 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' <<< 8484 1726867727.07045: 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 <<< 8484 1726867727.07065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 8484 1726867727.07102: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5e0f0> <<< 8484 1726867727.07119: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5ddf0> <<< 8484 1726867727.07123: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5c9b0> <<< 8484 1726867727.07137: 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 <<< 8484 1726867727.07151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 8484 1726867727.07156: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5dc10> <<< 8484 1726867727.07183: 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 <<< 8484 1726867727.07188: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 8484 1726867727.07219: 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' <<< 8484 1726867727.07244: 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 <<< 8484 1726867727.07247: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' <<< 8484 1726867727.07258: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd62030> <<< 8484 1726867727.07284: 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' <<< 8484 1726867727.07288: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd62390> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd61d90> <<< 8484 1726867727.07305: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd61400> <<< 8484 1726867727.07326: 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 <<< 8484 1726867727.07332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd62510> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5bbf0> <<< 8484 1726867727.07356: 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 <<< 8484 1726867727.07359: 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 0x7f17fbd62570> <<< 8484 1726867727.07517: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd59760> <<< 8484 1726867727.07562: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd58e30><<< 8484 1726867727.07574: stdout chunk (state=3): >>> <<< 8484 1726867727.07595: 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 <<< 8484 1726867727.07604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 8484 1726867727.07617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 8484 1726867727.07641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 8484 1726867727.07657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 8484 1726867727.07700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 8484 1726867727.07732: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd6a840> <<< 8484 1726867727.07745: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd69640> <<< 8484 1726867727.07773: 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 <<< 8484 1726867727.07783: 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 0x7f17fbd6c5f0> <<< 8484 1726867727.07851: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd594f0> <<< 8484 1726867727.07868: 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 <<< 8484 1726867727.07912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 8484 1726867727.07924: 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 <<< 8484 1726867727.07947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.07983: 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 <<< 8484 1726867727.07996: stdout chunk (state=3): >>># 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 0x7f17fbef3da0> <<< 8484 1726867727.07999: 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 <<< 8484 1726867727.08022: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 8484 1726867727.08029: 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 <<< 8484 1726867727.08052: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 8484 1726867727.08081: 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 <<< 8484 1726867727.08089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867727.08120: 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 <<< 8484 1726867727.08135: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.08152: 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' <<< 8484 1726867727.08163: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad749e0> <<< 8484 1726867727.08192: 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' <<< 8484 1726867727.08201: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad75190> <<< 8484 1726867727.08224: 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 <<< 8484 1726867727.08231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 8484 1726867727.08244: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad757c0> <<< 8484 1726867727.08268: 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 <<< 8484 1726867727.08273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc'<<< 8484 1726867727.08277: stdout chunk (state=3): >>> <<< 8484 1726867727.08328: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad75ac0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad74860> <<< 8484 1726867727.08357: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9ff80> <<< 8484 1726867727.08412: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9cf20> <<< 8484 1726867727.08437: 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' <<< 8484 1726867727.08461: 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 <<< 8484 1726867727.08468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 8484 1726867727.08487: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad8c6b0> <<< 8484 1726867727.08492: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9d430> <<< 8484 1726867727.08526: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9c8f0> <<< 8484 1726867727.08541: 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 <<< 8484 1726867727.08556: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 8484 1726867727.08581: 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 <<< 8484 1726867727.08584: stdout chunk (state=3): >>># 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 0x7f17fad8ccb0> <<< 8484 1726867727.08609: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9cbf0> <<< 8484 1726867727.08632: 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' <<< 8484 1726867727.08657: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad8cef0> <<< 8484 1726867727.08685: 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 <<< 8484 1726867727.08688: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 8484 1726867727.08719: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad8d340> <<< 8484 1726867727.08740: 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' <<< 8484 1726867727.08766: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad8db20> <<< 8484 1726867727.08912: 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' <<< 8484 1726867727.08928: 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 <<< 8484 1726867727.08952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.09065: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867727.09080: stdout chunk (state=3): >>># 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 0x7f17fadb54f0> <<< 8484 1726867727.09093: 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 <<< 8484 1726867727.09102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 8484 1726867727.09128: 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 # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadb6660> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadb6030> <<< 8484 1726867727.09153: 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 <<< 8484 1726867727.09165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 8484 1726867727.09175: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadb6a50> <<< 8484 1726867727.09192: 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 <<< 8484 1726867727.09210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 8484 1726867727.09227: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadb75f0> <<< 8484 1726867727.09248: 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 <<< 8484 1726867727.09268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867727.09296: 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' <<< 8484 1726867727.09308: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab5e2a0> <<< 8484 1726867727.09326: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab5cf80> <<< 8484 1726867727.09354: 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' <<< 8484 1726867727.09369: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab5f6e0> <<< 8484 1726867727.09400: 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 <<< 8484 1726867727.09403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 8484 1726867727.09409: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab88a40> <<< 8484 1726867727.09430: 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 <<< 8484 1726867727.09449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867727.09475: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab89850> <<< 8484 1726867727.09485: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadaa810> <<< 8484 1726867727.09521: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadaa480> <<< 8484 1726867727.09538: 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 <<< 8484 1726867727.09563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867727.09598: 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' <<< 8484 1726867727.09606: stdout chunk (state=3): >>>import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab8bdd0> <<< 8484 1726867727.09619: 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 <<< 8484 1726867727.09623: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 8484 1726867727.09646: 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 <<< 8484 1726867727.09651: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 8484 1726867727.09732: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabb4770> <<< 8484 1726867727.09751: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab8bc20> <<< 8484 1726867727.09899: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab8b2c0> <<< 8484 1726867727.09921: 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' <<< 8484 1726867727.09938: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabd4fb0> <<< 8484 1726867727.09965: 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 <<< 8484 1726867727.09974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 8484 1726867727.09986: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabd5100> <<< 8484 1726867727.10003: 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 <<< 8484 1726867727.10040: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 8484 1726867727.10076: 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 <<< 8484 1726867727.10081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 8484 1726867727.10103: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabec800> <<< 8484 1726867727.10122: 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 <<< 8484 1726867727.10131: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 8484 1726867727.10184: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabecef0> <<< 8484 1726867727.10212: 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 <<< 8484 1726867727.10218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 8484 1726867727.10257: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabed910> <<< 8484 1726867727.10279: 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 <<< 8484 1726867727.10290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 8484 1726867727.10293: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabedd90> <<< 8484 1726867727.10323: 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' <<< 8484 1726867727.10346: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabee300> <<< 8484 1726867727.10363: 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 <<< 8484 1726867727.10369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 8484 1726867727.10387: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabee630> <<< 8484 1726867727.10416: 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' <<< 8484 1726867727.10440: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeec00> <<< 8484 1726867727.10462: 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 <<< 8484 1726867727.10467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 8484 1726867727.10484: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeee10> <<< 8484 1726867727.10515: 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 <<< 8484 1726867727.10524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 8484 1726867727.10554: 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' <<< 8484 1726867727.10618: stdout chunk (state=3): >>># 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 0x7f17fac18110> <<< 8484 1726867727.10622: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeff50> <<< 8484 1726867727.10639: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeeff0> <<< 8484 1726867727.10658: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 8484 1726867727.10681: 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 <<< 8484 1726867727.10686: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867727.10707: 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 <<< 8484 1726867727.10725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867727.10774: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fac18da0> <<< 8484 1726867727.10800: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fac189b0> <<< 8484 1726867727.10806: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabefe30> <<< 8484 1726867727.11036: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabd5580> <<< 8484 1726867727.11060: 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 <<< 8484 1726867727.11077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867727.11105: 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' <<< 8484 1726867727.11137: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabe8710> <<< 8484 1726867727.11155: 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 <<< 8484 1726867727.11163: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 8484 1726867727.11177: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabe8ad0> <<< 8484 1726867727.11262: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabd71d0> <<< 8484 1726867727.11283: 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 <<< 8484 1726867727.11296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 8484 1726867727.11318: 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 <<< 8484 1726867727.11334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867727.11818: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabebb90> <<< 8484 1726867727.11852: 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' <<< 8484 1726867727.11882: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabebda0> <<< 8484 1726867727.11938: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeb260> <<< 8484 1726867727.11967: 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' <<< 8484 1726867727.12016: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa6e0f0> <<< 8484 1726867727.12036: 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 <<< 8484 1726867727.12053: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867727.12073: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa6f500> <<< 8484 1726867727.12094: 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' <<< 8484 1726867727.12128: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa6fce0> <<< 8484 1726867727.12144: 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 <<< 8484 1726867727.12168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 8484 1726867727.12219: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa805f0> <<< 8484 1726867727.12240: 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' <<< 8484 1726867727.12288: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa82390> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbef2570> <<< 8484 1726867727.12318: 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' <<< 8484 1726867727.12324: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadaa150> <<< 8484 1726867727.12464: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd6ef00> <<< 8484 1726867727.12485: 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 <<< 8484 1726867727.12511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867727.12545: 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 <<< 8484 1726867727.12550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867727.12583: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab5550> <<< 8484 1726867727.12606: 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 <<< 8484 1726867727.12609: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 8484 1726867727.12630: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab6390> <<< 8484 1726867727.12642: 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 <<< 8484 1726867727.12660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867727.12715: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab6ba0> <<< 8484 1726867727.12823: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab44a0> <<< 8484 1726867727.12835: 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 <<< 8484 1726867727.12872: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867727.12903: 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 <<< 8484 1726867727.12909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 8484 1726867727.12933: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faaec650> <<< 8484 1726867727.13051: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab4980> <<< 8484 1726867727.13063: 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 <<< 8484 1726867727.13083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867727.13133: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faafe150> <<< 8484 1726867727.13163: 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 <<< 8484 1726867727.13338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867727.13374: 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' <<< 8484 1726867727.13409: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab17980> <<< 8484 1726867727.13426: 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 <<< 8484 1726867727.13435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867727.13444: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa93c170> <<< 8484 1726867727.13469: 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 <<< 8484 1726867727.13495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 8484 1726867727.13522: 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' <<< 8484 1726867727.13551: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa93e450> <<< 8484 1726867727.13707: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa93c650> <<< 8484 1726867727.13731: 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' <<< 8484 1726867727.13746: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa98c920> <<< 8484 1726867727.14098: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab145f0> <<< 8484 1726867727.14122: 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 <<< 8484 1726867727.14142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867727.14265: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab14830> <<< 8484 1726867727.14282: 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 <<< 8484 1726867727.14289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 8484 1726867727.14319: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa9f2ab0> <<< 8484 1726867727.14342: 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' <<< 8484 1726867727.14377: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa9f35f0> <<< 8484 1726867727.14398: 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 <<< 8484 1726867727.14407: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 8484 1726867727.14420: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa00170> <<< 8484 1726867727.14444: 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 <<< 8484 1726867727.14448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 8484 1726867727.14484: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa00590> <<< 8484 1726867727.14497: 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 <<< 8484 1726867727.14510: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 8484 1726867727.14525: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa01430> <<< 8484 1726867727.14548: 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 <<< 8484 1726867727.14573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867727.14669: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa01d00> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd588c0> <<< 8484 1726867727.14694: 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 <<< 8484 1726867727.14722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 8484 1726867727.14864: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbef3d10> <<< 8484 1726867727.14886: 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 <<< 8484 1726867727.14937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 8484 1726867727.14953: 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 <<< 8484 1726867727.14997: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 8484 1726867727.15030: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa851100> <<< 8484 1726867727.15069: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa1ede0> <<< 8484 1726867727.15094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.15111: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.15115: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 8484 1726867727.15138: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.15149: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.15158: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 8484 1726867727.15415: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.15617: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 8484 1726867727.15937: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867727.16071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py <<< 8484 1726867727.16096: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 8484 1726867727.16122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py <<< 8484 1726867727.16134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' <<< 8484 1726867727.16141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867727.16205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867727.16220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867727.16238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867727.16244: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa8b0b60> <<< 8484 1726867727.16296: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867727.16300: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867727.16303: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17fa8b0ef0> <<< 8484 1726867727.16340: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa89cef0> <<< 8484 1726867727.16366: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa89c650> <<< 8484 1726867727.16384: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 8484 1726867727.16406: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 8484 1726867727.16529: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa89d160> <<< 8484 1726867727.16550: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 8484 1726867727.16584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 8484 1726867727.16620: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py <<< 8484 1726867727.16626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 8484 1726867727.16656: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py <<< 8484 1726867727.16660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa728980> <<< 8484 1726867727.16684: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa8b3e90> <<< 8484 1726867727.16713: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py <<< 8484 1726867727.16718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 8484 1726867727.16740: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa728e00> <<< 8484 1726867727.16764: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py <<< 8484 1726867727.16774: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.16783: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py <<< 8484 1726867727.16814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 8484 1726867727.16848: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867727.16876: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py <<< 8484 1726867727.16888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 8484 1726867727.16914: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72af90> <<< 8484 1726867727.16924: stdout chunk (state=3): >>>import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72ad20> <<< 8484 1726867727.16941: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' <<< 8484 1726867727.16952: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b290> <<< 8484 1726867727.16974: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py <<< 8484 1726867727.16978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b590> <<< 8484 1726867727.17006: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py <<< 8484 1726867727.17013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' <<< 8484 1726867727.17025: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b740> <<< 8484 1726867727.17041: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py <<< 8484 1726867727.17061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867727.17095: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b980> <<< 8484 1726867727.17110: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py <<< 8484 1726867727.17125: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72bef0> <<< 8484 1726867727.17152: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py <<< 8484 1726867727.17165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867727.17173: stdout chunk (state=3): >>>import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74c9e0> <<< 8484 1726867727.17192: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' <<< 8484 1726867727.17203: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74cb60> <<< 8484 1726867727.17215: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py <<< 8484 1726867727.17230: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867727.17249: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74cd40> <<< 8484 1726867727.17277: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py <<< 8484 1726867727.17290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867727.17314: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74d370> <<< 8484 1726867727.17329: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 8484 1726867727.17337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 8484 1726867727.17357: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74dcd0> <<< 8484 1726867727.17386: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py <<< 8484 1726867727.17393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e0f0> <<< 8484 1726867727.17419: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py <<< 8484 1726867727.17438: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e330> <<< 8484 1726867727.17443: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py <<< 8484 1726867727.17486: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e3f0> <<< 8484 1726867727.17510: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e690> <<< 8484 1726867727.17534: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72a5d0> <<< 8484 1726867727.17557: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa7296a0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa7295b0> <<< 8484 1726867727.17740: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa8b1df0> <<< 8484 1726867727.17765: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa87e000> <<< 8484 1726867727.33233: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py <<< 8484 1726867727.33262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 8484 1726867727.33633: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa80fd10> <<< 8484 1726867732.58704: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "absent", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "absent", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "absent", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}], "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": {}}}} <<< 8484 1726867732.60049: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867732.60140: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867732.60151: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2<<< 8484 1726867732.60167: stdout chunk (state=3): >>> # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread <<< 8484 1726867732.60196: 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 <<< 8484 1726867732.60206: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # 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 <<< 8484 1726867732.60235: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60245: 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 <<< 8484 1726867732.60297: stdout chunk (state=3): >>># cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp <<< 8484 1726867732.60305: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 8484 1726867732.60318: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # 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 <<< 8484 1726867732.60339: 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 # 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 <<< 8484 1726867732.60351: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 8484 1726867732.60376: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60380: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60416: 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 # 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 <<< 8484 1726867732.60424: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60447: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60459: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60501: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60546: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60551: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60576: stdout chunk (state=3): >>># destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid<<< 8484 1726867732.60591: stdout chunk (state=3): >>> # 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 <<< 8484 1726867732.60620: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.60632: stdout chunk (state=3): >>># 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve <<< 8484 1726867732.60636: stdout chunk (state=3): >>># cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist<<< 8484 1726867732.60655: stdout chunk (state=3): >>> # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi <<< 8484 1726867732.61534: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867732.61552: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib <<< 8484 1726867732.61561: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867732.61583: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867732.61590: stdout chunk (state=3): >>># destroy ipaddress <<< 8484 1726867732.61632: stdout chunk (state=3): >>># destroy ntpath<<< 8484 1726867732.61645: stdout chunk (state=3): >>> # destroy __main__ # destroy systemd.journal # destroy systemd.daemon <<< 8484 1726867732.61664: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 8484 1726867732.61674: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867732.61697: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 8484 1726867732.61739: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867732.61786: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi <<< 8484 1726867732.61803: stdout chunk (state=3): >>># cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis <<< 8484 1726867732.61882: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory <<< 8484 1726867732.61889: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.61895: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.61897: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.61901: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot <<< 8484 1726867732.61906: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.61938: 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<<< 8484 1726867732.61958: stdout chunk (state=3): >>> <<< 8484 1726867732.61986: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.61994: stdout chunk (state=3): >>># 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 # destroy blivet.events.handler # 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 <<< 8484 1726867732.62036: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62054: 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 <<< 8484 1726867732.62074: stdout chunk (state=3): >>># cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 8484 1726867732.62082: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size <<< 8484 1726867732.62127: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62130: stdout chunk (state=3): >>># 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch <<< 8484 1726867732.62136: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 8484 1726867732.62145: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 8484 1726867732.62181: 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 <<< 8484 1726867732.62209: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib <<< 8484 1726867732.62214: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket <<< 8484 1726867732.62217: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer <<< 8484 1726867732.62248: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62275: stdout chunk (state=3): >>># cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring <<< 8484 1726867732.62279: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62301: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect <<< 8484 1726867732.62346: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 8484 1726867732.62354: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy <<< 8484 1726867732.62375: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62401: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 8484 1726867732.62407: stdout chunk (state=3): >>># destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid <<< 8484 1726867732.62427: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 8484 1726867732.62540: 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 <<< 8484 1726867732.62555: stdout chunk (state=3): >>># cleanup[3] wiping locale <<< 8484 1726867732.62592: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62612: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random <<< 8484 1726867732.62619: stdout chunk (state=3): >>># cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect <<< 8484 1726867732.62639: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping shutil <<< 8484 1726867732.62643: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util <<< 8484 1726867732.62661: stdout chunk (state=3): >>># cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib <<< 8484 1726867732.62680: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 8484 1726867732.62696: 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 <<< 8484 1726867732.62709: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 8484 1726867732.62789: stdout chunk (state=3): >>> <<< 8484 1726867732.62796: 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 <<< 8484 1726867732.62799: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 8484 1726867732.62803: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 8484 1726867732.62805: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 8484 1726867732.62810: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62834: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping posix <<< 8484 1726867732.62837: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.62840: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867732.62867: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon<<< 8484 1726867732.62874: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867732.63981: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867732.64042: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 8484 1726867732.64051: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 8484 1726867732.64078: stdout chunk (state=3): >>># destroy _struct <<< 8484 1726867732.64169: stdout chunk (state=3): >>># destroy pyudev <<< 8484 1726867732.64192: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 8484 1726867732.64199: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 8484 1726867732.64294: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 8484 1726867732.64322: stdout chunk (state=3): >>># destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors <<< 8484 1726867732.64325: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch <<< 8484 1726867732.64328: stdout chunk (state=3): >>># destroy _hashlib # destroy shutil <<< 8484 1726867732.64354: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 8484 1726867732.64383: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis <<< 8484 1726867732.64394: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.64422: stdout chunk (state=3): >>># destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot <<< 8484 1726867732.64426: stdout chunk (state=3): >>># destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability <<< 8484 1726867732.64461: stdout chunk (state=3): >>># destroy io # destroy _opcode <<< 8484 1726867732.64464: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867732.64480: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867732.64490: stdout chunk (state=3): >>># destroy selinux._selinux <<< 8484 1726867732.64502: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 8484 1726867732.64578: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867732.64595: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 8484 1726867732.64606: stdout chunk (state=3): >>># destroy stat <<< 8484 1726867732.64625: stdout chunk (state=3): >>># destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 8484 1726867732.64645: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867732.64676: stdout chunk (state=3): >>># destroy _tokenize <<< 8484 1726867732.64683: 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 <<< 8484 1726867732.64687: stdout chunk (state=3): >>># 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 <<< 8484 1726867732.64708: stdout chunk (state=3): >>># destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os <<< 8484 1726867732.64829: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867732.64978: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867732.64994: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 8484 1726867732.65001: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867732.65038: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 8484 1726867732.65045: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867732.65592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867732.65626: stderr chunk (state=3): >>><<< 8484 1726867732.65629: stdout chunk (state=3): >>><<< 8484 1726867732.65796: _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 0x7f17fce184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcde7b30> # /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 0x7f17fce1aa50> 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 0x7f17fcbe9130> # /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 0x7f17fcbea120> 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 0x7f17fcc2ff80> # /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 0x7f17fcc3c110> # /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 0x7f17fcc5f9b0> # /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 0x7f17fcc5ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc3fc50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc3d370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc2d130> # /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 0x7f17fcc838f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc82510> # /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 0x7f17fcc3e360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc80d70> # /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 0x7f17fccb0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc2c3b0> # /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 0x7f17fccb0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb0c80> # 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 0x7f17fccb1070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcc22ed0> # /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 0x7f17fccb1760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb1430> 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 0x7f17fccb2660> 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 0x7f17fcccc890> 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 0x7f17fcccdfd0> # /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 0x7f17fcccee40> # 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 0x7f17fcccf4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccce3c0> # /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 0x7f17fcccff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcccf650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb26c0> # /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 0x7f17fca0bda0> # /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 0x7f17fca348f0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca34650> # 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 0x7f17fca34920> # /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 0x7f17fca35250> # 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 0x7f17fca35c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca34b00> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca09f40> # /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 0x7f17fca37050> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca35d90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fccb2db0> # /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 0x7f17fca5f3b0> # /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 0x7f17fca83770> # /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 0x7f17fcae4590> # /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 0x7f17fcae6cc0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcae46b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fcaad580> # /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 0x7f17fc8e9640> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca82570> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fca37f80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f17fca82690> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_e7okwuor/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 0x7f17fc93b380> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc91e270> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc91d3d0> # 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 0x7f17fc939250> # /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 0x7f17fc96acf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc96aa80> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc96a390> # /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 0x7f17fc96ade0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc93bda0> 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 0x7f17fc96ba70> # 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 0x7f17fc96bcb0> # /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 0x7f17fc994170> 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 0x7f17fc319f40> # 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 0x7f17fc31bb60> # /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 0x7f17fc31c560> # /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 0x7f17fc31d700> # /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 0x7f17fc324200> # 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 0x7f17fc324320> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc31e4b0> # /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 0x7f17fc368080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc326ba0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc326900> # /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 0x7f17fc326e70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc31f6e0> # 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 0x7f17fc36c200> # /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 0x7f17fc36c440> # /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 0x7f17fc36de80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36dc70> # /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 0x7f17fc3703b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36e570> # /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 0x7f17fc373b90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc370560> # 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 0x7f17fc374920> # 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 0x7f17fc374e30> # 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 0x7f17fc374ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc36c5f0> # /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 0x7f17fc200500> # 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 0x7f17fc2017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc376c90> # 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 0x7f17fc377890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc3768d0> # 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 0x7f17fc205a60> # /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 0x7f17fc2067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc201a30> 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 0x7f17fc206840> # 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 0x7f17fc2079e0> # 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 0x7f17fc212360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc20f230> 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 0x7f17fc302a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc9a2720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc205310> # 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 0x7f17fbe24cb0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe240e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc291100> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2a4bf0> # 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 0x7f17fbe36840> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe36450> # /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 0x7f17fbe58f80> # /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 0x7f17fbe5a1b0> # 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 0x7f17fbe59ac0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe59850> # /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 0x7f17fbe5c6b0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5c440> # /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 0x7f17fbe5e4e0> # 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 0x7f17fbe5e270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5db20> # /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 0x7f17fbe612e0> # /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 0x7f17fbe616a0> # /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 0x7f17fbe61b20> # /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 0x7f17fbe62360> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe60950> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe60410> # 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 0x7f17fbe62930> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5ff20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5fe90> # /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 0x7f17fbea5130> # /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 0x7f17fbea5fd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbea56a0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe633e0> 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 0x7f17fbeaea50> 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 0x7f17fbeb6660> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe5d010> # /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 0x7f17fbd41730> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd417c0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbeae660> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe369f0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbe357f0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fc2a6780> # /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 0x7f17fbd569f0> # /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 0x7f17fbd58770> # /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 0x7f17fbd5bf50> # /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 0x7f17fbd5c560> # /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 0x7f17fbd5d610> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5d4c0> # /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 0x7f17fbd5d8b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5d220> # /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 0x7f17fbd5dd90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5dbe0> # /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 0x7f17fbd5e0f0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5ddf0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5c9b0> # /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 0x7f17fbd5dc10> # /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 0x7f17fbd62030> # /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 0x7f17fbd62390> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd61d90> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd61400> # /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 0x7f17fbd62510> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd5bbf0> # /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 0x7f17fbd62570> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd59760> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd58e30> # /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 0x7f17fbd6a840> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd69640> # /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 0x7f17fbd6c5f0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd594f0> # /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 0x7f17fbef3da0> # /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 0x7f17fad749e0> # /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 0x7f17fad75190> # /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 0x7f17fad757c0> # /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 0x7f17fad75ac0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fad74860> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9ff80> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9cf20> # /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 0x7f17fad8c6b0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9d430> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9c8f0> # /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 0x7f17fad8ccb0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd9cbf0> # /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 0x7f17fad8cef0> # /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 0x7f17fad8d340> # /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 0x7f17fad8db20> # /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 0x7f17fadb54f0> # /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 0x7f17fadb6660> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadb6030> # /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 0x7f17fadb6a50> # /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 0x7f17fadb75f0> # /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 0x7f17fab5e2a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab5cf80> # /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 0x7f17fab5f6e0> # /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 0x7f17fab88a40> # /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 0x7f17fab89850> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadaa810> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fadaa480> # /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 0x7f17fab8bdd0> # /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 0x7f17fabb4770> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab8bc20> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab8b2c0> # /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 0x7f17fabd4fb0> # /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 0x7f17fabd5100> # /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 0x7f17fabec800> # /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 0x7f17fabecef0> # /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 0x7f17fabed910> # /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 0x7f17fabedd90> # /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 0x7f17fabee300> # /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 0x7f17fabee630> # /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 0x7f17fabeec00> # /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 0x7f17fabeee10> # /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 0x7f17fac18110> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeff50> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeeff0> # /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 0x7f17fac18da0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fac189b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabefe30> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabd5580> # /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 0x7f17fabe8710> # /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 0x7f17fabe8ad0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabd71d0> # /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 0x7f17fabebb90> # /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 0x7f17fabebda0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fabeb260> # /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 0x7f17faa6e0f0> # /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 0x7f17faa6f500> # /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 0x7f17faa6fce0> # /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 0x7f17faa805f0> # /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 0x7f17faa82390> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbef2570> # /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 0x7f17fadaa150> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd6ef00> # /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 0x7f17faab5550> # /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 0x7f17faab6390> # /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 0x7f17faab6ba0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab44a0> # /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 0x7f17faaec650> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faab4980> # /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 0x7f17faafe150> # /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 0x7f17fab17980> # /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 0x7f17fa93c170> # /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 0x7f17fa93e450> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa93c650> # /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 0x7f17fa98c920> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fab145f0> # /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 0x7f17fab14830> # /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 0x7f17fa9f2ab0> # /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 0x7f17fa9f35f0> # /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 0x7f17faa00170> # /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 0x7f17faa00590> # /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 0x7f17faa01430> # /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 0x7f17faa01d00> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fbd588c0> # /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 0x7f17fbef3d10> # /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 0x7f17fa851100> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17faa1ede0> # 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 # /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.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 0x7f17fa8b0b60> # 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 0x7f17fa8b0ef0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa89cef0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa89c650> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa89d160> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa728980> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa8b3e90> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa728e00> # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72af90> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72ad20> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b290> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b590> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b740> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72b980> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72bef0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74c9e0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74cb60> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74cd40> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74d370> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74dcd0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e0f0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e330> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e3f0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa74e690> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa72a5d0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa7296a0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa7295b0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa8b1df0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa87e000> # /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17fa80fd10> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "absent", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "absent", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": null, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": null, "state": "absent", "type": "lvm", "volumes": [{"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}, {"encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": null, "mount_options": null, "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": null, "state": "absent", "type": "lvm", "cached": null, "cache_devices": [], "cache_mode": null, "cache_size": null, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null}]}], "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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # 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 # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # 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 # destroy blivet.events.handler # 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 # destroy blivet.devicelibs.edd # 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 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 parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # 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 copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # 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 _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867732.67018: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'test_vg1', 'disks': ['sda', 'sdb', 'sdc'], 'state': 'absent', 'volumes': [{'name': 'lv1', 'state': 'absent'}, {'name': 'lv2', 'state': 'absent'}]}, {'name': 'test_vg2', 'disks': ['sdd', 'sde', 'sdf'], 'state': 'absent', 'volumes': [{'name': 'lv3', 'state': 'absent'}, {'name': 'lv4', 'state': 'absent'}]}, {'name': 'test_vg3', 'disks': ['sdg', 'sdh', 'sdi', 'sdj'], 'state': 'absent', 'volumes': [{'name': 'lv5', 'state': 'absent'}, {'name': 'lv6', 'state': 'absent'}, {'name': 'lv7', 'state': 'absent'}, {'name': 'lv8', 'state': 'absent'}]}], '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-1726867726.7043147-10672-230859768037707/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867732.67022: _low_level_execute_command(): starting 8484 1726867732.67025: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867726.7043147-10672-230859768037707/ > /dev/null 2>&1 && sleep 0' 8484 1726867732.67101: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867732.67105: 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 <<< 8484 1726867732.67107: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867732.67109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867732.67111: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867732.67114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867732.67115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867732.67165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867732.67170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867732.67182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867732.67282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867732.69187: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867732.69220: stderr chunk (state=3): >>><<< 8484 1726867732.69224: stdout chunk (state=3): >>><<< 8484 1726867732.69238: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867732.69245: handler run complete 8484 1726867732.69320: attempt loop complete, returning result 8484 1726867732.69323: _execute() done 8484 1726867732.69326: dumping result to json 8484 1726867732.69340: done dumping result, returning 8484 1726867732.69348: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get required packages [02e58e3f-6ce9-dbaf-c049-0000000010ba] 8484 1726867732.69351: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010ba 8484 1726867732.69567: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010ba 8484 1726867732.69570: WORKER PROCESS EXITING ok: [managed_node3] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 8484 1726867732.69880: no more pending results, returning what we have 8484 1726867732.69882: results queue empty 8484 1726867732.69883: checking for any_errors_fatal 8484 1726867732.69887: done checking for any_errors_fatal 8484 1726867732.69887: checking for max_fail_percentage 8484 1726867732.69888: done checking for max_fail_percentage 8484 1726867732.69889: checking to see if all hosts have failed and the running result is not ok 8484 1726867732.69889: done checking to see if all hosts have failed 8484 1726867732.69890: getting the remaining hosts for this loop 8484 1726867732.69891: done getting the remaining hosts for this loop 8484 1726867732.69893: getting the next task for host managed_node3 8484 1726867732.69902: done getting next task for host managed_node3 8484 1726867732.69905: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 8484 1726867732.69908: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867732.69922: getting variables 8484 1726867732.69923: in VariableManager get_vars() 8484 1726867732.69947: Calling all_inventory to load vars for managed_node3 8484 1726867732.69948: Calling groups_inventory to load vars for managed_node3 8484 1726867732.69950: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867732.69956: Calling all_plugins_play to load vars for managed_node3 8484 1726867732.69957: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867732.69959: Calling groups_plugins_play to load vars for managed_node3 8484 1726867732.70327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867732.70741: done with get_vars() 8484 1726867732.70753: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 17:28:52 -0400 (0:00:06.080) 0:01:08.005 ****** 8484 1726867732.70827: entering _queue_task() for managed_node3/include_tasks 8484 1726867732.71055: worker is 1 (out of 1 available) 8484 1726867732.71069: exiting _queue_task() for managed_node3/include_tasks 8484 1726867732.71082: done queuing things up, now waiting for results queue to drain 8484 1726867732.71084: waiting for pending results... 8484 1726867732.71262: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 8484 1726867732.71356: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010bb 8484 1726867732.71368: variable 'ansible_search_path' from source: unknown 8484 1726867732.71373: variable 'ansible_search_path' from source: unknown 8484 1726867732.71400: calling self._execute() 8484 1726867732.71477: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867732.71481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867732.71491: variable 'omit' from source: magic vars 8484 1726867732.71786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867732.71989: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867732.72022: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867732.72048: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867732.72075: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867732.72138: 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) 8484 1726867732.72156: 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) 8484 1726867732.72177: 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) 8484 1726867732.72196: 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) 8484 1726867732.72305: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867732.72309: _execute() done 8484 1726867732.72315: dumping result to json 8484 1726867732.72317: done dumping result, returning 8484 1726867732.72325: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [02e58e3f-6ce9-dbaf-c049-0000000010bb] 8484 1726867732.72329: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010bb 8484 1726867732.72421: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010bb 8484 1726867732.72424: WORKER PROCESS EXITING 8484 1726867732.72465: no more pending results, returning what we have 8484 1726867732.72472: in VariableManager get_vars() 8484 1726867732.72518: Calling all_inventory to load vars for managed_node3 8484 1726867732.72521: Calling groups_inventory to load vars for managed_node3 8484 1726867732.72523: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867732.72533: Calling all_plugins_play to load vars for managed_node3 8484 1726867732.72535: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867732.72538: Calling groups_plugins_play to load vars for managed_node3 8484 1726867732.73168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867732.73565: done with get_vars() 8484 1726867732.73577: variable 'ansible_search_path' from source: unknown 8484 1726867732.73578: variable 'ansible_search_path' from source: unknown 8484 1726867732.73672: variable 'storage_provider' from source: role '' defaults 8484 1726867732.73697: we have included files to process 8484 1726867732.73698: generating all_blocks data 8484 1726867732.73699: done generating all_blocks data 8484 1726867732.73701: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867732.73702: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867732.73703: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 8484 1726867732.73930: in VariableManager get_vars() 8484 1726867732.73951: done with get_vars() 8484 1726867732.73961: done processing included file 8484 1726867732.73962: iterating over new_blocks loaded from include file 8484 1726867732.73963: in VariableManager get_vars() 8484 1726867732.73978: done with get_vars() 8484 1726867732.73979: filtering new block on tags 8484 1726867732.73997: done filtering new block on tags 8484 1726867732.73999: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node3 8484 1726867732.74003: extending task lists for all hosts with included blocks 8484 1726867732.74361: done extending task lists 8484 1726867732.74362: done processing included files 8484 1726867732.74363: results queue empty 8484 1726867732.74363: checking for any_errors_fatal 8484 1726867732.74372: done checking for any_errors_fatal 8484 1726867732.74373: checking for max_fail_percentage 8484 1726867732.74373: done checking for max_fail_percentage 8484 1726867732.74374: checking to see if all hosts have failed and the running result is not ok 8484 1726867732.74374: done checking to see if all hosts have failed 8484 1726867732.74375: getting the remaining hosts for this loop 8484 1726867732.74376: done getting the remaining hosts for this loop 8484 1726867732.74377: getting the next task for host managed_node3 8484 1726867732.74380: done getting next task for host managed_node3 8484 1726867732.74382: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 8484 1726867732.74384: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867732.74392: getting variables 8484 1726867732.74393: in VariableManager get_vars() 8484 1726867732.74402: Calling all_inventory to load vars for managed_node3 8484 1726867732.74404: Calling groups_inventory to load vars for managed_node3 8484 1726867732.74412: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867732.74416: Calling all_plugins_play to load vars for managed_node3 8484 1726867732.74418: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867732.74420: Calling groups_plugins_play to load vars for managed_node3 8484 1726867732.74739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867732.75134: done with get_vars() 8484 1726867732.75144: done getting variables 8484 1726867732.75175: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 20 September 2024 17:28:52 -0400 (0:00:00.043) 0:01:08.049 ****** 8484 1726867732.75201: entering _queue_task() for managed_node3/set_fact 8484 1726867732.75456: worker is 1 (out of 1 available) 8484 1726867732.75469: exiting _queue_task() for managed_node3/set_fact 8484 1726867732.75482: done queuing things up, now waiting for results queue to drain 8484 1726867732.75484: waiting for pending results... 8484 1726867732.75675: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 8484 1726867732.75789: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001136 8484 1726867732.75800: variable 'ansible_search_path' from source: unknown 8484 1726867732.75803: variable 'ansible_search_path' from source: unknown 8484 1726867732.76017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867732.77519: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867732.77580: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867732.77607: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867732.77633: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867732.77655: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867732.77718: 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) 8484 1726867732.77738: 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) 8484 1726867732.77755: 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) 8484 1726867732.77786: 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) 8484 1726867732.77796: 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) 8484 1726867732.77908: dumping result to json 8484 1726867732.77914: done dumping result, returning 8484 1726867732.77917: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [02e58e3f-6ce9-dbaf-c049-000000001136] 8484 1726867732.77922: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001136 8484 1726867732.78021: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001136 8484 1726867732.78023: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867732.78072: no more pending results, returning what we have 8484 1726867732.78075: results queue empty 8484 1726867732.78076: checking for any_errors_fatal 8484 1726867732.78078: done checking for any_errors_fatal 8484 1726867732.78078: checking for max_fail_percentage 8484 1726867732.78080: done checking for max_fail_percentage 8484 1726867732.78081: checking to see if all hosts have failed and the running result is not ok 8484 1726867732.78082: done checking to see if all hosts have failed 8484 1726867732.78083: getting the remaining hosts for this loop 8484 1726867732.78085: done getting the remaining hosts for this loop 8484 1726867732.78088: getting the next task for host managed_node3 8484 1726867732.78096: done getting next task for host managed_node3 8484 1726867732.78100: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 8484 1726867732.78105: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867732.78124: getting variables 8484 1726867732.78126: in VariableManager get_vars() 8484 1726867732.78166: Calling all_inventory to load vars for managed_node3 8484 1726867732.78169: Calling groups_inventory to load vars for managed_node3 8484 1726867732.78178: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867732.78187: Calling all_plugins_play to load vars for managed_node3 8484 1726867732.78189: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867732.78192: Calling groups_plugins_play to load vars for managed_node3 8484 1726867732.78622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867732.79041: done with get_vars() 8484 1726867732.79056: done getting variables 8484 1726867732.79097: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 20 September 2024 17:28:52 -0400 (0:00:00.039) 0:01:08.088 ****** 8484 1726867732.79125: entering _queue_task() for managed_node3/package 8484 1726867732.79348: worker is 1 (out of 1 available) 8484 1726867732.79362: exiting _queue_task() for managed_node3/package 8484 1726867732.79375: done queuing things up, now waiting for results queue to drain 8484 1726867732.79377: waiting for pending results... 8484 1726867732.79552: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 8484 1726867732.79657: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001138 8484 1726867732.79668: variable 'ansible_search_path' from source: unknown 8484 1726867732.79674: variable 'ansible_search_path' from source: unknown 8484 1726867732.79700: calling self._execute() 8484 1726867732.79773: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867732.79777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867732.79786: variable 'omit' from source: magic vars 8484 1726867732.80069: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867732.81608: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867732.81662: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867732.81695: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867732.81720: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867732.81741: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867732.81804: 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) 8484 1726867732.81826: 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) 8484 1726867732.81843: 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) 8484 1726867732.81869: 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) 8484 1726867732.81882: 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) 8484 1726867732.81978: Evaluated conditional (install_copr | d(false) | bool): False 8484 1726867732.81982: when evaluation is False, skipping this task 8484 1726867732.81985: _execute() done 8484 1726867732.81988: dumping result to json 8484 1726867732.81990: done dumping result, returning 8484 1726867732.82000: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [02e58e3f-6ce9-dbaf-c049-000000001138] 8484 1726867732.82003: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001138 8484 1726867732.82089: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001138 8484 1726867732.82092: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 8484 1726867732.82158: no more pending results, returning what we have 8484 1726867732.82161: results queue empty 8484 1726867732.82162: checking for any_errors_fatal 8484 1726867732.82172: done checking for any_errors_fatal 8484 1726867732.82173: checking for max_fail_percentage 8484 1726867732.82175: done checking for max_fail_percentage 8484 1726867732.82175: checking to see if all hosts have failed and the running result is not ok 8484 1726867732.82176: done checking to see if all hosts have failed 8484 1726867732.82177: getting the remaining hosts for this loop 8484 1726867732.82179: done getting the remaining hosts for this loop 8484 1726867732.82182: getting the next task for host managed_node3 8484 1726867732.82189: done getting next task for host managed_node3 8484 1726867732.82194: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 8484 1726867732.82199: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867732.82219: getting variables 8484 1726867732.82222: in VariableManager get_vars() 8484 1726867732.82257: Calling all_inventory to load vars for managed_node3 8484 1726867732.82259: Calling groups_inventory to load vars for managed_node3 8484 1726867732.82261: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867732.82269: Calling all_plugins_play to load vars for managed_node3 8484 1726867732.82279: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867732.82282: Calling groups_plugins_play to load vars for managed_node3 8484 1726867732.82698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867732.83116: done with get_vars() 8484 1726867732.83130: done getting variables TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 20 September 2024 17:28:52 -0400 (0:00:00.040) 0:01:08.129 ****** 8484 1726867732.83201: entering _queue_task() for managed_node3/include_tasks 8484 1726867732.83425: worker is 1 (out of 1 available) 8484 1726867732.83438: exiting _queue_task() for managed_node3/include_tasks 8484 1726867732.83450: done queuing things up, now waiting for results queue to drain 8484 1726867732.83451: waiting for pending results... 8484 1726867732.83641: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs 8484 1726867732.83749: in run() - task 02e58e3f-6ce9-dbaf-c049-000000001139 8484 1726867732.83759: variable 'ansible_search_path' from source: unknown 8484 1726867732.83763: variable 'ansible_search_path' from source: unknown 8484 1726867732.83968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867732.85746: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867732.85794: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867732.85822: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867732.85860: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867732.85884: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867732.85942: 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) 8484 1726867732.85964: 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) 8484 1726867732.85986: 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) 8484 1726867732.86011: 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) 8484 1726867732.86025: 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) 8484 1726867732.86135: dumping result to json 8484 1726867732.86139: done dumping result, returning 8484 1726867732.86145: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Enable COPRs [02e58e3f-6ce9-dbaf-c049-000000001139] 8484 1726867732.86150: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001139 8484 1726867732.86247: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000001139 8484 1726867732.86250: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867732.86314: no more pending results, returning what we have 8484 1726867732.86317: results queue empty 8484 1726867732.86318: checking for any_errors_fatal 8484 1726867732.86325: done checking for any_errors_fatal 8484 1726867732.86325: checking for max_fail_percentage 8484 1726867732.86327: done checking for max_fail_percentage 8484 1726867732.86328: checking to see if all hosts have failed and the running result is not ok 8484 1726867732.86329: done checking to see if all hosts have failed 8484 1726867732.86329: getting the remaining hosts for this loop 8484 1726867732.86331: done getting the remaining hosts for this loop 8484 1726867732.86335: getting the next task for host managed_node3 8484 1726867732.86343: done getting next task for host managed_node3 8484 1726867732.86347: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 8484 1726867732.86352: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867732.86373: getting variables 8484 1726867732.86375: in VariableManager get_vars() 8484 1726867732.86409: Calling all_inventory to load vars for managed_node3 8484 1726867732.86411: Calling groups_inventory to load vars for managed_node3 8484 1726867732.86413: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867732.86421: Calling all_plugins_play to load vars for managed_node3 8484 1726867732.86423: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867732.86425: Calling groups_plugins_play to load vars for managed_node3 8484 1726867732.86985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867732.87382: done with get_vars() 8484 1726867732.87395: done getting variables 8484 1726867732.87437: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 17:28:52 -0400 (0:00:00.042) 0:01:08.171 ****** 8484 1726867732.87463: entering _queue_task() for managed_node3/package 8484 1726867732.87723: worker is 1 (out of 1 available) 8484 1726867732.87736: exiting _queue_task() for managed_node3/package 8484 1726867732.87750: done queuing things up, now waiting for results queue to drain 8484 1726867732.87751: waiting for pending results... 8484 1726867732.87942: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 8484 1726867732.88049: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010bc 8484 1726867732.88059: variable 'ansible_search_path' from source: unknown 8484 1726867732.88063: variable 'ansible_search_path' from source: unknown 8484 1726867732.88093: calling self._execute() 8484 1726867732.88325: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867732.88329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867732.88332: variable 'omit' from source: magic vars 8484 1726867732.88657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867732.89060: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867732.89093: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867732.89124: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867732.89152: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867732.89285: 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) 8484 1726867732.89308: 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) 8484 1726867732.89331: 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) 8484 1726867732.89351: 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) 8484 1726867732.89538: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 8484 1726867732.89541: variable 'omit' from source: magic vars 8484 1726867732.89595: variable 'omit' from source: magic vars 8484 1726867732.89687: variable 'package_info' from source: set_fact 8484 1726867732.89699: variable 'extra_pkgs' from source: task vars 8484 1726867732.89876: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867732.91919: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867732.91965: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867732.91996: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867732.92021: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867732.92053: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867732.92103: 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) 8484 1726867732.92123: 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) 8484 1726867732.92141: 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) 8484 1726867732.92168: 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) 8484 1726867732.92180: 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) 8484 1726867732.92254: variable '__storage_is_ostree' from source: set_fact 8484 1726867732.92257: variable 'omit' from source: magic vars 8484 1726867732.92284: variable 'omit' from source: magic vars 8484 1726867732.92304: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867732.92328: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867732.92341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867732.92354: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867732.92362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867732.92387: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867732.92391: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867732.92393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867732.92462: Set connection var ansible_pipelining to False 8484 1726867732.92468: Set connection var ansible_timeout to 10 8484 1726867732.92473: Set connection var ansible_connection to ssh 8484 1726867732.92480: Set connection var ansible_shell_type to sh 8484 1726867732.92486: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867732.92491: Set connection var ansible_shell_executable to /bin/sh 8484 1726867732.92510: variable 'ansible_shell_executable' from source: unknown 8484 1726867732.92515: variable 'ansible_connection' from source: unknown 8484 1726867732.92518: variable 'ansible_module_compression' from source: unknown 8484 1726867732.92520: variable 'ansible_shell_type' from source: unknown 8484 1726867732.92523: variable 'ansible_shell_executable' from source: unknown 8484 1726867732.92525: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867732.92527: variable 'ansible_pipelining' from source: unknown 8484 1726867732.92529: variable 'ansible_timeout' from source: unknown 8484 1726867732.92533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867732.92605: 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) 8484 1726867732.92616: variable 'omit' from source: magic vars 8484 1726867732.92619: starting attempt loop 8484 1726867732.92622: running the handler 8484 1726867732.92628: variable 'ansible_facts' from source: unknown 8484 1726867732.92631: variable 'ansible_facts' from source: unknown 8484 1726867732.92675: _low_level_execute_command(): starting 8484 1726867732.92681: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867732.93156: 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 <<< 8484 1726867732.93191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867732.93202: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867732.93205: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867732.93207: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867732.93210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867732.93276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867732.93294: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867732.93422: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867732.95151: stdout chunk (state=3): >>>/root <<< 8484 1726867732.95252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867732.95324: stderr chunk (state=3): >>><<< 8484 1726867732.95455: stdout chunk (state=3): >>><<< 8484 1726867732.95459: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867732.95461: _low_level_execute_command(): starting 8484 1726867732.95464: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206 `" && echo ansible-tmp-1726867732.953597-10808-150641970339206="` echo /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206 `" ) && sleep 0' 8484 1726867732.96052: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867732.96113: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867732.96195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867732.98141: stdout chunk (state=3): >>>ansible-tmp-1726867732.953597-10808-150641970339206=/root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206 <<< 8484 1726867732.98284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867732.98294: stdout chunk (state=3): >>><<< 8484 1726867732.98304: stderr chunk (state=3): >>><<< 8484 1726867732.98330: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867732.953597-10808-150641970339206=/root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867732.98376: variable 'ansible_module_compression' from source: unknown 8484 1726867732.98442: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867732.98676: variable 'ansible_facts' from source: unknown 8484 1726867732.98679: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py 8484 1726867732.98797: Sending initial data 8484 1726867732.98807: Sent initial data (150 bytes) 8484 1726867732.99459: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867732.99561: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867732.99630: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867732.99761: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.01428: 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 <<< 8484 1726867733.01523: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867733.01641: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpovzqaxnd /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py <<< 8484 1726867733.01652: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py" <<< 8484 1726867733.01728: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpovzqaxnd" to remote "/root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py" <<< 8484 1726867733.02963: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.02976: stdout chunk (state=3): >>><<< 8484 1726867733.02993: stderr chunk (state=3): >>><<< 8484 1726867733.03051: done transferring module to remote 8484 1726867733.03073: _low_level_execute_command(): starting 8484 1726867733.03092: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/ /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py && sleep 0' 8484 1726867733.03795: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.03836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867733.03854: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867733.03877: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.04029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.05958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.05961: stdout chunk (state=3): >>><<< 8484 1726867733.05964: stderr chunk (state=3): >>><<< 8484 1726867733.05983: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867733.05991: _low_level_execute_command(): starting 8484 1726867733.06000: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/AnsiballZ_dnf.py && sleep 0' 8484 1726867733.06617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867733.06632: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867733.06644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867733.06662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867733.06682: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867733.06693: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867733.06705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.06733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867733.06746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867733.06825: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867733.06850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.06983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.09288: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867733.09326: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867733.09341: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867733.09404: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867733.09415: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867733.09438: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867733.09478: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867733.09502: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867733.09554: 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' <<< 8484 1726867733.09595: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867733.09598: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867733.09638: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867733.09662: 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 0x7f34b4f104d0><<< 8484 1726867733.09690: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4edfb30> <<< 8484 1726867733.09720: 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 0x7f34b4f12a50> import '_signal' # <<< 8484 1726867733.09752: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867733.09773: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 8484 1726867733.09804: stdout chunk (state=3): >>>import '_stat' # <<< 8484 1726867733.09818: stdout chunk (state=3): >>>import 'stat' # <<< 8484 1726867733.09895: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867733.09950: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867733.09954: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 8484 1726867733.09998: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867733.10004: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867733.10035: 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' <<< 8484 1726867733.10052: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4cc1130> <<< 8484 1726867733.10114: 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 <<< 8484 1726867733.10124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4cc2120> <<< 8484 1726867733.10151: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867733.10184: 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. <<< 8484 1726867733.10439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867733.10477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867733.10507: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867733.10510: 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 <<< 8484 1726867733.10551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867733.10564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867733.10601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867733.10630: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d07f80> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867733.10665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867733.10669: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d14110> <<< 8484 1726867733.10696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867733.10724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867733.10735: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867733.10782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.10792: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867733.10823: 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 0x7f34b4d379b0> <<< 8484 1726867733.10859: 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 0x7f34b4d37f80> <<< 8484 1726867733.10872: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867733.11014: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d17c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d15370> <<< 8484 1726867733.11043: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d05130> <<< 8484 1726867733.11076: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867733.11118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867733.11143: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867733.11163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867733.11190: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867733.11216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d5b890> <<< 8484 1726867733.11275: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d5a4b0> <<< 8484 1726867733.11299: 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 0x7f34b4d16240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d58d70> <<< 8484 1726867733.11330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867733.11351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d888f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d043b0> # /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' <<< 8484 1726867733.11405: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.11414: 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 0x7f34b4d88da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d88c50> <<< 8484 1726867733.11481: 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 0x7f34b4d89010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4cfaed0> <<< 8484 1726867733.11485: 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' <<< 8484 1726867733.11549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867733.11555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d896a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d893a0> <<< 8484 1726867733.11613: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 8484 1726867733.11617: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d8a5a0> <<< 8484 1726867733.11639: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867733.11667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867733.11706: 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 0x7f34b4da47d0> <<< 8484 1726867733.11754: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f34b4da5f10> <<< 8484 1726867733.11795: 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' <<< 8484 1726867733.11799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867733.11821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4da6db0> <<< 8484 1726867733.11865: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.11890: 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 0x7f34b4da7410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4da6300> <<< 8484 1726867733.11914: 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' <<< 8484 1726867733.11948: 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 0x7f34b4da7e90> <<< 8484 1726867733.11952: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4da75c0> <<< 8484 1726867733.12012: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d8a600> <<< 8484 1726867733.12036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867733.12050: 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 <<< 8484 1726867733.12081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867733.12121: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.12124: 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 0x7f34b4ad3d10> <<< 8484 1726867733.12158: 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 0x7f34b4b00830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b00590> <<< 8484 1726867733.12217: 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 0x7f34b4b007a0> <<< 8484 1726867733.12220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867733.12243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867733.12298: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.12429: 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 0x7f34b4b01160> <<< 8484 1726867733.12552: 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 0x7f34b4b01b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b00a10> <<< 8484 1726867733.12586: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4ad1eb0> <<< 8484 1726867733.12608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867733.12638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867733.12675: 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 0x7f34b4b02f30> <<< 8484 1726867733.12692: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b01c70> <<< 8484 1726867733.12707: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d8acf0> <<< 8484 1726867733.12737: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867733.12786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.12799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867733.12913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867733.12935: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b27260> # /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 <<< 8484 1726867733.13213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867733.13217: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b535f0> # /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 0x7f34b4bac3b0> # /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' <<< 8484 1726867733.13220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867733.13246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867733.13330: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4baeb10> <<< 8484 1726867733.13409: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4bac4d0> <<< 8484 1726867733.13435: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b753d0> <<< 8484 1726867733.13464: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867733.13499: 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 0x7f34b49b1460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b523f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b03e30> <<< 8484 1726867733.13626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867733.13638: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f34b4b529f0> <<< 8484 1726867733.13797: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_r09hjb6u/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867733.13930: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.13958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867733.13979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867733.14012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867733.14089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867733.14117: 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 0x7f34b4a0b200> <<< 8484 1726867733.14137: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867733.14310: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b49ea0f0> <<< 8484 1726867733.14345: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b49e9280> # zipimport: zlib available import 'ansible' # <<< 8484 1726867733.14378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.14405: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867733.14421: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867733.15807: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.16933: 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 0x7f34b4a094f0> <<< 8484 1726867733.16993: 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' <<< 8484 1726867733.16997: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867733.17032: 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 0x7f34b4a32b70> <<< 8484 1726867733.17067: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a32900> <<< 8484 1726867733.17117: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a32240> <<< 8484 1726867733.17122: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867733.17169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867733.17175: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a32660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4f129c0> <<< 8484 1726867733.17200: stdout chunk (state=3): >>>import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f34b4a33950> <<< 8484 1726867733.17235: 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 0x7f34b4a33b90> <<< 8484 1726867733.17259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867733.17310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867733.17314: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867733.17377: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a33fe0> <<< 8484 1726867733.17380: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867733.17404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867733.17415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867733.17450: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4315d90> <<< 8484 1726867733.17480: 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 0x7f34b43179b0> <<< 8484 1726867733.17512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867733.17523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867733.17546: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431c350> <<< 8484 1726867733.17567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867733.17602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867733.17635: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431d250> <<< 8484 1726867733.17638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867733.17691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867733.17696: 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' <<< 8484 1726867733.17742: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431ff80> <<< 8484 1726867733.17783: 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 0x7f34b43200b0> <<< 8484 1726867733.17818: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431e240> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867733.17878: 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 <<< 8484 1726867733.17881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867733.17896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867733.17940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867733.17960: 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 0x7f34b4323f50> <<< 8484 1726867733.17983: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867733.18051: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4322a20> <<< 8484 1726867733.18077: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4322780> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867733.18089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867733.18137: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4322cf0> <<< 8484 1726867733.18182: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431e750> <<< 8484 1726867733.18207: 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 0x7f34b4368200> <<< 8484 1726867733.18237: 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 0x7f34b43683b0> <<< 8484 1726867733.18261: 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 <<< 8484 1726867733.18293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867733.18312: 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' <<< 8484 1726867733.18349: 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 0x7f34b4369e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4369c40> <<< 8484 1726867733.18353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867733.18479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867733.18531: 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 0x7f34b436c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b436a570> <<< 8484 1726867733.18558: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867733.18602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.18633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867733.18650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867733.18675: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b436fb30> <<< 8484 1726867733.18800: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b436c500> <<< 8484 1726867733.18871: 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'<<< 8484 1726867733.18896: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f34b43708f0> # 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 0x7f34b4370b60> <<< 8484 1726867733.18939: 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' <<< 8484 1726867733.18954: 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 0x7f34b4370e90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4368590> <<< 8484 1726867733.18992: 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 <<< 8484 1726867733.19024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867733.19041: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.19075: 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 0x7f34b43fc470> <<< 8484 1726867733.19233: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.19236: 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 0x7f34b43fd7f0> <<< 8484 1726867733.19295: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4372c00> <<< 8484 1726867733.19303: 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 0x7f34b4373fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4372840> <<< 8484 1726867733.19306: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.19333: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 8484 1726867733.19417: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.19524: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867733.19531: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867733.19561: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867733.19685: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.19799: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.20351: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.20909: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867733.20939: 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 <<< 8484 1726867733.20962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.21024: 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 0x7f34b42019d0> <<< 8484 1726867733.21106: 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' <<< 8484 1726867733.21125: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4202780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b43fd8e0> <<< 8484 1726867733.21184: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 8484 1726867733.21213: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.21229: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867733.21239: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.21386: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.21555: 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' <<< 8484 1726867733.21559: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4202750> # zipimport: zlib available <<< 8484 1726867733.22014: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22453: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22609: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867733.22615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22644: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22675: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867733.22698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22751: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22854: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867733.22880: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867733.22890: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 8484 1726867733.22918: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.22962: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867733.22981: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23206: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867733.23500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 8484 1726867733.23586: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42039b0> <<< 8484 1726867733.23594: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23749: 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' # <<< 8484 1726867733.23768: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23804: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23849: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 8484 1726867733.23898: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23936: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.23997: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24071: 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 <<< 8484 1726867733.24108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.24202: 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 0x7f34b420e4b0> <<< 8484 1726867733.24234: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b420b3e0> <<< 8484 1726867733.24268: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867733.24283: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24341: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24399: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24434: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24480: 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' <<< 8484 1726867733.24494: 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 <<< 8484 1726867733.24522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867733.24544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867733.24610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867733.24631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867733.24649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867733.24710: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a82c60> <<< 8484 1726867733.24757: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a6a930> <<< 8484 1726867733.24843: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b420e480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b43fdb80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867733.24874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24893: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.24919: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867733.24987: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867733.25018: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.25029: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867733.25637: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.26173: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.26846: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.27524: 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 0x7f34b42a0ad0> <<< 8484 1726867733.27556: 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 0x7f34b42a0d10> <<< 8484 1726867733.27615: 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' <<< 8484 1726867733.27619: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 8484 1726867733.27667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a1430> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a0fe0> <<< 8484 1726867733.27678: 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' <<< 8484 1726867733.27699: 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' <<< 8484 1726867733.27736: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a1d30> <<< 8484 1726867733.27795: 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' <<< 8484 1726867733.27822: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867733.27852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867733.27891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 8484 1726867733.27924: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b428d9d0> <<< 8484 1726867733.27943: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b428d790> <<< 8484 1726867733.27978: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 8484 1726867733.27992: 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 0x7f34b3eea720> <<< 8484 1726867733.28027: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a3500> <<< 8484 1726867733.28048: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867733.28107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867733.28128: 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' <<< 8484 1726867733.28148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867733.28196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867733.28261: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3ef92b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3eebe30> <<< 8484 1726867733.28301: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3eeb1a0> <<< 8484 1726867733.28336: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a2990> <<< 8484 1726867733.28356: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867733.28378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867733.28451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867733.28468: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 8484 1726867733.28492: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f65340> <<< 8484 1726867733.28616: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f1d460> <<< 8484 1726867733.28766: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3eebc50> <<< 8484 1726867733.28795: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867733.28809: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867733.28832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867733.28891: 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 0x7f34b3f6ce00> <<< 8484 1726867733.28943: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f670e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f1cf80> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a2060> <<< 8484 1726867733.28949: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a1dc0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a1ac0> <<< 8484 1726867733.28971: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a0d70> # /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 0x7f34b42a1d60> <<< 8484 1726867733.29009: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 8484 1726867733.29036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 8484 1726867733.29043: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867733.29062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867733.29275: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f6d460> <<< 8484 1726867733.29289: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f6d010> <<< 8484 1726867733.29325: 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' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f6dbb0> # /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' <<< 8484 1726867733.29336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867733.29361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867733.29437: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.29529: 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 0x7f34b3f7c0b0> <<< 8484 1726867733.29704: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f557f0> <<< 8484 1726867733.29737: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f6e9f0> <<< 8484 1726867733.29767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867733.29788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867733.29799: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f55280> <<< 8484 1726867733.29835: 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' <<< 8484 1726867733.29869: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f8a2a0> <<< 8484 1726867733.29891: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867733.29920: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f8af00> <<< 8484 1726867733.29938: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f8a9f0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867733.30025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867733.30095: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f8b410> <<< 8484 1726867733.30121: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867733.30153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867733.30396: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f5f920> <<< 8484 1726867733.30401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867733.30439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867733.30442: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3e7ffe0> <<< 8484 1726867733.30493: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.30606: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867733.30609: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.30739: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.30881: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 8484 1726867733.30951: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.30994: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 8484 1726867733.31126: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.31236: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867733.31335: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.31817: 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' <<< 8484 1726867733.31864: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867733.31891: 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' <<< 8484 1726867733.31905: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbee70> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867733.31942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867733.32079: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbef60> <<< 8484 1726867733.32115: 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' <<< 8484 1726867733.32167: 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' <<< 8484 1726867733.32176: 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 0x7f34b3c0f170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c0e9c0> <<< 8484 1726867733.32224: 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 0x7f34b3c0eba0> <<< 8484 1726867733.32229: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbf4a0> <<< 8484 1726867733.32246: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbdf40> <<< 8484 1726867733.32296: 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 <<< 8484 1726867733.32300: 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 0x7f34b3bbeb70> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867733.32397: stdout chunk (state=3): >>># 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' <<< 8484 1726867733.32587: 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' <<< 8484 1726867733.32613: 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 0x7f34b3c88770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c88350> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 8484 1726867733.32630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867733.32685: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 8484 1726867733.32711: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f34b3c8bf80> <<< 8484 1726867733.32726: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c888c0> <<< 8484 1726867733.32743: 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 <<< 8484 1726867733.32828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867733.33809: 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 0x7f34b3737200> <<< 8484 1726867733.33847: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3cb0290> <<< 8484 1726867733.33859: 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 <<< 8484 1726867733.33931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867733.34007: 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 0x7f34b37b4e90> <<< 8484 1726867733.34185: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3737710> <<< 8484 1726867733.34201: 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 <<< 8484 1726867733.34235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867733.34317: 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 0x7f34b37b7dd0> <<< 8484 1726867733.34352: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b37b4f80> <<< 8484 1726867733.34374: 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 <<< 8484 1726867733.34419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867733.34503: 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 0x7f34b37f3ef0> <<< 8484 1726867733.34543: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b37f0140> <<< 8484 1726867733.34569: 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 <<< 8484 1726867733.34574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867733.34638: 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 0x7f34b1df11c0> <<< 8484 1726867733.34659: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df05c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c2be90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 8484 1726867733.34715: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867733.34753: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 8484 1726867733.34786: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867733.34790: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.34843: 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 0x7f34b1e0c650> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df3ad0> <<< 8484 1726867733.34852: 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 <<< 8484 1726867733.34893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867733.34912: 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' <<< 8484 1726867733.34929: 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 0x7f34b1e0ed20> <<< 8484 1726867733.34958: 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 <<< 8484 1726867733.34994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867733.35034: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0fbf0> <<< 8484 1726867733.35037: 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 <<< 8484 1726867733.35047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.35720: 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 0x7f34b1e3c500> # /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 0x7f34b1e3d9d0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0fe30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0ec90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0e570> # /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 0x7f34b1e3f620> <<< 8484 1726867733.35723: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0f110> <<< 8484 1726867733.35780: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0c9e0> <<< 8484 1726867733.35820: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df30e0> <<< 8484 1726867733.35836: 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 <<< 8484 1726867733.35858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.35978: 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 0x7f34b1df3800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df3560> <<< 8484 1726867733.36025: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df12e0> <<< 8484 1726867733.36063: 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 0x7f34b1e78ce0> <<< 8484 1726867733.36066: 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 <<< 8484 1726867733.36098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 8484 1726867733.36130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 8484 1726867733.36167: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867733.36195: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e7b230> <<< 8484 1726867733.36230: 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 0x7f34b1e7ba10> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e7a510> <<< 8484 1726867733.36274: 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 <<< 8484 1726867733.36277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867733.36309: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea0260> <<< 8484 1726867733.36323: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e78cb0> <<< 8484 1726867733.36343: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.36358: 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 <<< 8484 1726867733.36392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867733.36422: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea1cd0> <<< 8484 1726867733.36445: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea1250> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea1070> <<< 8484 1726867733.36487: 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' <<< 8484 1726867733.36490: 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 <<< 8484 1726867733.36542: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867733.36545: 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 <<< 8484 1726867733.36591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867733.36594: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867733.36630: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176cd40> <<< 8484 1726867733.36633: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867733.36675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867733.36701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867733.36749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867733.36768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867733.36792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b179adb0> <<< 8484 1726867733.36824: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.36834: 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 0x7f34b179b110> <<< 8484 1726867733.36882: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176f020> <<< 8484 1726867733.36918: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176d1c0> <<< 8484 1726867733.36932: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176c230> <<< 8484 1726867733.36965: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea2480> <<< 8484 1726867733.37021: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea2150> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 8484 1726867733.37026: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.37057: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.37081: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867733.37093: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17d4bf0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b179bd10> <<< 8484 1726867733.37128: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea29c0> <<< 8484 1726867733.37151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867733.37187: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17d51f0> <<< 8484 1726867733.37207: 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 0x7f34b17d55b0> <<< 8484 1726867733.37246: 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 0x7f34b17d5670> <<< 8484 1726867733.37285: 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 0x7f34b17d5790> <<< 8484 1726867733.37297: 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 <<< 8484 1726867733.37317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867733.37346: 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 <<< 8484 1726867733.37363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867733.37421: 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 0x7f34b17f4380> <<< 8484 1726867733.37451: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17d64b0> <<< 8484 1726867733.37500: 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 0x7f34b17f44d0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 8484 1726867733.37503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867733.37547: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f45c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17d55e0> <<< 8484 1726867733.37549: 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 <<< 8484 1726867733.37577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f4770> <<< 8484 1726867733.37595: 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 <<< 8484 1726867733.37603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867733.37628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867733.37790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867733.37821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867733.37843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867733.37861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867733.37899: 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 0x7f34b18441a0> <<< 8484 1726867733.37917: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b181f5c0> <<< 8484 1726867733.37967: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b181e030> <<< 8484 1726867733.38141: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f5f70> <<< 8484 1726867733.38144: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f53d0> <<< 8484 1726867733.38197: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f6420> # /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' <<< 8484 1726867733.38234: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0fd40> <<< 8484 1726867733.38238: 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 0x7f34b185ca10> <<< 8484 1726867733.38295: 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 0x7f34b185cc80> # /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' <<< 8484 1726867733.38298: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 8484 1726867733.38345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185d5e0> <<< 8484 1726867733.38350: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185d070> <<< 8484 1726867733.38406: 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 0x7f34b185e4e0> import 'gc' # <<< 8484 1726867733.38410: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c0f290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbd820> <<< 8484 1726867733.38965: 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 <<< 8484 1726867733.38984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867733.39007: 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' <<< 8484 1726867733.39048: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f0e0> <<< 8484 1726867733.39062: 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' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 8484 1726867733.39101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867733.39127: 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 <<< 8484 1726867733.39199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867733.39228: 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 <<< 8484 1726867733.39258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b162fb90> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 8484 1726867733.39296: 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 <<< 8484 1726867733.39303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867733.39327: 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' <<< 8484 1726867733.39460: 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 0x7f34b1655be0> <<< 8484 1726867733.39485: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16557c0> <<< 8484 1726867733.39525: 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 0x7f34b4e2f050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1654680> <<< 8484 1726867733.39541: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b162fec0> <<< 8484 1726867733.39557: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b162cbf0> <<< 8484 1726867733.39616: 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 <<< 8484 1726867733.39619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867733.39634: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b162f980> # /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 <<< 8484 1726867733.39676: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.39694: 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 <<< 8484 1726867733.39731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867733.39742: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b166b170> <<< 8484 1726867733.39769: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1669ca0> <<< 8484 1726867733.39821: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867733.39855: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1690950> <<< 8484 1726867733.39876: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1690c50> <<< 8484 1726867733.39906: 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' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1690ec0> <<< 8484 1726867733.39942: 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 <<< 8484 1726867733.39971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1691160> <<< 8484 1726867733.39997: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 8484 1726867733.40033: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867733.40093: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1691880> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16916d0> <<< 8484 1726867733.40109: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1693140> <<< 8484 1726867733.40147: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 8484 1726867733.40162: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1693290> # /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 <<< 8484 1726867733.40193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867733.40245: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16934a0> # /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 <<< 8484 1726867733.40255: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867733.40286: 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 <<< 8484 1726867733.40319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867733.40354: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16a8440> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1693c80> # /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' <<< 8484 1726867733.40362: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16a8fe0> <<< 8484 1726867733.40419: 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 0x7f34b16a9430> <<< 8484 1726867733.40425: 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 <<< 8484 1726867733.40460: stdout chunk (state=3): >>># 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 0x7f34b16a9610> # /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 <<< 8484 1726867733.40485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867733.40506: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16a98e0> <<< 8484 1726867733.40546: 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 0x7f34b16aa7e0> <<< 8484 1726867733.40595: 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 <<< 8484 1726867733.40598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16aaa50> <<< 8484 1726867733.40628: 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' <<< 8484 1726867733.40656: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16aac30> <<< 8484 1726867733.40689: 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' <<< 8484 1726867733.40729: 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' <<< 8484 1726867733.40756: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16ab830> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16ab350> # /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 <<< 8484 1726867733.40778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 8484 1726867733.40820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d06e0> <<< 8484 1726867733.40854: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16abfe0> <<< 8484 1726867733.40866: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d1340> <<< 8484 1726867733.40929: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867733.40940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d1640> <<< 8484 1726867733.40972: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d2570> <<< 8484 1726867733.41013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' <<< 8484 1726867733.41049: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d2810> # /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 0x7f34b16d29c0> <<< 8484 1726867733.41077: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f530> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f2c0> <<< 8484 1726867733.41102: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185e9f0> <<< 8484 1726867733.41134: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867733.41165: 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' <<< 8484 1726867733.41193: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d33e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d3140> # /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' <<< 8484 1726867733.41408: 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 # 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' <<< 8484 1726867733.41427: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16f5880> # /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' <<< 8484 1726867733.41525: stdout chunk (state=3): >>># /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' <<< 8484 1726867733.41556: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16f6ff0> <<< 8484 1726867733.41636: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.41640: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f34b16f61e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16f5d90> <<< 8484 1726867733.41689: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867733.41717: 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 0x7f34b144c800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1433bf0> <<< 8484 1726867733.41794: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867733.41837: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867733.41840: 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 <<< 8484 1726867733.41881: 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 0x7f34b144f680> <<< 8484 1726867733.41913: 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'<<< 8484 1726867733.41938: stdout chunk (state=3): >>> import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b144ff50> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 8484 1726867733.41959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 8484 1726867733.41976: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 8484 1726867733.42010: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b144ce60> <<< 8484 1726867733.42020: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b144cb30> <<< 8484 1726867733.42057: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d36b0> <<< 8484 1726867733.42086: 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 <<< 8484 1726867733.42103: stdout chunk (state=3): >>># 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 0x7f34b16f53d0> <<< 8484 1726867733.42133: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d3410> <<< 8484 1726867733.42156: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f290> # /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 <<< 8484 1726867733.42189: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867733.42232: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14761e0> <<< 8484 1726867733.42245: 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 <<< 8484 1726867733.42376: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867733.42396: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1476a80> # /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 0x7f34b1477a70> # /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 0x7f34b14a0110> <<< 8484 1726867733.42430: 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' <<< 8484 1726867733.42445: 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' <<< 8484 1726867733.42476: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 8484 1726867733.42487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 8484 1726867733.42517: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.42665: 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 0x7f34b14a1790> <<< 8484 1726867733.42701: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a1160> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a0e30> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a0ad0> <<< 8484 1726867733.42732: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 8484 1726867733.42906: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a1400> # /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 0x7f34b14a3530> # /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' <<< 8484 1726867733.42914: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a35f0> <<< 8484 1726867733.42926: 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' <<< 8484 1726867733.43151: 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 0x7f34b14a3d10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a3b90> <<< 8484 1726867733.43164: 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' # /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 <<< 8484 1726867733.43253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867733.43284: 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 0x7f34b14d2330> <<< 8484 1726867733.43307: 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 <<< 8484 1726867733.43339: stdout chunk (state=3): >>># 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' <<< 8484 1726867733.43611: 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 0x7f34b14d3500> # /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 0x7f34b14d3740> # /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 0x7f34b14d38c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d36e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d2ff0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d24b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d1760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d0ce0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d0560> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a3020> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a2510> # /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 0x7f34b14d35f0> <<< 8484 1726867733.43647: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867733.43661: 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 0x7f34b14d3dd0> <<< 8484 1726867733.43697: 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 0x7f34b14fc6b0> <<< 8484 1726867733.43727: 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 <<< 8484 1726867733.43755: 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 0x7f34b14fca70> <<< 8484 1726867733.43776: 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 <<< 8484 1726867733.43808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867733.43821: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14fd370> <<< 8484 1726867733.43843: 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 <<< 8484 1726867733.43868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867733.43895: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14fdee0> <<< 8484 1726867733.57058: 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}}} <<< 8484 1726867733.58221: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867733.58261: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867733.58833: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867733.58850: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 8484 1726867733.58863: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal <<< 8484 1726867733.58891: stdout chunk (state=3): >>># cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 8484 1726867733.58897: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.58921: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma<<< 8484 1726867733.58925: stdout chunk (state=3): >>> # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob <<< 8484 1726867733.58951: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # 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 <<< 8484 1726867733.58968: stdout chunk (state=3): >>># cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime <<< 8484 1726867733.58993: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian <<< 8484 1726867733.58999: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59028: stdout chunk (state=3): >>># destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # 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<<< 8484 1726867733.59034: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 8484 1726867733.59062: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59072: stdout chunk (state=3): >>># cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing 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 <<< 8484 1726867733.59102: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59112: stdout chunk (state=3): >>># cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # 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<<< 8484 1726867733.59129: stdout chunk (state=3): >>> # 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 <<< 8484 1726867733.59133: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59155: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59169: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59194: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59216: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59232: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.59841: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 8484 1726867733.59845: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867733.59874: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867733.59885: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867733.59912: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 8484 1726867733.59919: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 8484 1726867733.59951: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867733.59961: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867733.59985: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867733.60026: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser <<< 8484 1726867733.60037: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60044: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867733.60067: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 8484 1726867733.60093: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 8484 1726867733.60100: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus <<< 8484 1726867733.60119: stdout chunk (state=3): >>># destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 8484 1726867733.60131: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867733.60181: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867733.60193: 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 <<< 8484 1726867733.60200: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60278: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history <<< 8484 1726867733.60318: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60339: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 8484 1726867733.60345: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue <<< 8484 1726867733.60359: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60385: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client <<< 8484 1726867733.60389: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60434: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60438: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr <<< 8484 1726867733.60445: stdout chunk (state=3): >>># cleanup[3] wiping calendar # cleanup[3] wiping email.header <<< 8484 1726867733.60452: stdout chunk (state=3): >>># cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 8484 1726867733.60541: stdout chunk (state=3): >>># cleanup[3] wiping email.errors <<< 8484 1726867733.60547: stdout chunk (state=3): >>># cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 8484 1726867733.60549: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 8484 1726867733.60646: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60650: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response<<< 8484 1726867733.60691: stdout chunk (state=3): >>> # 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 <<< 8484 1726867733.60735: 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 <<< 8484 1726867733.60738: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 8484 1726867733.60785: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.60789: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 8484 1726867733.60806: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 8484 1726867733.60848: 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 _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 <<< 8484 1726867733.60875: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867733.60900: 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 <<< 8484 1726867733.61445: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867733.61454: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867733.61487: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867733.61528: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867733.61532: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath<<< 8484 1726867733.61541: stdout chunk (state=3): >>> # destroy re._parser # destroy tokenize <<< 8484 1726867733.61566: stdout chunk (state=3): >>># destroy _compat_pickle <<< 8484 1726867733.61572: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867733.61602: stdout chunk (state=3): >>># destroy _queue <<< 8484 1726867733.61609: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 8484 1726867733.61634: 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 <<< 8484 1726867733.61660: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867733.61672: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 8484 1726867733.61691: stdout chunk (state=3): >>># destroy gzip <<< 8484 1726867733.61707: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 8484 1726867733.61742: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext <<< 8484 1726867733.61746: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.61774: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867733.61828: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8484 1726867733.61839: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias <<< 8484 1726867733.61854: stdout chunk (state=3): >>># 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 <<< 8484 1726867733.61880: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867733.61939: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors <<< 8484 1726867733.61946: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 8484 1726867733.62029: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867733.62071: stdout chunk (state=3): >>># destroy binascii <<< 8484 1726867733.62078: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867733.62113: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867733.62207: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867733.62362: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 8484 1726867733.62376: stdout chunk (state=3): >>># destroy re <<< 8484 1726867733.62389: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867733.62395: stdout chunk (state=3): >>># destroy _sre <<< 8484 1726867733.62417: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867733.63087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867733.63123: stderr chunk (state=3): >>><<< 8484 1726867733.63125: stdout chunk (state=3): >>><<< 8484 1726867733.63277: _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 0x7f34b4f104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4edfb30> # /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 0x7f34b4f12a50> 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 0x7f34b4cc1130> # /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 0x7f34b4cc2120> 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 0x7f34b4d07f80> # /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 0x7f34b4d14110> # /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 0x7f34b4d379b0> # /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 0x7f34b4d37f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d17c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d15370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d05130> # /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 0x7f34b4d5b890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d5a4b0> # /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 0x7f34b4d16240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d58d70> # /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 0x7f34b4d888f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d043b0> # /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 0x7f34b4d88da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d88c50> # 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 0x7f34b4d89010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4cfaed0> # /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 0x7f34b4d896a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d893a0> 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 0x7f34b4d8a5a0> 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 0x7f34b4da47d0> 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 0x7f34b4da5f10> # /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 0x7f34b4da6db0> # 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 0x7f34b4da7410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4da6300> # /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 0x7f34b4da7e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4da75c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d8a600> # /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 0x7f34b4ad3d10> # /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 0x7f34b4b00830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b00590> # 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 0x7f34b4b007a0> # /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 0x7f34b4b01160> # 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 0x7f34b4b01b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b00a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4ad1eb0> # /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 0x7f34b4b02f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b01c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4d8acf0> # /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 0x7f34b4b27260> # /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 0x7f34b4b535f0> # /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 0x7f34b4bac3b0> # /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 0x7f34b4baeb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4bac4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b753d0> # /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 0x7f34b49b1460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b523f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4b03e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f34b4b529f0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_r09hjb6u/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 0x7f34b4a0b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b49ea0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b49e9280> # 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 0x7f34b4a094f0> # /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 0x7f34b4a32b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a32900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a32240> # /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 0x7f34b4a32660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4f129c0> 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 0x7f34b4a33950> # 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 0x7f34b4a33b90> # /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 0x7f34b4a33fe0> 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 0x7f34b4315d90> # 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 0x7f34b43179b0> # /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 0x7f34b431c350> # /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 0x7f34b431d250> # /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 0x7f34b431ff80> # 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 0x7f34b43200b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431e240> # /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 0x7f34b4323f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4322a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4322780> # /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 0x7f34b4322cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b431e750> # 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 0x7f34b4368200> # /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 0x7f34b43683b0> # /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 0x7f34b4369e80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4369c40> # /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 0x7f34b436c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b436a570> # /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 0x7f34b436fb30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b436c500> # 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 0x7f34b43708f0> # 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 0x7f34b4370b60> # 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 0x7f34b4370e90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4368590> # /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 0x7f34b43fc470> # 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 0x7f34b43fd7f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4372c00> # 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 0x7f34b4373fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4372840> # 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 0x7f34b42019d0> # /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 0x7f34b4202780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b43fd8e0> 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 0x7f34b4202750> # 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 0x7f34b42039b0> # 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 0x7f34b420e4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b420b3e0> 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 0x7f34b4a82c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b4a6a930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b420e480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b43fdb80> # 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 0x7f34b42a0ad0> # /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 0x7f34b42a0d10> # /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 0x7f34b42a1430> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a0fe0> # /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 0x7f34b42a1d30> # /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 0x7f34b428d9d0> # /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 0x7f34b428d790> # /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 0x7f34b3eea720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a3500> # /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 0x7f34b3ef92b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3eebe30> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3eeb1a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a2990> # /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 0x7f34b3f65340> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f1d460> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3eebc50> # /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 0x7f34b3f6ce00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f670e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f1cf80> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a2060> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a1dc0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a1ac0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b42a0d70> # /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 0x7f34b42a1d60> # /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 0x7f34b3f6d460> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f6d010> # /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 0x7f34b3f6dbb0> # /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 0x7f34b3f7c0b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f557f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f6e9f0> # /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 0x7f34b3f55280> # /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 0x7f34b3f8a2a0> # /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 0x7f34b3f8af00> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3f8a9f0> # /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 0x7f34b3f8b410> # /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 0x7f34b3f5f920> # /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 0x7f34b3e7ffe0> # 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 0x7f34b3bbee70> # /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 0x7f34b3bbef60> # /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 0x7f34b3c0f170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c0e9c0> # 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 0x7f34b3c0eba0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbf4a0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbdf40> # /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 0x7f34b3bbeb70> # /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 0x7f34b3c88770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c88350> # /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 0x7f34b3c8bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c888c0> # /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 0x7f34b3737200> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3cb0290> # /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 0x7f34b37b4e90> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3737710> # /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 0x7f34b37b7dd0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b37b4f80> # /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 0x7f34b37f3ef0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b37f0140> # /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 0x7f34b1df11c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df05c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c2be90> # /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 0x7f34b1e0c650> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df3ad0> # /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 0x7f34b1e0ed20> # /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 0x7f34b1e0fbf0> # /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 0x7f34b1e3c500> # /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 0x7f34b1e3d9d0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0fe30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0ec90> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0e570> # /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 0x7f34b1e3f620> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0f110> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e0c9e0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df30e0> # /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 0x7f34b1df3800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df3560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1df12e0> # /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 0x7f34b1e78ce0> # /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 0x7f34b1e7b230> # /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 0x7f34b1e7ba10> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e7a510> # /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 0x7f34b1ea0260> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1e78cb0> # /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 0x7f34b1ea1cd0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea1250> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea1070> # /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 0x7f34b176cd40> # /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 0x7f34b179adb0> # 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 0x7f34b179b110> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176f020> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176d1c0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b176c230> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea2480> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea2150> # /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 0x7f34b17d4bf0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b179bd10> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1ea29c0> # /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 0x7f34b17d51f0> # /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 0x7f34b17d55b0> # /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 0x7f34b17d5670> # /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 0x7f34b17d5790> # /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 0x7f34b17f4380> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17d64b0> # /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 0x7f34b17f44d0> # /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 0x7f34b17f45c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17d55e0> # /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 0x7f34b17f4770> # /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 0x7f34b18441a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b181f5c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b181e030> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f5f70> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b17f53d0> # /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 0x7f34b17f6420> # /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 0x7f34b1e0fd40> # /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 0x7f34b185ca10> # /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 0x7f34b185cc80> # /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 0x7f34b185d5e0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185d070> # /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 0x7f34b185e4e0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3c0f290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b3bbd820> # /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 0x7f34b185f0e0> # /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 0x7f34b162fb90> # /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 0x7f34b1655be0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16557c0> # 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 0x7f34b4e2f050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1654680> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b162fec0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b162cbf0> # /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 0x7f34b162f980> # /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 0x7f34b166b170> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1669ca0> # /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 0x7f34b1690950> # /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 0x7f34b1690c50> # /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 0x7f34b1690ec0> # /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 0x7f34b1691160> # /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 0x7f34b1691880> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16916d0> # /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 0x7f34b1693140> # /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 0x7f34b1693290> # /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 0x7f34b16934a0> # /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 0x7f34b16a8440> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1693c80> # /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 0x7f34b16a8fe0> # /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 0x7f34b16a9430> # /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 0x7f34b16a9610> # /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 0x7f34b16a98e0> # /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 0x7f34b16aa7e0> # /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 0x7f34b16aaa50> # /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 0x7f34b16aac30> # /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 0x7f34b16ab830> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16ab350> # /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 0x7f34b16d06e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16abfe0> # /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 0x7f34b16d1340> # /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 0x7f34b16d1640> # /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 0x7f34b16d2570> # /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 0x7f34b16d2810> # /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 0x7f34b16d29c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f530> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f2c0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185e9f0> # /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 0x7f34b16d33e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d3140> # /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 0x7f34b16f5880> # /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 0x7f34b16f6ff0> # 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 0x7f34b16f61e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16f5d90> # /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 0x7f34b144c800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b1433bf0> # /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 0x7f34b144f680> # /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 0x7f34b144ff50> # /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 0x7f34b144ce60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b144cb30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d36b0> # /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 0x7f34b16f53d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b16d3410> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b185f290> # /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 0x7f34b14761e0> # /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 0x7f34b1476a80> # /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 0x7f34b1477a70> # /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 0x7f34b14a0110> # /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 0x7f34b14a1790> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a1160> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a0e30> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a0ad0> # /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 0x7f34b14a1400> # /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 0x7f34b14a3530> # /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 0x7f34b14a35f0> # /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 0x7f34b14a3d10> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a3b90> # /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 0x7f34b14d2330> # /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 0x7f34b14d3500> # /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 0x7f34b14d3740> # /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 0x7f34b14d38c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d36e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d2ff0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d24b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d1760> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d0ce0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14d0560> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a3020> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f34b14a2510> # /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 0x7f34b14d35f0> # /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 0x7f34b14d3dd0> # /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 0x7f34b14fc6b0> # /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 0x7f34b14fca70> # /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 0x7f34b14fd370> # /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 0x7f34b14fdee0> {"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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867733.64973: 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-1726867732.953597-10808-150641970339206/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867733.64976: _low_level_execute_command(): starting 8484 1726867733.64978: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867732.953597-10808-150641970339206/ > /dev/null 2>&1 && sleep 0' 8484 1726867733.64979: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867733.64981: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867733.64983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867733.64985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867733.64987: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867733.64989: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867733.64991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.64993: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867733.64995: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867733.64998: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867733.65000: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867733.65003: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.65007: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867733.65010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867733.65013: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.65016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.66390: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.66539: stderr chunk (state=3): >>><<< 8484 1726867733.66542: stdout chunk (state=3): >>><<< 8484 1726867733.66545: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867733.66547: handler run complete 8484 1726867733.66549: attempt loop complete, returning result 8484 1726867733.66551: _execute() done 8484 1726867733.66553: dumping result to json 8484 1726867733.66555: done dumping result, returning 8484 1726867733.66557: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [02e58e3f-6ce9-dbaf-c049-0000000010bc] 8484 1726867733.66559: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010bc 8484 1726867733.66657: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010bc 8484 1726867733.66660: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867733.66759: no more pending results, returning what we have 8484 1726867733.66762: results queue empty 8484 1726867733.66763: checking for any_errors_fatal 8484 1726867733.66769: done checking for any_errors_fatal 8484 1726867733.66794: checking for max_fail_percentage 8484 1726867733.66797: done checking for max_fail_percentage 8484 1726867733.66798: checking to see if all hosts have failed and the running result is not ok 8484 1726867733.66799: done checking to see if all hosts have failed 8484 1726867733.66800: getting the remaining hosts for this loop 8484 1726867733.66801: done getting the remaining hosts for this loop 8484 1726867733.66805: getting the next task for host managed_node3 8484 1726867733.66811: done getting next task for host managed_node3 8484 1726867733.66815: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 8484 1726867733.66821: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867733.66835: getting variables 8484 1726867733.66838: in VariableManager get_vars() 8484 1726867733.66976: Calling all_inventory to load vars for managed_node3 8484 1726867733.66979: Calling groups_inventory to load vars for managed_node3 8484 1726867733.66981: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867733.66991: Calling all_plugins_play to load vars for managed_node3 8484 1726867733.66994: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867733.66997: Calling groups_plugins_play to load vars for managed_node3 8484 1726867733.67622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867733.68135: done with get_vars() 8484 1726867733.68154: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 17:28:53 -0400 (0:00:00.807) 0:01:08.979 ****** 8484 1726867733.68229: entering _queue_task() for managed_node3/service_facts 8484 1726867733.68528: worker is 1 (out of 1 available) 8484 1726867733.68544: exiting _queue_task() for managed_node3/service_facts 8484 1726867733.68556: done queuing things up, now waiting for results queue to drain 8484 1726867733.68558: waiting for pending results... 8484 1726867733.68819: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts 8484 1726867733.68915: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010bd 8484 1726867733.68928: variable 'ansible_search_path' from source: unknown 8484 1726867733.68932: variable 'ansible_search_path' from source: unknown 8484 1726867733.68961: calling self._execute() 8484 1726867733.69039: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867733.69044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867733.69053: variable 'omit' from source: magic vars 8484 1726867733.69347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867733.69557: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867733.69593: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867733.69622: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867733.69649: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867733.69715: 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) 8484 1726867733.69735: 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) 8484 1726867733.69754: 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) 8484 1726867733.69772: 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) 8484 1726867733.69883: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 8484 1726867733.69889: variable 'omit' from source: magic vars 8484 1726867733.69938: variable 'omit' from source: magic vars 8484 1726867733.69963: variable 'omit' from source: magic vars 8484 1726867733.69984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867733.70007: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867733.70024: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867733.70037: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867733.70045: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867733.70069: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867733.70074: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867733.70077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867733.70164: Set connection var ansible_pipelining to False 8484 1726867733.70167: Set connection var ansible_timeout to 10 8484 1726867733.70169: Set connection var ansible_connection to ssh 8484 1726867733.70174: Set connection var ansible_shell_type to sh 8484 1726867733.70176: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867733.70185: Set connection var ansible_shell_executable to /bin/sh 8484 1726867733.70200: variable 'ansible_shell_executable' from source: unknown 8484 1726867733.70202: variable 'ansible_connection' from source: unknown 8484 1726867733.70205: variable 'ansible_module_compression' from source: unknown 8484 1726867733.70207: variable 'ansible_shell_type' from source: unknown 8484 1726867733.70210: variable 'ansible_shell_executable' from source: unknown 8484 1726867733.70212: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867733.70223: variable 'ansible_pipelining' from source: unknown 8484 1726867733.70227: variable 'ansible_timeout' from source: unknown 8484 1726867733.70229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867733.70329: 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__) 8484 1726867733.70339: variable 'omit' from source: magic vars 8484 1726867733.70343: starting attempt loop 8484 1726867733.70345: running the handler 8484 1726867733.70358: _low_level_execute_command(): starting 8484 1726867733.70364: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867733.70875: 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 <<< 8484 1726867733.70881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.70884: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867733.70887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.70926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867733.70939: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.71040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.72741: stdout chunk (state=3): >>>/root <<< 8484 1726867733.72835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.72866: stderr chunk (state=3): >>><<< 8484 1726867733.72869: stdout chunk (state=3): >>><<< 8484 1726867733.72905: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867733.72923: _low_level_execute_command(): starting 8484 1726867733.72933: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924 `" && echo ansible-tmp-1726867733.7290206-10842-270605058866924="` echo /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924 `" ) && sleep 0' 8484 1726867733.73538: 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 <<< 8484 1726867733.73542: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867733.73545: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.73598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867733.73604: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.73723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.75675: stdout chunk (state=3): >>>ansible-tmp-1726867733.7290206-10842-270605058866924=/root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924 <<< 8484 1726867733.75788: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.75818: stderr chunk (state=3): >>><<< 8484 1726867733.75822: stdout chunk (state=3): >>><<< 8484 1726867733.75841: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867733.7290206-10842-270605058866924=/root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867733.75903: variable 'ansible_module_compression' from source: unknown 8484 1726867733.75968: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.service_facts-ZIP_DEFLATED 8484 1726867733.75990: variable 'ansible_facts' from source: unknown 8484 1726867733.76049: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py 8484 1726867733.76154: Sending initial data 8484 1726867733.76157: Sent initial data (161 bytes) 8484 1726867733.76635: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867733.76638: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867733.76641: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867733.76643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.76694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867733.76697: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867733.76702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.76792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.78426: 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" <<< 8484 1726867733.78430: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867733.78511: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867733.78616: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpzo3uwyhc /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py <<< 8484 1726867733.78620: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py" <<< 8484 1726867733.78719: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpzo3uwyhc" to remote "/root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py" <<< 8484 1726867733.79615: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.79657: stderr chunk (state=3): >>><<< 8484 1726867733.79660: stdout chunk (state=3): >>><<< 8484 1726867733.79694: done transferring module to remote 8484 1726867733.79705: _low_level_execute_command(): starting 8484 1726867733.79710: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/ /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py && sleep 0' 8484 1726867733.80158: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867733.80161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867733.80194: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867733.80197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867733.80199: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867733.80202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.80262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867733.80268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867733.80269: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.80356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.82227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867733.82265: stderr chunk (state=3): >>><<< 8484 1726867733.82268: stdout chunk (state=3): >>><<< 8484 1726867733.82293: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867733.82300: _low_level_execute_command(): starting 8484 1726867733.82303: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/AnsiballZ_service_facts.py && sleep 0' 8484 1726867733.82908: 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 <<< 8484 1726867733.82912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.82972: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867733.83031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867733.83135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867733.85360: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867733.85401: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867733.85426: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867733.85491: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867733.85498: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867733.85504: stdout chunk (state=3): >>> <<< 8484 1726867733.85535: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867733.85568: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867733.85576: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867733.85595: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867733.85604: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867733.85656: 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' <<< 8484 1726867733.85690: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867733.85704: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867733.85742: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867733.85772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867733.85776: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77e184d0> <<< 8484 1726867733.85785: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77de7b30> <<< 8484 1726867733.85806: 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' <<< 8484 1726867733.85841: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77e1aa50> <<< 8484 1726867733.85845: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867733.85884: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867733.85922: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867733.85941: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867733.86024: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867733.86049: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867733.86085: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867733.86091: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867733.86160: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867733.86200: 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 0x7f1e77c2d130> <<< 8484 1726867733.86278: 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 <<< 8484 1726867733.86297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c2e120> <<< 8484 1726867733.86316: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867733.86346: 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. <<< 8484 1726867733.86603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867733.86617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867733.86626: 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' <<< 8484 1726867733.86640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867733.86694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867733.86705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867733.86736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867733.86748: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c73fe0> <<< 8484 1726867733.86771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867733.86804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867733.86826: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c80170> <<< 8484 1726867733.86835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867733.86863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867733.86890: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867733.86936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.86953: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867733.86982: 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' <<< 8484 1726867733.86986: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ca39e0> <<< 8484 1726867733.87007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867733.87019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 8484 1726867733.87030: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ca3fb0> <<< 8484 1726867733.87042: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867733.87096: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c83cb0> <<< 8484 1726867733.87103: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867733.87140: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c813d0> <<< 8484 1726867733.87229: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c71190> <<< 8484 1726867733.87263: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867733.87277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867733.87289: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867733.87309: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867733.87336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867733.87353: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867733.87373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867733.87393: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cc7950> <<< 8484 1726867733.87415: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cc6570> <<< 8484 1726867733.87442: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867733.87445: 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 0x7f1e77c822a0> <<< 8484 1726867733.87458: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cc4dd0> <<< 8484 1726867733.87511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867733.87525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf49b0> <<< 8484 1726867733.87532: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c70410> <<< 8484 1726867733.87556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867733.87585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 8484 1726867733.87601: 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 0x7f1e77cf4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf4d10> <<< 8484 1726867733.87637: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.87646: 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 0x7f1e77cf50d0> <<< 8484 1726867733.87649: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c66f30> <<< 8484 1726867733.87688: 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' <<< 8484 1726867733.87709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867733.87744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867733.87754: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf5790> <<< 8484 1726867733.87764: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf5490> import 'importlib.machinery' # <<< 8484 1726867733.87805: 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' <<< 8484 1726867733.87840: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf6690> <<< 8484 1726867733.87843: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867733.87845: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867733.87879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867733.87907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867733.87933: 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' <<< 8484 1726867733.87951: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77d10890> <<< 8484 1726867733.87954: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867733.87997: 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' <<< 8484 1726867733.88004: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e77d11fd0> <<< 8484 1726867733.88011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867733.88032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867733.88076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867733.88080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77d12e70> <<< 8484 1726867733.88112: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.88120: 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 0x7f1e77d134a0> <<< 8484 1726867733.88133: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77d123c0> <<< 8484 1726867733.88160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867733.88165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867733.88210: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.88240: 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 0x7f1e77d13e60> <<< 8484 1726867733.88244: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77d13590> <<< 8484 1726867733.88280: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf6600> <<< 8484 1726867733.88303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867733.88323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867733.88342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867733.88397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867733.88424: 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 0x7f1e77abbd40> <<< 8484 1726867733.88460: 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 0x7f1e77ae4860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae45c0> <<< 8484 1726867733.88497: 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 0x7f1e77ae4890> <<< 8484 1726867733.88523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867733.88527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867733.88611: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.88746: 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 0x7f1e77ae51c0> <<< 8484 1726867733.88877: 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' <<< 8484 1726867733.88888: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e77ae5af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae4a70> <<< 8484 1726867733.88907: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ab9ee0> <<< 8484 1726867733.88929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867733.88958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867733.88993: 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' <<< 8484 1726867733.89023: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae6ea0> <<< 8484 1726867733.89027: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae5c10> <<< 8484 1726867733.89045: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf6db0> <<< 8484 1726867733.89065: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867733.89129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.89142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867733.89176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867733.89203: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b0f200> <<< 8484 1726867733.89265: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867733.89274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.89301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867733.89314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867733.89361: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b3b530> <<< 8484 1726867733.89381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867733.89432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867733.89480: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867733.89505: 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 0x7f1e77b942c0> <<< 8484 1726867733.89531: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867733.89559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867733.89595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867733.89630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867733.89720: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b96a20> <<< 8484 1726867733.89799: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b943e0> <<< 8484 1726867733.89836: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b61310> <<< 8484 1726867733.89856: 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 0x7f1e779a1400> <<< 8484 1726867733.89883: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b3a330> <<< 8484 1726867733.89886: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae7dd0> <<< 8484 1726867733.89996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867733.90021: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1e77b3a930> <<< 8484 1726867733.90191: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_r5hjq1yr/ansible_service_facts_payload.zip' <<< 8484 1726867733.90195: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.90323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.90360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867733.90364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867733.90398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867733.90480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867733.90515: 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 0x7f1e779fb1d0> <<< 8484 1726867733.90525: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867733.90714: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e779d60c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e779d5220> <<< 8484 1726867733.90759: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 8484 1726867733.90797: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867733.90817: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867733.90820: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.92234: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.93379: 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' <<< 8484 1726867733.93383: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e779f9070> <<< 8484 1726867733.93413: 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' <<< 8484 1726867733.93427: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867733.93467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867733.93507: 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' <<< 8484 1726867733.93514: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.93517: 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 0x7f1e77a22ba0> <<< 8484 1726867733.93559: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a22930> <<< 8484 1726867733.93586: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a22240> <<< 8484 1726867733.93605: 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' <<< 8484 1726867733.93648: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a22690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77e1a9c0> <<< 8484 1726867733.93665: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867733.93707: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.93714: 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 0x7f1e77a23920> <<< 8484 1726867733.93755: 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 0x7f1e77a23b60> <<< 8484 1726867733.93762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867733.93817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867733.93835: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867733.93869: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a23f50> <<< 8484 1726867733.93925: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867733.93928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867733.93931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867733.93975: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77319d00> <<< 8484 1726867733.94005: 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 0x7f1e7731b920> <<< 8484 1726867733.94038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867733.94097: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77320290> <<< 8484 1726867733.94146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867733.94164: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77321130> <<< 8484 1726867733.94191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867733.94212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867733.94239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867733.94242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867733.94286: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77323e60> <<< 8484 1726867733.94331: 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 0x7f1e77d12de0> <<< 8484 1726867733.94362: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77322150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867733.94395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867733.94444: 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 <<< 8484 1726867733.94500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867733.94534: 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 0x7f1e77327dd0> <<< 8484 1726867733.94539: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867733.94660: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e773268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77326630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867733.94664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867733.94711: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77326b70> <<< 8484 1726867733.94756: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77322660> <<< 8484 1726867733.94798: 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 0x7f1e7736bec0> # /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 0x7f1e7736c0b0> <<< 8484 1726867733.94847: 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 <<< 8484 1726867733.94851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867733.94882: 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' <<< 8484 1726867733.94932: 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 0x7f1e7736dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7736d9d0> <<< 8484 1726867733.94938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867733.95067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867733.95108: 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 0x7f1e773701a0> <<< 8484 1726867733.95152: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7736e300> <<< 8484 1726867733.95161: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867733.95203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.95236: 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' # <<< 8484 1726867733.95286: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77373950> <<< 8484 1726867733.95391: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77370350> <<< 8484 1726867733.95471: 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 0x7f1e773747a0> <<< 8484 1726867733.95487: 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' <<< 8484 1726867733.95534: 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 0x7f1e77374bc0> <<< 8484 1726867733.95538: 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 0x7f1e77374aa0> <<< 8484 1726867733.95540: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7736c320> <<< 8484 1726867733.95581: 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' <<< 8484 1726867733.95615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867733.95619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867733.95648: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.95683: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867733.95686: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e772002f0> <<< 8484 1726867733.95876: 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 0x7f1e77201790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77376a80> <<< 8484 1726867733.95920: 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 0x7f1e77377e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e773766f0> # zipimport: zlib available <<< 8484 1726867733.95960: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867733.95964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.96046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.96150: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.96157: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867733.96177: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.96204: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867733.96207: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.96324: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.96458: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.97004: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.97548: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 8484 1726867733.97601: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867733.97605: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867733.97612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867733.97657: 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 0x7f1e77205a00> <<< 8484 1726867733.97744: 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' <<< 8484 1726867733.97775: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77206810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77201c40> <<< 8484 1726867733.97834: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867733.97839: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.97891: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867733.97895: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.98027: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.98184: 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' <<< 8484 1726867733.98200: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e772066f0> <<< 8484 1726867733.98206: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.98680: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99126: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99277: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867733.99288: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99355: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867733.99365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99441: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99525: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867733.99545: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99549: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867733.99565: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99609: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99648: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867733.99662: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867733.99891: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867734.00199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867734.00219: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867734.00289: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e772079e0> <<< 8484 1726867734.00301: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00372: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00451: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867734.00460: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867734.00469: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867734.00489: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00531: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00574: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867734.00584: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00629: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00673: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00734: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.00798: 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 <<< 8484 1726867734.00844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867734.00937: 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'<<< 8484 1726867734.00940: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1e77212300> <<< 8484 1726867734.00972: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7720f530> <<< 8484 1726867734.01005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867734.01019: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01084: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01150: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01175: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01222: 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 <<< 8484 1726867734.01226: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867734.01249: 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 <<< 8484 1726867734.01268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867734.01290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867734.01351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867734.01382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867734.01391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867734.01451: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77302a50> <<< 8484 1726867734.01492: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a52720> <<< 8484 1726867734.01583: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77212060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e773754f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867734.01595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01622: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01653: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867734.01709: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867734.01733: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.01743: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867734.01765: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.02034: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.02288: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.02427: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867734.02580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867734.02586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867734.02607: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e772a8890> <<< 8484 1726867734.02624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867734.02671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867734.02689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867734.02708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867734.02727: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77297980> <<< 8484 1726867734.02779: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867734.02782: 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 0x7f1e77297cb0><<< 8484 1726867734.02788: stdout chunk (state=3): >>> <<< 8484 1726867734.02827: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e772a9160> <<< 8484 1726867734.02835: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 8484 1726867734.02916: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867735.58966: 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", "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<<< 8484 1726867735.58989: stdout chunk (state=3): >>>_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"}, "sys<<< 8484 1726867735.59007: stdout chunk (state=3): >>>temd-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":<<< 8484 1726867735.59034: stdout chunk (state=3): >>> {"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": {}}} <<< 8484 1726867735.59061: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867735.59482: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867735.59507: 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 <<< 8484 1726867735.59516: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix <<< 8484 1726867735.59530: stdout chunk (state=3): >>># 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 <<< 8484 1726867735.59548: 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 <<< 8484 1726867735.59559: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect <<< 8484 1726867735.59588: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # 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 <<< 8484 1726867735.59593: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd <<< 8484 1726867735.59618: stdout chunk (state=3): >>># 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 <<< 8484 1726867735.59624: stdout chunk (state=3): >>># 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 <<< 8484 1726867735.59648: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 8484 1726867735.59662: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils <<< 8484 1726867735.59672: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # 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 <<< 8484 1726867735.59915: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867735.59922: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867735.59948: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867735.59966: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867735.59969: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867735.59994: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867735.60025: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867735.60048: stdout chunk (state=3): >>># destroy importlib # destroy zipimport<<< 8484 1726867735.60053: stdout chunk (state=3): >>> # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon <<< 8484 1726867735.60065: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 8484 1726867735.60089: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 8484 1726867735.60093: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867735.60095: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess <<< 8484 1726867735.60129: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867735.60132: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 8484 1726867735.60134: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867735.60157: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867735.60168: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867735.60177: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 8484 1726867735.60213: stdout chunk (state=3): >>># destroy glob # destroy pickle # destroy select<<< 8484 1726867735.60219: stdout chunk (state=3): >>> # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle # destroy _pickle <<< 8484 1726867735.60257: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867735.60261: 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 <<< 8484 1726867735.60288: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 8484 1726867735.60316: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 8484 1726867735.60324: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib <<< 8484 1726867735.60340: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 8484 1726867735.60353: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 8484 1726867735.60375: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig <<< 8484 1726867735.60404: stdout chunk (state=3): >>># 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 <<< 8484 1726867735.60409: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 8484 1726867735.60425: 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 <<< 8484 1726867735.60574: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867735.60577: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867735.60585: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867735.60614: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867735.60638: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867735.60690: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867735.60723: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867735.60734: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867735.60824: 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 # destroy time <<< 8484 1726867735.60856: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867735.60860: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867735.60863: stdout chunk (state=3): >>># destroy _operator <<< 8484 1726867735.60879: stdout chunk (state=3): >>># destroy _string # destroy re <<< 8484 1726867735.60895: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867735.60911: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867735.61252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867735.61288: stderr chunk (state=3): >>><<< 8484 1726867735.61291: stdout chunk (state=3): >>><<< 8484 1726867735.61409: _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 0x7f1e77e184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77de7b30> # /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 0x7f1e77e1aa50> 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 0x7f1e77c2d130> # /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 0x7f1e77c2e120> 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 0x7f1e77c73fe0> # /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 0x7f1e77c80170> # /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 0x7f1e77ca39e0> # /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 0x7f1e77ca3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c83cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c813d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c71190> # /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 0x7f1e77cc7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cc6570> # /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 0x7f1e77c822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cc4dd0> # /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 0x7f1e77cf49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c70410> # /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 0x7f1e77cf4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf4d10> # 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 0x7f1e77cf50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77c66f30> # /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 0x7f1e77cf5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf5490> 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 0x7f1e77cf6690> 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 0x7f1e77d10890> 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 0x7f1e77d11fd0> # /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 0x7f1e77d12e70> # 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 0x7f1e77d134a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77d123c0> # /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 0x7f1e77d13e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77d13590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf6600> # /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 0x7f1e77abbd40> # /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 0x7f1e77ae4860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae45c0> # 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 0x7f1e77ae4890> # /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 0x7f1e77ae51c0> # 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 0x7f1e77ae5af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae4a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ab9ee0> # /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 0x7f1e77ae6ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae5c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77cf6db0> # /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 0x7f1e77b0f200> # /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 0x7f1e77b3b530> # /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 0x7f1e77b942c0> # /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 0x7f1e77b96a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b943e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b61310> # /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 0x7f1e779a1400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77b3a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77ae7dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1e77b3a930> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_r5hjq1yr/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 0x7f1e779fb1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e779d60c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e779d5220> # 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 0x7f1e779f9070> # /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 0x7f1e77a22ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a22930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a22240> # /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 0x7f1e77a22690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77e1a9c0> 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 0x7f1e77a23920> # 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 0x7f1e77a23b60> # /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 0x7f1e77a23f50> 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 0x7f1e77319d00> # 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 0x7f1e7731b920> # /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 0x7f1e77320290> # /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 0x7f1e77321130> # /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 0x7f1e77323e60> # 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 0x7f1e77d12de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77322150> # /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 0x7f1e77327dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e773268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77326630> # /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 0x7f1e77326b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77322660> # 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 0x7f1e7736bec0> # /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 0x7f1e7736c0b0> # /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 0x7f1e7736dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7736d9d0> # /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 0x7f1e773701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7736e300> # /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 0x7f1e77373950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77370350> # 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 0x7f1e773747a0> # 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 0x7f1e77374bc0> # 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 0x7f1e77374aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7736c320> # /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 0x7f1e772002f0> # 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 0x7f1e77201790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77376a80> # 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 0x7f1e77377e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e773766f0> # 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 0x7f1e77205a00> # /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 0x7f1e77206810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77201c40> 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 0x7f1e772066f0> # 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 0x7f1e772079e0> # 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 0x7f1e77212300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e7720f530> 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 0x7f1e77302a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77a52720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e77212060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e773754f0> # 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 0x7f1e772a8890> # /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 0x7f1e77297980> # 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 0x7f1e77297cb0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1e772a9160> 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867735.62151: 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-1726867733.7290206-10842-270605058866924/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867735.62161: _low_level_execute_command(): starting 8484 1726867735.62166: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867733.7290206-10842-270605058866924/ > /dev/null 2>&1 && sleep 0' 8484 1726867735.62631: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867735.62634: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867735.62637: 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.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867735.62639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.62694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867735.62698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867735.62700: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867735.62798: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867735.64708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867735.64737: stderr chunk (state=3): >>><<< 8484 1726867735.64740: stdout chunk (state=3): >>><<< 8484 1726867735.64757: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867735.64761: handler run complete 8484 1726867735.64896: variable 'ansible_facts' from source: unknown 8484 1726867735.65007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867735.65296: variable 'ansible_facts' from source: unknown 8484 1726867735.65400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867735.65523: attempt loop complete, returning result 8484 1726867735.65526: _execute() done 8484 1726867735.65530: dumping result to json 8484 1726867735.65573: done dumping result, returning 8484 1726867735.65582: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Get service facts [02e58e3f-6ce9-dbaf-c049-0000000010bd] 8484 1726867735.65585: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010bd ok: [managed_node3] => { "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 } 8484 1726867735.66932: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010bd 8484 1726867735.67109: WORKER PROCESS EXITING 8484 1726867735.67103: no more pending results, returning what we have 8484 1726867735.67114: results queue empty 8484 1726867735.67115: checking for any_errors_fatal 8484 1726867735.67119: done checking for any_errors_fatal 8484 1726867735.67120: checking for max_fail_percentage 8484 1726867735.67121: done checking for max_fail_percentage 8484 1726867735.67121: checking to see if all hosts have failed and the running result is not ok 8484 1726867735.67122: done checking to see if all hosts have failed 8484 1726867735.67123: getting the remaining hosts for this loop 8484 1726867735.67124: done getting the remaining hosts for this loop 8484 1726867735.67126: getting the next task for host managed_node3 8484 1726867735.67130: done getting next task for host managed_node3 8484 1726867735.67133: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 8484 1726867735.67136: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867735.67146: getting variables 8484 1726867735.67147: in VariableManager get_vars() 8484 1726867735.67173: Calling all_inventory to load vars for managed_node3 8484 1726867735.67175: Calling groups_inventory to load vars for managed_node3 8484 1726867735.67176: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867735.67182: Calling all_plugins_play to load vars for managed_node3 8484 1726867735.67184: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867735.67186: Calling groups_plugins_play to load vars for managed_node3 8484 1726867735.67645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867735.68047: done with get_vars() 8484 1726867735.68061: done getting variables 8484 1726867735.68105: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 17:28:55 -0400 (0:00:01.999) 0:01:10.978 ****** 8484 1726867735.68134: entering _queue_task() for managed_node3/set_fact 8484 1726867735.68383: worker is 1 (out of 1 available) 8484 1726867735.68398: exiting _queue_task() for managed_node3/set_fact 8484 1726867735.68413: done queuing things up, now waiting for results queue to drain 8484 1726867735.68415: waiting for pending results... 8484 1726867735.68605: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 8484 1726867735.68714: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010be 8484 1726867735.68723: variable 'ansible_search_path' from source: unknown 8484 1726867735.68727: variable 'ansible_search_path' from source: unknown 8484 1726867735.68756: calling self._execute() 8484 1726867735.68831: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867735.68835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867735.68853: variable 'omit' from source: magic vars 8484 1726867735.68934: variable 'omit' from source: magic vars 8484 1726867735.68988: variable 'omit' from source: magic vars 8484 1726867735.69260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867735.70772: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867735.70831: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867735.70859: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867735.70886: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867735.70906: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867735.70967: 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) 8484 1726867735.70991: 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) 8484 1726867735.71008: 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) 8484 1726867735.71037: 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) 8484 1726867735.71050: 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) 8484 1726867735.71085: 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) 8484 1726867735.71100: 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) 8484 1726867735.71118: 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) 8484 1726867735.71143: 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) 8484 1726867735.71156: 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) 8484 1726867735.71200: 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) 8484 1726867735.71217: 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) 8484 1726867735.71234: 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) 8484 1726867735.71264: 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) 8484 1726867735.71274: 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) 8484 1726867735.71305: 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) 8484 1726867735.71322: 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) 8484 1726867735.71338: 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) 8484 1726867735.71363: 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) 8484 1726867735.71377: 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) 8484 1726867735.71415: 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) 8484 1726867735.71429: 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) 8484 1726867735.71445: 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) 8484 1726867735.71472: 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) 8484 1726867735.71486: 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) 8484 1726867735.71665: variable 'ansible_facts' from source: unknown 8484 1726867735.71917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867735.72027: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867735.72055: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867735.72078: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867735.72099: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867735.72136: 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) 8484 1726867735.72152: 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) 8484 1726867735.72169: 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) 8484 1726867735.72188: 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) 8484 1726867735.72529: variable 'omit' from source: magic vars 8484 1726867735.72550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867735.72575: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867735.72590: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867735.72603: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867735.72613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867735.72634: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867735.72637: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867735.72640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867735.72713: Set connection var ansible_pipelining to False 8484 1726867735.72717: Set connection var ansible_timeout to 10 8484 1726867735.72719: Set connection var ansible_connection to ssh 8484 1726867735.72725: Set connection var ansible_shell_type to sh 8484 1726867735.72730: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867735.72735: Set connection var ansible_shell_executable to /bin/sh 8484 1726867735.72754: variable 'ansible_shell_executable' from source: unknown 8484 1726867735.72757: variable 'ansible_connection' from source: unknown 8484 1726867735.72759: variable 'ansible_module_compression' from source: unknown 8484 1726867735.72763: variable 'ansible_shell_type' from source: unknown 8484 1726867735.72766: variable 'ansible_shell_executable' from source: unknown 8484 1726867735.72768: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867735.72772: variable 'ansible_pipelining' from source: unknown 8484 1726867735.72774: variable 'ansible_timeout' from source: unknown 8484 1726867735.72784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867735.72850: 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) 8484 1726867735.72859: variable 'omit' from source: magic vars 8484 1726867735.72864: starting attempt loop 8484 1726867735.72867: running the handler 8484 1726867735.72878: handler run complete 8484 1726867735.72891: attempt loop complete, returning result 8484 1726867735.72894: _execute() done 8484 1726867735.72896: dumping result to json 8484 1726867735.72898: done dumping result, returning 8484 1726867735.72901: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [02e58e3f-6ce9-dbaf-c049-0000000010be] 8484 1726867735.72906: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010be 8484 1726867735.72986: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010be 8484 1726867735.72989: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 8484 1726867735.73081: no more pending results, returning what we have 8484 1726867735.73084: results queue empty 8484 1726867735.73085: checking for any_errors_fatal 8484 1726867735.73093: done checking for any_errors_fatal 8484 1726867735.73094: checking for max_fail_percentage 8484 1726867735.73096: done checking for max_fail_percentage 8484 1726867735.73097: checking to see if all hosts have failed and the running result is not ok 8484 1726867735.73097: done checking to see if all hosts have failed 8484 1726867735.73098: getting the remaining hosts for this loop 8484 1726867735.73101: done getting the remaining hosts for this loop 8484 1726867735.73105: getting the next task for host managed_node3 8484 1726867735.73117: done getting next task for host managed_node3 8484 1726867735.73120: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 8484 1726867735.73125: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), did rescue? False, did start at task? False 8484 1726867735.73136: getting variables 8484 1726867735.73137: in VariableManager get_vars() 8484 1726867735.73180: Calling all_inventory to load vars for managed_node3 8484 1726867735.73183: Calling groups_inventory to load vars for managed_node3 8484 1726867735.73185: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867735.73193: Calling all_plugins_play to load vars for managed_node3 8484 1726867735.73195: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867735.73197: Calling groups_plugins_play to load vars for managed_node3 8484 1726867735.73626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867735.74043: done with get_vars() 8484 1726867735.74059: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 17:28:55 -0400 (0:00:00.059) 0:01:11.038 ****** 8484 1726867735.74133: entering _queue_task() for managed_node3/systemd 8484 1726867735.74379: worker is 1 (out of 1 available) 8484 1726867735.74391: exiting _queue_task() for managed_node3/systemd 8484 1726867735.74404: done queuing things up, now waiting for results queue to drain 8484 1726867735.74405: waiting for pending results... 8484 1726867735.74591: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 8484 1726867735.74692: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c0 8484 1726867735.74702: variable 'ansible_search_path' from source: unknown 8484 1726867735.74706: variable 'ansible_search_path' from source: unknown 8484 1726867735.74746: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867735.74902: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867735.74943: dumping result to json 8484 1726867735.74947: done dumping result, returning 8484 1726867735.74959: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [02e58e3f-6ce9-dbaf-c049-0000000010c0] 8484 1726867735.74964: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c0 8484 1726867735.75057: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c0 8484 1726867735.75060: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867735.75123: no more pending results, returning what we have 8484 1726867735.75126: results queue empty 8484 1726867735.75127: checking for any_errors_fatal 8484 1726867735.75135: done checking for any_errors_fatal 8484 1726867735.75136: checking for max_fail_percentage 8484 1726867735.75138: done checking for max_fail_percentage 8484 1726867735.75139: checking to see if all hosts have failed and the running result is not ok 8484 1726867735.75140: done checking to see if all hosts have failed 8484 1726867735.75141: getting the remaining hosts for this loop 8484 1726867735.75142: done getting the remaining hosts for this loop 8484 1726867735.75145: getting the next task for host managed_node3 8484 1726867735.75152: done getting next task for host managed_node3 8484 1726867735.75156: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 8484 1726867735.75161: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), did rescue? False, did start at task? False 8484 1726867735.75178: getting variables 8484 1726867735.75180: in VariableManager get_vars() 8484 1726867735.75215: Calling all_inventory to load vars for managed_node3 8484 1726867735.75218: Calling groups_inventory to load vars for managed_node3 8484 1726867735.75220: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867735.75229: Calling all_plugins_play to load vars for managed_node3 8484 1726867735.75231: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867735.75233: Calling groups_plugins_play to load vars for managed_node3 8484 1726867735.75631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867735.76033: done with get_vars() 8484 1726867735.76047: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 17:28:55 -0400 (0:00:00.019) 0:01:11.058 ****** 8484 1726867735.76111: entering _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867735.76335: worker is 1 (out of 1 available) 8484 1726867735.76349: exiting _queue_task() for managed_node3/fedora.linux_system_roles.blivet 8484 1726867735.76362: done queuing things up, now waiting for results queue to drain 8484 1726867735.76364: waiting for pending results... 8484 1726867735.76563: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 8484 1726867735.76668: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c1 8484 1726867735.76680: variable 'ansible_search_path' from source: unknown 8484 1726867735.76684: variable 'ansible_search_path' from source: unknown 8484 1726867735.76714: calling self._execute() 8484 1726867735.76801: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867735.76807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867735.76818: variable 'omit' from source: magic vars 8484 1726867735.76898: variable 'omit' from source: magic vars 8484 1726867735.76950: variable 'omit' from source: magic vars 8484 1726867735.77144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867735.78678: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867735.78734: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867735.78762: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867735.78790: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867735.78812: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867735.78876: 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) 8484 1726867735.78900: 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) 8484 1726867735.78920: 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) 8484 1726867735.78945: 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) 8484 1726867735.78957: 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) 8484 1726867735.79042: variable 'storage_pools' from source: include params 8484 1726867735.79447: variable 'test_storage_pools' from source: play vars 8484 1726867735.79528: 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) 8484 1726867735.79549: 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) 8484 1726867735.79566: 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) 8484 1726867735.79593: 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) 8484 1726867735.79603: 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) 8484 1726867735.79634: 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) 8484 1726867735.79653: 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) 8484 1726867735.79671: 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) 8484 1726867735.79696: 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) 8484 1726867735.79707: 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) 8484 1726867735.79791: variable 'unused_disks' from source: set_fact 8484 1726867735.79953: variable 'unused_disks' from source: set_fact 8484 1726867735.80079: variable 'unused_disks' from source: set_fact 8484 1726867735.80318: variable 'storage_use_partitions' from source: role '' defaults 8484 1726867735.80327: variable 'storage_disklabel_type' from source: role '' defaults 8484 1726867735.80330: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867735.80375: variable 'storage_pool_defaults' from source: role '' defaults 8484 1726867735.80415: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867735.80459: variable 'storage_volume_defaults' from source: role '' defaults 8484 1726867735.80519: variable 'storage_safe_mode' from source: include params 8484 1726867735.80572: 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) 8484 1726867735.80589: 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) 8484 1726867735.80606: 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) 8484 1726867735.80638: 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) 8484 1726867735.80646: 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) 8484 1726867735.80694: variable 'omit' from source: magic vars 8484 1726867735.80710: variable 'omit' from source: magic vars 8484 1726867735.80734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867735.80758: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867735.80774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867735.80787: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867735.80795: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867735.80822: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867735.80825: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867735.80828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867735.80904: Set connection var ansible_pipelining to False 8484 1726867735.80909: Set connection var ansible_timeout to 10 8484 1726867735.80914: Set connection var ansible_connection to ssh 8484 1726867735.80919: Set connection var ansible_shell_type to sh 8484 1726867735.80924: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867735.80929: Set connection var ansible_shell_executable to /bin/sh 8484 1726867735.80948: variable 'ansible_shell_executable' from source: unknown 8484 1726867735.80951: variable 'ansible_connection' from source: unknown 8484 1726867735.80953: variable 'ansible_module_compression' from source: unknown 8484 1726867735.80955: variable 'ansible_shell_type' from source: unknown 8484 1726867735.80962: variable 'ansible_shell_executable' from source: unknown 8484 1726867735.80964: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867735.80969: variable 'ansible_pipelining' from source: unknown 8484 1726867735.80974: variable 'ansible_timeout' from source: unknown 8484 1726867735.80977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867735.81068: 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__) 8484 1726867735.81080: variable 'omit' from source: magic vars 8484 1726867735.81091: starting attempt loop 8484 1726867735.81094: running the handler 8484 1726867735.81105: _low_level_execute_command(): starting 8484 1726867735.81114: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867735.81613: 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 <<< 8484 1726867735.81619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.81622: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867735.81624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.81675: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867735.81679: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867735.81684: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867735.81790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867735.83523: stdout chunk (state=3): >>>/root <<< 8484 1726867735.83619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867735.83652: stderr chunk (state=3): >>><<< 8484 1726867735.83656: stdout chunk (state=3): >>><<< 8484 1726867735.83681: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867735.83691: _low_level_execute_command(): starting 8484 1726867735.83697: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096 `" && echo ansible-tmp-1726867735.8368075-10874-857056652096="` echo /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096 `" ) && sleep 0' 8484 1726867735.84134: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867735.84168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867735.84175: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867735.84178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.84180: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867735.84182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867735.84184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.84243: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867735.84245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867735.84247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867735.84334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867735.86383: stdout chunk (state=3): >>>ansible-tmp-1726867735.8368075-10874-857056652096=/root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096 <<< 8484 1726867735.86474: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867735.86504: stderr chunk (state=3): >>><<< 8484 1726867735.86507: stdout chunk (state=3): >>><<< 8484 1726867735.86525: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867735.8368075-10874-857056652096=/root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867735.86573: variable 'ansible_module_compression' from source: unknown 8484 1726867735.86632: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 8484 1726867735.86667: variable 'ansible_facts' from source: unknown 8484 1726867735.86743: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py 8484 1726867735.86852: Sending initial data 8484 1726867735.86855: Sent initial data (151 bytes) 8484 1726867735.87316: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867735.87320: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867735.87322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.87324: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867735.87326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.87376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867735.87379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867735.87481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867735.89158: 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 <<< 8484 1726867735.89245: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867735.89340: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpz252gq6v /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py <<< 8484 1726867735.89344: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py" <<< 8484 1726867735.89435: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpz252gq6v" to remote "/root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py" <<< 8484 1726867735.89438: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py" <<< 8484 1726867735.90232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867735.90281: stderr chunk (state=3): >>><<< 8484 1726867735.90284: stdout chunk (state=3): >>><<< 8484 1726867735.90305: done transferring module to remote 8484 1726867735.90320: _low_level_execute_command(): starting 8484 1726867735.90323: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/ /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py && sleep 0' 8484 1726867735.90761: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867735.90765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867735.90798: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867735.90800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8484 1726867735.90803: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867735.90805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.90853: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867735.90857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867735.90867: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867735.90969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867735.92826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867735.92850: stderr chunk (state=3): >>><<< 8484 1726867735.92854: stdout chunk (state=3): >>><<< 8484 1726867735.92868: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867735.92874: _low_level_execute_command(): starting 8484 1726867735.92879: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/AnsiballZ_blivet.py && sleep 0' 8484 1726867735.93350: 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 <<< 8484 1726867735.93360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867735.93363: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867735.93366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867735.93408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867735.93414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867735.93419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867735.93514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867735.95772: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867735.95786: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867735.95827: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867735.95890: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867735.95894: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867735.95929: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867735.95963: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867735.95996: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867735.96000: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867735.96052: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867735.96056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867735.96079: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867735.96102: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867735.96135: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867735.96162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867735.96177: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d291104d0> <<< 8484 1726867735.96182: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d290dfb30> <<< 8484 1726867735.96206: 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' <<< 8484 1726867735.96214: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d29112a50> <<< 8484 1726867735.96263: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867735.96275: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867735.96285: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867735.96292: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867735.96326: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867735.96425: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867735.96449: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867735.96454: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867735.96485: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867735.96503: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867735.96509: stdout chunk (state=3): >>>Processing user site-packages <<< 8484 1726867735.96526: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867735.96529: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867735.96546: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867735.96550: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867735.96583: 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' <<< 8484 1726867735.96609: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28ee5130> <<< 8484 1726867735.96666: 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 <<< 8484 1726867735.96696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867735.96699: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28ee6120> <<< 8484 1726867735.96719: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867735.96751: 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. <<< 8484 1726867735.97001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867735.97026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867735.97042: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867735.97051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867735.97067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867735.97115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867735.97137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867735.97162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867735.97172: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f2bf80> <<< 8484 1726867735.97196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867735.97210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867735.97240: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f38110> <<< 8484 1726867735.97265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867735.97289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867735.97318: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867735.97365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867735.97387: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867735.97410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867735.97420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f5b950> <<< 8484 1726867735.97438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867735.97442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 8484 1726867735.97468: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f5bfe0> import '_collections' # <<< 8484 1726867735.97527: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f3bbf0> <<< 8484 1726867735.97534: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867735.97573: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f392e0> <<< 8484 1726867735.97664: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f29130> <<< 8484 1726867735.97694: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867735.97706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867735.97724: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867735.97739: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867735.97774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867735.97795: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867735.97798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867735.97827: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f7f920> <<< 8484 1726867735.97848: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f7e540> <<< 8484 1726867735.97876: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867735.97889: 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 0x7f8d28f3a210> <<< 8484 1726867735.97896: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f7cd40> <<< 8484 1726867735.97944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867735.97947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fac950> <<< 8484 1726867735.97966: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f283b0> <<< 8484 1726867735.97988: 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' <<< 8484 1726867735.98023: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98035: 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 0x7f8d28face00> <<< 8484 1726867735.98043: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28faccb0> <<< 8484 1726867735.98085: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98088: 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 0x7f8d28fad0a0> <<< 8484 1726867735.98093: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f1eed0> <<< 8484 1726867735.98128: 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' <<< 8484 1726867735.98154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 8484 1726867735.98158: stdout chunk (state=3): >>> <<< 8484 1726867735.98185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867735.98208: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fad460> <<< 8484 1726867735.98218: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867735.98262: 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 0x7f8d28fae660> <<< 8484 1726867735.98288: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867735.98291: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867735.98319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867735.98350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867735.98382: 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' <<< 8484 1726867735.98390: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fc8890> <<< 8484 1726867735.98401: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867735.98438: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98442: 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 0x7f8d28fc9fd0> <<< 8484 1726867735.98467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867735.98485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867735.98498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867735.98516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867735.98520: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fcae70> <<< 8484 1726867735.98565: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98576: 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 0x7f8d28fcb4a0> <<< 8484 1726867735.98580: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fca3c0> <<< 8484 1726867735.98603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867735.98606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867735.98661: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98676: 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 0x7f8d28fcbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fcb590> <<< 8484 1726867735.98722: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fae6c0> <<< 8484 1726867735.98741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867735.98779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867735.98790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867735.98816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867735.98846: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98851: 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 0x7f8d28d07ce0> <<< 8484 1726867735.98876: 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' <<< 8484 1726867735.98907: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.98914: 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 0x7f8d28d30830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d30590> <<< 8484 1726867735.98938: 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 0x7f8d28d30860> <<< 8484 1726867735.98974: 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' <<< 8484 1726867735.99059: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867735.99183: 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 0x7f8d28d31160> <<< 8484 1726867735.99315: 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' <<< 8484 1726867735.99328: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d28d31b50> <<< 8484 1726867735.99333: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d30a40> <<< 8484 1726867735.99345: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d05e80> <<< 8484 1726867735.99367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867735.99386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867735.99418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867735.99433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867735.99442: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d32f30> <<< 8484 1726867735.99459: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d31ca0> <<< 8484 1726867735.99481: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28faedb0> <<< 8484 1726867735.99504: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867735.99576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867735.99591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867735.99628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867735.99657: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d5b200> <<< 8484 1726867735.99718: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867735.99727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867735.99752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867735.99771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867735.99814: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d83590> <<< 8484 1726867735.99835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867735.99887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867735.99934: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867735.99974: 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' <<< 8484 1726867735.99978: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28de0380> <<< 8484 1726867735.99991: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867736.00017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867736.00046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867736.00089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867736.00178: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28de2ae0> <<< 8484 1726867736.00255: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28de04a0> <<< 8484 1726867736.00295: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28dad3a0> <<< 8484 1726867736.00320: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867736.00326: 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 0x7f8d28729490> <<< 8484 1726867736.00342: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d82390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d33dd0> <<< 8484 1726867736.00469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867736.00489: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d28d826f0> <<< 8484 1726867736.00643: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_hb2nwswm/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 8484 1726867736.00648: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.00776: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.00805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867736.00808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867736.00857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867736.00934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867736.00968: 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 0x7f8d2877b200> <<< 8484 1726867736.00977: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867736.01169: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2875e0f0> <<< 8484 1726867736.01178: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2875d250> # zipimport: zlib available <<< 8484 1726867736.01206: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867736.01212: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.01227: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.01251: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.01260: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867736.01284: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.02693: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.03835: 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 0x7f8d287790d0> <<< 8484 1726867736.03856: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867736.03865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.03886: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867736.03890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867736.03918: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867736.03926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867736.03958: 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 0x7f8d287aaba0> <<< 8484 1726867736.03990: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287aa930> <<< 8484 1726867736.04028: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287aa240> <<< 8484 1726867736.04046: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867736.04058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867736.04088: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287aa690> <<< 8484 1726867736.04094: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d30440> <<< 8484 1726867736.04106: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867736.04133: 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 0x7f8d287ab8f0> <<< 8484 1726867736.04168: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.04173: 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 0x7f8d287abb30> <<< 8484 1726867736.04195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867736.04240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867736.04258: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867736.04334: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287abfe0> <<< 8484 1726867736.04337: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867736.04353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867736.04365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867736.04399: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28619c70> <<< 8484 1726867736.04432: 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' <<< 8484 1726867736.04438: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d2861b890> <<< 8484 1726867736.04462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867736.04472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867736.04517: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861c260> <<< 8484 1726867736.04533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867736.04574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867736.04586: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861d130> <<< 8484 1726867736.04607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867736.04639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867736.04669: 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' <<< 8484 1726867736.04727: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861fe30> <<< 8484 1726867736.04762: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.04767: 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 0x7f8d28d32f00> <<< 8484 1726867736.04783: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861e120> <<< 8484 1726867736.04815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867736.04833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867736.04861: 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' <<< 8484 1726867736.04887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867736.04914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867736.04942: 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' <<< 8484 1726867736.04955: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28627dd0> <<< 8484 1726867736.04969: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867736.05041: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d286268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28626630> <<< 8484 1726867736.05063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867736.05068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867736.05150: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28626b70> <<< 8484 1726867736.05176: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861e630> <<< 8484 1726867736.05207: 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 0x7f8d2866bfb0> <<< 8484 1726867736.05236: 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' <<< 8484 1726867736.05248: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866c0b0> <<< 8484 1726867736.05271: 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 <<< 8484 1726867736.05286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867736.05303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867736.05309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867736.05342: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.05348: 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 0x7f8d2866dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866d9a0> <<< 8484 1726867736.05374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867736.05502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867736.05551: 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 0x7f8d28670140> <<< 8484 1726867736.05555: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866e2a0> <<< 8484 1726867736.05582: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867736.05619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.05644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867736.05652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867736.05674: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867736.05706: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28673890> <<< 8484 1726867736.05836: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28670260> <<< 8484 1726867736.05901: 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' <<< 8484 1726867736.05905: 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 0x7f8d28674980> <<< 8484 1726867736.05935: 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'<<< 8484 1726867736.05940: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d28674ad0> <<< 8484 1726867736.05977: 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' <<< 8484 1726867736.05985: 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 0x7f8d28674b90> <<< 8484 1726867736.05996: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866c320> <<< 8484 1726867736.06024: 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' <<< 8484 1726867736.06046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867736.06067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867736.06099: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.06131: 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 0x7f8d285002f0> <<< 8484 1726867736.06282: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.06290: 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 0x7f8d28501400> <<< 8484 1726867736.06305: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28676ab0> <<< 8484 1726867736.06330: 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' <<< 8484 1726867736.06338: 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 0x7f8d28677e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d286766f0> <<< 8484 1726867736.06360: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06372: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06386: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867736.06389: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06490: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06590: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867736.06615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06624: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06637: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 8484 1726867736.06642: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06774: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.06890: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.07446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.07991: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867736.08003: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867736.08013: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867736.08025: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867736.08048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.08103: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.08108: 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 0x7f8d285056a0> <<< 8484 1726867736.08189: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867736.08197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867736.08216: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28506480> <<< 8484 1726867736.08222: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285016a0> <<< 8484 1726867736.08274: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867736.08295: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.08304: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.08328: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867736.08332: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.08492: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.08645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867736.08653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867736.08658: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28506c00> <<< 8484 1726867736.08676: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09140: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09587: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09655: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09734: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867736.09738: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09786: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09822: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867736.09830: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09897: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.09984: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867736.09996: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10018: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867736.10025: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10073: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10109: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867736.10125: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10353: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867736.10650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867736.10672: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867736.10733: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28507710> <<< 8484 1726867736.10754: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10826: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10904: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867736.10915: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867736.10925: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867736.10939: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.10987: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11030: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867736.11036: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11087: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11127: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11191: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11258: 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 <<< 8484 1726867736.11303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.11393: 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' <<< 8484 1726867736.11399: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d285121b0> <<< 8484 1726867736.11429: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2850fe30> <<< 8484 1726867736.11458: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867736.11462: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867736.11482: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11541: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11608: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11632: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.11681: 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' <<< 8484 1726867736.11705: 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 <<< 8484 1726867736.11724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867736.11747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867736.11807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867736.11836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867736.11849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867736.11904: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28602a20> <<< 8484 1726867736.11946: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287e26f0> <<< 8484 1726867736.12031: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28509910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867736.12039: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12076: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12099: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867736.12104: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867736.12152: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867736.12191: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12196: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867736.12212: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12231: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 8484 1726867736.12247: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12272: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12276: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867736.12289: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12303: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12311: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 8484 1726867736.12331: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12334: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.12353: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867736.12360: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.13956: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.15357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867736.15460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867736.15475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867736.15496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867736.15515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867736.15532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867736.15565: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.15572: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d2811cbf0> <<< 8484 1726867736.15594: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2858ff80> <<< 8484 1726867736.15653: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2858d970> <<< 8484 1726867736.15807: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285a4440> <<< 8484 1726867736.15839: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.15933: 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 <<< 8484 1726867736.15938: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.15967: 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 <<< 8484 1726867736.15976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 8484 1726867736.15992: 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 <<< 8484 1726867736.15998: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 8484 1726867736.16035: 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 <<< 8484 1726867736.16039: 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 0x7f8d2812e7b0> <<< 8484 1726867736.16045: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2812e3c0> <<< 8484 1726867736.16060: 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 <<< 8484 1726867736.16094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 8484 1726867736.16121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867736.16125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867736.16147: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28150ef0> <<< 8484 1726867736.16179: 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' <<< 8484 1726867736.16261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 8484 1726867736.16267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 8484 1726867736.16289: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28152150> <<< 8484 1726867736.16347: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.16353: stdout chunk (state=3): >>># extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d28151a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281518b0> <<< 8484 1726867736.16377: 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 <<< 8484 1726867736.16391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 8484 1726867736.16405: 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 <<< 8484 1726867736.16412: 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 0x7f8d28154680> <<< 8484 1726867736.16601: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28154410> <<< 8484 1726867736.16625: 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' <<< 8484 1726867736.16654: 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' <<< 8484 1726867736.16681: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 8484 1726867736.16807: 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 <<< 8484 1726867736.16814: 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 0x7f8d28156480> <<< 8484 1726867736.16868: 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 0x7f8d28156210> <<< 8484 1726867736.16895: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28155ac0> <<< 8484 1726867736.16937: 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' <<< 8484 1726867736.16954: 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' <<< 8484 1726867736.16979: 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 <<< 8484 1726867736.16988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 8484 1726867736.17008: 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 <<< 8484 1726867736.17029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 8484 1726867736.17048: 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 <<< 8484 1726867736.17054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28159280> <<< 8484 1726867736.17085: 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' <<< 8484 1726867736.17089: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28159610> <<< 8484 1726867736.17115: 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 <<< 8484 1726867736.17133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 8484 1726867736.17138: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28159a90> <<< 8484 1726867736.17169: 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 <<< 8484 1726867736.17180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 8484 1726867736.17190: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2815a2d0> <<< 8484 1726867736.17206: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281588f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281583b0> <<< 8484 1726867736.17229: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867736.17240: 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 <<< 8484 1726867736.17262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.17275: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 8484 1726867736.17287: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2815aa50> <<< 8484 1726867736.17308: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28157ec0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28157e30> <<< 8484 1726867736.17351: 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 <<< 8484 1726867736.17393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 8484 1726867736.17408: 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 <<< 8484 1726867736.17414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 8484 1726867736.17435: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2819d130> <<< 8484 1726867736.17454: 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 <<< 8484 1726867736.17467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 8484 1726867736.17495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 8484 1726867736.17527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 8484 1726867736.17586: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2819dfd0> <<< 8484 1726867736.17605: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2819d6a0> <<< 8484 1726867736.17772: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2815b3e0> <<< 8484 1726867736.17781: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 8484 1726867736.17831: 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 <<< 8484 1726867736.17854: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 8484 1726867736.17999: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281a6cc0> <<< 8484 1726867736.18035: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 8484 1726867736.18079: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 8484 1726867736.18089: stdout chunk (state=3): >>> <<< 8484 1726867736.18103: 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 <<< 8484 1726867736.18122: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 8484 1726867736.18394: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281ac500> <<< 8484 1726867736.18404: stdout chunk (state=3): >>>import 'gi.repository.Gio' # <<< 8484 1726867736.18408: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28154fe0> <<< 8484 1726867736.18458: 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 <<< 8484 1726867736.18500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 8484 1726867736.18531: 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 # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.18562: 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 <<< 8484 1726867736.18578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 8484 1726867736.18694: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2803a1b0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28039a30> <<< 8484 1726867736.19481: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28507080> <<< 8484 1726867736.19490: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 8484 1726867736.19531: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2812e960> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2812d760> <<< 8484 1726867736.20010: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285a58b0> <<< 8484 1726867736.20035: 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' <<< 8484 1726867736.20112: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2804ea20> <<< 8484 1726867736.20148: 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 0x7f8d280507d0> <<< 8484 1726867736.20162: 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 <<< 8484 1726867736.20169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.20190: 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 <<< 8484 1726867736.20195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 8484 1726867736.20220: 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 <<< 8484 1726867736.20253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 8484 1726867736.20285: 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' <<< 8484 1726867736.20313: 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 <<< 8484 1726867736.20321: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 8484 1726867736.20343: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28053fb0> <<< 8484 1726867736.20374: 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' <<< 8484 1726867736.20380: stdout chunk (state=3): >>>import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28054590> <<< 8484 1726867736.20401: 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 <<< 8484 1726867736.20503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 8484 1726867736.20528: 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' <<< 8484 1726867736.20552: 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' <<< 8484 1726867736.20587: 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' <<< 8484 1726867736.20590: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055640> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280554f0> <<< 8484 1726867736.20621: 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 <<< 8484 1726867736.20626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 8484 1726867736.20657: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280558b0> <<< 8484 1726867736.20663: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055250> <<< 8484 1726867736.20696: 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 <<< 8484 1726867736.20700: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867736.20732: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 8484 1726867736.20735: 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 0x7f8d28055d90> <<< 8484 1726867736.20743: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055be0> <<< 8484 1726867736.20764: 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' <<< 8484 1726867736.20790: 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 <<< 8484 1726867736.20816: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 8484 1726867736.20859: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280560f0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055df0> <<< 8484 1726867736.20866: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280549e0> <<< 8484 1726867736.20886: 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 <<< 8484 1726867736.20906: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 8484 1726867736.20920: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055070> <<< 8484 1726867736.20944: 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 <<< 8484 1726867736.20952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 8484 1726867736.20981: 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' <<< 8484 1726867736.21005: 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 # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' <<< 8484 1726867736.21026: stdout chunk (state=3): >>>import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28059fd0> <<< 8484 1726867736.21049: 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 <<< 8484 1726867736.21062: stdout chunk (state=3): >>># 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 0x7f8d2805a360> <<< 8484 1726867736.21071: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28059d60> <<< 8484 1726867736.21077: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280593d0> <<< 8484 1726867736.21105: 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 0x7f8d2805a4e0> <<< 8484 1726867736.21110: stdout chunk (state=3): >>>import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28053c80> <<< 8484 1726867736.21138: 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 <<< 8484 1726867736.21146: 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 0x7f8d2805a570> <<< 8484 1726867736.21306: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280517c0> <<< 8484 1726867736.21352: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28050e90> <<< 8484 1726867736.21374: 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 <<< 8484 1726867736.21389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 8484 1726867736.21411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 8484 1726867736.21427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 8484 1726867736.21455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 8484 1726867736.21491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 8484 1726867736.21540: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28062870> <<< 8484 1726867736.21542: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28061670> <<< 8484 1726867736.21571: 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 <<< 8484 1726867736.21582: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 8484 1726867736.21592: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28062930> <<< 8484 1726867736.21657: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2805bc80> <<< 8484 1726867736.21683: 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 <<< 8484 1726867736.21714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 8484 1726867736.21735: 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 <<< 8484 1726867736.21759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.21796: 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 0x7f8d281ebd10> <<< 8484 1726867736.21822: 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' <<< 8484 1726867736.21846: 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 <<< 8484 1726867736.21871: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 8484 1726867736.21900: 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 <<< 8484 1726867736.21903: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867736.21944: 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' <<< 8484 1726867736.21969: 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 <<< 8484 1726867736.21976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 8484 1726867736.21995: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2706c920> <<< 8484 1726867736.22027: 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 <<< 8484 1726867736.22030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' <<< 8484 1726867736.22032: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2706d100> <<< 8484 1726867736.22055: 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' <<< 8484 1726867736.22081: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2706d730> <<< 8484 1726867736.22098: 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 <<< 8484 1726867736.22111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 8484 1726867736.22179: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2706da60> <<< 8484 1726867736.22185: stdout chunk (state=3): >>>import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2706c7a0> <<< 8484 1726867736.22196: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28097ef0> <<< 8484 1726867736.22262: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28094e90> <<< 8484 1726867736.22287: 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 <<< 8484 1726867736.22298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 8484 1726867736.22311: 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 <<< 8484 1726867736.22319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 8484 1726867736.22328: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d270807a0> <<< 8484 1726867736.22344: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280956d0> <<< 8484 1726867736.22364: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28094860> <<< 8484 1726867736.22389: 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 <<< 8484 1726867736.22394: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 8484 1726867736.22427: 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' <<< 8484 1726867736.22431: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d27080d10> <<< 8484 1726867736.22464: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28097650> <<< 8484 1726867736.22487: 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 <<< 8484 1726867736.22492: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 8484 1726867736.22521: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d27080ec0> <<< 8484 1726867736.22538: 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 <<< 8484 1726867736.22547: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 8484 1726867736.22581: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d270812e0> <<< 8484 1726867736.22607: 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' <<< 8484 1726867736.22631: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d27081a90> <<< 8484 1726867736.22779: 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 <<< 8484 1726867736.22785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 8484 1726867736.22794: 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 <<< 8484 1726867736.22823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.22936: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.22942: stdout chunk (state=3): >>># 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 0x7f8d270a9400> <<< 8484 1726867736.22965: 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 <<< 8484 1726867736.22977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 8484 1726867736.23000: 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 <<< 8484 1726867736.23003: 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 0x7f8d270aa570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d270a9f40> <<< 8484 1726867736.23030: 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 <<< 8484 1726867736.23038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 8484 1726867736.23052: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d270aa960> <<< 8484 1726867736.23071: 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 <<< 8484 1726867736.23092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 8484 1726867736.23109: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d270ab500> <<< 8484 1726867736.23132: 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 <<< 8484 1726867736.23151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867736.23188: 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' <<< 8484 1726867736.23195: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e561e0> <<< 8484 1726867736.23219: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e54ec0> <<< 8484 1726867736.23244: 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' <<< 8484 1726867736.23266: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e57650> <<< 8484 1726867736.23286: 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 <<< 8484 1726867736.23293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 8484 1726867736.23306: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e7c9b0> <<< 8484 1726867736.23332: 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 <<< 8484 1726867736.23348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867736.23373: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e7d7f0> <<< 8484 1726867736.23389: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2709e6f0> <<< 8484 1726867736.23433: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2709e360> <<< 8484 1726867736.23443: 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 <<< 8484 1726867736.23472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867736.23499: 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 <<< 8484 1726867736.23509: stdout chunk (state=3): >>># 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 0x7f8d26e7fc80> <<< 8484 1726867736.23522: 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 <<< 8484 1726867736.23539: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 8484 1726867736.23562: 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 <<< 8484 1726867736.23568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 8484 1726867736.23654: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ea8680> <<< 8484 1726867736.23674: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e7fc50> <<< 8484 1726867736.23819: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e7f140> <<< 8484 1726867736.23843: 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' <<< 8484 1726867736.23872: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ec8ec0> <<< 8484 1726867736.23892: 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 <<< 8484 1726867736.23895: stdout chunk (state=3): >>># 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 0x7f8d26ec9010> <<< 8484 1726867736.23925: 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 <<< 8484 1726867736.23973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 8484 1726867736.23999: 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 <<< 8484 1726867736.24004: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 8484 1726867736.24029: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee06e0> <<< 8484 1726867736.24045: 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 <<< 8484 1726867736.24064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 8484 1726867736.24119: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee0d70> <<< 8484 1726867736.24144: 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 <<< 8484 1726867736.24150: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 8484 1726867736.24199: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee1790> <<< 8484 1726867736.24223: 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 <<< 8484 1726867736.24231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 8484 1726867736.24241: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee1c10> <<< 8484 1726867736.24267: 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' <<< 8484 1726867736.24292: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee2150> <<< 8484 1726867736.24320: 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 <<< 8484 1726867736.24322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 8484 1726867736.24340: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee2480> <<< 8484 1726867736.24367: 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' <<< 8484 1726867736.24404: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee2a50> <<< 8484 1726867736.24424: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 8484 1726867736.24445: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee2c60> <<< 8484 1726867736.24473: 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 <<< 8484 1726867736.24491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 8484 1726867736.24523: 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 <<< 8484 1726867736.24528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.24588: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' <<< 8484 1726867736.24599: 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 0x7f8d26ee3f20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee3da0> <<< 8484 1726867736.24602: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee2e40> <<< 8484 1726867736.24630: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 8484 1726867736.24656: 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 <<< 8484 1726867736.24661: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867736.24688: 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 <<< 8484 1726867736.24707: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867736.24758: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26f14c20> <<< 8484 1726867736.24790: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26f14830> <<< 8484 1726867736.24795: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee3c80> <<< 8484 1726867736.25031: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ec94c0> <<< 8484 1726867736.25061: 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 <<< 8484 1726867736.25072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867736.25101: 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' <<< 8484 1726867736.25132: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26edc7a0> <<< 8484 1726867736.25158: 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' <<< 8484 1726867736.25185: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26edcb90> <<< 8484 1726867736.25274: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ecb0e0> <<< 8484 1726867736.25297: 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 <<< 8484 1726867736.25307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 8484 1726867736.25340: 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 <<< 8484 1726867736.25345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867736.25831: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26edfc20> <<< 8484 1726867736.25863: 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 <<< 8484 1726867736.25869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 8484 1726867736.25888: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26edfdd0> <<< 8484 1726867736.25955: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26edf2f0> <<< 8484 1726867736.25984: 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 <<< 8484 1726867736.25989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 8484 1726867736.26033: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d62240> <<< 8484 1726867736.26057: 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 <<< 8484 1726867736.26071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867736.26098: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d63680> <<< 8484 1726867736.26122: 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 <<< 8484 1726867736.26125: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 8484 1726867736.26155: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d63e00> <<< 8484 1726867736.26182: 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 <<< 8484 1726867736.26191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 8484 1726867736.26262: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d746b0> <<< 8484 1726867736.26278: 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 <<< 8484 1726867736.26284: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867736.26322: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d76480> <<< 8484 1726867736.26328: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281ea390> <<< 8484 1726867736.26361: 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 <<< 8484 1726867736.26364: 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 0x7f8d28059d30> <<< 8484 1726867736.26509: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28066e70> <<< 8484 1726867736.26535: 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 <<< 8484 1726867736.26559: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867736.26590: 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 <<< 8484 1726867736.26596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867736.26633: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26da9610> <<< 8484 1726867736.26649: 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 <<< 8484 1726867736.26680: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 8484 1726867736.26683: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26daa3f0> <<< 8484 1726867736.26710: 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 <<< 8484 1726867736.26721: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867736.26781: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26daac00> <<< 8484 1726867736.26888: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26da8560> <<< 8484 1726867736.26912: 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 <<< 8484 1726867736.26939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867736.26972: 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' <<< 8484 1726867736.27014: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26de46e0> <<< 8484 1726867736.27125: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26da8a40> <<< 8484 1726867736.27148: 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 <<< 8484 1726867736.27157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867736.27227: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26df6210> <<< 8484 1726867736.27249: 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 <<< 8484 1726867736.27428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867736.27454: 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 <<< 8484 1726867736.27461: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 8484 1726867736.27487: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e0fdd0> <<< 8484 1726867736.27520: 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 <<< 8484 1726867736.27523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 8484 1726867736.27544: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c4c2c0> <<< 8484 1726867736.27567: 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 <<< 8484 1726867736.27594: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 8484 1726867736.27629: 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' <<< 8484 1726867736.27660: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c4e5a0> <<< 8484 1726867736.27817: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c4c7a0> <<< 8484 1726867736.27839: 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 <<< 8484 1726867736.27854: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 8484 1726867736.27867: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c7ca40> <<< 8484 1726867736.28221: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e0c6b0> <<< 8484 1726867736.28242: 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 <<< 8484 1726867736.28266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 8484 1726867736.28393: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e0c8c0> <<< 8484 1726867736.28409: 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 <<< 8484 1726867736.28424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 8484 1726867736.28445: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ce2ae0> <<< 8484 1726867736.28474: 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' <<< 8484 1726867736.28519: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ce35f0> <<< 8484 1726867736.28536: 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 <<< 8484 1726867736.28545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 8484 1726867736.28558: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26cf0140> <<< 8484 1726867736.28582: 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 <<< 8484 1726867736.28588: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 8484 1726867736.28631: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26cf05c0> <<< 8484 1726867736.28646: 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 <<< 8484 1726867736.28652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 8484 1726867736.28673: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26cf1490> <<< 8484 1726867736.28694: 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 <<< 8484 1726867736.28722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867736.28825: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26cf1d60> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28050920> <<< 8484 1726867736.28851: 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 <<< 8484 1726867736.28879: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 8484 1726867736.29028: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26cf27e0> <<< 8484 1726867736.29041: 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 <<< 8484 1726867736.29090: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 8484 1726867736.29111: 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 <<< 8484 1726867736.29153: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 8484 1726867736.29190: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d21010> <<< 8484 1726867736.29228: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d0ee70> <<< 8484 1726867736.29249: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.29279: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.29282: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 8484 1726867736.29307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.29310: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 8484 1726867736.29327: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.29593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.29801: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 8484 1726867736.30108: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867736.30232: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py <<< 8484 1726867736.30267: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 8484 1726867736.30291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py <<< 8484 1726867736.30300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' <<< 8484 1726867736.30315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867736.30372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867736.30399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867736.30414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867736.30428: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b9cb00> <<< 8484 1726867736.30462: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867736.30482: 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 0x7f8d26b9ce90> <<< 8484 1726867736.30529: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b88ec0> <<< 8484 1726867736.30548: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b88620> <<< 8484 1726867736.30575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 8484 1726867736.30593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 8484 1726867736.30720: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b89070> <<< 8484 1726867736.30736: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 8484 1726867736.30774: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 8484 1726867736.30796: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py <<< 8484 1726867736.30822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 8484 1726867736.30841: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py <<< 8484 1726867736.30848: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c308c0> <<< 8484 1726867736.30874: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b9fdd0> <<< 8484 1726867736.30901: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py <<< 8484 1726867736.30909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 8484 1726867736.30928: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c30d70> <<< 8484 1726867736.30958: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.30986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py <<< 8484 1726867736.31000: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 8484 1726867736.31034: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py <<< 8484 1726867736.31044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867736.31073: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 8484 1726867736.31108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' <<< 8484 1726867736.31115: stdout chunk (state=3): >>>import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c32f00> <<< 8484 1726867736.31130: stdout chunk (state=3): >>>import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c32c90> <<< 8484 1726867736.31139: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' <<< 8484 1726867736.31154: stdout chunk (state=3): >>>import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c331a0> <<< 8484 1726867736.31179: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py <<< 8484 1726867736.31188: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33470> <<< 8484 1726867736.31220: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' <<< 8484 1726867736.31235: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33620> <<< 8484 1726867736.31252: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py <<< 8484 1726867736.31282: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 8484 1726867736.31312: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33860> <<< 8484 1726867736.31339: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py <<< 8484 1726867736.31347: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' <<< 8484 1726867736.31362: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33e00> <<< 8484 1726867736.31383: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' <<< 8484 1726867736.31391: stdout chunk (state=3): >>>import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267248f0> <<< 8484 1726867736.31410: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' <<< 8484 1726867736.31430: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26724aa0> <<< 8484 1726867736.31457: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py <<< 8484 1726867736.31467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 8484 1726867736.31489: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26724c80> <<< 8484 1726867736.31512: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py <<< 8484 1726867736.31523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 8484 1726867736.31551: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267252b0> <<< 8484 1726867736.31565: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py <<< 8484 1726867736.31587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 8484 1726867736.31591: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26725c10> <<< 8484 1726867736.31623: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' <<< 8484 1726867736.31641: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26726030> <<< 8484 1726867736.31659: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py <<< 8484 1726867736.31672: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26726270> <<< 8484 1726867736.31698: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' <<< 8484 1726867736.31717: stdout chunk (state=3): >>>import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26726330> <<< 8484 1726867736.31730: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py <<< 8484 1726867736.31747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 8484 1726867736.31763: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267265d0> <<< 8484 1726867736.31772: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c32540> <<< 8484 1726867736.31808: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c315e0> <<< 8484 1726867736.31816: stdout chunk (state=3): >>>import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c314f0> <<< 8484 1726867736.31886: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b9dd00> <<< 8484 1726867736.31998: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b6e090> <<< 8484 1726867736.47380: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py <<< 8484 1726867736.47386: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 8484 1726867736.47719: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267e39e0> <<< 8484 1726867747.84062: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv8_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv8_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv8"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv8"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv7_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv7_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv7"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv7"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv6_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv6_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv6"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv6"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv5_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv5_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv5"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv5"}, {"action": "destroy device", "fs_type": null, "device": "/dev/test_vg3"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdh"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdj"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdi"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdg"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv4_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv4_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv4"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv4"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv3_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv3_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv3"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv3"}, {"action": "destroy device", "fs_type": null, "device": "/dev/test_vg2"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdf"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdd"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sde"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv2_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv2_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv2"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv2"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv1_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv1_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/test_vg1"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sda"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdc"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/xvda2"], "mounts": [], "crypts": [], "pools": [{"disks": ["sda", "s<<< 8484 1726867747.84104: stdout chunk (state=3): >>>db", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b"}]}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b"}]}], "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": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 8484 1726867747.85447: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867747.85639: 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 <<< 8484 1726867747.85645: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins<<< 8484 1726867747.85722: stdout chunk (state=3): >>> # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 8484 1726867747.85726: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # 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 <<< 8484 1726867747.85815: stdout chunk (state=3): >>># 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 <<< 8484 1726867747.85883: stdout chunk (state=3): >>># 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 <<< 8484 1726867747.85941: stdout chunk (state=3): >>># 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 <<< 8484 1726867747.85959: 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 # 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 <<< 8484 1726867747.85995: stdout chunk (state=3): >>># 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi <<< 8484 1726867747.86834: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867747.86883: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867747.86907: stdout chunk (state=3): >>># destroy ntpath # destroy _compat_pickle <<< 8484 1726867747.86948: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree <<< 8484 1726867747.87028: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory <<< 8484 1726867747.87077: stdout chunk (state=3): >>># 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 <<< 8484 1726867747.87142: stdout chunk (state=3): >>># 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 <<< 8484 1726867747.87189: stdout chunk (state=3): >>># 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 # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # 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 # destroy blivet.events.handler # 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 <<< 8484 1726867747.87239: 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 <<< 8484 1726867747.87324: stdout chunk (state=3): >>># 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # 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 <<< 8484 1726867747.87379: stdout chunk (state=3): >>># 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 <<< 8484 1726867747.87413: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux <<< 8484 1726867747.87491: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # 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 <<< 8484 1726867747.87544: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 8484 1726867747.87657: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 8484 1726867747.87661: stdout chunk (state=3): >>># destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json <<< 8484 1726867747.87708: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy 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 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 <<< 8484 1726867747.87748: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _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 <<< 8484 1726867747.87814: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal <<< 8484 1726867747.87854: 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 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 <<< 8484 1726867747.87879: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867747.88852: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867747.88906: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 8484 1726867747.88922: stdout chunk (state=3): >>># destroy zipimport <<< 8484 1726867747.88935: stdout chunk (state=3): >>># destroy gi._gi <<< 8484 1726867747.88942: stdout chunk (state=3): >>># destroy _struct <<< 8484 1726867747.89038: stdout chunk (state=3): >>># destroy pyudev <<< 8484 1726867747.89043: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 8484 1726867747.89061: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 8484 1726867747.89141: stdout chunk (state=3): >>># destroy genericpath <<< 8484 1726867747.89145: stdout chunk (state=3): >>># destroy re._parser <<< 8484 1726867747.89152: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867747.89250: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 8484 1726867747.89255: stdout chunk (state=3): >>># destroy fnmatch <<< 8484 1726867747.89287: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 8484 1726867747.89301: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy uuid # destroy random<<< 8484 1726867747.89315: stdout chunk (state=3): >>> # 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 <<< 8484 1726867747.89332: stdout chunk (state=3): >>># destroy parted # destroy blivet.populator.helpers.populatorhelper<<< 8484 1726867747.89342: stdout chunk (state=3): >>> # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode <<< 8484 1726867747.89360: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867747.89383: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867747.89403: stdout chunk (state=3): >>># destroy selinux._selinux <<< 8484 1726867747.89410: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 8484 1726867747.89480: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867747.89498: stdout chunk (state=3): >>># destroy _signal <<< 8484 1726867747.89511: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 8484 1726867747.89536: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867747.89554: 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 copy # destroy inspect # destroy blivet.formats.fslib <<< 8484 1726867747.89589: stdout chunk (state=3): >>># destroy math # 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 _pickle # destroy operator # destroy types <<< 8484 1726867747.89599: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 8484 1726867747.89625: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 8484 1726867747.89632: stdout chunk (state=3): >>># destroy collections <<< 8484 1726867747.89680: stdout chunk (state=3): >>># destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux <<< 8484 1726867747.89716: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 8484 1726867747.89758: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 8484 1726867747.89837: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867747.90008: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867747.90026: stdout chunk (state=3): >>># destroy _codecs # destroy os # destroy functools <<< 8484 1726867747.90038: stdout chunk (state=3): >>># destroy re <<< 8484 1726867747.90048: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867747.90069: stdout chunk (state=3): >>># destroy _thread <<< 8484 1726867747.90091: stdout chunk (state=3): >>># destroy itertools # destroy _operator <<< 8484 1726867747.90094: stdout chunk (state=3): >>># destroy _functools <<< 8484 1726867747.90100: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867747.90662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867747.90667: stdout chunk (state=3): >>><<< 8484 1726867747.90669: stderr chunk (state=3): >>><<< 8484 1726867747.90954: _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 0x7f8d291104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d290dfb30> # /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 0x7f8d29112a50> 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 0x7f8d28ee5130> # /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 0x7f8d28ee6120> 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 0x7f8d28f2bf80> # /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 0x7f8d28f38110> # /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 0x7f8d28f5b950> # /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 0x7f8d28f5bfe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f3bbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f392e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f29130> # /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 0x7f8d28f7f920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f7e540> # /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 0x7f8d28f3a210> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f7cd40> # /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 0x7f8d28fac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f283b0> # /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 0x7f8d28face00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28faccb0> # 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 0x7f8d28fad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28f1eed0> # /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 0x7f8d28fad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fad460> 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 0x7f8d28fae660> 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 0x7f8d28fc8890> 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 0x7f8d28fc9fd0> # /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 0x7f8d28fcae70> # 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 0x7f8d28fcb4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fca3c0> # /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 0x7f8d28fcbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fcb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28fae6c0> # /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 0x7f8d28d07ce0> # /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 0x7f8d28d30830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d30590> # 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 0x7f8d28d30860> # /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 0x7f8d28d31160> # 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 0x7f8d28d31b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d30a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d05e80> # /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 0x7f8d28d32f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d31ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28faedb0> # /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 0x7f8d28d5b200> # /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 0x7f8d28d83590> # /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 0x7f8d28de0380> # /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 0x7f8d28de2ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28de04a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28dad3a0> # /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 0x7f8d28729490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d82390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d33dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d28d826f0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_hb2nwswm/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 0x7f8d2877b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2875e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2875d250> # 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 0x7f8d287790d0> # /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 0x7f8d287aaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287aa930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287aa240> # /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 0x7f8d287aa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28d30440> 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 0x7f8d287ab8f0> # 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 0x7f8d287abb30> # /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 0x7f8d287abfe0> 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 0x7f8d28619c70> # 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 0x7f8d2861b890> # /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 0x7f8d2861c260> # /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 0x7f8d2861d130> # /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 0x7f8d2861fe30> # 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 0x7f8d28d32f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861e120> # /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 0x7f8d28627dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d286268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28626630> # /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 0x7f8d28626b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2861e630> # 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 0x7f8d2866bfb0> # /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 0x7f8d2866c0b0> # /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 0x7f8d2866dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866d9a0> # /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 0x7f8d28670140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866e2a0> # /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 0x7f8d28673890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28670260> # 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 0x7f8d28674980> # 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 0x7f8d28674ad0> # 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 0x7f8d28674b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2866c320> # /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 0x7f8d285002f0> # 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 0x7f8d28501400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28676ab0> # 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 0x7f8d28677e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d286766f0> # 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 0x7f8d285056a0> # /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 0x7f8d28506480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285016a0> 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 0x7f8d28506c00> # 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 0x7f8d28507710> # 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 0x7f8d285121b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2850fe30> 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 0x7f8d28602a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d287e26f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28509910> # 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 0x7f8d2811cbf0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2858ff80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2858d970> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285a4440> # 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 0x7f8d2812e7b0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2812e3c0> # /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 0x7f8d28150ef0> # /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 0x7f8d28152150> # 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 0x7f8d28151a60> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281518b0> # /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 0x7f8d28154680> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28154410> # /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 0x7f8d28156480> # 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 0x7f8d28156210> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28155ac0> # /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 0x7f8d28159280> # /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 0x7f8d28159610> # /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 0x7f8d28159a90> # /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 0x7f8d2815a2d0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281588f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281583b0> # 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 0x7f8d2815aa50> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28157ec0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28157e30> # /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 0x7f8d2819d130> # /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 0x7f8d2819dfd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2819d6a0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2815b3e0> 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 0x7f8d281a6cc0> 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 0x7f8d281ac500> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28154fe0> # /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 0x7f8d2803a1b0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28039a30> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28507080> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2812e960> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2812d760> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d285a58b0> # /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 0x7f8d2804ea20> # /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 0x7f8d280507d0> # /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 0x7f8d28053fb0> # /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 0x7f8d28054590> # /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 0x7f8d28055640> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280554f0> # /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 0x7f8d280558b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055250> # /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 0x7f8d28055d90> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055be0> # /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 0x7f8d280560f0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28055df0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280549e0> # /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 0x7f8d28055070> # /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 0x7f8d28059fd0> # /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 0x7f8d2805a360> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28059d60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280593d0> # /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 0x7f8d2805a4e0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28053c80> # /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 0x7f8d2805a570> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280517c0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28050e90> # /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 0x7f8d28062870> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28061670> # /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 0x7f8d28062930> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2805bc80> # /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 0x7f8d281ebd10> # /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 0x7f8d2706c920> # /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 0x7f8d2706d100> # /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 0x7f8d2706d730> # /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 0x7f8d2706da60> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2706c7a0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28097ef0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28094e90> # /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 0x7f8d270807a0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d280956d0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28094860> # /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 0x7f8d27080d10> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28097650> # /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 0x7f8d27080ec0> # /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 0x7f8d270812e0> # /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 0x7f8d27081a90> # /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 0x7f8d270a9400> # /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 0x7f8d270aa570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d270a9f40> # /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 0x7f8d270aa960> # /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 0x7f8d270ab500> # /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 0x7f8d26e561e0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e54ec0> # /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 0x7f8d26e57650> # /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 0x7f8d26e7c9b0> # /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 0x7f8d26e7d7f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2709e6f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d2709e360> # /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 0x7f8d26e7fc80> # /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 0x7f8d26ea8680> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e7fc50> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e7f140> # /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 0x7f8d26ec8ec0> # /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 0x7f8d26ec9010> # /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 0x7f8d26ee06e0> # /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 0x7f8d26ee0d70> # /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 0x7f8d26ee1790> # /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 0x7f8d26ee1c10> # /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 0x7f8d26ee2150> # /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 0x7f8d26ee2480> # /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 0x7f8d26ee2a50> # /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 0x7f8d26ee2c60> # /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 0x7f8d26ee3f20> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee3da0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee2e40> # /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 0x7f8d26f14c20> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26f14830> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ee3c80> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ec94c0> # /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 0x7f8d26edc7a0> # /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 0x7f8d26edcb90> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26ecb0e0> # /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 0x7f8d26edfc20> # /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 0x7f8d26edfdd0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26edf2f0> # /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 0x7f8d26d62240> # /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 0x7f8d26d63680> # /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 0x7f8d26d63e00> # /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 0x7f8d26d746b0> # /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 0x7f8d26d76480> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d281ea390> # /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 0x7f8d28059d30> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28066e70> # /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 0x7f8d26da9610> # /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 0x7f8d26daa3f0> # /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 0x7f8d26daac00> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26da8560> # /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 0x7f8d26de46e0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26da8a40> # /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 0x7f8d26df6210> # /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 0x7f8d26e0fdd0> # /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 0x7f8d26c4c2c0> # /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 0x7f8d26c4e5a0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c4c7a0> # /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 0x7f8d26c7ca40> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26e0c6b0> # /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 0x7f8d26e0c8c0> # /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 0x7f8d26ce2ae0> # /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 0x7f8d26ce35f0> # /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 0x7f8d26cf0140> # /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 0x7f8d26cf05c0> # /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 0x7f8d26cf1490> # /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 0x7f8d26cf1d60> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d28050920> # /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 0x7f8d26cf27e0> # /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 0x7f8d26d21010> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26d0ee70> # 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 # /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.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 0x7f8d26b9cb00> # 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 0x7f8d26b9ce90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b88ec0> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b88620> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b89070> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c308c0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b9fdd0> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c30d70> # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c32f00> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c32c90> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c331a0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33470> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/boot.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33620> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33860> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c33e00> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/dm.cpython-312.pyc' import 'blivet.populator.helpers.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267248f0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26724aa0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26724c80> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267252b0> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26725c10> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26726030> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/optical.cpython-312.pyc' import 'blivet.populator.helpers.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26726270> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26726330> # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267265d0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c32540> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c315e0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26c314f0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b9dd00> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d26b6e090> # /usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/iscsi.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d267e39e0> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv8_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv8_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv8"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv8"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv7_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv7_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv7"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv7"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv6_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv6_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv6"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv6"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv5_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv5_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg3-lv5"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg3-lv5"}, {"action": "destroy device", "fs_type": null, "device": "/dev/test_vg3"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdh"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdj"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdi"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdg"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv4_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv4_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv4"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv4"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv3_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv3_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg2-lv3"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg2-lv3"}, {"action": "destroy device", "fs_type": null, "device": "/dev/test_vg2"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdf"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdd"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sde"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv2_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv2_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv2"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv2"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv1_snapset1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv1_snapset1"}, {"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/test_vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/mapper/test_vg1-lv1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/test_vg1"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sda"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdb"}, {"action": "destroy format", "fs_type": "lvmpv", "device": "/dev/sdc"}], "leaves": ["/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/xvda2"], "mounts": [], "crypts": [], "pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b"}]}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda", "sdb", "sdc"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg1", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv1", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv2", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sda", "sdb", "sdc"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78"}]}, {"disks": ["sdd", "sde", "sdf"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg2", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv3", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv4", "raid_level": null, "size": 322961408, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdd", "sde", "sdf"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9"}]}, {"disks": ["sdg", "sdh", "sdi", "sdj"], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_clevis_pin": null, "encryption_tang_url": null, "encryption_tang_thumbprint": null, "grow_to_fill": false, "name": "test_vg3", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv5", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv6", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv7", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48"}, {"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "lv8", "raid_level": null, "size": 427819008, "state": "absent", "type": "lvm", "cached": false, "cache_devices": [], "cache_mode": null, "cache_size": 0, "compression": null, "deduplication": null, "raid_disks": [], "raid_stripe_size": null, "thin_pool_name": null, "thin_pool_size": null, "thin": false, "vdo_pool_size": null, "disks": ["sdg", "sdh", "sdi", "sdj"], "fs_overwrite_existing": true, "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "_device": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b"}]}], "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": false, "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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # 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 # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # 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 # destroy blivet.events.handler # 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 # 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 # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # 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 ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # 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 systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy 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 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 __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping 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 _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # 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 parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # 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 _signal # destroy keyword # destroy abc # 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 copy # destroy inspect # destroy blivet.formats.fslib # destroy math # 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 _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # 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 os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867747.92235: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'test_vg1', 'disks': ['sda', 'sdb', 'sdc'], 'state': 'absent', 'volumes': [{'name': 'lv1', 'state': 'absent'}, {'name': 'lv2', 'state': 'absent'}]}, {'name': 'test_vg2', 'disks': ['sdd', 'sde', 'sdf'], 'state': 'absent', 'volumes': [{'name': 'lv3', 'state': 'absent'}, {'name': 'lv4', 'state': 'absent'}]}, {'name': 'test_vg3', 'disks': ['sdg', 'sdh', 'sdi', 'sdj'], 'state': 'absent', 'volumes': [{'name': 'lv5', 'state': 'absent'}, {'name': 'lv6', 'state': 'absent'}, {'name': 'lv7', 'state': 'absent'}, {'name': 'lv8', 'state': 'absent'}]}], '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': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726867735.8368075-10874-857056652096/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867747.92239: _low_level_execute_command(): starting 8484 1726867747.92242: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867735.8368075-10874-857056652096/ > /dev/null 2>&1 && sleep 0' 8484 1726867747.92484: 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 <<< 8484 1726867747.92488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867747.92490: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867747.92493: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867747.92510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867747.92556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867747.92559: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867747.92565: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867747.92656: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867747.94548: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867747.94578: stderr chunk (state=3): >>><<< 8484 1726867747.94581: stdout chunk (state=3): >>><<< 8484 1726867747.94594: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867747.94600: handler run complete 8484 1726867747.94811: attempt loop complete, returning result 8484 1726867747.94816: _execute() done 8484 1726867747.94819: dumping result to json 8484 1726867747.94857: done dumping result, returning 8484 1726867747.94865: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [02e58e3f-6ce9-dbaf-c049-0000000010c1] 8484 1726867747.94868: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c1 8484 1726867747.95247: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c1 8484 1726867747.95252: WORKER PROCESS EXITING changed: [managed_node3] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 8484 1726867747.96255: no more pending results, returning what we have 8484 1726867747.96257: results queue empty 8484 1726867747.96258: checking for any_errors_fatal 8484 1726867747.96266: done checking for any_errors_fatal 8484 1726867747.96267: checking for max_fail_percentage 8484 1726867747.96269: done checking for max_fail_percentage 8484 1726867747.96270: checking to see if all hosts have failed and the running result is not ok 8484 1726867747.96273: done checking to see if all hosts have failed 8484 1726867747.96274: getting the remaining hosts for this loop 8484 1726867747.96275: done getting the remaining hosts for this loop 8484 1726867747.96279: getting the next task for host managed_node3 8484 1726867747.96286: done getting next task for host managed_node3 8484 1726867747.96289: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 8484 1726867747.96292: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), did rescue? False, did start at task? False 8484 1726867747.96300: getting variables 8484 1726867747.96301: in VariableManager get_vars() 8484 1726867747.96338: Calling all_inventory to load vars for managed_node3 8484 1726867747.96340: Calling groups_inventory to load vars for managed_node3 8484 1726867747.96341: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867747.96348: Calling all_plugins_play to load vars for managed_node3 8484 1726867747.96350: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867747.96356: Calling groups_plugins_play to load vars for managed_node3 8484 1726867747.97169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867747.97682: done with get_vars() 8484 1726867747.97694: done getting variables 8484 1726867747.97741: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 17:29:07 -0400 (0:00:12.216) 0:01:23.274 ****** 8484 1726867747.97767: entering _queue_task() for managed_node3/command 8484 1726867747.98008: worker is 1 (out of 1 available) 8484 1726867747.98025: exiting _queue_task() for managed_node3/command 8484 1726867747.98038: done queuing things up, now waiting for results queue to drain 8484 1726867747.98039: waiting for pending results... 8484 1726867747.98235: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 8484 1726867747.98356: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c2 8484 1726867747.98366: variable 'ansible_search_path' from source: unknown 8484 1726867747.98372: variable 'ansible_search_path' from source: unknown 8484 1726867747.98406: calling self._execute() 8484 1726867747.98483: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867747.98489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867747.98500: variable 'omit' from source: magic vars 8484 1726867747.98781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867748.00693: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867748.00749: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867748.00779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867748.00809: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867748.00832: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867748.00894: 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) 8484 1726867748.00921: 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) 8484 1726867748.00939: 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) 8484 1726867748.00964: 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) 8484 1726867748.00977: 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) 8484 1726867748.01056: variable 'storage_udevadm_trigger' from source: include params 8484 1726867748.01069: Evaluated conditional (storage_udevadm_trigger | d(false)): True 8484 1726867748.01155: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867748.01269: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867748.01297: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867748.01321: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867748.01345: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867748.01394: variable 'blivet_output' from source: set_fact 8484 1726867748.01485: Evaluated conditional (blivet_output is changed): True 8484 1726867748.01488: variable 'omit' from source: magic vars 8484 1726867748.01535: variable 'omit' from source: magic vars 8484 1726867748.01561: variable 'omit' from source: magic vars 8484 1726867748.01583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867748.01602: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867748.01620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867748.01633: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867748.01641: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867748.01666: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867748.01672: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.01674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.01741: Set connection var ansible_pipelining to False 8484 1726867748.01745: Set connection var ansible_timeout to 10 8484 1726867748.01748: Set connection var ansible_connection to ssh 8484 1726867748.01755: Set connection var ansible_shell_type to sh 8484 1726867748.01760: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867748.01765: Set connection var ansible_shell_executable to /bin/sh 8484 1726867748.01789: variable 'ansible_shell_executable' from source: unknown 8484 1726867748.01792: variable 'ansible_connection' from source: unknown 8484 1726867748.01794: variable 'ansible_module_compression' from source: unknown 8484 1726867748.01796: variable 'ansible_shell_type' from source: unknown 8484 1726867748.01800: variable 'ansible_shell_executable' from source: unknown 8484 1726867748.01802: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.01804: variable 'ansible_pipelining' from source: unknown 8484 1726867748.01806: variable 'ansible_timeout' from source: unknown 8484 1726867748.01809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.01881: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8484 1726867748.01890: variable 'omit' from source: magic vars 8484 1726867748.01895: starting attempt loop 8484 1726867748.01898: running the handler 8484 1726867748.01911: _low_level_execute_command(): starting 8484 1726867748.01919: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867748.02562: 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 <<< 8484 1726867748.02578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.02583: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.02585: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867748.02587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.02641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.02740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.04483: stdout chunk (state=3): >>>/root <<< 8484 1726867748.04601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.04641: stderr chunk (state=3): >>><<< 8484 1726867748.04647: stdout chunk (state=3): >>><<< 8484 1726867748.04692: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.04714: _low_level_execute_command(): starting 8484 1726867748.04718: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173 `" && echo ansible-tmp-1726867748.046779-11118-268125942199173="` echo /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173 `" ) && sleep 0' 8484 1726867748.05414: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.05417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867748.05420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.05422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.05424: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.05489: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.05492: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.05496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.05601: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.07581: stdout chunk (state=3): >>>ansible-tmp-1726867748.046779-11118-268125942199173=/root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173 <<< 8484 1726867748.07687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.07717: stderr chunk (state=3): >>><<< 8484 1726867748.07722: stdout chunk (state=3): >>><<< 8484 1726867748.07737: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867748.046779-11118-268125942199173=/root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.07767: variable 'ansible_module_compression' from source: unknown 8484 1726867748.07807: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8484 1726867748.07837: variable 'ansible_facts' from source: unknown 8484 1726867748.07895: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py 8484 1726867748.07995: Sending initial data 8484 1726867748.07999: Sent initial data (154 bytes) 8484 1726867748.08442: 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 <<< 8484 1726867748.08476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867748.08479: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867748.08481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.08484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867748.08486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.08540: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.08543: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.08548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.08636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.10291: 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 <<< 8484 1726867748.10300: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867748.10391: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867748.10493: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp9i_2r320 /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py <<< 8484 1726867748.10496: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py" <<< 8484 1726867748.10589: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp9i_2r320" to remote "/root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py" <<< 8484 1726867748.12021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.12025: stdout chunk (state=3): >>><<< 8484 1726867748.12028: stderr chunk (state=3): >>><<< 8484 1726867748.12030: done transferring module to remote 8484 1726867748.12032: _low_level_execute_command(): starting 8484 1726867748.12034: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/ /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py && sleep 0' 8484 1726867748.12887: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.12900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.12912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.12934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.13046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.14977: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.14981: stderr chunk (state=3): >>><<< 8484 1726867748.14983: stdout chunk (state=3): >>><<< 8484 1726867748.15008: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.15015: _low_level_execute_command(): starting 8484 1726867748.15017: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/AnsiballZ_command.py && sleep 0' 8484 1726867748.15782: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.15817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.15932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.18157: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867748.18183: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867748.18217: stdout chunk (state=3): >>>import '_thread' # <<< 8484 1726867748.18221: stdout chunk (state=3): >>>import '_warnings' # <<< 8484 1726867748.18223: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867748.18283: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867748.18290: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867748.18317: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867748.18349: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867748.18383: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867748.18386: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867748.18433: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867748.18438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.18456: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867748.18479: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867748.18513: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867748.18536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867748.18539: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e7684d0> <<< 8484 1726867748.18555: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e737b30> <<< 8484 1726867748.18576: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867748.18581: 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 0x7f693e76aa50> <<< 8484 1726867748.18605: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867748.18630: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867748.18636: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867748.18649: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867748.18683: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867748.18768: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867748.18793: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867748.18800: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867748.18819: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867748.18848: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867748.18852: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867748.18872: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867748.18875: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867748.18885: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867748.18917: 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 <<< 8484 1726867748.18920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867748.18934: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e55d130> <<< 8484 1726867748.18994: 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 <<< 8484 1726867748.19003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.19008: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e55e120> <<< 8484 1726867748.19032: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867748.19059: 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. <<< 8484 1726867748.19293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867748.19301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867748.19324: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867748.19328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.19351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867748.19390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867748.19411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867748.19431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867748.19446: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e59bf50> <<< 8484 1726867748.19462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867748.19490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867748.19504: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867748.19526: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5b00e0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867748.19555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867748.19575: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867748.19628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.19640: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867748.19673: 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' <<< 8484 1726867748.19677: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5d3920> <<< 8484 1726867748.19698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867748.19703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5d3fb0> <<< 8484 1726867748.19721: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867748.19777: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5b3bc0> <<< 8484 1726867748.19780: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867748.19808: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5b1340> <<< 8484 1726867748.19896: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e599100> <<< 8484 1726867748.19923: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867748.19941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867748.19949: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867748.19975: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867748.19993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867748.20019: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867748.20022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867748.20056: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5f7920> <<< 8484 1726867748.20067: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5f6540> <<< 8484 1726867748.20100: 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' <<< 8484 1726867748.20106: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5b21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5f4d10> <<< 8484 1726867748.20153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867748.20163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867748.20182: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e624980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e598380> <<< 8484 1726867748.20196: 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' <<< 8484 1726867748.20228: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.20234: 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 0x7f693e624e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e624ce0> <<< 8484 1726867748.20275: 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 0x7f693e6250d0> <<< 8484 1726867748.20282: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e596ea0> <<< 8484 1726867748.20316: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867748.20319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.20336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867748.20368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867748.20381: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e625790> <<< 8484 1726867748.20392: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e625490> import 'importlib.machinery' # <<< 8484 1726867748.20419: 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' <<< 8484 1726867748.20442: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e626690> <<< 8484 1726867748.20446: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867748.20464: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867748.20485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867748.20517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867748.20545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867748.20553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6408c0> <<< 8484 1726867748.20572: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867748.20594: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.20601: 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 0x7f693e642000> <<< 8484 1726867748.20622: 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' <<< 8484 1726867748.20646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867748.20650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867748.20669: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e642ea0> <<< 8484 1726867748.20706: 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 0x7f693e643500> <<< 8484 1726867748.20711: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6423f0> <<< 8484 1726867748.20730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867748.20742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867748.20781: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.20789: 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 0x7f693e643ec0> <<< 8484 1726867748.20799: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6435f0> <<< 8484 1726867748.20838: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6266f0> <<< 8484 1726867748.20866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867748.20893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867748.20900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867748.20923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867748.20953: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.20996: 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 0x7f693e3bfd40> # /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' <<< 8484 1726867748.21055: 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 0x7f693e3ec890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3ec5f0> <<< 8484 1726867748.21077: 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 0x7f693e3ec8c0> <<< 8484 1726867748.21092: 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' <<< 8484 1726867748.21150: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.21277: 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 0x7f693e3ed1f0> <<< 8484 1726867748.21410: 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 0x7f693e3edbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3ecaa0> <<< 8484 1726867748.21447: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3bdee0> <<< 8484 1726867748.21451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867748.21495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867748.21499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867748.21520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3eefc0> <<< 8484 1726867748.21552: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3edd00> <<< 8484 1726867748.21558: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e626de0> <<< 8484 1726867748.21590: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867748.21632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.21676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867748.21680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867748.21718: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e417320> <<< 8484 1726867748.21774: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867748.21785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.21804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867748.21840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867748.21876: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e4376b0> <<< 8484 1726867748.21890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867748.21916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867748.21969: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867748.21994: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867748.22000: 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 0x7f693e4984a0> <<< 8484 1726867748.22016: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867748.22058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867748.22089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867748.22113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867748.22190: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e49ac00> <<< 8484 1726867748.22265: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e4985c0> <<< 8484 1726867748.22300: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e45d4c0> <<< 8484 1726867748.22347: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867748.22351: 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 0x7f693dd29580> <<< 8484 1726867748.22364: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e4364b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3efef0> <<< 8484 1726867748.22484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867748.22509: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f693e4365d0> <<< 8484 1726867748.22658: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_h54klzek/ansible_ansible.legacy.command_payload.zip' <<< 8484 1726867748.22685: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.22776: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.22809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867748.22812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867748.22874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867748.22933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867748.22976: 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 0x7f693dd7f1a0> <<< 8484 1726867748.22992: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867748.23161: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd62090> <<< 8484 1726867748.23180: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd61220> <<< 8484 1726867748.23183: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.23213: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 8484 1726867748.23237: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.23250: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.23257: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867748.23274: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.24680: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.25819: 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 0x7f693dd7ce90> <<< 8484 1726867748.25847: 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' <<< 8484 1726867748.25875: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867748.25910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867748.25932: 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' <<< 8484 1726867748.25954: 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 0x7f693ddaaab0> <<< 8484 1726867748.25986: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddaa840> <<< 8484 1726867748.26031: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddaa180> <<< 8484 1726867748.26066: 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' <<< 8484 1726867748.26085: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddaabd0> <<< 8484 1726867748.26105: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd7fbc0> import 'atexit' # <<< 8484 1726867748.26193: 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 0x7f693ddab7a0> <<< 8484 1726867748.26198: 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' <<< 8484 1726867748.26215: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f693ddab980> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867748.26282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867748.26303: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867748.26322: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddabec0> import 'pwd' # <<< 8484 1726867748.26328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867748.26351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867748.26389: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc15c70> <<< 8484 1726867748.26422: 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' <<< 8484 1726867748.26434: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f693dc17860> <<< 8484 1726867748.26444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867748.26473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867748.26514: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1c1d0> <<< 8484 1726867748.26561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867748.26565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867748.26599: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1d0a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867748.26629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867748.26658: 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' <<< 8484 1726867748.26724: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1fd70> <<< 8484 1726867748.26759: 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 0x7f693e642d20> <<< 8484 1726867748.26768: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1e030> <<< 8484 1726867748.26799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867748.26829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867748.26854: 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' <<< 8484 1726867748.26871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867748.26931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867748.26946: 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' <<< 8484 1726867748.26969: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc23cb0> import '_tokenize' # <<< 8484 1726867748.27032: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc22780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc224e0> <<< 8484 1726867748.27059: 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' <<< 8484 1726867748.27133: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc22a50> <<< 8484 1726867748.27202: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1e4e0> <<< 8484 1726867748.27208: 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 0x7f693dc67f50> <<< 8484 1726867748.27257: 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 0x7f693dc67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 8484 1726867748.27264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867748.27296: 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' <<< 8484 1726867748.27338: 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 0x7f693dc69b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc69910> <<< 8484 1726867748.27356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867748.27488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867748.27541: 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 0x7f693dc6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc6a210> <<< 8484 1726867748.27566: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867748.27619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.27640: 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' <<< 8484 1726867748.27662: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867748.27701: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc6f740> <<< 8484 1726867748.27813: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc6c200> <<< 8484 1726867748.27888: 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 0x7f693dc70890> <<< 8484 1726867748.27922: 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 0x7f693dc70a40> <<< 8484 1726867748.27955: 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 0x7f693dc70ad0> <<< 8484 1726867748.27968: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc68230> <<< 8484 1726867748.27995: 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' <<< 8484 1726867748.28033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867748.28063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867748.28116: stdout chunk (state=3): >>># 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 0x7f693dcfc1a0> <<< 8484 1726867748.28288: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.28292: 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 0x7f693dcfd1f0> <<< 8484 1726867748.28330: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc72930> # 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 0x7f693dc73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc725a0> <<< 8484 1726867748.28359: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867748.28389: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.28480: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.28573: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.28589: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.28640: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867748.28748: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.28879: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.29438: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.29971: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867748.29975: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867748.29978: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867748.30007: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867748.30026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.30088: 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 0x7f693db01250> <<< 8484 1726867748.30172: 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' <<< 8484 1726867748.30202: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db01fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e59be00> <<< 8484 1726867748.30244: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867748.30266: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.30306: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 8484 1726867748.30325: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.30459: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.30616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867748.30620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867748.30638: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db02720> <<< 8484 1726867748.30643: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31116: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31559: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31642: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31710: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867748.31724: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31753: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31788: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867748.31808: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31875: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31953: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867748.31979: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.31991: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867748.31997: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32049: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32092: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867748.32098: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32326: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867748.32619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867748.32637: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867748.32703: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db03320> <<< 8484 1726867748.32735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32786: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32868: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867748.32873: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867748.32886: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867748.32901: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32947: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.32993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867748.32997: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33048: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33104: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33217: 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 <<< 8484 1726867748.33292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.33353: 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' <<< 8484 1726867748.33373: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f693db0df70> <<< 8484 1726867748.33408: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db0bf50> <<< 8484 1726867748.33432: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867748.33460: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33509: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33574: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.33652: 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' <<< 8484 1726867748.33689: 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 <<< 8484 1726867748.33694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867748.33723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867748.33774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867748.33797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867748.33813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867748.33884: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddfa840> <<< 8484 1726867748.33921: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddde510> <<< 8484 1726867748.34005: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db0e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3edcd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867748.34026: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.34047: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.34090: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867748.34162: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 8484 1726867748.34169: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.34189: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867748.34294: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.34418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 8484 1726867748.34434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 8484 1726867748.34441: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddcde80> <<< 8484 1726867748.34523: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.35988: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["udevadm", "trigger", "--subsystem-match=block"], "start": "2024-09-20 17:29:08.345753", "end": "2024-09-20 17:29:08.357493", "delta": "0:00:00.011740", "msg": "", "invocation": {"module_args": {"_raw_params": "udevadm trigger --subsystem-match=block", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 8484 1726867748.37093: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867748.37107: 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 <<< 8484 1726867748.37120: 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 <<< 8484 1726867748.37279: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io <<< 8484 1726867748.37380: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # 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 tok<<< 8484 1726867748.37388: stdout chunk (state=3): >>>enize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 8484 1726867748.37781: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867748.37837: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 8484 1726867748.37862: stdout chunk (state=3): >>># destroy _compression # destroy _lzma<<< 8484 1726867748.37876: stdout chunk (state=3): >>> # destroy _blake2<<< 8484 1726867748.37899: stdout chunk (state=3): >>> # destroy binascii<<< 8484 1726867748.37910: stdout chunk (state=3): >>> # destroy struct # destroy zlib # destroy bz2 # destroy lzma<<< 8484 1726867748.37948: stdout chunk (state=3): >>> # destroy zipfile._path # destroy zipfile<<< 8484 1726867748.37951: stdout chunk (state=3): >>> <<< 8484 1726867748.37968: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob<<< 8484 1726867748.38022: stdout chunk (state=3): >>> # destroy ipaddress <<< 8484 1726867748.38041: stdout chunk (state=3): >>># destroy ntpath<<< 8484 1726867748.38050: stdout chunk (state=3): >>> <<< 8484 1726867748.38063: stdout chunk (state=3): >>># destroy importlib<<< 8484 1726867748.38084: stdout chunk (state=3): >>> # destroy zipimport # destroy __main__<<< 8484 1726867748.38105: stdout chunk (state=3): >>> # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder<<< 8484 1726867748.38133: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner # destroy _json<<< 8484 1726867748.38139: stdout chunk (state=3): >>> # destroy grp # destroy encodings<<< 8484 1726867748.38164: stdout chunk (state=3): >>> <<< 8484 1726867748.38190: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale<<< 8484 1726867748.38207: stdout chunk (state=3): >>> # destroy signal<<< 8484 1726867748.38222: stdout chunk (state=3): >>> # destroy fcntl # destroy select # destroy _signal<<< 8484 1726867748.38246: stdout chunk (state=3): >>> # destroy _posixsubprocess # destroy syslog<<< 8484 1726867748.38279: stdout chunk (state=3): >>> # destroy uuid # destroy fnmatch<<< 8484 1726867748.38287: stdout chunk (state=3): >>> <<< 8484 1726867748.38317: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array<<< 8484 1726867748.38339: stdout chunk (state=3): >>> # destroy datetime <<< 8484 1726867748.38398: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro<<< 8484 1726867748.38401: stdout chunk (state=3): >>> <<< 8484 1726867748.38469: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867748.38494: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux<<< 8484 1726867748.38503: stdout chunk (state=3): >>> <<< 8484 1726867748.38517: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian<<< 8484 1726867748.38530: stdout chunk (state=3): >>> # cleanup[3] wiping _ctypes<<< 8484 1726867748.38543: 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<<< 8484 1726867748.38568: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime<<< 8484 1726867748.38599: stdout chunk (state=3): >>> # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize<<< 8484 1726867748.38630: stdout chunk (state=3): >>> # cleanup[3] wiping platform # cleanup[3] wiping atexit<<< 8484 1726867748.38632: stdout chunk (state=3): >>> # cleanup[3] wiping _typing<<< 8484 1726867748.38649: 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<<< 8484 1726867748.38678: stdout chunk (state=3): >>> # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings<<< 8484 1726867748.38692: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap<<< 8484 1726867748.38712: stdout chunk (state=3): >>> # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler<<< 8484 1726867748.38732: stdout chunk (state=3): >>> # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre<<< 8484 1726867748.38754: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 8484 1726867748.38771: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections<<< 8484 1726867748.38795: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types<<< 8484 1726867748.38808: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath<<< 8484 1726867748.38832: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat<<< 8484 1726867748.38841: stdout chunk (state=3): >>> # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs<<< 8484 1726867748.38872: stdout chunk (state=3): >>> # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal<<< 8484 1726867748.38885: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings<<< 8484 1726867748.38905: stdout chunk (state=3): >>> # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 8484 1726867748.38922: stdout chunk (state=3): >>> # cleanup[3] wiping builtins<<< 8484 1726867748.38942: stdout chunk (state=3): >>> # destroy selinux._selinux<<< 8484 1726867748.39162: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867748.39212: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867748.39229: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867748.39259: stdout chunk (state=3): >>># destroy _collections<<< 8484 1726867748.39264: stdout chunk (state=3): >>> <<< 8484 1726867748.39305: stdout chunk (state=3): >>># destroy platform<<< 8484 1726867748.39317: stdout chunk (state=3): >>> <<< 8484 1726867748.39331: stdout chunk (state=3): >>># destroy _uuid <<< 8484 1726867748.39354: stdout chunk (state=3): >>># destroy stat <<< 8484 1726867748.39362: stdout chunk (state=3): >>># destroy genericpath <<< 8484 1726867748.39472: stdout chunk (state=3): >>># 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 <<< 8484 1726867748.39488: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves<<< 8484 1726867748.39493: stdout chunk (state=3): >>> <<< 8484 1726867748.39514: stdout chunk (state=3): >>># destroy _frozen_importlib_external<<< 8484 1726867748.39525: stdout chunk (state=3): >>> # destroy _imp <<< 8484 1726867748.39542: stdout chunk (state=3): >>># destroy _io <<< 8484 1726867748.39548: stdout chunk (state=3): >>># destroy marshal <<< 8484 1726867748.39596: stdout chunk (state=3): >>># clear sys.meta_path <<< 8484 1726867748.39605: stdout chunk (state=3): >>># clear sys.modules <<< 8484 1726867748.39662: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 8484 1726867748.39757: stdout chunk (state=3): >>># destroy codecs<<< 8484 1726867748.39775: stdout chunk (state=3): >>> <<< 8484 1726867748.39779: stdout chunk (state=3): >>># destroy encodings.aliases <<< 8484 1726867748.39799: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 8484 1726867748.39806: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io<<< 8484 1726867748.39823: stdout chunk (state=3): >>> # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit<<< 8484 1726867748.39858: stdout chunk (state=3): >>> # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867748.39924: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 8484 1726867748.39965: stdout chunk (state=3): >>># destroy _operator <<< 8484 1726867748.39994: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools<<< 8484 1726867748.40021: stdout chunk (state=3): >>> # destroy _abc<<< 8484 1726867748.40026: stdout chunk (state=3): >>> # destroy _sre<<< 8484 1726867748.40053: stdout chunk (state=3): >>> # destroy posix # destroy _functools # destroy builtins # destroy _thread<<< 8484 1726867748.40073: stdout chunk (state=3): >>> # clear sys.audit hooks<<< 8484 1726867748.40202: stdout chunk (state=3): >>> <<< 8484 1726867748.40648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867748.40683: stderr chunk (state=3): >>><<< 8484 1726867748.40690: stdout chunk (state=3): >>><<< 8484 1726867748.40759: _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 0x7f693e7684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e737b30> # /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 0x7f693e76aa50> 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 0x7f693e55d130> # /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 0x7f693e55e120> 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 0x7f693e59bf50> # /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 0x7f693e5b00e0> # /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 0x7f693e5d3920> # /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 0x7f693e5d3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5b3bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5b1340> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e599100> # /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 0x7f693e5f7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5f6540> # /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 0x7f693e5b21e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e5f4d10> # /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 0x7f693e624980> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e598380> # /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 0x7f693e624e30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e624ce0> # 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 0x7f693e6250d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e596ea0> # /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 0x7f693e625790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e625490> 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 0x7f693e626690> 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 0x7f693e6408c0> 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 0x7f693e642000> # /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 0x7f693e642ea0> # 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 0x7f693e643500> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6423f0> # /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 0x7f693e643ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6435f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e6266f0> # /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 0x7f693e3bfd40> # /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 0x7f693e3ec890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3ec5f0> # 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 0x7f693e3ec8c0> # /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 0x7f693e3ed1f0> # 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 0x7f693e3edbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3ecaa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3bdee0> # /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 0x7f693e3eefc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3edd00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e626de0> # /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 0x7f693e417320> # /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 0x7f693e4376b0> # /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 0x7f693e4984a0> # /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 0x7f693e49ac00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e4985c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e45d4c0> # /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 0x7f693dd29580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e4364b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3efef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f693e4365d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_h54klzek/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd7f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd62090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd61220> # 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 0x7f693dd7ce90> # /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 0x7f693ddaaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddaa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddaa180> # /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 0x7f693ddaabd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dd7fbc0> 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 0x7f693ddab7a0> # 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 0x7f693ddab980> # /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 0x7f693ddabec0> 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 0x7f693dc15c70> # 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 0x7f693dc17860> # /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 0x7f693dc1c1d0> # /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 0x7f693dc1d0a0> # /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 0x7f693dc1fd70> # 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 0x7f693e642d20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1e030> # /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 0x7f693dc23cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc22780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc224e0> # /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 0x7f693dc22a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc1e4e0> # 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 0x7f693dc67f50> # /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 0x7f693dc67fb0> # /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 0x7f693dc69b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc69910> # /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 0x7f693dc6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc6a210> # /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 0x7f693dc6f740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc6c200> # 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 0x7f693dc70890> # 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 0x7f693dc70a40> # 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 0x7f693dc70ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc68230> # /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 0x7f693dcfc1a0> # 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 0x7f693dcfd1f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc72930> # 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 0x7f693dc73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693dc725a0> # 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 0x7f693db01250> # /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 0x7f693db01fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e59be00> 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 0x7f693db02720> # 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 0x7f693db03320> # 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 0x7f693db0df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db0bf50> 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 0x7f693ddfa840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddde510> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693db0e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693e3edcd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f693ddcde80> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["udevadm", "trigger", "--subsystem-match=block"], "start": "2024-09-20 17:29:08.345753", "end": "2024-09-20 17:29:08.357493", "delta": "0:00:00.011740", "msg": "", "invocation": {"module_args": {"_raw_params": "udevadm trigger --subsystem-match=block", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867748.41295: done with _execute_module (ansible.legacy.command, {'_raw_params': 'udevadm trigger --subsystem-match=block', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867748.41305: _low_level_execute_command(): starting 8484 1726867748.41308: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867748.046779-11118-268125942199173/ > /dev/null 2>&1 && sleep 0' 8484 1726867748.41435: 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 <<< 8484 1726867748.41438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867748.41441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.41494: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.41497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.41503: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.41597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.47466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.47496: stderr chunk (state=3): >>><<< 8484 1726867748.47499: stdout chunk (state=3): >>><<< 8484 1726867748.47518: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.47523: handler run complete 8484 1726867748.47541: Evaluated conditional (False): False 8484 1726867748.47548: attempt loop complete, returning result 8484 1726867748.47552: _execute() done 8484 1726867748.47554: dumping result to json 8484 1726867748.47559: done dumping result, returning 8484 1726867748.47568: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [02e58e3f-6ce9-dbaf-c049-0000000010c2] 8484 1726867748.47573: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c2 8484 1726867748.47673: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c2 8484 1726867748.47676: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.011740", "end": "2024-09-20 17:29:08.357493", "rc": 0, "start": "2024-09-20 17:29:08.345753" } 8484 1726867748.47778: no more pending results, returning what we have 8484 1726867748.47781: results queue empty 8484 1726867748.47782: checking for any_errors_fatal 8484 1726867748.47819: done checking for any_errors_fatal 8484 1726867748.47820: checking for max_fail_percentage 8484 1726867748.47822: done checking for max_fail_percentage 8484 1726867748.47823: checking to see if all hosts have failed and the running result is not ok 8484 1726867748.47824: done checking to see if all hosts have failed 8484 1726867748.47825: getting the remaining hosts for this loop 8484 1726867748.47826: done getting the remaining hosts for this loop 8484 1726867748.47830: getting the next task for host managed_node3 8484 1726867748.47836: done getting next task for host managed_node3 8484 1726867748.47839: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 8484 1726867748.47844: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867748.47854: getting variables 8484 1726867748.47856: in VariableManager get_vars() 8484 1726867748.47897: Calling all_inventory to load vars for managed_node3 8484 1726867748.47900: Calling groups_inventory to load vars for managed_node3 8484 1726867748.47902: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867748.47910: Calling all_plugins_play to load vars for managed_node3 8484 1726867748.47915: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867748.47917: Calling groups_plugins_play to load vars for managed_node3 8484 1726867748.48335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867748.48756: done with get_vars() 8484 1726867748.48769: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 17:29:08 -0400 (0:00:00.510) 0:01:23.785 ****** 8484 1726867748.48845: entering _queue_task() for managed_node3/stat 8484 1726867748.49074: worker is 1 (out of 1 available) 8484 1726867748.49087: exiting _queue_task() for managed_node3/stat 8484 1726867748.49100: done queuing things up, now waiting for results queue to drain 8484 1726867748.49101: waiting for pending results... 8484 1726867748.49295: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 8484 1726867748.49426: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c3 8484 1726867748.49430: variable 'ansible_search_path' from source: unknown 8484 1726867748.49435: variable 'ansible_search_path' from source: unknown 8484 1726867748.49466: calling self._execute() 8484 1726867748.49543: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.49549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.49561: variable 'omit' from source: magic vars 8484 1726867748.49641: variable 'omit' from source: magic vars 8484 1726867748.49690: variable 'omit' from source: magic vars 8484 1726867748.49723: variable 'omit' from source: magic vars 8484 1726867748.49764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867748.49799: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867748.49816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867748.49831: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867748.49842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867748.49866: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867748.49869: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.49873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.49944: Set connection var ansible_pipelining to False 8484 1726867748.49949: Set connection var ansible_timeout to 10 8484 1726867748.49952: Set connection var ansible_connection to ssh 8484 1726867748.49958: Set connection var ansible_shell_type to sh 8484 1726867748.49963: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867748.49968: Set connection var ansible_shell_executable to /bin/sh 8484 1726867748.49990: variable 'ansible_shell_executable' from source: unknown 8484 1726867748.49993: variable 'ansible_connection' from source: unknown 8484 1726867748.49996: variable 'ansible_module_compression' from source: unknown 8484 1726867748.49998: variable 'ansible_shell_type' from source: unknown 8484 1726867748.50001: variable 'ansible_shell_executable' from source: unknown 8484 1726867748.50003: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.50006: variable 'ansible_pipelining' from source: unknown 8484 1726867748.50008: variable 'ansible_timeout' from source: unknown 8484 1726867748.50010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.50167: 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__) 8484 1726867748.50177: variable 'omit' from source: magic vars 8484 1726867748.50183: starting attempt loop 8484 1726867748.50186: running the handler 8484 1726867748.50197: _low_level_execute_command(): starting 8484 1726867748.50204: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867748.50736: 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 <<< 8484 1726867748.50740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.50743: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867748.50745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.50793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.50815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.51061: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.54794: stdout chunk (state=3): >>>/root <<< 8484 1726867748.54938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.54972: stderr chunk (state=3): >>><<< 8484 1726867748.54975: stdout chunk (state=3): >>><<< 8484 1726867748.55006: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.55016: _low_level_execute_command(): starting 8484 1726867748.55023: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797 `" && echo ansible-tmp-1726867748.5500157-11134-200575301289797="` echo /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797 `" ) && sleep 0' 8484 1726867748.55467: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.55473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867748.55506: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867748.55509: 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.42.108 is address debug1: re-parsing configuration <<< 8484 1726867748.55521: 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 <<< 8484 1726867748.55524: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.55574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.55578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.55582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.55705: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.58588: stdout chunk (state=3): >>>ansible-tmp-1726867748.5500157-11134-200575301289797=/root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797 <<< 8484 1726867748.58690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.58723: stderr chunk (state=3): >>><<< 8484 1726867748.58726: stdout chunk (state=3): >>><<< 8484 1726867748.58741: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867748.5500157-11134-200575301289797=/root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.58792: variable 'ansible_module_compression' from source: unknown 8484 1726867748.58839: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867748.58877: variable 'ansible_facts' from source: unknown 8484 1726867748.58939: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py 8484 1726867748.59046: Sending initial data 8484 1726867748.59049: Sent initial data (152 bytes) 8484 1726867748.59511: 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 <<< 8484 1726867748.59515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867748.59517: 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.42.108 is address debug1: re-parsing configuration <<< 8484 1726867748.59519: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867748.59522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.59579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.59585: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.59587: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.59674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.61369: 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 <<< 8484 1726867748.61376: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867748.61455: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867748.61545: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp3r84koao /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py <<< 8484 1726867748.61548: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py" <<< 8484 1726867748.61633: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp3r84koao" to remote "/root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py" <<< 8484 1726867748.61637: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py" <<< 8484 1726867748.62363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.62404: stderr chunk (state=3): >>><<< 8484 1726867748.62407: stdout chunk (state=3): >>><<< 8484 1726867748.62445: done transferring module to remote 8484 1726867748.62458: _low_level_execute_command(): starting 8484 1726867748.62462: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/ /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py && sleep 0' 8484 1726867748.62920: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.62923: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867748.62926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.62928: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867748.62934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.62976: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.62980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.62990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.63075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.64968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.64996: stderr chunk (state=3): >>><<< 8484 1726867748.64999: stdout chunk (state=3): >>><<< 8484 1726867748.65012: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.65020: _low_level_execute_command(): starting 8484 1726867748.65025: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/AnsiballZ_stat.py && sleep 0' 8484 1726867748.65441: 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 <<< 8484 1726867748.65450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867748.65478: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.65481: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867748.65483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.65532: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.65536: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.65635: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.67938: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867748.67956: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867748.67987: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867748.67991: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867748.68063: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867748.68069: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867748.68092: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867748.68127: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867748.68158: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867748.68162: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867748.68207: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867748.68215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.68232: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867748.68256: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867748.68288: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867748.68310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867748.68322: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeead684d0> <<< 8484 1726867748.68331: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeead37b30> <<< 8484 1726867748.68350: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867748.68359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867748.68373: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeead6aa50> <<< 8484 1726867748.68392: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867748.68410: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867748.68421: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867748.68435: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867748.68467: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867748.68557: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867748.68585: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867748.68588: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867748.68609: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867748.68636: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867748.68648: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867748.68660: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867748.68667: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867748.68673: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867748.68702: 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' <<< 8484 1726867748.68726: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab1d130> <<< 8484 1726867748.68780: 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 <<< 8484 1726867748.68797: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab1e120> <<< 8484 1726867748.68830: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867748.68855: 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. <<< 8484 1726867748.69085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867748.69098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867748.69123: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867748.69126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.69150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867748.69188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867748.69208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867748.69230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867748.69255: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab5aea0> <<< 8484 1726867748.69264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867748.69285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867748.69304: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867748.69322: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab701a0> <<< 8484 1726867748.69327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867748.69361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867748.69378: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867748.69433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.69442: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867748.69482: 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' <<< 8484 1726867748.69485: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab93a40> <<< 8484 1726867748.69503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867748.69508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabb4110> <<< 8484 1726867748.69529: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867748.69593: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab73ce0> import '_functools' # <<< 8484 1726867748.69617: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab71400> <<< 8484 1726867748.69708: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab591c0> <<< 8484 1726867748.69727: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867748.69751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867748.69763: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867748.69787: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867748.69812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867748.69830: 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' <<< 8484 1726867748.69873: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabb7950> <<< 8484 1726867748.69879: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabb6570> <<< 8484 1726867748.69918: 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' <<< 8484 1726867748.69921: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab5b0b0> <<< 8484 1726867748.69968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867748.69981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe49e0> <<< 8484 1726867748.69989: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab58440> <<< 8484 1726867748.70014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867748.70031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 8484 1726867748.70045: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70052: 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 0x7efeeabe4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe4d40> <<< 8484 1726867748.70088: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70094: 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 0x7efeeabe5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab56f60> <<< 8484 1726867748.70129: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867748.70132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.70152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867748.70179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867748.70202: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe54f0> <<< 8484 1726867748.70207: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867748.70236: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 8484 1726867748.70245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 8484 1726867748.70258: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe6720> <<< 8484 1726867748.70279: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867748.70311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867748.70335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867748.70372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867748.70377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeac00920> <<< 8484 1726867748.70388: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867748.70416: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70420: 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 0x7efeeac02030> <<< 8484 1726867748.70444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867748.70450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867748.70480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867748.70489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867748.70497: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeac02ed0> <<< 8484 1726867748.70533: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70545: 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 0x7efeeac03530> <<< 8484 1726867748.70551: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeac02420> <<< 8484 1726867748.70568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867748.70583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867748.70620: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70623: 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 0x7efeeac03ef0> <<< 8484 1726867748.70634: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeac03620> <<< 8484 1726867748.70678: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe6750> <<< 8484 1726867748.70695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867748.70722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867748.70743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867748.70764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867748.70805: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70816: 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 0x7efeea997d40> <<< 8484 1726867748.70823: 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' <<< 8484 1726867748.70850: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.70854: 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 0x7efeea9c0830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c0590> <<< 8484 1726867748.70888: 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 0x7efeea9c0860> <<< 8484 1726867748.70915: 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' <<< 8484 1726867748.70991: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.71125: 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 0x7efeea9c1160> <<< 8484 1726867748.71262: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.71266: 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 0x7efeea9c1b50> <<< 8484 1726867748.71268: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c0a40> <<< 8484 1726867748.71286: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea995ee0> <<< 8484 1726867748.71309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867748.71325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867748.71348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867748.71367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867748.71369: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c2f30> <<< 8484 1726867748.71390: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c1c70> <<< 8484 1726867748.71415: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe6e40> <<< 8484 1726867748.71438: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867748.71502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.71519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867748.71555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867748.71584: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9eb260> <<< 8484 1726867748.71639: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867748.71651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.71677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867748.71691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867748.71731: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa17620> <<< 8484 1726867748.71752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867748.71806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867748.71848: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867748.71890: 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 0x7efeeaa70410> <<< 8484 1726867748.71895: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867748.71927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867748.71951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867748.71994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867748.72080: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa72b70> <<< 8484 1726867748.72159: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa70530> <<< 8484 1726867748.72191: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa39430> <<< 8484 1726867748.72222: 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 0x7efeea3294f0> <<< 8484 1726867748.72244: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa16420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c3e30> <<< 8484 1726867748.72362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867748.72375: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7efeeaa16a20> <<< 8484 1726867748.72506: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_dga89woo/ansible_stat_payload.zip' <<< 8484 1726867748.72510: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.72646: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.72675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867748.72688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867748.72727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867748.72809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867748.72839: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867748.72846: 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 0x7efeea37b230> import '_typing' # <<< 8484 1726867748.73039: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea35e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea35d310> <<< 8484 1726867748.73044: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.73077: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867748.73080: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.73097: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.73117: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.73122: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867748.73139: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.74540: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.75680: 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' <<< 8484 1726867748.75690: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea379100> <<< 8484 1726867748.75705: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867748.75710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.75730: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867748.75744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867748.75768: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867748.75773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867748.75798: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.75803: 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 0x7efeea3a6c60> <<< 8484 1726867748.75839: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3a69f0> <<< 8484 1726867748.75881: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3a6300> <<< 8484 1726867748.75893: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867748.75901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867748.75937: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3a6d50> <<< 8484 1726867748.75940: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea37bc50> <<< 8484 1726867748.75952: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867748.75980: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.75986: 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 0x7efeea3a7980> <<< 8484 1726867748.76020: 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' <<< 8484 1726867748.76025: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efeea3a7bc0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867748.76095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 8484 1726867748.76141: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3cc0b0> <<< 8484 1726867748.76146: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867748.76180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867748.76203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867748.76237: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea215e50> <<< 8484 1726867748.76262: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.76269: 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 0x7efeea217a70> <<< 8484 1726867748.76285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867748.76299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867748.76333: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea218470> <<< 8484 1726867748.76353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867748.76382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867748.76400: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea219370> <<< 8484 1726867748.76418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867748.76454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867748.76479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867748.76483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867748.76533: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2200b0> <<< 8484 1726867748.76573: 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 0x7efeea220200> <<< 8484 1726867748.76593: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea21a390> <<< 8484 1726867748.76611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867748.76643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867748.76669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867748.76679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867748.76684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867748.76722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867748.76739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867748.76757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea223f80> <<< 8484 1726867748.76763: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867748.76831: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea222a80> <<< 8484 1726867748.76839: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2227e0> <<< 8484 1726867748.76854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867748.76862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867748.76949: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea222d50> <<< 8484 1726867748.76981: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea21a870> <<< 8484 1726867748.77007: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.77012: 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 0x7efeea268170> <<< 8484 1726867748.77035: 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 <<< 8484 1726867748.77039: 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 0x7efeea268350> <<< 8484 1726867748.77060: 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 <<< 8484 1726867748.77088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867748.77105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867748.77110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867748.77145: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.77150: 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 0x7efeea269df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea269bb0> <<< 8484 1726867748.77173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867748.77306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867748.77359: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.77365: 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 0x7efeea26c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea26a4e0> <<< 8484 1726867748.77384: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867748.77432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.77452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867748.77472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867748.77524: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea26fb60> <<< 8484 1726867748.77651: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea26c530> <<< 8484 1726867748.77721: 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 0x7efeea270c20><<< 8484 1726867748.77725: stdout chunk (state=3): >>> <<< 8484 1726867748.77750: 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' <<< 8484 1726867748.77756: 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 0x7efeea270dd0> <<< 8484 1726867748.77799: 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' <<< 8484 1726867748.77805: 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 0x7efeea270cb0> <<< 8484 1726867748.77819: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2684d0> <<< 8484 1726867748.77842: 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' <<< 8484 1726867748.77866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867748.77892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867748.77926: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.77950: 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 0x7efeea2fc3e0> <<< 8484 1726867748.78112: 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' <<< 8484 1726867748.78119: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efeea2fd730> <<< 8484 1726867748.78124: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea272b70> <<< 8484 1726867748.78161: 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' <<< 8484 1726867748.78167: 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 0x7efeea273f20> <<< 8484 1726867748.78175: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea272780> <<< 8484 1726867748.78192: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867748.78227: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78416: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78428: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867748.78447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78463: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867748.78485: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78610: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.78732: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.79296: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.79843: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867748.79854: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867748.79858: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867748.79881: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867748.79900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.79961: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867748.79966: 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 0x7efeea101940> <<< 8484 1726867748.80050: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867748.80054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867748.80073: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea102630> <<< 8484 1726867748.80078: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2fd550> <<< 8484 1726867748.80140: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867748.80146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.80166: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.80184: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867748.80189: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.80341: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.80500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867748.80509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867748.80522: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea1028a0> <<< 8484 1726867748.80527: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.80991: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81516: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867748.81596: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81639: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81674: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867748.81689: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81754: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81841: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867748.81851: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81869: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867748.81889: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81929: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.81976: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867748.81985: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82218: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867748.82545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867748.82551: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867748.82602: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea103950> <<< 8484 1726867748.82609: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867748.82779: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867748.82784: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867748.82802: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82887: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867748.82905: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82946: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.82994: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83046: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83127: 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 <<< 8484 1726867748.83166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.83266: 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 0x7efeea10e360> <<< 8484 1726867748.83302: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea109af0> <<< 8484 1726867748.83334: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867748.83343: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 8484 1726867748.83350: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83419: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83479: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83512: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83555: 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 <<< 8484 1726867748.83565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867748.83576: 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 <<< 8484 1726867748.83604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867748.83623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867748.83694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867748.83709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867748.83729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867748.83787: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea202ab0> <<< 8484 1726867748.83834: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3e2780> <<< 8484 1726867748.83916: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea10e390> <<< 8484 1726867748.83922: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea1032f0> <<< 8484 1726867748.83925: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867748.83938: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83965: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.83995: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867748.84001: stdout chunk (state=3): >>> import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867748.84052: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867748.84078: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.84095: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.84106: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 8484 1726867748.84254: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.84450: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867748.85841: 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": 291504326, "dev": 51714, "nlink": 1, "atime": 1726867651.2200346, "mtime": 1726563702.9711192, "ctime": 1726867644.2139947, "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": "4010500591", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8484 1726867748.85866: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867748.86335: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867748.86343: 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 <<< 8484 1726867748.86377: stdout chunk (state=3): >>># restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 8484 1726867748.86383: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator <<< 8484 1726867748.86411: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 8484 1726867748.86439: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # 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 <<< 8484 1726867748.86449: stdout chunk (state=3): >>># 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 <<< 8484 1726867748.86485: stdout chunk (state=3): >>># cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal <<< 8484 1726867748.86489: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid <<< 8484 1726867748.86494: stdout chunk (state=3): >>># cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six <<< 8484 1726867748.86535: stdout chunk (state=3): >>># 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 <<< 8484 1726867748.86543: stdout chunk (state=3): >>># 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 <<< 8484 1726867748.86546: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 8484 1726867748.86557: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process <<< 8484 1726867748.86564: 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 <<< 8484 1726867748.86829: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867748.86848: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867748.86869: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867748.86887: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867748.86902: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867748.86917: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867748.86947: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867748.86968: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 8484 1726867748.86984: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 8484 1726867748.87019: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 8484 1726867748.87023: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 8484 1726867748.87030: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867748.87042: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 8484 1726867748.87060: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867748.87088: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867748.87100: stdout chunk (state=3): >>># destroy array <<< 8484 1726867748.87109: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867748.87126: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867748.87139: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867748.87144: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867748.87203: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867748.87209: 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 <<< 8484 1726867748.87212: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 8484 1726867748.87231: stdout chunk (state=3): >>># 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 <<< 8484 1726867748.87240: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib <<< 8484 1726867748.87278: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re <<< 8484 1726867748.87284: stdout chunk (state=3): >>># destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 8484 1726867748.87305: stdout chunk (state=3): >>># 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 <<< 8484 1726867748.87329: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 8484 1726867748.87343: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 8484 1726867748.87359: 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 <<< 8484 1726867748.87373: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref <<< 8484 1726867748.87394: stdout chunk (state=3): >>># cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867748.87400: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867748.87542: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867748.87563: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867748.87593: stdout chunk (state=3): >>># destroy platform <<< 8484 1726867748.87596: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867748.87602: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867748.87625: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867748.87661: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867748.87664: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 8484 1726867748.87685: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867748.87711: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules <<< 8484 1726867748.87720: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 8484 1726867748.87808: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 8484 1726867748.87820: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 8484 1726867748.87843: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 8484 1726867748.87855: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867748.87881: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867748.87887: stdout chunk (state=3): >>># destroy _operator <<< 8484 1726867748.87896: stdout chunk (state=3): >>># destroy _string # destroy re <<< 8484 1726867748.87911: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867748.87921: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867748.87935: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867748.88286: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867748.88321: stderr chunk (state=3): >>><<< 8484 1726867748.88324: stdout chunk (state=3): >>><<< 8484 1726867748.88390: _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 0x7efeead684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeead37b30> # /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 0x7efeead6aa50> 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 0x7efeeab1d130> # /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 0x7efeeab1e120> 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 0x7efeeab5aea0> # /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 0x7efeeab701a0> # /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 0x7efeeab93a40> # /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 0x7efeeabb4110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab73ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab71400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab591c0> # /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 0x7efeeabb7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabb6570> # /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 0x7efeeab722d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab5b0b0> # /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 0x7efeeabe49e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab58440> # /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 0x7efeeabe4e90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe4d40> # 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 0x7efeeabe5130> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeab56f60> # /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 0x7efeeabe5820> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe54f0> 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 0x7efeeabe6720> 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 0x7efeeac00920> 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 0x7efeeac02030> # /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 0x7efeeac02ed0> # 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 0x7efeeac03530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeac02420> # /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 0x7efeeac03ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeac03620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe6750> # /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 0x7efeea997d40> # /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 0x7efeea9c0830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c0590> # 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 0x7efeea9c0860> # /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 0x7efeea9c1160> # 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 0x7efeea9c1b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c0a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea995ee0> # /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 0x7efeea9c2f30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c1c70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeabe6e40> # /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 0x7efeea9eb260> # /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 0x7efeeaa17620> # /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 0x7efeeaa70410> # /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 0x7efeeaa72b70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa70530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa39430> # /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 0x7efeea3294f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeeaa16420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea9c3e30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7efeeaa16a20> # zipimport: found 30 names in '/tmp/ansible_stat_payload_dga89woo/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 0x7efeea37b230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea35e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea35d310> # 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 0x7efeea379100> # /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 0x7efeea3a6c60> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3a69f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3a6300> # /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 0x7efeea3a6d50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea37bc50> 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 0x7efeea3a7980> # 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 0x7efeea3a7bc0> # /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 0x7efeea3cc0b0> 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 0x7efeea215e50> # 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 0x7efeea217a70> # /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 0x7efeea218470> # /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 0x7efeea219370> # /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 0x7efeea2200b0> # 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 0x7efeea220200> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea21a390> # /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 0x7efeea223f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea222a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2227e0> # /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 0x7efeea222d50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea21a870> # 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 0x7efeea268170> # /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 0x7efeea268350> # /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 0x7efeea269df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea269bb0> # /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 0x7efeea26c380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea26a4e0> # /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 0x7efeea26fb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea26c530> # 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 0x7efeea270c20> # 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 0x7efeea270dd0> # 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 0x7efeea270cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2684d0> # /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 0x7efeea2fc3e0> # 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 0x7efeea2fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea272b70> # 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 0x7efeea273f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea272780> # 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 0x7efeea101940> # /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 0x7efeea102630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea2fd550> 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 0x7efeea1028a0> # 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 0x7efeea103950> # 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 0x7efeea10e360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea109af0> 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 0x7efeea202ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea3e2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea10e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efeea1032f0> # 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": 291504326, "dev": 51714, "nlink": 1, "atime": 1726867651.2200346, "mtime": 1726563702.9711192, "ctime": 1726867644.2139947, "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": "4010500591", "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867748.88919: 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-1726867748.5500157-11134-200575301289797/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867748.88923: _low_level_execute_command(): starting 8484 1726867748.88926: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867748.5500157-11134-200575301289797/ > /dev/null 2>&1 && sleep 0' 8484 1726867748.89113: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.89117: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867748.89120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.89122: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.89124: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867748.89126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.89174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.89181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.89183: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.89275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.91164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.91195: stderr chunk (state=3): >>><<< 8484 1726867748.91198: stdout chunk (state=3): >>><<< 8484 1726867748.91216: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.91219: handler run complete 8484 1726867748.91257: attempt loop complete, returning result 8484 1726867748.91260: _execute() done 8484 1726867748.91262: dumping result to json 8484 1726867748.91265: done dumping result, returning 8484 1726867748.91276: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [02e58e3f-6ce9-dbaf-c049-0000000010c3] 8484 1726867748.91279: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c3 8484 1726867748.91382: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c3 8484 1726867748.91384: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726867651.2200346, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726867644.2139947, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726563702.9711192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4010500591", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 8484 1726867748.91501: no more pending results, returning what we have 8484 1726867748.91504: results queue empty 8484 1726867748.91505: checking for any_errors_fatal 8484 1726867748.91516: done checking for any_errors_fatal 8484 1726867748.91516: checking for max_fail_percentage 8484 1726867748.91518: done checking for max_fail_percentage 8484 1726867748.91519: checking to see if all hosts have failed and the running result is not ok 8484 1726867748.91520: done checking to see if all hosts have failed 8484 1726867748.91520: getting the remaining hosts for this loop 8484 1726867748.91522: done getting the remaining hosts for this loop 8484 1726867748.91525: getting the next task for host managed_node3 8484 1726867748.91531: done getting next task for host managed_node3 8484 1726867748.91534: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 8484 1726867748.91538: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867748.91553: getting variables 8484 1726867748.91554: in VariableManager get_vars() 8484 1726867748.91591: Calling all_inventory to load vars for managed_node3 8484 1726867748.91594: Calling groups_inventory to load vars for managed_node3 8484 1726867748.91595: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867748.91613: Calling all_plugins_play to load vars for managed_node3 8484 1726867748.91616: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867748.91619: Calling groups_plugins_play to load vars for managed_node3 8484 1726867748.92023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867748.92437: done with get_vars() 8484 1726867748.92451: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 17:29:08 -0400 (0:00:00.436) 0:01:24.222 ****** 8484 1726867748.92524: entering _queue_task() for managed_node3/lineinfile 8484 1726867748.92743: worker is 1 (out of 1 available) 8484 1726867748.92756: exiting _queue_task() for managed_node3/lineinfile 8484 1726867748.92772: done queuing things up, now waiting for results queue to drain 8484 1726867748.92773: waiting for pending results... 8484 1726867748.92954: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 8484 1726867748.93057: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c4 8484 1726867748.93069: variable 'ansible_search_path' from source: unknown 8484 1726867748.93074: variable 'ansible_search_path' from source: unknown 8484 1726867748.93102: calling self._execute() 8484 1726867748.93175: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.93181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.93191: variable 'omit' from source: magic vars 8484 1726867748.93474: variable '__storage_fstab' from source: set_fact 8484 1726867748.93501: Evaluated conditional (__storage_fstab.stat.exists): True 8484 1726867748.93617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867748.93819: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867748.93850: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867748.93877: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867748.93906: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867748.93962: variable 'blivet_output' from source: set_fact 8484 1726867748.94036: Evaluated conditional (blivet_output is changed): True 8484 1726867748.94039: variable 'omit' from source: magic vars 8484 1726867748.94087: variable 'omit' from source: magic vars 8484 1726867748.94109: variable '__str' from source: task vars 8484 1726867748.94160: variable '__str' from source: task vars 8484 1726867748.94167: variable '__str' from source: task vars 8484 1726867748.94217: variable '__str' from source: task vars 8484 1726867748.94228: variable 'omit' from source: magic vars 8484 1726867748.94252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867748.94274: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867748.94289: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867748.94304: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867748.94316: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867748.94339: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867748.94342: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.94344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.94409: Set connection var ansible_pipelining to False 8484 1726867748.94415: Set connection var ansible_timeout to 10 8484 1726867748.94418: Set connection var ansible_connection to ssh 8484 1726867748.94425: Set connection var ansible_shell_type to sh 8484 1726867748.94432: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867748.94436: Set connection var ansible_shell_executable to /bin/sh 8484 1726867748.94456: variable 'ansible_shell_executable' from source: unknown 8484 1726867748.94458: variable 'ansible_connection' from source: unknown 8484 1726867748.94461: variable 'ansible_module_compression' from source: unknown 8484 1726867748.94463: variable 'ansible_shell_type' from source: unknown 8484 1726867748.94466: variable 'ansible_shell_executable' from source: unknown 8484 1726867748.94468: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867748.94473: variable 'ansible_pipelining' from source: unknown 8484 1726867748.94475: variable 'ansible_timeout' from source: unknown 8484 1726867748.94480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867748.94589: 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__) 8484 1726867748.94599: variable 'omit' from source: magic vars 8484 1726867748.94604: starting attempt loop 8484 1726867748.94607: running the handler 8484 1726867748.94619: _low_level_execute_command(): starting 8484 1726867748.94627: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867748.95122: 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 <<< 8484 1726867748.95126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.95140: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.95196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.95201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.95204: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.95300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.96993: stdout chunk (state=3): >>>/root <<< 8484 1726867748.97091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.97123: stderr chunk (state=3): >>><<< 8484 1726867748.97126: stdout chunk (state=3): >>><<< 8484 1726867748.97150: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.97164: _low_level_execute_command(): starting 8484 1726867748.97171: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159 `" && echo ansible-tmp-1726867748.97149-11142-95278177054159="` echo /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159 `" ) && sleep 0' 8484 1726867748.97618: 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 <<< 8484 1726867748.97622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.97624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867748.97626: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867748.97681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867748.97684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867748.97695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867748.97778: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867748.99747: stdout chunk (state=3): >>>ansible-tmp-1726867748.97149-11142-95278177054159=/root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159 <<< 8484 1726867748.99846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867748.99875: stderr chunk (state=3): >>><<< 8484 1726867748.99879: stdout chunk (state=3): >>><<< 8484 1726867748.99893: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867748.97149-11142-95278177054159=/root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867748.99937: variable 'ansible_module_compression' from source: unknown 8484 1726867748.99984: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 8484 1726867749.00017: variable 'ansible_facts' from source: unknown 8484 1726867749.00077: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py 8484 1726867749.00232: Sending initial data 8484 1726867749.00235: Sent initial data (155 bytes) 8484 1726867749.00640: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.00644: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.00646: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.00648: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.00650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.00704: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.00707: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.00713: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.00798: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.02439: 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 <<< 8484 1726867749.02526: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867749.02619: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp5qrk5vli /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py <<< 8484 1726867749.02622: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py" <<< 8484 1726867749.02715: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmp5qrk5vli" to remote "/root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py" <<< 8484 1726867749.02717: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py" <<< 8484 1726867749.03447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.03494: stderr chunk (state=3): >>><<< 8484 1726867749.03497: stdout chunk (state=3): >>><<< 8484 1726867749.03516: done transferring module to remote 8484 1726867749.03526: _low_level_execute_command(): starting 8484 1726867749.03531: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/ /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py && sleep 0' 8484 1726867749.03963: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.03996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867749.04000: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.04003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.04007: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.04009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.04063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.04072: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.04074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.04160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.06016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.06041: stderr chunk (state=3): >>><<< 8484 1726867749.06045: stdout chunk (state=3): >>><<< 8484 1726867749.06064: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867749.06067: _low_level_execute_command(): starting 8484 1726867749.06073: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/AnsiballZ_lineinfile.py && sleep 0' 8484 1726867749.06529: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.06533: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.06535: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867749.06537: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867749.06539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.06587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.06595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.06597: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.06688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.08901: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867749.08916: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867749.08947: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867749.08954: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867749.09023: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867749.09027: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867749.09054: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867749.09091: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867749.09115: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867749.09119: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867749.09167: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867749.09171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.09193: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867749.09214: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867749.09245: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867749.09273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867749.09279: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cc184d0> <<< 8484 1726867749.09294: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cbe7b30> <<< 8484 1726867749.09313: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867749.09322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867749.09325: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cc1aa50> <<< 8484 1726867749.09340: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867749.09365: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867749.09393: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867749.09423: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867749.09513: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867749.09533: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867749.09566: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867749.09569: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867749.09592: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867749.09609: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867749.09625: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867749.09648: 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 <<< 8484 1726867749.09661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867749.09680: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca2d130> <<< 8484 1726867749.09742: 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' <<< 8484 1726867749.09747: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca2e120> <<< 8484 1726867749.09778: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867749.09807: 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. <<< 8484 1726867749.10031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867749.10043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867749.10067: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867749.10073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.10097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867749.10133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867749.10150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867749.10175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867749.10191: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca73fb0> <<< 8484 1726867749.10244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867749.10251: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867749.10275: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca80140> <<< 8484 1726867749.10278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867749.10298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867749.10330: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867749.10371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.10392: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867749.10421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867749.10424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caa39b0> <<< 8484 1726867749.10446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867749.10453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caa3f80> <<< 8484 1726867749.10471: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867749.10524: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca83c50> <<< 8484 1726867749.10527: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867749.10552: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca813a0> <<< 8484 1726867749.10643: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca71160> <<< 8484 1726867749.10665: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867749.10688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867749.10691: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867749.10721: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867749.10739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867749.10764: 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' <<< 8484 1726867749.10800: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cac78f0> <<< 8484 1726867749.10810: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cac6510> <<< 8484 1726867749.10844: 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 0x7f3d7ca83f20> <<< 8484 1726867749.10853: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cac4c80> <<< 8484 1726867749.10891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867749.10911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867749.10927: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca703e0> <<< 8484 1726867749.10932: 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' <<< 8484 1726867749.10969: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.10974: 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 0x7f3d7caf4dd0> <<< 8484 1726867749.10980: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf4c80> <<< 8484 1726867749.11010: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.11020: 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 0x7f3d7caf5040> <<< 8484 1726867749.11026: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca66f00> <<< 8484 1726867749.11050: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867749.11055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.11078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867749.11108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867749.11120: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf5730> <<< 8484 1726867749.11129: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf5400> import 'importlib.machinery' # <<< 8484 1726867749.11156: 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' <<< 8484 1726867749.11183: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf6630> import 'importlib.util' # <<< 8484 1726867749.11200: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867749.11223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867749.11255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867749.11273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867749.11300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 8484 1726867749.11308: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cb10860> import 'errno' # <<< 8484 1726867749.11331: 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 0x7f3d7cb11fa0> <<< 8484 1726867749.11348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867749.11369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867749.11389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867749.11396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867749.11402: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cb12e10> <<< 8484 1726867749.11445: 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 0x7f3d7cb13440> <<< 8484 1726867749.11450: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cb12360> <<< 8484 1726867749.11467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867749.11484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867749.11523: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.11531: 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 0x7f3d7cb13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cb13560> <<< 8484 1726867749.11576: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf6690> <<< 8484 1726867749.11594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867749.11623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867749.11634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867749.11662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867749.11694: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.11704: 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 0x7f3d7c8a3d40> <<< 8484 1726867749.11719: 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' <<< 8484 1726867749.11743: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.11751: 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 0x7f3d7c8cc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cc560> <<< 8484 1726867749.11773: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.11778: 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 0x7f3d7c8cc740> <<< 8484 1726867749.11805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867749.11808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867749.11879: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.12001: 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 0x7f3d7c8cd100> <<< 8484 1726867749.12131: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.12135: 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 0x7f3d7c8cda60> <<< 8484 1726867749.12152: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cc9b0> <<< 8484 1726867749.12156: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8a1ee0> <<< 8484 1726867749.12182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867749.12200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867749.12226: 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' <<< 8484 1726867749.12242: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cedb0> <<< 8484 1726867749.12264: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cd8e0> <<< 8484 1726867749.12287: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf6d80> <<< 8484 1726867749.12312: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867749.12376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.12388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867749.12424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867749.12450: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8fb140> <<< 8484 1726867749.12512: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867749.12518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.12539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867749.12556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867749.12600: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c9234a0> <<< 8484 1726867749.12620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867749.12673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867749.12718: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867749.12747: 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 0x7f3d7c97c260> <<< 8484 1726867749.12762: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867749.12787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867749.12819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867749.12852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867749.12942: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c97e9c0> <<< 8484 1726867749.13016: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c97c380> <<< 8484 1726867749.13057: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c949280> <<< 8484 1726867749.13082: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867749.13096: 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 0x7f3d7c781340> <<< 8484 1726867749.13102: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c9222d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cfd10> <<< 8484 1726867749.13213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867749.13231: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d7c9228d0> <<< 8484 1726867749.13369: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_xqvekcez/ansible_lineinfile_payload.zip' <<< 8484 1726867749.13375: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.13498: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.13530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867749.13537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867749.13583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867749.13660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867749.13700: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 8484 1726867749.13703: 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 0x7f3d7c7d70b0> <<< 8484 1726867749.13706: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867749.13894: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7b5fa0> <<< 8484 1726867749.13900: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7b5100> # zipimport: zlib available <<< 8484 1726867749.13933: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867749.13938: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.13960: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.13972: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.13990: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867749.14002: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.15446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.16608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867749.16619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7d4f80> <<< 8484 1726867749.16643: 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' <<< 8484 1726867749.16685: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867749.16689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867749.16710: 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' <<< 8484 1726867749.16813: 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 0x7f3d7c802b10> <<< 8484 1726867749.16851: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8028a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8021b0> # /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' <<< 8484 1726867749.16893: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c802600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7d7d40> <<< 8484 1726867749.16913: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867749.16980: 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 0x7f3d7c803860> <<< 8484 1726867749.16999: 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 0x7f3d7c8039e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867749.17048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867749.17059: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867749.17109: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c803ef0> <<< 8484 1726867749.17132: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867749.17154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867749.17165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867749.17208: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c119cd0> <<< 8484 1726867749.17243: 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 0x7f3d7c11b8f0> <<< 8484 1726867749.17279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867749.17283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867749.17336: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11c2f0> <<< 8484 1726867749.17341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867749.17392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867749.17397: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11d490> <<< 8484 1726867749.17409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867749.17451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867749.17477: 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' <<< 8484 1726867749.17524: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11ff50> <<< 8484 1726867749.17599: 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 0x7f3d7c124290> <<< 8484 1726867749.17602: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11e210> <<< 8484 1726867749.17669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867749.17675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867749.17678: 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' <<< 8484 1726867749.17724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867749.17745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867749.17761: 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 0x7f3d7c127f20> <<< 8484 1726867749.17789: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867749.17856: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c1269f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c126750> <<< 8484 1726867749.17883: 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' <<< 8484 1726867749.17957: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c126cc0> <<< 8484 1726867749.18021: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11e720> <<< 8484 1726867749.18026: 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 0x7f3d7c16c1a0> <<< 8484 1726867749.18096: 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 0x7f3d7c16c2f0> <<< 8484 1726867749.18101: 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 <<< 8484 1726867749.18103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867749.18126: 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' <<< 8484 1726867749.18167: 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 0x7f3d7c16dd60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c16db20> <<< 8484 1726867749.18191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867749.18313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867749.18367: 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 0x7f3d7c170320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c16e450> <<< 8484 1726867749.18400: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867749.18444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.18475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867749.18492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 8484 1726867749.18524: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c173aa0> <<< 8484 1726867749.18652: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c170470> <<< 8484 1726867749.18715: 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 0x7f3d7c174830> <<< 8484 1726867749.18751: 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 0x7f3d7c174860> <<< 8484 1726867749.18974: 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 0x7f3d7c174cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c16c4a0> # /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 0x7f3d7c000380> <<< 8484 1726867749.19118: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.19123: 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 0x7f3d7c0017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c176b10> <<< 8484 1726867749.19181: 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 0x7f3d7c177ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c176720> # zipimport: zlib available <<< 8484 1726867749.19186: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867749.19215: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.19292: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.19418: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.19425: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.19449: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867749.19463: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.19576: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.19691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.20333: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.20792: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867749.20840: 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 <<< 8484 1726867749.20846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.20903: 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 0x7f3d7c005a90> <<< 8484 1726867749.21001: 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' <<< 8484 1726867749.21025: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c0067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c001940> <<< 8484 1726867749.21078: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867749.21096: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.21132: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 8484 1726867749.21289: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.21462: 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' <<< 8484 1726867749.21478: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c006450> # zipimport: zlib available <<< 8484 1726867749.21931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22380: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22533: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867749.22539: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22577: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22607: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867749.22627: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22690: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22778: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867749.22788: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22804: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867749.22821: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22863: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.22909: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867749.22914: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23148: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867749.23444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867749.23460: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867749.23533: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c007980> <<< 8484 1726867749.23538: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23619: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23688: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867749.23698: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 8484 1726867749.23721: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867749.23724: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23777: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23809: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867749.23832: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23920: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.23975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24046: 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 <<< 8484 1726867749.24084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.24181: 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 0x7f3d7c012420> <<< 8484 1726867749.24210: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c00edb0> <<< 8484 1726867749.24239: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867749.24265: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24322: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24389: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24413: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24457: 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' <<< 8484 1726867749.24486: 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 <<< 8484 1726867749.24502: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867749.24530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867749.24594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867749.24613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867749.24632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867749.24694: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c102d50> <<< 8484 1726867749.24736: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c832a20> <<< 8484 1726867749.24820: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c0125d0> <<< 8484 1726867749.24823: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c012120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867749.24841: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24864: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24897: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867749.24955: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867749.24972: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.24987: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867749.25002: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.25272: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.25593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.26313: stdout chunk (state=3): >>> {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8484 1726867749.26319: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867749.26684: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867749.26697: 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 <<< 8484 1726867749.26710: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings <<< 8484 1726867749.26723: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools <<< 8484 1726867749.26761: stdout chunk (state=3): >>># cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # 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 <<< 8484 1726867749.26777: stdout chunk (state=3): >>># 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 <<< 8484 1726867749.26800: stdout chunk (state=3): >>># destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # 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 <<< 8484 1726867749.26810: stdout chunk (state=3): >>># cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 8484 1726867749.26826: stdout chunk (state=3): >>># 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 <<< 8484 1726867749.26849: stdout chunk (state=3): >>># 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<<< 8484 1726867749.26878: 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 # 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<<< 8484 1726867749.26886: stdout chunk (state=3): >>> # 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 <<< 8484 1726867749.26889: stdout chunk (state=3): >>># 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 <<< 8484 1726867749.26898: stdout chunk (state=3): >>># 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 <<< 8484 1726867749.27177: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867749.27206: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 8484 1726867749.27221: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 8484 1726867749.27235: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 8484 1726867749.27273: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867749.27310: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile <<< 8484 1726867749.27325: stdout chunk (state=3): >>># 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 <<< 8484 1726867749.27341: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867749.27358: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 8484 1726867749.27362: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 8484 1726867749.27369: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8484 1726867749.27397: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 8484 1726867749.27436: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867749.27439: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867749.27441: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867749.27483: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867749.27488: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 8484 1726867749.27522: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 8484 1726867749.27539: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867749.27559: 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 <<< 8484 1726867749.27574: 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 <<< 8484 1726867749.27589: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg <<< 8484 1726867749.27594: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867749.27631: 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 <<< 8484 1726867749.27651: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 8484 1726867749.27666: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 8484 1726867749.27675: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867749.27690: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867749.27843: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867749.27850: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867749.27878: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867749.27887: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867749.27903: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867749.27934: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 8484 1726867749.27960: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 8484 1726867749.27962: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867749.27988: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867749.28090: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 8484 1726867749.28093: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 8484 1726867749.28110: stdout chunk (state=3): >>># destroy time <<< 8484 1726867749.28127: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867749.28145: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867749.28148: stdout chunk (state=3): >>># destroy _operator <<< 8484 1726867749.28190: stdout chunk (state=3): >>># destroy _string # destroy re <<< 8484 1726867749.28193: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 8484 1726867749.28203: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867749.28210: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867749.28590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867749.28625: stderr chunk (state=3): >>><<< 8484 1726867749.28628: stdout chunk (state=3): >>><<< 8484 1726867749.28693: _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 0x7f3d7cc184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cbe7b30> # /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 0x7f3d7cc1aa50> 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 0x7f3d7ca2d130> # /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 0x7f3d7ca2e120> 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 0x7f3d7ca73fb0> # /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 0x7f3d7ca80140> # /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 0x7f3d7caa39b0> # /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 0x7f3d7caa3f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca83c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca813a0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca71160> # /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 0x7f3d7cac78f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cac6510> # /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 0x7f3d7ca83f20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cac4c80> # /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 0x7f3d7caf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca703e0> # /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 0x7f3d7caf4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf4c80> # 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 0x7f3d7caf5040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7ca66f00> # /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 0x7f3d7caf5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf5400> 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 0x7f3d7caf6630> 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 0x7f3d7cb10860> 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 0x7f3d7cb11fa0> # /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 0x7f3d7cb12e10> # 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 0x7f3d7cb13440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cb12360> # /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 0x7f3d7cb13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7cb13560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf6690> # /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 0x7f3d7c8a3d40> # /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 0x7f3d7c8cc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cc560> # 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 0x7f3d7c8cc740> # /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 0x7f3d7c8cd100> # 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 0x7f3d7c8cda60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cc9b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8a1ee0> # /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 0x7f3d7c8cedb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cd8e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7caf6d80> # /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 0x7f3d7c8fb140> # /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 0x7f3d7c9234a0> # /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 0x7f3d7c97c260> # /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 0x7f3d7c97e9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c97c380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c949280> # /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 0x7f3d7c781340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c9222d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8cfd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d7c9228d0> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_xqvekcez/ansible_lineinfile_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7d70b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7b5fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7b5100> # 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 0x7f3d7c7d4f80> # /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 0x7f3d7c802b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8028a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c8021b0> # /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 0x7f3d7c802600> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c7d7d40> 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 0x7f3d7c803860> # 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 0x7f3d7c8039e0> # /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 0x7f3d7c803ef0> 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 0x7f3d7c119cd0> # 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 0x7f3d7c11b8f0> # /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 0x7f3d7c11c2f0> # /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 0x7f3d7c11d490> # /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 0x7f3d7c11ff50> # 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 0x7f3d7c124290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11e210> # /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 0x7f3d7c127f20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c1269f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c126750> # /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 0x7f3d7c126cc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c11e720> # 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 0x7f3d7c16c1a0> # /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 0x7f3d7c16c2f0> # /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 0x7f3d7c16dd60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c16db20> # /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 0x7f3d7c170320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c16e450> # /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 0x7f3d7c173aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c170470> # 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 0x7f3d7c174830> # 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 0x7f3d7c174860> # 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 0x7f3d7c174cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c16c4a0> # /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 0x7f3d7c000380> # 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 0x7f3d7c0017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c176b10> # 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 0x7f3d7c177ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c176720> # 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 0x7f3d7c005a90> # /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 0x7f3d7c0067e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c001940> 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 0x7f3d7c006450> # 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 0x7f3d7c007980> # 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 0x7f3d7c012420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c00edb0> 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 0x7f3d7c102d50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c832a20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c0125d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d7c012120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "msg": "", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/fstab (content)", "after_header": "/etc/fstab (content)"}, {"before_header": "/etc/fstab (file attributes)", "after_header": "/etc/fstab (file attributes)"}], "invocation": {"module_args": {"insertbefore": "^#", "firstmatch": true, "line": "# system_role:storage", "regexp": "# system_role:storage", "path": "/etc/fstab", "state": "present", "backrefs": false, "create": false, "backup": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867749.29219: done with _execute_module (lineinfile, {'insertbefore': '^#', 'firstmatch': True, 'line': '# system_role:storage', 'regexp': '# system_role:storage', 'path': '/etc/fstab', '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': 'lineinfile', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867749.29223: _low_level_execute_command(): starting 8484 1726867749.29226: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867748.97149-11142-95278177054159/ > /dev/null 2>&1 && sleep 0' 8484 1726867749.29387: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.29390: 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.42.108 originally 10.31.42.108 <<< 8484 1726867749.29393: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.29395: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.29397: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.29399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.29449: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.29452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.29545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.31473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.31499: stderr chunk (state=3): >>><<< 8484 1726867749.31502: stdout chunk (state=3): >>><<< 8484 1726867749.31516: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867749.31522: handler run complete 8484 1726867749.31539: attempt loop complete, returning result 8484 1726867749.31542: _execute() done 8484 1726867749.31545: dumping result to json 8484 1726867749.31555: done dumping result, returning 8484 1726867749.31560: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [02e58e3f-6ce9-dbaf-c049-0000000010c4] 8484 1726867749.31564: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c4 8484 1726867749.31669: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c4 8484 1726867749.31674: WORKER PROCESS EXITING ok: [managed_node3] => { "backup": "", "changed": false } 8484 1726867749.31767: no more pending results, returning what we have 8484 1726867749.31772: results queue empty 8484 1726867749.31773: checking for any_errors_fatal 8484 1726867749.31785: done checking for any_errors_fatal 8484 1726867749.31785: checking for max_fail_percentage 8484 1726867749.31787: done checking for max_fail_percentage 8484 1726867749.31788: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.31789: done checking to see if all hosts have failed 8484 1726867749.31790: getting the remaining hosts for this loop 8484 1726867749.31791: done getting the remaining hosts for this loop 8484 1726867749.31795: getting the next task for host managed_node3 8484 1726867749.31802: done getting next task for host managed_node3 8484 1726867749.31805: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 8484 1726867749.31809: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.31822: getting variables 8484 1726867749.31824: in VariableManager get_vars() 8484 1726867749.31859: Calling all_inventory to load vars for managed_node3 8484 1726867749.31861: Calling groups_inventory to load vars for managed_node3 8484 1726867749.31863: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.31878: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.31881: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.31884: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.32287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.32694: done with get_vars() 8484 1726867749.32707: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 17:29:09 -0400 (0:00:00.402) 0:01:24.624 ****** 8484 1726867749.32787: entering _queue_task() for managed_node3/systemd 8484 1726867749.33016: worker is 1 (out of 1 available) 8484 1726867749.33029: exiting _queue_task() for managed_node3/systemd 8484 1726867749.33043: done queuing things up, now waiting for results queue to drain 8484 1726867749.33045: waiting for pending results... 8484 1726867749.33233: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 8484 1726867749.33341: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c6 8484 1726867749.33351: variable 'ansible_search_path' from source: unknown 8484 1726867749.33355: variable 'ansible_search_path' from source: unknown 8484 1726867749.33394: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867749.33549: variable 'storage_cryptsetup_services' from source: set_fact 8484 1726867749.33594: dumping result to json 8484 1726867749.33597: done dumping result, returning 8484 1726867749.33606: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [02e58e3f-6ce9-dbaf-c049-0000000010c6] 8484 1726867749.33609: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c6 8484 1726867749.33710: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c6 8484 1726867749.33715: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867749.33764: no more pending results, returning what we have 8484 1726867749.33767: results queue empty 8484 1726867749.33767: checking for any_errors_fatal 8484 1726867749.33783: done checking for any_errors_fatal 8484 1726867749.33784: checking for max_fail_percentage 8484 1726867749.33786: done checking for max_fail_percentage 8484 1726867749.33787: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.33788: done checking to see if all hosts have failed 8484 1726867749.33789: getting the remaining hosts for this loop 8484 1726867749.33790: done getting the remaining hosts for this loop 8484 1726867749.33794: getting the next task for host managed_node3 8484 1726867749.33802: done getting next task for host managed_node3 8484 1726867749.33806: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 8484 1726867749.33813: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.33830: getting variables 8484 1726867749.33831: in VariableManager get_vars() 8484 1726867749.33864: Calling all_inventory to load vars for managed_node3 8484 1726867749.33866: Calling groups_inventory to load vars for managed_node3 8484 1726867749.33868: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.33884: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.33886: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.33889: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.34269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.34862: done with get_vars() 8484 1726867749.34876: done getting variables 8484 1726867749.34919: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 17:29:09 -0400 (0:00:00.021) 0:01:24.646 ****** 8484 1726867749.34943: entering _queue_task() for managed_node3/debug 8484 1726867749.35164: worker is 1 (out of 1 available) 8484 1726867749.35179: exiting _queue_task() for managed_node3/debug 8484 1726867749.35191: done queuing things up, now waiting for results queue to drain 8484 1726867749.35193: waiting for pending results... 8484 1726867749.35378: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output 8484 1726867749.35487: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c8 8484 1726867749.35498: variable 'ansible_search_path' from source: unknown 8484 1726867749.35501: variable 'ansible_search_path' from source: unknown 8484 1726867749.35532: calling self._execute() 8484 1726867749.35608: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.35616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.35623: variable 'omit' from source: magic vars 8484 1726867749.35706: variable 'omit' from source: magic vars 8484 1726867749.35752: variable 'omit' from source: magic vars 8484 1726867749.35780: variable 'omit' from source: magic vars 8484 1726867749.35817: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867749.35844: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867749.35863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867749.35878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.35887: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.35914: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867749.35918: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.35920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.35990: Set connection var ansible_pipelining to False 8484 1726867749.35994: Set connection var ansible_timeout to 10 8484 1726867749.35997: Set connection var ansible_connection to ssh 8484 1726867749.36004: Set connection var ansible_shell_type to sh 8484 1726867749.36009: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867749.36015: Set connection var ansible_shell_executable to /bin/sh 8484 1726867749.36033: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.36035: variable 'ansible_connection' from source: unknown 8484 1726867749.36038: variable 'ansible_module_compression' from source: unknown 8484 1726867749.36040: variable 'ansible_shell_type' from source: unknown 8484 1726867749.36044: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.36046: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.36049: variable 'ansible_pipelining' from source: unknown 8484 1726867749.36052: variable 'ansible_timeout' from source: unknown 8484 1726867749.36056: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.36160: 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) 8484 1726867749.36169: variable 'omit' from source: magic vars 8484 1726867749.36177: starting attempt loop 8484 1726867749.36181: running the handler 8484 1726867749.36220: variable 'blivet_output' from source: set_fact 8484 1726867749.36356: variable 'blivet_output' from source: set_fact 8484 1726867749.37454: handler run complete 8484 1726867749.37573: attempt loop complete, returning result 8484 1726867749.37577: _execute() done 8484 1726867749.37582: dumping result to json 8484 1726867749.37606: done dumping result, returning 8484 1726867749.37616: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Show blivet_output [02e58e3f-6ce9-dbaf-c049-0000000010c8] 8484 1726867749.37619: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c8 ok: [managed_node3] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1_snapset1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1_snapset1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 8484 1726867749.38205: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c8 8484 1726867749.38292: WORKER PROCESS EXITING 8484 1726867749.38301: no more pending results, returning what we have 8484 1726867749.38303: results queue empty 8484 1726867749.38304: checking for any_errors_fatal 8484 1726867749.38310: done checking for any_errors_fatal 8484 1726867749.38311: checking for max_fail_percentage 8484 1726867749.38313: done checking for max_fail_percentage 8484 1726867749.38314: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.38315: done checking to see if all hosts have failed 8484 1726867749.38315: getting the remaining hosts for this loop 8484 1726867749.38316: done getting the remaining hosts for this loop 8484 1726867749.38318: getting the next task for host managed_node3 8484 1726867749.38323: done getting next task for host managed_node3 8484 1726867749.38326: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 8484 1726867749.38329: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.38335: getting variables 8484 1726867749.38336: in VariableManager get_vars() 8484 1726867749.38360: Calling all_inventory to load vars for managed_node3 8484 1726867749.38362: Calling groups_inventory to load vars for managed_node3 8484 1726867749.38363: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.38369: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.38373: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.38375: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.38739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.39148: done with get_vars() 8484 1726867749.39161: done getting variables 8484 1726867749.39205: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 17:29:09 -0400 (0:00:00.042) 0:01:24.689 ****** 8484 1726867749.39233: entering _queue_task() for managed_node3/set_fact 8484 1726867749.39457: worker is 1 (out of 1 available) 8484 1726867749.39472: exiting _queue_task() for managed_node3/set_fact 8484 1726867749.39486: done queuing things up, now waiting for results queue to drain 8484 1726867749.39487: waiting for pending results... 8484 1726867749.39688: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 8484 1726867749.39799: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010c9 8484 1726867749.39811: variable 'ansible_search_path' from source: unknown 8484 1726867749.39814: variable 'ansible_search_path' from source: unknown 8484 1726867749.39846: calling self._execute() 8484 1726867749.39927: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.39932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.39943: variable 'omit' from source: magic vars 8484 1726867749.40020: variable 'omit' from source: magic vars 8484 1726867749.40073: variable 'omit' from source: magic vars 8484 1726867749.40247: variable 'blivet_output' from source: set_fact 8484 1726867749.41077: variable 'omit' from source: magic vars 8484 1726867749.41110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867749.41141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867749.41156: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867749.41169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.41180: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.41204: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867749.41207: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.41210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.41281: Set connection var ansible_pipelining to False 8484 1726867749.41287: Set connection var ansible_timeout to 10 8484 1726867749.41290: Set connection var ansible_connection to ssh 8484 1726867749.41296: Set connection var ansible_shell_type to sh 8484 1726867749.41301: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867749.41306: Set connection var ansible_shell_executable to /bin/sh 8484 1726867749.41328: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.41331: variable 'ansible_connection' from source: unknown 8484 1726867749.41334: variable 'ansible_module_compression' from source: unknown 8484 1726867749.41337: variable 'ansible_shell_type' from source: unknown 8484 1726867749.41339: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.41341: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.41344: variable 'ansible_pipelining' from source: unknown 8484 1726867749.41346: variable 'ansible_timeout' from source: unknown 8484 1726867749.41352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.41455: 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) 8484 1726867749.41468: variable 'omit' from source: magic vars 8484 1726867749.41490: starting attempt loop 8484 1726867749.41493: running the handler 8484 1726867749.41502: handler run complete 8484 1726867749.41510: attempt loop complete, returning result 8484 1726867749.41516: _execute() done 8484 1726867749.41518: dumping result to json 8484 1726867749.41535: done dumping result, returning 8484 1726867749.41543: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [02e58e3f-6ce9-dbaf-c049-0000000010c9] 8484 1726867749.41548: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c9 8484 1726867749.41752: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010c9 8484 1726867749.41755: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "UUID=465c55b6-acc3-4963-ab01-dcb50f0a10fd", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "UUID=21f33327-a0b8-4e7f-9e08-86ae3b0edc78", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "UUID=237ed327-4b59-4f30-9c19-044e5080fdd6", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "UUID=0c29f033-2b3b-4bbf-8084-d6b53284d9e9", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "UUID=7c336f63-c6b5-41dd-adaf-98605dcea5b9", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "UUID=f6c1e7f2-3b78-4cb1-af9f-c123d233d22b", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "UUID=567d2077-77ae-4984-b32e-45bcd8caaa48", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "UUID=70422330-ac9f-4f3e-83f3-cf89c633232b", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 8484 1726867749.42067: no more pending results, returning what we have 8484 1726867749.42069: results queue empty 8484 1726867749.42072: checking for any_errors_fatal 8484 1726867749.42097: done checking for any_errors_fatal 8484 1726867749.42097: checking for max_fail_percentage 8484 1726867749.42098: done checking for max_fail_percentage 8484 1726867749.42099: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.42099: done checking to see if all hosts have failed 8484 1726867749.42100: getting the remaining hosts for this loop 8484 1726867749.42101: done getting the remaining hosts for this loop 8484 1726867749.42103: getting the next task for host managed_node3 8484 1726867749.42107: done getting next task for host managed_node3 8484 1726867749.42110: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 8484 1726867749.42114: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), did rescue? False, did start at task? False 8484 1726867749.42121: getting variables 8484 1726867749.42122: in VariableManager get_vars() 8484 1726867749.42148: Calling all_inventory to load vars for managed_node3 8484 1726867749.42150: Calling groups_inventory to load vars for managed_node3 8484 1726867749.42151: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.42157: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.42158: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.42160: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.42546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.42952: done with get_vars() 8484 1726867749.42964: done getting variables 8484 1726867749.43010: 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-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 17:29:09 -0400 (0:00:00.037) 0:01:24.727 ****** 8484 1726867749.43035: entering _queue_task() for managed_node3/set_fact 8484 1726867749.43257: worker is 1 (out of 1 available) 8484 1726867749.43271: exiting _queue_task() for managed_node3/set_fact 8484 1726867749.43284: done queuing things up, now waiting for results queue to drain 8484 1726867749.43285: waiting for pending results... 8484 1726867749.43479: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 8484 1726867749.43569: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010ca 8484 1726867749.43580: variable 'ansible_search_path' from source: unknown 8484 1726867749.43584: variable 'ansible_search_path' from source: unknown 8484 1726867749.43611: calling self._execute() 8484 1726867749.43689: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.43696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.43704: variable 'omit' from source: magic vars 8484 1726867749.43790: variable 'omit' from source: magic vars 8484 1726867749.43843: variable 'omit' from source: magic vars 8484 1726867749.44014: variable 'blivet_output' from source: set_fact 8484 1726867749.44125: variable 'omit' from source: magic vars 8484 1726867749.44156: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867749.44187: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867749.44204: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867749.44219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.44228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.44252: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867749.44256: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.44259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.44330: Set connection var ansible_pipelining to False 8484 1726867749.44334: Set connection var ansible_timeout to 10 8484 1726867749.44338: Set connection var ansible_connection to ssh 8484 1726867749.44344: Set connection var ansible_shell_type to sh 8484 1726867749.44349: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867749.44354: Set connection var ansible_shell_executable to /bin/sh 8484 1726867749.44373: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.44378: variable 'ansible_connection' from source: unknown 8484 1726867749.44381: variable 'ansible_module_compression' from source: unknown 8484 1726867749.44384: variable 'ansible_shell_type' from source: unknown 8484 1726867749.44386: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.44389: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.44391: variable 'ansible_pipelining' from source: unknown 8484 1726867749.44394: variable 'ansible_timeout' from source: unknown 8484 1726867749.44396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.44501: 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) 8484 1726867749.44517: variable 'omit' from source: magic vars 8484 1726867749.44520: starting attempt loop 8484 1726867749.44523: running the handler 8484 1726867749.44534: handler run complete 8484 1726867749.44542: attempt loop complete, returning result 8484 1726867749.44544: _execute() done 8484 1726867749.44547: dumping result to json 8484 1726867749.44549: done dumping result, returning 8484 1726867749.44557: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [02e58e3f-6ce9-dbaf-c049-0000000010ca] 8484 1726867749.44561: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010ca 8484 1726867749.44648: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010ca 8484 1726867749.44652: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 8484 1726867749.44719: no more pending results, returning what we have 8484 1726867749.44722: results queue empty 8484 1726867749.44723: checking for any_errors_fatal 8484 1726867749.44734: done checking for any_errors_fatal 8484 1726867749.44735: checking for max_fail_percentage 8484 1726867749.44737: done checking for max_fail_percentage 8484 1726867749.44738: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.44739: done checking to see if all hosts have failed 8484 1726867749.44739: getting the remaining hosts for this loop 8484 1726867749.44741: done getting the remaining hosts for this loop 8484 1726867749.44744: getting the next task for host managed_node3 8484 1726867749.44750: done getting next task for host managed_node3 8484 1726867749.44754: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 8484 1726867749.44758: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.44768: getting variables 8484 1726867749.44769: in VariableManager get_vars() 8484 1726867749.44803: Calling all_inventory to load vars for managed_node3 8484 1726867749.44805: Calling groups_inventory to load vars for managed_node3 8484 1726867749.44807: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.44814: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.44817: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.44819: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.45219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.45624: done with get_vars() 8484 1726867749.45637: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 17:29:09 -0400 (0:00:00.026) 0:01:24.754 ****** 8484 1726867749.45703: entering _queue_task() for managed_node3/mount 8484 1726867749.45919: worker is 1 (out of 1 available) 8484 1726867749.45933: exiting _queue_task() for managed_node3/mount 8484 1726867749.45944: done queuing things up, now waiting for results queue to drain 8484 1726867749.45946: waiting for pending results... 8484 1726867749.46131: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 8484 1726867749.46223: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010cb 8484 1726867749.46233: variable 'ansible_search_path' from source: unknown 8484 1726867749.46237: variable 'ansible_search_path' from source: unknown 8484 1726867749.46476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867749.48203: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867749.48250: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867749.48280: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867749.48317: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867749.48342: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867749.48400: 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) 8484 1726867749.48421: 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) 8484 1726867749.48439: 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) 8484 1726867749.48471: 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) 8484 1726867749.48482: 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) 8484 1726867749.48517: 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) 8484 1726867749.48532: 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) 8484 1726867749.48548: 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) 8484 1726867749.48579: 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) 8484 1726867749.48592: 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) 8484 1726867749.48690: variable 'blivet_output' from source: set_fact 8484 1726867749.48792: dumping result to json 8484 1726867749.48796: done dumping result, returning 8484 1726867749.48803: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [02e58e3f-6ce9-dbaf-c049-0000000010cb] 8484 1726867749.48806: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010cb 8484 1726867749.48904: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010cb 8484 1726867749.48908: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867749.48955: no more pending results, returning what we have 8484 1726867749.48958: results queue empty 8484 1726867749.48959: checking for any_errors_fatal 8484 1726867749.48965: done checking for any_errors_fatal 8484 1726867749.48966: checking for max_fail_percentage 8484 1726867749.48968: done checking for max_fail_percentage 8484 1726867749.48969: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.48972: done checking to see if all hosts have failed 8484 1726867749.48972: getting the remaining hosts for this loop 8484 1726867749.48974: done getting the remaining hosts for this loop 8484 1726867749.48978: getting the next task for host managed_node3 8484 1726867749.48985: done getting next task for host managed_node3 8484 1726867749.48989: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867749.48994: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.49012: getting variables 8484 1726867749.49015: in VariableManager get_vars() 8484 1726867749.49050: Calling all_inventory to load vars for managed_node3 8484 1726867749.49053: Calling groups_inventory to load vars for managed_node3 8484 1726867749.49055: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.49063: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.49065: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.49067: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.49648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.50045: done with get_vars() 8484 1726867749.50060: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 17:29:09 -0400 (0:00:00.044) 0:01:24.798 ****** 8484 1726867749.50129: entering _queue_task() for managed_node3/systemd 8484 1726867749.50351: worker is 1 (out of 1 available) 8484 1726867749.50365: exiting _queue_task() for managed_node3/systemd 8484 1726867749.50379: done queuing things up, now waiting for results queue to drain 8484 1726867749.50380: waiting for pending results... 8484 1726867749.50555: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867749.50650: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010cd 8484 1726867749.50660: variable 'ansible_search_path' from source: unknown 8484 1726867749.50663: variable 'ansible_search_path' from source: unknown 8484 1726867749.50692: calling self._execute() 8484 1726867749.50766: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.50771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.50782: variable 'omit' from source: magic vars 8484 1726867749.51055: variable 'blivet_output' from source: set_fact 8484 1726867749.51138: Evaluated conditional (blivet_output['mounts']): False 8484 1726867749.51142: when evaluation is False, skipping this task 8484 1726867749.51145: _execute() done 8484 1726867749.51149: dumping result to json 8484 1726867749.51152: done dumping result, returning 8484 1726867749.51162: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [02e58e3f-6ce9-dbaf-c049-0000000010cd] 8484 1726867749.51165: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010cd 8484 1726867749.51250: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010cd 8484 1726867749.51253: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 8484 1726867749.51314: no more pending results, returning what we have 8484 1726867749.51316: results queue empty 8484 1726867749.51317: checking for any_errors_fatal 8484 1726867749.51325: done checking for any_errors_fatal 8484 1726867749.51326: checking for max_fail_percentage 8484 1726867749.51328: done checking for max_fail_percentage 8484 1726867749.51329: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.51329: done checking to see if all hosts have failed 8484 1726867749.51330: getting the remaining hosts for this loop 8484 1726867749.51331: done getting the remaining hosts for this loop 8484 1726867749.51334: getting the next task for host managed_node3 8484 1726867749.51340: done getting next task for host managed_node3 8484 1726867749.51344: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 8484 1726867749.51349: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.51364: getting variables 8484 1726867749.51366: in VariableManager get_vars() 8484 1726867749.51399: Calling all_inventory to load vars for managed_node3 8484 1726867749.51402: Calling groups_inventory to load vars for managed_node3 8484 1726867749.51404: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.51413: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.51416: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.51418: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.51793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.52196: done with get_vars() 8484 1726867749.52207: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 17:29:09 -0400 (0:00:00.021) 0:01:24.819 ****** 8484 1726867749.52273: entering _queue_task() for managed_node3/mount 8484 1726867749.52486: worker is 1 (out of 1 available) 8484 1726867749.52500: exiting _queue_task() for managed_node3/mount 8484 1726867749.52514: done queuing things up, now waiting for results queue to drain 8484 1726867749.52515: waiting for pending results... 8484 1726867749.52688: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 8484 1726867749.52791: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010ce 8484 1726867749.52801: variable 'ansible_search_path' from source: unknown 8484 1726867749.52805: variable 'ansible_search_path' from source: unknown 8484 1726867749.53034: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867749.54485: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867749.54539: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867749.54566: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867749.54595: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867749.54617: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867749.54675: 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) 8484 1726867749.54702: 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) 8484 1726867749.54718: 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) 8484 1726867749.54744: 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) 8484 1726867749.54755: 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) 8484 1726867749.54788: 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) 8484 1726867749.54807: 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) 8484 1726867749.54826: 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) 8484 1726867749.54851: 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) 8484 1726867749.54862: 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) 8484 1726867749.54902: 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) 8484 1726867749.54925: 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) 8484 1726867749.54940: 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) 8484 1726867749.54964: 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) 8484 1726867749.54974: 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) 8484 1726867749.55074: variable 'blivet_output' from source: set_fact 8484 1726867749.55181: dumping result to json 8484 1726867749.55184: done dumping result, returning 8484 1726867749.55191: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [02e58e3f-6ce9-dbaf-c049-0000000010ce] 8484 1726867749.55196: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010ce 8484 1726867749.55298: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010ce 8484 1726867749.55301: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867749.55348: no more pending results, returning what we have 8484 1726867749.55351: results queue empty 8484 1726867749.55352: checking for any_errors_fatal 8484 1726867749.55359: done checking for any_errors_fatal 8484 1726867749.55360: checking for max_fail_percentage 8484 1726867749.55362: done checking for max_fail_percentage 8484 1726867749.55363: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.55364: done checking to see if all hosts have failed 8484 1726867749.55365: getting the remaining hosts for this loop 8484 1726867749.55366: done getting the remaining hosts for this loop 8484 1726867749.55369: getting the next task for host managed_node3 8484 1726867749.55384: done getting next task for host managed_node3 8484 1726867749.55388: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 8484 1726867749.55392: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.55409: getting variables 8484 1726867749.55413: in VariableManager get_vars() 8484 1726867749.55447: Calling all_inventory to load vars for managed_node3 8484 1726867749.55449: Calling groups_inventory to load vars for managed_node3 8484 1726867749.55452: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.55459: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.55461: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.55464: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.55885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.56288: done with get_vars() 8484 1726867749.56301: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 17:29:09 -0400 (0:00:00.040) 0:01:24.860 ****** 8484 1726867749.56373: entering _queue_task() for managed_node3/file 8484 1726867749.56590: worker is 1 (out of 1 available) 8484 1726867749.56602: exiting _queue_task() for managed_node3/file 8484 1726867749.56617: done queuing things up, now waiting for results queue to drain 8484 1726867749.56618: waiting for pending results... 8484 1726867749.56802: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 8484 1726867749.56898: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010d0 8484 1726867749.56909: variable 'ansible_search_path' from source: unknown 8484 1726867749.56915: variable 'ansible_search_path' from source: unknown 8484 1726867749.57143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867749.58592: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867749.58645: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867749.58673: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867749.58702: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867749.58724: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867749.58784: 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) 8484 1726867749.58808: 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) 8484 1726867749.58826: 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) 8484 1726867749.58853: 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) 8484 1726867749.58863: 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) 8484 1726867749.58900: 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) 8484 1726867749.58919: 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) 8484 1726867749.58936: 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) 8484 1726867749.58960: 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) 8484 1726867749.58972: 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) 8484 1726867749.59016: 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) 8484 1726867749.59033: 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) 8484 1726867749.59049: 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) 8484 1726867749.59074: 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) 8484 1726867749.59085: 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) 8484 1726867749.59186: variable 'blivet_output' from source: set_fact 8484 1726867749.59296: dumping result to json 8484 1726867749.59300: done dumping result, returning 8484 1726867749.59308: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [02e58e3f-6ce9-dbaf-c049-0000000010d0] 8484 1726867749.59314: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d0 8484 1726867749.59413: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d0 8484 1726867749.59416: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867749.59465: no more pending results, returning what we have 8484 1726867749.59468: results queue empty 8484 1726867749.59468: checking for any_errors_fatal 8484 1726867749.59479: done checking for any_errors_fatal 8484 1726867749.59480: checking for max_fail_percentage 8484 1726867749.59482: done checking for max_fail_percentage 8484 1726867749.59483: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.59484: done checking to see if all hosts have failed 8484 1726867749.59485: getting the remaining hosts for this loop 8484 1726867749.59486: done getting the remaining hosts for this loop 8484 1726867749.59490: getting the next task for host managed_node3 8484 1726867749.59497: done getting next task for host managed_node3 8484 1726867749.59501: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867749.59505: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.59526: getting variables 8484 1726867749.59528: in VariableManager get_vars() 8484 1726867749.59562: Calling all_inventory to load vars for managed_node3 8484 1726867749.59565: Calling groups_inventory to load vars for managed_node3 8484 1726867749.59567: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.59576: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.59578: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.59581: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.60005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.60408: done with get_vars() 8484 1726867749.60423: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 17:29:09 -0400 (0:00:00.041) 0:01:24.901 ****** 8484 1726867749.60493: entering _queue_task() for managed_node3/systemd 8484 1726867749.60702: worker is 1 (out of 1 available) 8484 1726867749.60718: exiting _queue_task() for managed_node3/systemd 8484 1726867749.60730: done queuing things up, now waiting for results queue to drain 8484 1726867749.60731: waiting for pending results... 8484 1726867749.60915: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 8484 1726867749.61022: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010d2 8484 1726867749.61033: variable 'ansible_search_path' from source: unknown 8484 1726867749.61037: variable 'ansible_search_path' from source: unknown 8484 1726867749.61063: calling self._execute() 8484 1726867749.61136: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.61140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.61150: variable 'omit' from source: magic vars 8484 1726867749.61423: variable 'blivet_output' from source: set_fact 8484 1726867749.61503: Evaluated conditional (blivet_output['mounts']): False 8484 1726867749.61507: when evaluation is False, skipping this task 8484 1726867749.61509: _execute() done 8484 1726867749.61515: dumping result to json 8484 1726867749.61518: done dumping result, returning 8484 1726867749.61521: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [02e58e3f-6ce9-dbaf-c049-0000000010d2] 8484 1726867749.61528: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d2 8484 1726867749.61618: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d2 8484 1726867749.61621: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 8484 1726867749.61667: no more pending results, returning what we have 8484 1726867749.61672: results queue empty 8484 1726867749.61673: checking for any_errors_fatal 8484 1726867749.61680: done checking for any_errors_fatal 8484 1726867749.61681: checking for max_fail_percentage 8484 1726867749.61683: done checking for max_fail_percentage 8484 1726867749.61683: checking to see if all hosts have failed and the running result is not ok 8484 1726867749.61684: done checking to see if all hosts have failed 8484 1726867749.61685: getting the remaining hosts for this loop 8484 1726867749.61686: done getting the remaining hosts for this loop 8484 1726867749.61689: getting the next task for host managed_node3 8484 1726867749.61696: done getting next task for host managed_node3 8484 1726867749.61699: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 8484 1726867749.61704: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867749.61721: getting variables 8484 1726867749.61723: in VariableManager get_vars() 8484 1726867749.61753: Calling all_inventory to load vars for managed_node3 8484 1726867749.61755: Calling groups_inventory to load vars for managed_node3 8484 1726867749.61757: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867749.61764: Calling all_plugins_play to load vars for managed_node3 8484 1726867749.61767: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867749.61769: Calling groups_plugins_play to load vars for managed_node3 8484 1726867749.62317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867749.62712: done with get_vars() 8484 1726867749.62724: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 17:29:09 -0400 (0:00:00.022) 0:01:24.924 ****** 8484 1726867749.62790: entering _queue_task() for managed_node3/stat 8484 1726867749.62991: worker is 1 (out of 1 available) 8484 1726867749.63005: exiting _queue_task() for managed_node3/stat 8484 1726867749.63020: done queuing things up, now waiting for results queue to drain 8484 1726867749.63022: waiting for pending results... 8484 1726867749.63196: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 8484 1726867749.63310: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010d3 8484 1726867749.63322: variable 'ansible_search_path' from source: unknown 8484 1726867749.63326: variable 'ansible_search_path' from source: unknown 8484 1726867749.63353: calling self._execute() 8484 1726867749.63424: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.63429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.63437: variable 'omit' from source: magic vars 8484 1726867749.63517: variable 'omit' from source: magic vars 8484 1726867749.63560: variable 'omit' from source: magic vars 8484 1726867749.63588: variable 'omit' from source: magic vars 8484 1726867749.63623: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867749.63651: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867749.63669: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867749.63688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.63696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867749.63722: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867749.63725: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.63728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.63803: Set connection var ansible_pipelining to False 8484 1726867749.63807: Set connection var ansible_timeout to 10 8484 1726867749.63810: Set connection var ansible_connection to ssh 8484 1726867749.63815: Set connection var ansible_shell_type to sh 8484 1726867749.63821: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867749.63826: Set connection var ansible_shell_executable to /bin/sh 8484 1726867749.63844: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.63847: variable 'ansible_connection' from source: unknown 8484 1726867749.63850: variable 'ansible_module_compression' from source: unknown 8484 1726867749.63853: variable 'ansible_shell_type' from source: unknown 8484 1726867749.63855: variable 'ansible_shell_executable' from source: unknown 8484 1726867749.63858: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867749.63860: variable 'ansible_pipelining' from source: unknown 8484 1726867749.63863: variable 'ansible_timeout' from source: unknown 8484 1726867749.63867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867749.64022: 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__) 8484 1726867749.64031: variable 'omit' from source: magic vars 8484 1726867749.64036: starting attempt loop 8484 1726867749.64039: running the handler 8484 1726867749.64050: _low_level_execute_command(): starting 8484 1726867749.64057: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867749.64555: 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 <<< 8484 1726867749.64576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.64580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867749.64584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.64601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.64660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.64663: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.64665: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.64767: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.66517: stdout chunk (state=3): >>>/root <<< 8484 1726867749.66613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.66644: stderr chunk (state=3): >>><<< 8484 1726867749.66651: stdout chunk (state=3): >>><<< 8484 1726867749.66676: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867749.66686: _low_level_execute_command(): starting 8484 1726867749.66691: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164 `" && echo ansible-tmp-1726867749.6667354-11166-40073414120164="` echo /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164 `" ) && sleep 0' 8484 1726867749.67141: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.67144: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867749.67146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.67149: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867749.67158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.67162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.67205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.67209: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.67215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.67304: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.69322: stdout chunk (state=3): >>>ansible-tmp-1726867749.6667354-11166-40073414120164=/root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164 <<< 8484 1726867749.69428: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.69455: stderr chunk (state=3): >>><<< 8484 1726867749.69458: stdout chunk (state=3): >>><<< 8484 1726867749.69475: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867749.6667354-11166-40073414120164=/root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867749.69520: variable 'ansible_module_compression' from source: unknown 8484 1726867749.69567: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8484 1726867749.69598: variable 'ansible_facts' from source: unknown 8484 1726867749.69664: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py 8484 1726867749.69766: Sending initial data 8484 1726867749.69772: Sent initial data (151 bytes) 8484 1726867749.70215: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.70218: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867749.70220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.70222: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867749.70224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.70281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.70287: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.70290: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.70377: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.72094: 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" <<< 8484 1726867749.72101: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867749.72183: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867749.72276: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpyk8fnfig /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py <<< 8484 1726867749.72280: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py" <<< 8484 1726867749.72369: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpyk8fnfig" to remote "/root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py" <<< 8484 1726867749.72373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py" <<< 8484 1726867749.73087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.73131: stderr chunk (state=3): >>><<< 8484 1726867749.73135: stdout chunk (state=3): >>><<< 8484 1726867749.73152: done transferring module to remote 8484 1726867749.73163: _low_level_execute_command(): starting 8484 1726867749.73167: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/ /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py && sleep 0' 8484 1726867749.73620: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.73623: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867749.73625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.73627: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867749.73629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.73638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.73686: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867749.73689: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.73783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.75625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867749.75647: stderr chunk (state=3): >>><<< 8484 1726867749.75650: stdout chunk (state=3): >>><<< 8484 1726867749.75665: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867749.75668: _low_level_execute_command(): starting 8484 1726867749.75676: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/AnsiballZ_stat.py && sleep 0' 8484 1726867749.76118: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.76122: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867749.76124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.76126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867749.76128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.76176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.76179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.76277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867749.78499: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867749.78521: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867749.78552: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867749.78558: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867749.78622: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867749.78629: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867749.78659: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867749.78695: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867749.78719: stdout chunk (state=3): >>># installing zipimport hook <<< 8484 1726867749.78724: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 8484 1726867749.78773: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867749.78781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.78797: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867749.78818: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867749.78848: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867749.78876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867749.78887: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49991bc4d0> <<< 8484 1726867749.78896: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499918bb00> <<< 8484 1726867749.78923: 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 0x7f49991bea50> <<< 8484 1726867749.78945: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867749.78967: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867749.78973: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867749.78989: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867749.79025: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867749.79114: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867749.79139: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867749.79160: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867749.79191: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867749.79194: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867749.79220: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867749.79223: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867749.79231: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867749.79257: 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' <<< 8484 1726867749.79282: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49991cd130> <<< 8484 1726867749.79338: 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 <<< 8484 1726867749.79345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.79357: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49991ce120> <<< 8484 1726867749.79386: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867749.79408: 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. <<< 8484 1726867749.79633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867749.79645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867749.79671: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867749.79677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.79699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867749.79736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867749.79754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867749.79787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867749.79800: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998faaea0> <<< 8484 1726867749.79815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867749.79828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867749.79852: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867749.79861: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc01a0> <<< 8484 1726867749.79872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867749.79904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867749.79926: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867749.79981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.79984: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867749.80019: 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 0x7f4998fe3a40> <<< 8484 1726867749.80042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867749.80051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 8484 1726867749.80061: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999004110> import '_collections' # <<< 8484 1726867749.80119: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc3ce0> <<< 8484 1726867749.80125: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867749.80153: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc1400> <<< 8484 1726867749.80243: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fa91c0> <<< 8484 1726867749.80268: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867749.80288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867749.80300: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867749.80319: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867749.80352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867749.80368: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867749.80375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867749.80398: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999007950> <<< 8484 1726867749.80417: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999006570> <<< 8484 1726867749.80443: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867749.80458: 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 0x7f4998fc22a0> <<< 8484 1726867749.80461: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc1430> <<< 8484 1726867749.80508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867749.80514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867749.80516: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990349b0> <<< 8484 1726867749.80538: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fa8440> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867749.80543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 8484 1726867749.80565: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.80586: 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 0x7f4999034e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999034d10> <<< 8484 1726867749.80623: 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 0x7f4999035100> <<< 8484 1726867749.80629: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fa6f60> <<< 8484 1726867749.80661: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 8484 1726867749.80666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.80687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867749.80717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867749.80730: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990357c0> <<< 8484 1726867749.80737: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990354c0> import 'importlib.machinery' # <<< 8484 1726867749.80764: 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' <<< 8484 1726867749.80791: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990366c0> <<< 8484 1726867749.80797: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867749.80813: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867749.80831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867749.80865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867749.80898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867749.80901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990508f0> <<< 8484 1726867749.80920: stdout chunk (state=3): >>>import 'errno' # <<< 8484 1726867749.80941: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.80945: 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 0x7f4999052030> <<< 8484 1726867749.80968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867749.80975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867749.80995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867749.81009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867749.81015: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999052ed0> <<< 8484 1726867749.81053: 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 0x7f4999053530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999052420> <<< 8484 1726867749.81080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 8484 1726867749.81085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 8484 1726867749.81129: 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 0x7f4999053fb0> <<< 8484 1726867749.81145: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990536e0> <<< 8484 1726867749.81181: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999036720> <<< 8484 1726867749.81203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867749.81226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867749.81249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867749.81267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867749.81298: 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 0x7f4998de3e00> <<< 8484 1726867749.81323: 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' <<< 8484 1726867749.81357: 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 0x7f4998e10860> <<< 8484 1726867749.81359: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e105c0> <<< 8484 1726867749.81381: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.81385: 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 0x7f4998e10890> <<< 8484 1726867749.81414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867749.81420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867749.81491: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.81618: 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 0x7f4998e111c0> <<< 8484 1726867749.81743: 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' <<< 8484 1726867749.81746: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4998e11b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e10a70> <<< 8484 1726867749.81775: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998de1fa0> <<< 8484 1726867749.81788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867749.81811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867749.81829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867749.81845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867749.81849: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e12f60> <<< 8484 1726867749.81881: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e11ca0> <<< 8484 1726867749.81892: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999036e10> <<< 8484 1726867749.81921: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867749.81980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.82002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867749.82030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867749.82060: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e3b290> <<< 8484 1726867749.82116: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867749.82133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.82144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867749.82168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867749.82202: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e63650> <<< 8484 1726867749.82229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867749.82268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867749.82333: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867749.82348: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 8484 1726867749.82353: 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 0x7f4998ebc3e0> <<< 8484 1726867749.82372: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867749.82403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867749.82423: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867749.82467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867749.82549: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998ebeb40> <<< 8484 1726867749.82631: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998ebc500> <<< 8484 1726867749.82657: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e853d0> <<< 8484 1726867749.82687: 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 0x7f49987254c0> <<< 8484 1726867749.82710: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e62480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e13e60> <<< 8484 1726867749.82823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867749.82845: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4998725760> <<< 8484 1726867749.82965: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_4d_3p7pp/ansible_stat_payload.zip' <<< 8484 1726867749.82968: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.83101: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.83133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867749.83139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867749.83195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867749.83269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867749.83309: 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 0x7f499877b1d0> <<< 8484 1726867749.83317: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867749.83504: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499875a0c0> <<< 8484 1726867749.83509: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998759220> # zipimport: zlib available <<< 8484 1726867749.83538: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867749.83543: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.83568: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.83583: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.83596: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867749.83616: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.85023: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.86154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867749.86160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998778f20> <<< 8484 1726867749.86188: 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' <<< 8484 1726867749.86217: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867749.86222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867749.86248: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867749.86253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867749.86287: 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 0x7f49987a6b40> <<< 8484 1726867749.86331: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987a68d0> <<< 8484 1726867749.86361: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987a6210> <<< 8484 1726867749.86385: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867749.86392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867749.86434: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987a6ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499877be60> <<< 8484 1726867749.86447: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867749.86479: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.86484: 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 0x7f49987a77a0> <<< 8484 1726867749.86508: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.86515: 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 0x7f49987a79e0> <<< 8484 1726867749.86534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867749.86587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867749.86598: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867749.86648: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987a7ec0> <<< 8484 1726867749.86655: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867749.86679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867749.86700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867749.86743: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998611cd0> <<< 8484 1726867749.86773: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.86781: 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 0x7f49986138f0> <<< 8484 1726867749.86791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867749.86812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867749.86855: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986182f0> <<< 8484 1726867749.86873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867749.86899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867749.86921: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986191c0> <<< 8484 1726867749.86939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867749.86981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867749.87003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 8484 1726867749.87008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 8484 1726867749.87063: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861bec0> <<< 8484 1726867749.87105: 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 0x7f499861c230> <<< 8484 1726867749.87125: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861a1b0> <<< 8484 1726867749.87141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867749.87183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867749.87200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867749.87207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867749.87222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867749.87260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867749.87290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 8484 1726867749.87297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 8484 1726867749.87300: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861ff20> <<< 8484 1726867749.87316: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867749.87384: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861e9f0> <<< 8484 1726867749.87393: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861e780> <<< 8484 1726867749.87412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867749.87419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867749.87495: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861ecc0> <<< 8484 1726867749.87528: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861a6c0> <<< 8484 1726867749.87553: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.87559: 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 0x7f4998664140> <<< 8484 1726867749.87585: 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 0x7f4998664320> <<< 8484 1726867749.87608: 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 <<< 8484 1726867749.87629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867749.87652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867749.87657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867749.87696: 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 0x7f4998665d90> <<< 8484 1726867749.87704: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998665b50> <<< 8484 1726867749.87719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867749.87846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867749.87894: 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 0x7f49986682f0> <<< 8484 1726867749.87902: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998666480> <<< 8484 1726867749.87924: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867749.87969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.87992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867749.88004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867749.88008: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867749.88060: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866bad0> <<< 8484 1726867749.88185: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986684a0> <<< 8484 1726867749.88250: 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 0x7f499866c8c0> <<< 8484 1726867749.88285: 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' <<< 8484 1726867749.88289: 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 0x7f499866cb00> <<< 8484 1726867749.88327: 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' <<< 8484 1726867749.88333: 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 0x7f499866cc20> <<< 8484 1726867749.88342: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986644a0> <<< 8484 1726867749.88369: 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' <<< 8484 1726867749.88391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867749.88414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867749.88450: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.88477: 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 0x7f49986f84a0><<< 8484 1726867749.88483: stdout chunk (state=3): >>> <<< 8484 1726867749.88632: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.88648: 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 0x7f49986f9af0> <<< 8484 1726867749.88653: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866ec30> <<< 8484 1726867749.88686: 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' <<< 8484 1726867749.88690: 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 0x7f499866ffe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866e870> <<< 8484 1726867749.88711: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88732: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867749.88744: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88844: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88940: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88949: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867749.88975: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88981: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.88997: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867749.89130: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.89249: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.89806: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.90351: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867749.90364: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867749.90372: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867749.90394: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867749.90413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.90472: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867749.90478: 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 0x7f49986fdbb0> <<< 8484 1726867749.90556: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867749.90565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 8484 1726867749.90578: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986fe930> <<< 8484 1726867749.90594: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986f9d60> <<< 8484 1726867749.90642: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867749.90653: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.90676: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.90693: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867749.90697: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.90857: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.91013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 8484 1726867749.91021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 8484 1726867749.91024: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986fe720> <<< 8484 1726867749.91043: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.91509: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.91956: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92030: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92112: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867749.92116: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92153: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92187: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867749.92201: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92354: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867749.92378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92381: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867749.92399: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92438: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92490: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867749.92495: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92727: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.92973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867749.93031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867749.93034: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867749.93109: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986ffb60> <<< 8484 1726867749.93117: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93195: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93253: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 8484 1726867749.93276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 8484 1726867749.93286: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867749.93297: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93346: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93379: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867749.93394: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93430: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93479: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93531: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93601: 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 <<< 8484 1726867749.93641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.93730: 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' <<< 8484 1726867749.93736: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f499850a7b0> <<< 8484 1726867749.93768: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998506ff0> <<< 8484 1726867749.93793: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 8484 1726867749.93808: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 8484 1726867749.93876: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93929: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.93963: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.94001: 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 <<< 8484 1726867749.94010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867749.94022: 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 <<< 8484 1726867749.94047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867749.94065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867749.94128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867749.94144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867749.94165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867749.94215: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987fed50> <<< 8484 1726867749.94259: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987eea20> <<< 8484 1726867749.94343: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866d190> <<< 8484 1726867749.94347: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986fcd10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 8484 1726867749.94383: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.94406: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 8484 1726867749.94413: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867749.94457: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867749.94483: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.94496: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.94508: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 8484 1726867749.94513: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.94643: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.94837: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867749.95667: 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": 1726867630.3029158, "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"}}} <<< 8484 1726867749.95687: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867749.96150: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 8484 1726867749.96169: 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 <<< 8484 1726867749.96189: 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 # 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 <<< 8484 1726867749.96212: 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 <<< 8484 1726867749.96234: stdout chunk (state=3): >>># cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 8484 1726867749.96243: 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 # 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 <<< 8484 1726867749.96268: stdout chunk (state=3): >>># cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform <<< 8484 1726867749.96289: stdout chunk (state=3): >>># 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 <<< 8484 1726867749.96299: 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text <<< 8484 1726867749.96327: 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 <<< 8484 1726867749.96336: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8484 1726867749.96564: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867749.96584: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867749.96602: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 8484 1726867749.96617: stdout chunk (state=3): >>># destroy _blake2 <<< 8484 1726867749.96623: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867749.96643: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867749.96647: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 8484 1726867749.96683: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867749.96700: stdout chunk (state=3): >>># destroy importlib <<< 8484 1726867749.96705: 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 <<< 8484 1726867749.96727: stdout chunk (state=3): >>># destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 8484 1726867749.96736: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 8484 1726867749.96756: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl<<< 8484 1726867749.96759: stdout chunk (state=3): >>> # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867749.96787: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867749.96798: stdout chunk (state=3): >>># destroy array <<< 8484 1726867749.96806: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867749.96825: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867749.96836: stdout chunk (state=3): >>># destroy shutil <<< 8484 1726867749.96844: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867749.96893: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867749.96899: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 8484 1726867749.96926: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 8484 1726867749.96933: 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 <<< 8484 1726867749.96961: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 8484 1726867749.96978: 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 <<< 8484 1726867749.96997: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867749.97011: 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 <<< 8484 1726867749.97024: 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 <<< 8484 1726867749.97048: 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 <<< 8484 1726867749.97053: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867749.97194: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867749.97200: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867749.97230: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867749.97236: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 8484 1726867749.97251: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867749.97275: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867749.97283: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 8484 1726867749.97297: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867749.97327: 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 <<< 8484 1726867749.97333: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867749.97349: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867749.97431: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 8484 1726867749.97443: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 8484 1726867749.97463: stdout chunk (state=3): >>># destroy time <<< 8484 1726867749.97472: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867749.97491: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867749.97507: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867749.97524: stdout chunk (state=3): >>># destroy itertools <<< 8484 1726867749.97531: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867749.97543: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867749.97886: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867749.97917: stderr chunk (state=3): >>><<< 8484 1726867749.97920: stdout chunk (state=3): >>><<< 8484 1726867749.97981: _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 0x7f49991bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499918bb00> # /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 0x7f49991bea50> 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 0x7f49991cd130> # /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 0x7f49991ce120> 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 0x7f4998faaea0> # /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 0x7f4998fc01a0> # /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 0x7f4998fe3a40> # /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 0x7f4999004110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc3ce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc1400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fa91c0> # /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 0x7f4999007950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999006570> # /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 0x7f4998fc22a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fc1430> # /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 0x7f49990349b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fa8440> # /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 0x7f4999034e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999034d10> # 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 0x7f4999035100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998fa6f60> # /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 0x7f49990357c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990354c0> 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 0x7f49990366c0> 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 0x7f49990508f0> 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 0x7f4999052030> # /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 0x7f4999052ed0> # 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 0x7f4999053530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999052420> # /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 0x7f4999053fb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49990536e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999036720> # /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 0x7f4998de3e00> # /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 0x7f4998e10860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e105c0> # 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 0x7f4998e10890> # /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 0x7f4998e111c0> # 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 0x7f4998e11b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e10a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998de1fa0> # /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 0x7f4998e12f60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e11ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4999036e10> # /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 0x7f4998e3b290> # /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 0x7f4998e63650> # /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 0x7f4998ebc3e0> # /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 0x7f4998ebeb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998ebc500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e853d0> # /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 0x7f49987254c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e62480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998e13e60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4998725760> # zipimport: found 30 names in '/tmp/ansible_stat_payload_4d_3p7pp/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 0x7f499877b1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499875a0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998759220> # 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 0x7f4998778f20> # /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 0x7f49987a6b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987a68d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987a6210> # /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 0x7f49987a6ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499877be60> 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 0x7f49987a77a0> # 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 0x7f49987a79e0> # /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 0x7f49987a7ec0> 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 0x7f4998611cd0> # 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 0x7f49986138f0> # /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 0x7f49986182f0> # /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 0x7f49986191c0> # /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 0x7f499861bec0> # 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 0x7f499861c230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861a1b0> # /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 0x7f499861ff20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861e9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861e780> # /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 0x7f499861ecc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499861a6c0> # 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 0x7f4998664140> # /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 0x7f4998664320> # /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 0x7f4998665d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998665b50> # /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 0x7f49986682f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998666480> # /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 0x7f499866bad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986684a0> # 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 0x7f499866c8c0> # 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 0x7f499866cb00> # 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 0x7f499866cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986644a0> # /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 0x7f49986f84a0> # 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 0x7f49986f9af0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866ec30> # 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 0x7f499866ffe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866e870> # 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 0x7f49986fdbb0> # /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 0x7f49986fe930> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986f9d60> 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 0x7f49986fe720> # 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 0x7f49986ffb60> # 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 0x7f499850a7b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4998506ff0> 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 0x7f49987fed50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49987eea20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f499866d190> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49986fcd10> # 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": 1726867630.3029158, "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867749.98540: 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-1726867749.6667354-11166-40073414120164/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867749.98544: _low_level_execute_command(): starting 8484 1726867749.98546: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867749.6667354-11166-40073414120164/ > /dev/null 2>&1 && sleep 0' 8484 1726867749.98704: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.98716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867749.98719: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.98722: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867749.98724: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867749.98726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867749.98765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867749.98768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867749.98864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867750.00738: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867750.00766: stderr chunk (state=3): >>><<< 8484 1726867750.00769: stdout chunk (state=3): >>><<< 8484 1726867750.00787: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867750.00792: handler run complete 8484 1726867750.00825: attempt loop complete, returning result 8484 1726867750.00828: _execute() done 8484 1726867750.00830: dumping result to json 8484 1726867750.00836: done dumping result, returning 8484 1726867750.00845: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [02e58e3f-6ce9-dbaf-c049-0000000010d3] 8484 1726867750.00853: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d3 8484 1726867750.00957: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d3 8484 1726867750.00960: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "atime": 1726867630.3029158, "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 } } 8484 1726867750.01064: no more pending results, returning what we have 8484 1726867750.01067: results queue empty 8484 1726867750.01068: checking for any_errors_fatal 8484 1726867750.01080: done checking for any_errors_fatal 8484 1726867750.01081: checking for max_fail_percentage 8484 1726867750.01082: done checking for max_fail_percentage 8484 1726867750.01083: checking to see if all hosts have failed and the running result is not ok 8484 1726867750.01084: done checking to see if all hosts have failed 8484 1726867750.01085: getting the remaining hosts for this loop 8484 1726867750.01087: done getting the remaining hosts for this loop 8484 1726867750.01090: getting the next task for host managed_node3 8484 1726867750.01096: done getting next task for host managed_node3 8484 1726867750.01099: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 8484 1726867750.01103: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867750.01116: getting variables 8484 1726867750.01122: in VariableManager get_vars() 8484 1726867750.01155: Calling all_inventory to load vars for managed_node3 8484 1726867750.01158: Calling groups_inventory to load vars for managed_node3 8484 1726867750.01160: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867750.01168: Calling all_plugins_play to load vars for managed_node3 8484 1726867750.01173: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867750.01176: Calling groups_plugins_play to load vars for managed_node3 8484 1726867750.01581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867750.01995: done with get_vars() 8484 1726867750.02008: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 17:29:10 -0400 (0:00:00.392) 0:01:25.317 ****** 8484 1726867750.02083: entering _queue_task() for managed_node3/lineinfile 8484 1726867750.02301: worker is 1 (out of 1 available) 8484 1726867750.02315: exiting _queue_task() for managed_node3/lineinfile 8484 1726867750.02328: done queuing things up, now waiting for results queue to drain 8484 1726867750.02330: waiting for pending results... 8484 1726867750.02523: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 8484 1726867750.02622: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010d4 8484 1726867750.02635: variable 'ansible_search_path' from source: unknown 8484 1726867750.02638: variable 'ansible_search_path' from source: unknown 8484 1726867750.02845: variable 'blivet_output' from source: set_fact 8484 1726867750.02959: dumping result to json 8484 1726867750.02963: done dumping result, returning 8484 1726867750.02971: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [02e58e3f-6ce9-dbaf-c049-0000000010d4] 8484 1726867750.02978: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d4 8484 1726867750.03088: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d4 8484 1726867750.03092: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 8484 1726867750.03146: no more pending results, returning what we have 8484 1726867750.03149: results queue empty 8484 1726867750.03149: checking for any_errors_fatal 8484 1726867750.03157: done checking for any_errors_fatal 8484 1726867750.03158: checking for max_fail_percentage 8484 1726867750.03159: done checking for max_fail_percentage 8484 1726867750.03160: checking to see if all hosts have failed and the running result is not ok 8484 1726867750.03161: done checking to see if all hosts have failed 8484 1726867750.03161: getting the remaining hosts for this loop 8484 1726867750.03163: done getting the remaining hosts for this loop 8484 1726867750.03166: getting the next task for host managed_node3 8484 1726867750.03173: done getting next task for host managed_node3 8484 1726867750.03177: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 8484 1726867750.03182: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867750.03196: getting variables 8484 1726867750.03198: in VariableManager get_vars() 8484 1726867750.03231: Calling all_inventory to load vars for managed_node3 8484 1726867750.03234: Calling groups_inventory to load vars for managed_node3 8484 1726867750.03236: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867750.03244: Calling all_plugins_play to load vars for managed_node3 8484 1726867750.03246: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867750.03249: Calling groups_plugins_play to load vars for managed_node3 8484 1726867750.03651: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867750.04065: done with get_vars() 8484 1726867750.04078: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 17:29:10 -0400 (0:00:00.020) 0:01:25.338 ****** 8484 1726867750.04148: entering _queue_task() for managed_node3/setup 8484 1726867750.04362: worker is 1 (out of 1 available) 8484 1726867750.04378: exiting _queue_task() for managed_node3/setup 8484 1726867750.04390: done queuing things up, now waiting for results queue to drain 8484 1726867750.04392: waiting for pending results... 8484 1726867750.04572: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts 8484 1726867750.04669: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000010d6 8484 1726867750.04682: variable 'ansible_search_path' from source: unknown 8484 1726867750.04685: variable 'ansible_search_path' from source: unknown 8484 1726867750.04714: calling self._execute() 8484 1726867750.04787: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867750.04790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867750.04801: variable 'omit' from source: magic vars 8484 1726867750.05074: variable 'ansible_check_mode' from source: magic vars 8484 1726867750.05081: Evaluated conditional (not ansible_check_mode): True 8484 1726867750.05087: variable 'omit' from source: magic vars 8484 1726867750.05137: variable 'omit' from source: magic vars 8484 1726867750.05160: variable 'omit' from source: magic vars 8484 1726867750.05194: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867750.05221: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867750.05235: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867750.05250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867750.05262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867750.05290: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867750.05294: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867750.05296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867750.05361: Set connection var ansible_pipelining to False 8484 1726867750.05366: Set connection var ansible_timeout to 10 8484 1726867750.05368: Set connection var ansible_connection to ssh 8484 1726867750.05377: Set connection var ansible_shell_type to sh 8484 1726867750.05387: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867750.05389: Set connection var ansible_shell_executable to /bin/sh 8484 1726867750.05406: variable 'ansible_shell_executable' from source: unknown 8484 1726867750.05409: variable 'ansible_connection' from source: unknown 8484 1726867750.05415: variable 'ansible_module_compression' from source: unknown 8484 1726867750.05417: variable 'ansible_shell_type' from source: unknown 8484 1726867750.05419: variable 'ansible_shell_executable' from source: unknown 8484 1726867750.05421: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867750.05424: variable 'ansible_pipelining' from source: unknown 8484 1726867750.05426: variable 'ansible_timeout' from source: unknown 8484 1726867750.05428: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867750.05579: 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__) 8484 1726867750.05587: variable 'omit' from source: magic vars 8484 1726867750.05592: starting attempt loop 8484 1726867750.05595: running the handler 8484 1726867750.05614: _low_level_execute_command(): starting 8484 1726867750.05618: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867750.06130: 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 <<< 8484 1726867750.06133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.06136: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867750.06138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.06196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867750.06199: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867750.06202: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867750.06303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867750.08018: stdout chunk (state=3): >>>/root <<< 8484 1726867750.08119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867750.08149: stderr chunk (state=3): >>><<< 8484 1726867750.08152: stdout chunk (state=3): >>><<< 8484 1726867750.08174: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867750.08188: _low_level_execute_command(): starting 8484 1726867750.08194: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601 `" && echo ansible-tmp-1726867750.081732-11175-181447219269601="` echo /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601 `" ) && sleep 0' 8484 1726867750.08633: 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 <<< 8484 1726867750.08662: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.08665: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867750.08678: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867750.08680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.08730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867750.08734: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867750.08736: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867750.08819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867750.10799: stdout chunk (state=3): >>>ansible-tmp-1726867750.081732-11175-181447219269601=/root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601 <<< 8484 1726867750.10914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867750.10937: stderr chunk (state=3): >>><<< 8484 1726867750.10940: stdout chunk (state=3): >>><<< 8484 1726867750.10955: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867750.081732-11175-181447219269601=/root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867750.11003: variable 'ansible_module_compression' from source: unknown 8484 1726867750.11046: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 8484 1726867750.11094: variable 'ansible_facts' from source: unknown 8484 1726867750.11225: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py 8484 1726867750.11334: Sending initial data 8484 1726867750.11338: Sent initial data (152 bytes) 8484 1726867750.11761: 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 <<< 8484 1726867750.11785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867750.11788: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.11801: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.11855: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867750.11858: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867750.11862: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867750.11950: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867750.13592: 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 <<< 8484 1726867750.13600: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8484 1726867750.13680: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867750.13769: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpld95wqyx /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py <<< 8484 1726867750.13776: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py" <<< 8484 1726867750.13859: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpld95wqyx" to remote "/root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py" <<< 8484 1726867750.13862: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py" <<< 8484 1726867750.15144: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867750.15178: stderr chunk (state=3): >>><<< 8484 1726867750.15182: stdout chunk (state=3): >>><<< 8484 1726867750.15196: done transferring module to remote 8484 1726867750.15207: _low_level_execute_command(): starting 8484 1726867750.15211: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/ /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py && sleep 0' 8484 1726867750.15640: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867750.15644: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.15646: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867750.15648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.15702: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867750.15709: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867750.15799: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867750.17665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867750.17693: stderr chunk (state=3): >>><<< 8484 1726867750.17696: stdout chunk (state=3): >>><<< 8484 1726867750.17713: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867750.17717: _low_level_execute_command(): starting 8484 1726867750.17720: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/AnsiballZ_setup.py && sleep 0' 8484 1726867750.18168: 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 <<< 8484 1726867750.18173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.18176: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867750.18178: 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.42.108 originally 10.31.42.108 debug2: match found <<< 8484 1726867750.18180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.18222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867750.18225: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867750.18227: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867750.18327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867750.20562: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867750.20586: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867750.20621: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867750.20632: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867750.20635: stdout chunk (state=3): >>> <<< 8484 1726867750.20698: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8484 1726867750.20741: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867750.20775: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8484 1726867750.20778: stdout chunk (state=3): >>> # installing zipimport hook <<< 8484 1726867750.20813: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867750.20816: stdout chunk (state=3): >>>import 'zipimport' # <<< 8484 1726867750.20819: stdout chunk (state=3): >>> # installed zipimport hook <<< 8484 1726867750.20871: 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' <<< 8484 1726867750.20898: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867750.20917: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867750.20960: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867750.20987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867750.20995: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc6184d0> <<< 8484 1726867750.21001: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc5e7b30> <<< 8484 1726867750.21027: 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' <<< 8484 1726867750.21038: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc61aa50> <<< 8484 1726867750.21074: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867750.21088: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867750.21116: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867750.21119: stdout chunk (state=3): >>> <<< 8484 1726867750.21156: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867750.21240: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867750.21267: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867750.21273: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867750.21305: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867750.21321: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 8484 1726867750.21333: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 8484 1726867750.21341: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867750.21358: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867750.21365: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867750.21397: 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' <<< 8484 1726867750.21425: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc42d130> <<< 8484 1726867750.21481: 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 <<< 8484 1726867750.21503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.21506: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc42e120> <<< 8484 1726867750.21529: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867750.21556: 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. <<< 8484 1726867750.22011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867750.22016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867750.22019: 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' <<< 8484 1726867750.22021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867750.22054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867750.22083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867750.22138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867750.22141: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc46aed0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867750.22186: 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 0x7fefbc4801d0> <<< 8484 1726867750.22231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867750.22239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867750.22264: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867750.22310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.22350: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867750.22385: 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 0x7fefbc4a39e0> <<< 8484 1726867750.22402: 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 0x7fefbc4a3fb0> <<< 8484 1726867750.22433: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867750.22457: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc483cb0> <<< 8484 1726867750.22501: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867750.22506: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc481430> <<< 8484 1726867750.22606: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4691f0> <<< 8484 1726867750.22628: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867750.22665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 8484 1726867750.22697: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867750.22735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867750.22738: 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' <<< 8484 1726867750.22785: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4c6540> <<< 8484 1726867750.22831: 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 0x7fefbc4822d0> <<< 8484 1726867750.22844: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4c4da0> <<< 8484 1726867750.22902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867750.22926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc468470> <<< 8484 1726867750.22984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.22993: 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 0x7fefbc4f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f4d10> <<< 8484 1726867750.23020: 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 0x7fefbc4f5100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc466f90> <<< 8484 1726867750.23085: 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' <<< 8484 1726867750.23118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867750.23147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867750.23166: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f54c0> import 'importlib.machinery' # <<< 8484 1726867750.23213: 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' <<< 8484 1726867750.23228: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f6690> import 'importlib.util' # import 'runpy' # <<< 8484 1726867750.23256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867750.23319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867750.23345: 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 0x7fefbc510860> <<< 8484 1726867750.23384: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbc511fa0> <<< 8484 1726867750.23416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867750.23449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867750.23472: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc512e40> <<< 8484 1726867750.23499: 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 0x7fefbc513470> <<< 8484 1726867750.23538: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc512390> <<< 8484 1726867750.23554: 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' <<< 8484 1726867750.23587: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.23605: 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 0x7fefbc513e60> <<< 8484 1726867750.23620: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc513590> <<< 8484 1726867750.23679: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f66f0> <<< 8484 1726867750.23878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867750.23906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbc263d40> # /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 0x7fefbc290830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc290590> # 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 0x7fefbc290860> # /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' <<< 8484 1726867750.23977: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.24099: 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 0x7fefbc291160> <<< 8484 1726867750.24239: 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 0x7fefbc291b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc290a40> <<< 8484 1726867750.24299: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc261ee0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867750.24303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867750.24334: 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 0x7fefbc292f00> <<< 8484 1726867750.24372: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc2919d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f6db0> <<< 8484 1726867750.24402: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867750.24486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.24494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867750.24509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867750.24537: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc2bb230> <<< 8484 1726867750.24602: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867750.24627: 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 <<< 8484 1726867750.24649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867750.24707: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc2e35f0> <<< 8484 1726867750.24714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867750.24746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867750.24823: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867750.24844: 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 0x7fefbc33c3e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867750.24882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867750.24906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867750.24939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867750.25028: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc33eb40> <<< 8484 1726867750.25099: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc33c500> <<< 8484 1726867750.25149: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc3053d0> <<< 8484 1726867750.25175: 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 0x7fefbc145460> <<< 8484 1726867750.25196: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc2e23f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc293e00> <<< 8484 1726867750.25462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fefbc145700> <<< 8484 1726867750.25604: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_pgkzoqya/ansible_setup_payload.zip' # zipimport: zlib available <<< 8484 1726867750.25738: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.25759: 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' <<< 8484 1726867750.25813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867750.25909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867750.25937: 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 0x7fefbc1af200> import '_typing' # <<< 8484 1726867750.26128: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc18e0f0> <<< 8484 1726867750.26168: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc18d250> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 8484 1726867750.26198: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.26224: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 8484 1726867750.27630: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.28788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867750.28796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1ad4f0> <<< 8484 1726867750.28813: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867750.28826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.28846: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867750.28852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867750.28879: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867750.28884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867750.28909: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.28915: 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 0x7fefbc1dea50> <<< 8484 1726867750.28958: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1de7e0><<< 8484 1726867750.28962: stdout chunk (state=3): >>> <<< 8484 1726867750.28988: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1de150> <<< 8484 1726867750.29012: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867750.29019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867750.29068: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1de570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc290440> <<< 8484 1726867750.29073: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867750.29102: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.29107: 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 0x7fefbc1df830> <<< 8484 1726867750.29132: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.29135: 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 0x7fefbc1dfa70> <<< 8484 1726867750.29165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867750.29212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867750.29229: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867750.29280: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1dffb0> <<< 8484 1726867750.29288: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867750.29305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867750.29332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867750.29372: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb31cd0> <<< 8484 1726867750.29397: 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 0x7fefbbb338f0> <<< 8484 1726867750.29427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867750.29436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867750.29490: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb382c0> <<< 8484 1726867750.29500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867750.29529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867750.29544: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb39460> <<< 8484 1726867750.29569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867750.29605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867750.29628: 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' <<< 8484 1726867750.29688: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3bf50> <<< 8484 1726867750.29727: 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 0x7fefbbb3c2c0> <<< 8484 1726867750.29743: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3a210> <<< 8484 1726867750.29771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867750.29795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867750.29825: 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' <<< 8484 1726867750.29847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867750.29969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867750.29998: 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' <<< 8484 1726867750.30017: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3fdd0> <<< 8484 1726867750.30028: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867750.30090: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3e630> <<< 8484 1726867750.30113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867750.30122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867750.30200: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3eb70> <<< 8484 1726867750.30226: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3a720> <<< 8484 1726867750.30259: 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 0x7fefbbb83ef0> <<< 8484 1726867750.30290: 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 0x7fefbbb84200> <<< 8484 1726867750.30311: 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 <<< 8484 1726867750.30332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867750.30352: 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' <<< 8484 1726867750.30399: 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 0x7fefbbb85c40> <<< 8484 1726867750.30407: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb85a30> <<< 8484 1726867750.30418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867750.30452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867750.30505: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.30513: 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 0x7fefbbb88110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb862d0> <<< 8484 1726867750.30536: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867750.30576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.30603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867750.30608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867750.30624: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867750.30661: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb8b860> <<< 8484 1726867750.30792: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb88230> <<< 8484 1726867750.30850: 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' <<< 8484 1726867750.30856: 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 0x7fefbbb8c650> <<< 8484 1726867750.30887: 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' <<< 8484 1726867750.30891: 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 0x7fefbbb8c8c0> <<< 8484 1726867750.30928: 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' <<< 8484 1726867750.30935: 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 0x7fefbbb8cc50> <<< 8484 1726867750.30947: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb843b0> <<< 8484 1726867750.30972: 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' <<< 8484 1726867750.30994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867750.31021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867750.31048: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.31077: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.31081: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbba18350> <<< 8484 1726867750.31235: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.31238: 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 0x7fefbba19460> <<< 8484 1726867750.31251: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb8eae0> <<< 8484 1726867750.31285: 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 0x7fefbbb8fe90> <<< 8484 1726867750.31292: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb8e720> <<< 8484 1726867750.31295: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31321: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867750.31340: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31434: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31528: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31543: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31546: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 8484 1726867750.31566: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31582: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867750.31591: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31716: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.31842: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.32387: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.32943: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 8484 1726867750.32951: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8484 1726867750.32953: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867750.32979: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867750.32988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.33051: 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 0x7fefbba1d7c0> <<< 8484 1726867750.33136: 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' <<< 8484 1726867750.33161: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba1e6f0> <<< 8484 1726867750.33166: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba19580> <<< 8484 1726867750.33222: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867750.33230: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.33256: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.33274: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867750.33286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.33432: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.33593: 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' <<< 8484 1726867750.33606: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba1ed50> <<< 8484 1726867750.33616: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34078: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34526: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34599: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34673: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867750.34690: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34723: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34758: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867750.34771: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34840: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34923: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867750.34950: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34953: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.34958: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 8484 1726867750.34972: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35017: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35047: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867750.35066: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35310: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867750.35599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867750.35620: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867750.35680: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba1f8c0> <<< 8484 1726867750.35698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35771: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867750.35853: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867750.35872: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867750.35886: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35933: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.35978: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867750.35987: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36030: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36074: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36133: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36199: 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 <<< 8484 1726867750.36241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867750.36335: 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'<<< 8484 1726867750.36340: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbba2a2a0> <<< 8484 1726867750.36369: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba25a60> <<< 8484 1726867750.36404: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867750.36416: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36483: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36539: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36574: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.36615: 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' <<< 8484 1726867750.36634: 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 <<< 8484 1726867750.36663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867750.36683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867750.36747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867750.36764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867750.36786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867750.36845: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb02c60> <<< 8484 1726867750.36888: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbbf6930> <<< 8484 1726867750.36966: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba2a4e0> <<< 8484 1726867750.36974: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba2a0f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867750.36990: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37013: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37043: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867750.37106: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867750.37125: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37134: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867750.37154: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37217: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37287: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37298: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37325: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37367: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37415: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37493: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 8484 1726867750.37501: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37583: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37646: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37677: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.37711: 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 <<< 8484 1726867750.37769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 8484 1726867750.37799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867750.37868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867750.37885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867750.37938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867750.37957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867750.37979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867750.38005: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.38008: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbb6d6a80> <<< 8484 1726867750.38034: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb6d5eb0> <<< 8484 1726867750.38107: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb6d4890> <<< 8484 1726867750.38342: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbaba930> <<< 8484 1726867750.38406: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab88c0> import 'ansible.module_utils.compat.typing' # <<< 8484 1726867750.38425: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.38616: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.38791: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.38826: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.38891: 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' <<< 8484 1726867750.38921: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 8484 1726867750.38924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 8484 1726867750.38948: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 8484 1726867750.38961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 8484 1726867750.38988: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbaa5bb0> <<< 8484 1726867750.39004: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 8484 1726867750.39033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 8484 1726867750.39053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867750.39101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867750.39126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867750.39139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 8484 1726867750.39144: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb720c80> <<< 8484 1726867750.39184: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.39199: 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 0x7fefbb720fb0> <<< 8484 1726867750.39245: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb714680> <<< 8484 1726867750.39276: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb6e7a40> <<< 8484 1726867750.39296: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab9a90> <<< 8484 1726867750.39321: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab8d70> <<< 8484 1726867750.39337: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 8484 1726867750.39364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 8484 1726867750.39385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867750.39398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 8484 1726867750.39418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 8484 1726867750.39436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 8484 1726867750.39462: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.39467: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbb723b30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb7233e0> <<< 8484 1726867750.39492: 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 0x7fefbb7235c0> <<< 8484 1726867750.39518: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb722810> <<< 8484 1726867750.39539: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 8484 1726867750.39559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 8484 1726867750.39572: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb723c20> <<< 8484 1726867750.39594: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 8484 1726867750.39635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867750.39672: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbb54a7b0> <<< 8484 1726867750.39704: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb5487a0> <<< 8484 1726867750.39729: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab8ef0> <<< 8484 1726867750.39736: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 8484 1726867750.39747: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 8484 1726867750.39775: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.39788: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 8484 1726867750.39803: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.39874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.39920: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 8484 1726867750.39936: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.39984: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40035: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 8484 1726867750.40045: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40068: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 8484 1726867750.40087: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40116: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40153: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 8484 1726867750.40159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40211: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 8484 1726867750.40277: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40319: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40367: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 8484 1726867750.40373: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40435: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40490: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40553: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.40608: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 8484 1726867750.40616: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 8484 1726867750.40630: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41125: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41551: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 8484 1726867750.41566: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41618: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41677: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41705: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41739: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 8484 1726867750.41759: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41786: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41823: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 8484 1726867750.41835: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41891: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 8484 1726867750.41959: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.41985: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42022: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 8484 1726867750.42029: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 8484 1726867750.42104: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42185: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42276: 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' <<< 8484 1726867750.42303: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb54ad80> <<< 8484 1726867750.42322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867750.42358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867750.42478: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb54b9b0> <<< 8484 1726867750.42486: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 8484 1726867750.42497: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42567: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42626: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 8484 1726867750.42641: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42731: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42823: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 8484 1726867750.42828: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42900: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.42968: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 8484 1726867750.42988: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43023: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867750.43124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867750.43203: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.43261: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.43266: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbb582d50> <<< 8484 1726867750.43450: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb56f7d0> <<< 8484 1726867750.43457: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 8484 1726867750.43472: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43533: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43581: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 8484 1726867750.43597: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43682: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43768: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.43883: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44027: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 8484 1726867750.44043: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44083: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 8484 1726867750.44134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44179: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 8484 1726867750.44232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 8484 1726867750.44261: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867750.44297: 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 0x7fefbb59a630> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb59a240> <<< 8484 1726867750.44300: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 8484 1726867750.44311: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 8484 1726867750.44348: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44388: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44435: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 8484 1726867750.44448: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44604: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44751: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 8484 1726867750.44772: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44875: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.44984: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45024: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45076: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 8484 1726867750.45081: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 8484 1726867750.45094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45105: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45133: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45281: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45434: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 8484 1726867750.45439: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45564: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45689: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 8484 1726867750.45696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45731: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.45766: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.46339: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.46851: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 8484 1726867750.46860: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 8484 1726867750.46867: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.46973: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47088: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 8484 1726867750.47094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47187: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47291: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 8484 1726867750.47297: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47456: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 8484 1726867750.47644: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47650: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47654: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 8484 1726867750.47663: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47707: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47757: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 8484 1726867750.47760: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47878: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.47969: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48165: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 8484 1726867750.48387: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48420: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48457: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 8484 1726867750.48471: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48497: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 8484 1726867750.48533: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48609: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48674: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 8484 1726867750.48691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48715: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48742: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 8484 1726867750.48745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48816: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48865: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 8484 1726867750.48884: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.48938: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 8484 1726867750.49004: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49279: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 8484 1726867750.49549: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49605: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49673: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 8484 1726867750.49676: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49719: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49748: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 8484 1726867750.49764: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49797: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49831: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 8484 1726867750.49839: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49876: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.49909: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 8484 1726867750.49924: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50003: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 8484 1726867750.50088: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50107: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 8484 1726867750.50129: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50171: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 8484 1726867750.50232: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50255: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50328: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50375: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50450: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50511: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 8484 1726867750.50533: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 8484 1726867750.50544: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 8484 1726867750.50654: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.50854: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 8484 1726867750.51057: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51106: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51151: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 8484 1726867750.51172: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51209: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51257: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 8484 1726867750.51266: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51352: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51438: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 8484 1726867750.51446: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 8484 1726867750.51449: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51541: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.51632: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 8484 1726867750.51639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 8484 1726867750.51720: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867750.52730: 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' <<< 8484 1726867750.52759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 8484 1726867750.52777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 8484 1726867750.52842: 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' <<< 8484 1726867750.52856: stdout chunk (state=3): >>>import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefbb5c3e00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb5c2930> <<< 8484 1726867750.52893: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba1c800> <<< 8484 1726867750.68395: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 8484 1726867750.68413: 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 0x7fefbb60a2d0> <<< 8484 1726867750.68449: stdout chunk (state=3): >>># /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' <<< 8484 1726867750.68488: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb618140> <<< 8484 1726867750.68552: 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' <<< 8484 1726867750.68608: 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' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb619af0> <<< 8484 1726867750.68611: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb619640> <<< 8484 1726867750.68857: 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 <<< 8484 1726867750.93148: 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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "29", "second": "10", "epoch": "1726867750", "epoch_int": "1726867750", "date": "2024-09-20", "time": "17:29:10", "iso8601_micro": "2024-09-20T21:29:10.518415Z", "iso8601": "2024-09-20T21:29:10Z", "iso8601_basic": "20240920T172910518415", "iso8601_basic_short": "20240920T172910", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_pkg_mgr": "dnf", "ansible_local": {}, "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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "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.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_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": 2215, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 1316, "free": 2215}, "nocache": {"free": 3225, "used": 306}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "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-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "part<<< 8484 1726867750.93215: stdout chunk (state=3): >>>itions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 412, "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": 261119967232, "block_size": 4096, "block_total": 65519099, "block_available": 63749992, "block_used": 1769107, "inode_total": 131070960, "inode_available": 131027090, "inode_used": 43870, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_apparmor": {"status": "disabled"}, "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_loadavg": {"1m": 0.94482421875, "5m": 0.6044921875, "15m": 0.29833984375}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "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"}}} <<< 8484 1726867750.93756: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867750.94029: 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 <<< 8484 1726867750.94034: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc <<< 8484 1726867750.94037: stdout chunk (state=3): >>># cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 8484 1726867750.94096: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.94126: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.94464: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867750.94515: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 <<< 8484 1726867750.94537: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 8484 1726867750.94595: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867750.94625: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale <<< 8484 1726867750.94649: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867750.94706: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867750.94719: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 8484 1726867750.94762: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 8484 1726867750.94800: 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 <<< 8484 1726867750.94836: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 8484 1726867750.94848: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess <<< 8484 1726867750.94887: stdout chunk (state=3): >>># destroy base64 # destroy _ssl <<< 8484 1726867750.94906: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 8484 1726867750.94950: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.94960: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.95015: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 8484 1726867750.95058: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode <<< 8484 1726867750.95098: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 8484 1726867750.95128: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.95189: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.95215: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _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 <<< 8484 1726867750.95229: 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 <<< 8484 1726867750.95402: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867750.95445: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 8484 1726867750.95472: stdout chunk (state=3): >>># destroy tokenize <<< 8484 1726867750.95508: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867750.95518: 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 <<< 8484 1726867750.95549: 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 <<< 8484 1726867750.95582: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867750.95754: 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 <<< 8484 1726867750.95760: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867750.95797: stdout chunk (state=3): >>># 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 <<< 8484 1726867750.96243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867750.96247: stdout chunk (state=3): >>><<< 8484 1726867750.96249: stderr chunk (state=3): >>><<< 8484 1726867750.96452: _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 0x7fefbc6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc5e7b30> # /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 0x7fefbc61aa50> 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 0x7fefbc42d130> # /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 0x7fefbc42e120> 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 0x7fefbc46aed0> # /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 0x7fefbc4801d0> # /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 0x7fefbc4a39e0> # /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 0x7fefbc4a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc483cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc481430> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4691f0> # /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 0x7fefbc4c7920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4c6540> # /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 0x7fefbc4822d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4c4da0> # /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 0x7fefbc4f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc468470> # /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 0x7fefbc4f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f4d10> # 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 0x7fefbc4f5100> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc466f90> # /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 0x7fefbc4f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f54c0> 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 0x7fefbc4f6690> 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 0x7fefbc510860> 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 0x7fefbc511fa0> # /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 0x7fefbc512e40> # 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 0x7fefbc513470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc512390> # /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 0x7fefbc513e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc513590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f66f0> # /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 0x7fefbc263d40> # /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 0x7fefbc290830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc290590> # 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 0x7fefbc290860> # /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 0x7fefbc291160> # 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 0x7fefbc291b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc290a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc261ee0> # /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 0x7fefbc292f00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc2919d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc4f6db0> # /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 0x7fefbc2bb230> # /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 0x7fefbc2e35f0> # /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 0x7fefbc33c3e0> # /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 0x7fefbc33eb40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc33c500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc3053d0> # /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 0x7fefbc145460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc2e23f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc293e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fefbc145700> # zipimport: found 103 names in '/tmp/ansible_setup_payload_pgkzoqya/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 0x7fefbc1af200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc18e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc18d250> # 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 0x7fefbc1ad4f0> # /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 0x7fefbc1dea50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1de7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc1de150> # /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 0x7fefbc1de570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbc290440> 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 0x7fefbc1df830> # 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 0x7fefbc1dfa70> # /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 0x7fefbc1dffb0> 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 0x7fefbbb31cd0> # 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 0x7fefbbb338f0> # /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 0x7fefbbb382c0> # /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 0x7fefbbb39460> # /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 0x7fefbbb3bf50> # 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 0x7fefbbb3c2c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3a210> # /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 0x7fefbbb3fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3e630> # /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 0x7fefbbb3eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb3a720> # 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 0x7fefbbb83ef0> # /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 0x7fefbbb84200> # /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 0x7fefbbb85c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb85a30> # /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 0x7fefbbb88110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb862d0> # /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 0x7fefbbb8b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb88230> # 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 0x7fefbbb8c650> # 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 0x7fefbbb8c8c0> # 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 0x7fefbbb8cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb843b0> # /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 0x7fefbba18350> # 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 0x7fefbba19460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb8eae0> # 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 0x7fefbbb8fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbb8e720> # 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 0x7fefbba1d7c0> # /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 0x7fefbba1e6f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba19580> 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 0x7fefbba1ed50> # 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 0x7fefbba1f8c0> # 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 0x7fefbba2a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba25a60> 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 0x7fefbbb02c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbbf6930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba2a4e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba2a0f0> # 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 0x7fefbb6d6a80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb6d5eb0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb6d4890> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbaba930> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab88c0> 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 0x7fefbbaa5bb0> # /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 0x7fefbb720c80> # 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 0x7fefbb720fb0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb714680> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb6e7a40> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab9a90> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab8d70> # /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 0x7fefbb723b30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb7233e0> # 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 0x7fefbb7235c0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb722810> # /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 0x7fefbb723c20> # /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 0x7fefbb54a7b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb5487a0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbbab8ef0> 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 0x7fefbb54ad80> # /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 0x7fefbb54b9b0> 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 0x7fefbb582d50> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb56f7d0> 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 0x7fefbb59a630> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb59a240> 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 0x7fefbb5c3e00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb5c2930> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbba1c800> # /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 0x7fefbb60a2d0> # /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 0x7fefbb618140> # /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 0x7fefbb619af0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefbb619640> 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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCyL2KdZrOC2xLyizFLhwzOimQOwwyWV7IZENsNXsAIz+NnHTlG/z+hl0sVlKAF/Z91uCaKB6+TPZM9Y4fBL34obwXy3KJH0B6XL9q4FH2CedQ7BOE2psYpFQ+SqjvIF9BuDPBd7HnYwFvsPjeesB/Oi7NtwE56lx/gDeMmjRjLkgINr7A8fw7HeDhzRNX4FKE4pVUU0EUPirw+bipMePSigNR3Ylv0CoZqbNOUJYnJsbGABKy24Hcp9vKLf63K90K4AXDPeBPqbrv3Y9HCmiyL3Xz/qEy5g499KVUoY4GgmT80zkTPWcOELQntSJ72nn41P7UueT5IOF1X973BXhPtlSKsxkT+TEEa1IpJiFZixs5/pgDEQ4PxawKZzx6BV8MpnGjFB4rhH3sNUL/UQ9HVpkIpZgnm9CbBPAbYzlZMbruj++aDDtwI3MzLj30hEEjgHx0U9M5AL+U7Q3tEnwUB5kEYo3j3yf0fBk9uUiqYj4PiV4eVuqUKUpnTTKyc4Fk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAz1nSxNyomSkU+9SNoFWcQwyD/Xcs2iRZzEmvSHYoA/cKr2A7McnGS6B2brABrm6HtJjZ0vlxuM1EZbwQpdhxc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDTQDH/SOBhC/hgOvSNaoMEKyAw2/znEph5izaU4+MhS", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "17", "minute": "29", "second": "10", "epoch": "1726867750", "epoch_int": "1726867750", "date": "2024-09-20", "time": "17:29:10", "iso8601_micro": "2024-09-20T21:29:10.518415Z", "iso8601": "2024-09-20T21:29:10Z", "iso8601_basic": "20240920T172910518415", "iso8601_basic_short": "20240920T172910", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_pkg_mgr": "dnf", "ansible_local": {}, "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-42-108.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-42-108", "ansible_nodename": "ip-10-31-42-108.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": "ec2df27e97918f3cdc94ba573334f8d1", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_lsb": {}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_fips": false, "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.47.233 40740 10.31.42.108 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": "6", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.47.233 40740 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_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": 2215, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 1316, "free": 2215}, "nocache": {"free": 3225, "used": 306}, "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": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_uuid": "ec2df27e-9791-8f3c-dc94-ba573334f8d1", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ce9f3f5987cc4906876e32db3", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140572ec65671cea49d592e8aee5b", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "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-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014053d20bcc09e2b4ef6a87e7b587", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdk": {"virtual": 1, "links": {"ids": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk10", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405997897b00cfb4fd684944698a", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140506be51ded9e94197afeb2980d", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e2f484ace3be451eb582ab933", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014059e4ad1f78dbb4910b9f426910", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b3e4702141334095870c2223c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdl": {"virtual": 1, "links": {"ids": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk11", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140564a5014bbea949a3811e26d02", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74a1689fa884ff8a115e6bc8", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdj": {"virtual": 1, "links": {"ids": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk9", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x60014054fff362013044ef69e4bef532", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ba77dae72b75488bac6448a45", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2097152", "sectorsize": "512", "size": "1.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405b74a1689fa884ff8a115e6bc8", "wwn-0x6001405b74a1689fa884ff8a115e6bc8"], "sdc": ["scsi-36001405b3e4702141334095870c2223c", "wwn-0x6001405b3e4702141334095870c2223c"], "sdb": ["scsi-360014053d20bcc09e2b4ef6a87e7b587", "wwn-0x60014053d20bcc09e2b4ef6a87e7b587"], "sdd": ["scsi-3600140572ec65671cea49d592e8aee5b", "wwn-0x600140572ec65671cea49d592e8aee5b"], "sde": ["scsi-360014059e4ad1f78dbb4910b9f426910", "wwn-0x60014059e4ad1f78dbb4910b9f426910"], "sdf": ["scsi-36001405ce9f3f5987cc4906876e32db3", "wwn-0x6001405ce9f3f5987cc4906876e32db3"], "sdh": ["scsi-36001405ba77dae72b75488bac6448a45", "wwn-0x6001405ba77dae72b75488bac6448a45"], "sdg": ["scsi-36001405e2f484ace3be451eb582ab933", "wwn-0x6001405e2f484ace3be451eb582ab933"], "sdi": ["scsi-3600140506be51ded9e94197afeb2980d", "wwn-0x600140506be51ded9e94197afeb2980d"], "sdj": ["scsi-360014054fff362013044ef69e4bef532", "wwn-0x60014054fff362013044ef69e4bef532"], "sdk": ["scsi-36001405997897b00cfb4fd684944698a", "wwn-0x6001405997897b00cfb4fd684944698a"], "sdl": ["scsi-3600140564a5014bbea949a3811e26d02", "wwn-0x600140564a5014bbea949a3811e26d02"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 412, "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": 261119967232, "block_size": 4096, "block_total": 65519099, "block_available": 63749992, "block_used": 1769107, "inode_total": 131070960, "inode_available": 131027090, "inode_used": 43870, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_apparmor": {"status": "disabled"}, "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_loadavg": {"1m": 0.94482421875, "5m": 0.6044921875, "15m": 0.29833984375}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::cd7:a2ff:fe4b:6d21", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.42.108", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:d7:a2:4b:6d:21", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.42.108"], "ansible_all_ipv6_addresses": ["fe80::cd7:a2ff:fe4b:6d21"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.42.108", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::cd7:a2ff:fe4b:6d21"]}, "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867750.98169: 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-1726867750.081732-11175-181447219269601/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867750.98175: _low_level_execute_command(): starting 8484 1726867750.98178: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867750.081732-11175-181447219269601/ > /dev/null 2>&1 && sleep 0' 8484 1726867750.98640: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867750.98656: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867750.98674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867750.98744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867750.98760: 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.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867750.98828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867750.98881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867750.98918: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867750.99020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867751.00989: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867751.00992: stdout chunk (state=3): >>><<< 8484 1726867751.00994: stderr chunk (state=3): >>><<< 8484 1726867751.01005: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867751.01015: handler run complete 8484 1726867751.01157: variable 'ansible_facts' from source: unknown 8484 1726867751.01257: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.01544: variable 'ansible_facts' from source: unknown 8484 1726867751.01615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.01739: attempt loop complete, returning result 8484 1726867751.01744: _execute() done 8484 1726867751.01747: dumping result to json 8484 1726867751.01776: done dumping result, returning 8484 1726867751.01785: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.storage : Update facts [02e58e3f-6ce9-dbaf-c049-0000000010d6] 8484 1726867751.01788: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d6 8484 1726867751.02137: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000010d6 8484 1726867751.02140: WORKER PROCESS EXITING ok: [managed_node3] 8484 1726867751.02702: no more pending results, returning what we have 8484 1726867751.02706: results queue empty 8484 1726867751.02706: checking for any_errors_fatal 8484 1726867751.02714: done checking for any_errors_fatal 8484 1726867751.02715: checking for max_fail_percentage 8484 1726867751.02717: done checking for max_fail_percentage 8484 1726867751.02717: checking to see if all hosts have failed and the running result is not ok 8484 1726867751.02718: done checking to see if all hosts have failed 8484 1726867751.02719: getting the remaining hosts for this loop 8484 1726867751.02720: done getting the remaining hosts for this loop 8484 1726867751.02723: getting the next task for host managed_node3 8484 1726867751.02732: done getting next task for host managed_node3 8484 1726867751.02734: ^ task is: TASK: meta (role_complete) 8484 1726867751.02737: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867751.02748: getting variables 8484 1726867751.02749: in VariableManager get_vars() 8484 1726867751.02782: Calling all_inventory to load vars for managed_node3 8484 1726867751.02785: Calling groups_inventory to load vars for managed_node3 8484 1726867751.02787: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.02796: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.02799: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.02802: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.03322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.03704: done with get_vars() 8484 1726867751.03719: done getting variables 8484 1726867751.03777: done queuing things up, now waiting for results queue to drain 8484 1726867751.03779: results queue empty 8484 1726867751.03779: checking for any_errors_fatal 8484 1726867751.03782: done checking for any_errors_fatal 8484 1726867751.03782: checking for max_fail_percentage 8484 1726867751.03783: done checking for max_fail_percentage 8484 1726867751.03783: checking to see if all hosts have failed and the running result is not ok 8484 1726867751.03787: done checking to see if all hosts have failed 8484 1726867751.03788: getting the remaining hosts for this loop 8484 1726867751.03788: done getting the remaining hosts for this loop 8484 1726867751.03790: getting the next task for host managed_node3 8484 1726867751.03793: done getting next task for host managed_node3 8484 1726867751.03794: ^ task is: TASK: Save unused_disk_return before verify 8484 1726867751.03796: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 8484 1726867751.03798: getting variables 8484 1726867751.03798: in VariableManager get_vars() 8484 1726867751.03806: Calling all_inventory to load vars for managed_node3 8484 1726867751.03808: Calling groups_inventory to load vars for managed_node3 8484 1726867751.03809: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.03814: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.03816: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.03818: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.04210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.08298: done with get_vars() 8484 1726867751.08309: done getting variables 8484 1726867751.08343: 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 [Save unused_disk_return before verify] *********************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:30 Friday 20 September 2024 17:29:11 -0400 (0:00:01.042) 0:01:26.380 ****** 8484 1726867751.08360: entering _queue_task() for managed_node3/set_fact 8484 1726867751.08662: worker is 1 (out of 1 available) 8484 1726867751.08677: exiting _queue_task() for managed_node3/set_fact 8484 1726867751.08690: done queuing things up, now waiting for results queue to drain 8484 1726867751.08692: waiting for pending results... 8484 1726867751.08913: running TaskExecutor() for managed_node3/TASK: Save unused_disk_return before verify 8484 1726867751.09014: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000eec 8484 1726867751.09032: variable 'ansible_search_path' from source: unknown 8484 1726867751.09038: variable 'ansible_search_path' from source: unknown 8484 1726867751.09194: calling self._execute() 8484 1726867751.09198: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.09201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.09204: variable 'omit' from source: magic vars 8484 1726867751.09290: variable 'omit' from source: magic vars 8484 1726867751.09338: variable 'omit' from source: magic vars 8484 1726867751.09372: variable 'unused_disks' from source: set_fact 8484 1726867751.09582: variable 'unused_disks' from source: set_fact 8484 1726867751.09667: variable 'omit' from source: magic vars 8484 1726867751.09710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867751.09766: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867751.09771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867751.09872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867751.09877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867751.09881: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867751.09887: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.09890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.09930: Set connection var ansible_pipelining to False 8484 1726867751.09936: Set connection var ansible_timeout to 10 8484 1726867751.09939: Set connection var ansible_connection to ssh 8484 1726867751.09945: Set connection var ansible_shell_type to sh 8484 1726867751.09950: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867751.09955: Set connection var ansible_shell_executable to /bin/sh 8484 1726867751.09984: variable 'ansible_shell_executable' from source: unknown 8484 1726867751.09988: variable 'ansible_connection' from source: unknown 8484 1726867751.09993: variable 'ansible_module_compression' from source: unknown 8484 1726867751.09996: variable 'ansible_shell_type' from source: unknown 8484 1726867751.09998: variable 'ansible_shell_executable' from source: unknown 8484 1726867751.10000: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.10002: variable 'ansible_pipelining' from source: unknown 8484 1726867751.10004: variable 'ansible_timeout' from source: unknown 8484 1726867751.10007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.10128: 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) 8484 1726867751.10138: variable 'omit' from source: magic vars 8484 1726867751.10145: starting attempt loop 8484 1726867751.10148: running the handler 8484 1726867751.10156: handler run complete 8484 1726867751.10164: attempt loop complete, returning result 8484 1726867751.10168: _execute() done 8484 1726867751.10172: dumping result to json 8484 1726867751.10175: done dumping result, returning 8484 1726867751.10181: done running TaskExecutor() for managed_node3/TASK: Save unused_disk_return before verify [02e58e3f-6ce9-dbaf-c049-000000000eec] 8484 1726867751.10186: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eec 8484 1726867751.10290: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eec 8484 1726867751.10293: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } 8484 1726867751.10349: no more pending results, returning what we have 8484 1726867751.10352: results queue empty 8484 1726867751.10353: checking for any_errors_fatal 8484 1726867751.10355: done checking for any_errors_fatal 8484 1726867751.10355: checking for max_fail_percentage 8484 1726867751.10357: done checking for max_fail_percentage 8484 1726867751.10358: checking to see if all hosts have failed and the running result is not ok 8484 1726867751.10359: done checking to see if all hosts have failed 8484 1726867751.10360: getting the remaining hosts for this loop 8484 1726867751.10361: done getting the remaining hosts for this loop 8484 1726867751.10365: getting the next task for host managed_node3 8484 1726867751.10527: done getting next task for host managed_node3 8484 1726867751.10531: ^ task is: TASK: Verify that pools/volumes used in test are removed 8484 1726867751.10533: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867751.10538: getting variables 8484 1726867751.10539: in VariableManager get_vars() 8484 1726867751.10575: Calling all_inventory to load vars for managed_node3 8484 1726867751.10577: Calling groups_inventory to load vars for managed_node3 8484 1726867751.10580: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.10588: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.10591: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.10594: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.11137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.11598: done with get_vars() 8484 1726867751.11610: done getting variables TASK [Verify that pools/volumes used in test are removed] ********************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:34 Friday 20 September 2024 17:29:11 -0400 (0:00:00.033) 0:01:26.413 ****** 8484 1726867751.11685: entering _queue_task() for managed_node3/include_tasks 8484 1726867751.11892: worker is 1 (out of 1 available) 8484 1726867751.11906: exiting _queue_task() for managed_node3/include_tasks 8484 1726867751.11921: done queuing things up, now waiting for results queue to drain 8484 1726867751.11922: waiting for pending results... 8484 1726867751.12096: running TaskExecutor() for managed_node3/TASK: Verify that pools/volumes used in test are removed 8484 1726867751.12184: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000eed 8484 1726867751.12194: variable 'ansible_search_path' from source: unknown 8484 1726867751.12198: variable 'ansible_search_path' from source: unknown 8484 1726867751.12226: calling self._execute() 8484 1726867751.12299: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.12303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.12316: variable 'omit' from source: magic vars 8484 1726867751.12399: _execute() done 8484 1726867751.12403: dumping result to json 8484 1726867751.12406: done dumping result, returning 8484 1726867751.12415: done running TaskExecutor() for managed_node3/TASK: Verify that pools/volumes used in test are removed [02e58e3f-6ce9-dbaf-c049-000000000eed] 8484 1726867751.12418: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eed 8484 1726867751.12518: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eed 8484 1726867751.12521: WORKER PROCESS EXITING 8484 1726867751.12545: no more pending results, returning what we have 8484 1726867751.12550: in VariableManager get_vars() 8484 1726867751.12593: Calling all_inventory to load vars for managed_node3 8484 1726867751.12595: Calling groups_inventory to load vars for managed_node3 8484 1726867751.12598: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.12607: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.12610: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.12615: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.12953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.13297: done with get_vars() 8484 1726867751.13314: variable 'ansible_search_path' from source: unknown 8484 1726867751.13315: variable 'ansible_search_path' from source: unknown 8484 1726867751.13351: we have included files to process 8484 1726867751.13352: generating all_blocks data 8484 1726867751.13355: done generating all_blocks data 8484 1726867751.13361: processing included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml 8484 1726867751.13362: loading included file: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml 8484 1726867751.13364: Loading data from /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml 8484 1726867751.14417: done processing included file 8484 1726867751.14423: iterating over new_blocks loaded from include file 8484 1726867751.14425: in VariableManager get_vars() 8484 1726867751.14445: done with get_vars() 8484 1726867751.14447: filtering new block on tags 8484 1726867751.14464: done filtering new block on tags 8484 1726867751.14466: in VariableManager get_vars() 8484 1726867751.14478: done with get_vars() 8484 1726867751.14480: filtering new block on tags 8484 1726867751.14490: done filtering new block on tags 8484 1726867751.14491: in VariableManager get_vars() 8484 1726867751.14499: done with get_vars() 8484 1726867751.14500: filtering new block on tags 8484 1726867751.14509: done filtering new block on tags 8484 1726867751.14513: done iterating over new_blocks loaded from include file included: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml for managed_node3 8484 1726867751.14516: extending task lists for all hosts with included blocks 8484 1726867751.14837: done extending task lists 8484 1726867751.14838: done processing included files 8484 1726867751.14839: results queue empty 8484 1726867751.14839: checking for any_errors_fatal 8484 1726867751.14842: done checking for any_errors_fatal 8484 1726867751.14843: checking for max_fail_percentage 8484 1726867751.14844: done checking for max_fail_percentage 8484 1726867751.14844: checking to see if all hosts have failed and the running result is not ok 8484 1726867751.14845: done checking to see if all hosts have failed 8484 1726867751.14845: getting the remaining hosts for this loop 8484 1726867751.14846: done getting the remaining hosts for this loop 8484 1726867751.14847: getting the next task for host managed_node3 8484 1726867751.14850: done getting next task for host managed_node3 8484 1726867751.14851: ^ task is: TASK: Check if system is ostree 8484 1726867751.14853: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 8484 1726867751.14855: getting variables 8484 1726867751.14856: in VariableManager get_vars() 8484 1726867751.14863: Calling all_inventory to load vars for managed_node3 8484 1726867751.14864: Calling groups_inventory to load vars for managed_node3 8484 1726867751.14866: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.14871: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.14873: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.14875: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.15148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.15480: done with get_vars() 8484 1726867751.15489: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:5 Friday 20 September 2024 17:29:11 -0400 (0:00:00.038) 0:01:26.452 ****** 8484 1726867751.15537: entering _queue_task() for managed_node3/stat 8484 1726867751.15765: worker is 1 (out of 1 available) 8484 1726867751.15780: exiting _queue_task() for managed_node3/stat 8484 1726867751.15792: done queuing things up, now waiting for results queue to drain 8484 1726867751.15794: waiting for pending results... 8484 1726867751.15973: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 8484 1726867751.16062: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d1 8484 1726867751.16073: variable 'ansible_search_path' from source: unknown 8484 1726867751.16100: calling self._execute() 8484 1726867751.16172: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.16176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.16187: variable 'omit' from source: magic vars 8484 1726867751.16456: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867751.16660: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867751.16730: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867751.16772: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867751.16796: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867751.16900: 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) 8484 1726867751.16939: 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) 8484 1726867751.16966: 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) 8484 1726867751.17004: 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) 8484 1726867751.17166: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867751.17197: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867751.17201: when evaluation is False, skipping this task 8484 1726867751.17206: _execute() done 8484 1726867751.17209: dumping result to json 8484 1726867751.17212: done dumping result, returning 8484 1726867751.17214: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [02e58e3f-6ce9-dbaf-c049-0000000011d1] 8484 1726867751.17216: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d1 8484 1726867751.17339: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d1 8484 1726867751.17341: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867751.17440: no more pending results, returning what we have 8484 1726867751.17444: results queue empty 8484 1726867751.17445: checking for any_errors_fatal 8484 1726867751.17446: done checking for any_errors_fatal 8484 1726867751.17447: checking for max_fail_percentage 8484 1726867751.17450: done checking for max_fail_percentage 8484 1726867751.17450: checking to see if all hosts have failed and the running result is not ok 8484 1726867751.17451: done checking to see if all hosts have failed 8484 1726867751.17452: getting the remaining hosts for this loop 8484 1726867751.17455: done getting the remaining hosts for this loop 8484 1726867751.17458: getting the next task for host managed_node3 8484 1726867751.17464: done getting next task for host managed_node3 8484 1726867751.17466: ^ task is: TASK: Set flag to indicate system is ostree 8484 1726867751.17473: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 8484 1726867751.17479: getting variables 8484 1726867751.17480: in VariableManager get_vars() 8484 1726867751.17516: Calling all_inventory to load vars for managed_node3 8484 1726867751.17518: Calling groups_inventory to load vars for managed_node3 8484 1726867751.17521: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.17530: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.17532: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.17534: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.17956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.18522: done with get_vars() 8484 1726867751.18537: done getting variables 8484 1726867751.18612: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:10 Friday 20 September 2024 17:29:11 -0400 (0:00:00.031) 0:01:26.483 ****** 8484 1726867751.18654: entering _queue_task() for managed_node3/set_fact 8484 1726867751.19004: worker is 1 (out of 1 available) 8484 1726867751.19020: exiting _queue_task() for managed_node3/set_fact 8484 1726867751.19036: done queuing things up, now waiting for results queue to drain 8484 1726867751.19041: waiting for pending results... 8484 1726867751.19408: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 8484 1726867751.19546: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d2 8484 1726867751.19576: variable 'ansible_search_path' from source: unknown 8484 1726867751.19626: calling self._execute() 8484 1726867751.19728: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.19737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.19787: variable 'omit' from source: magic vars 8484 1726867751.20079: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867751.20411: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867751.20462: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867751.20495: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867751.20544: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867751.20622: 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) 8484 1726867751.20665: 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) 8484 1726867751.20682: 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) 8484 1726867751.20713: 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) 8484 1726867751.20844: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867751.20852: Evaluated conditional (not __snapshot_is_ostree is defined): False 8484 1726867751.20855: when evaluation is False, skipping this task 8484 1726867751.20858: _execute() done 8484 1726867751.20860: dumping result to json 8484 1726867751.20863: done dumping result, returning 8484 1726867751.20883: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [02e58e3f-6ce9-dbaf-c049-0000000011d2] 8484 1726867751.20904: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d2 8484 1726867751.20988: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d2 8484 1726867751.20991: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } 8484 1726867751.21063: no more pending results, returning what we have 8484 1726867751.21066: results queue empty 8484 1726867751.21067: checking for any_errors_fatal 8484 1726867751.21079: done checking for any_errors_fatal 8484 1726867751.21080: checking for max_fail_percentage 8484 1726867751.21081: done checking for max_fail_percentage 8484 1726867751.21082: checking to see if all hosts have failed and the running result is not ok 8484 1726867751.21083: done checking to see if all hosts have failed 8484 1726867751.21084: getting the remaining hosts for this loop 8484 1726867751.21085: done getting the remaining hosts for this loop 8484 1726867751.21089: getting the next task for host managed_node3 8484 1726867751.21097: done getting next task for host managed_node3 8484 1726867751.21099: ^ task is: TASK: Ensure test packages 8484 1726867751.21104: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867751.21110: getting variables 8484 1726867751.21112: in VariableManager get_vars() 8484 1726867751.21147: Calling all_inventory to load vars for managed_node3 8484 1726867751.21150: Calling groups_inventory to load vars for managed_node3 8484 1726867751.21153: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867751.21161: Calling all_plugins_play to load vars for managed_node3 8484 1726867751.21164: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867751.21166: Calling groups_plugins_play to load vars for managed_node3 8484 1726867751.21577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867751.22018: done with get_vars() 8484 1726867751.22039: done getting variables 8484 1726867751.22117: 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 [Ensure test packages] **************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:14 Friday 20 September 2024 17:29:11 -0400 (0:00:00.034) 0:01:26.518 ****** 8484 1726867751.22144: entering _queue_task() for managed_node3/package 8484 1726867751.22342: worker is 1 (out of 1 available) 8484 1726867751.22355: exiting _queue_task() for managed_node3/package 8484 1726867751.22366: done queuing things up, now waiting for results queue to drain 8484 1726867751.22368: waiting for pending results... 8484 1726867751.22548: running TaskExecutor() for managed_node3/TASK: Ensure test packages 8484 1726867751.22626: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d4 8484 1726867751.22637: variable 'ansible_search_path' from source: unknown 8484 1726867751.22665: calling self._execute() 8484 1726867751.22735: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.22740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.22750: variable 'omit' from source: magic vars 8484 1726867751.22834: variable 'omit' from source: magic vars 8484 1726867751.22867: variable 'omit' from source: magic vars 8484 1726867751.22890: variable 'test_packages' from source: task vars 8484 1726867751.23036: variable 'test_packages' from source: task vars 8484 1726867751.23220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8484 1726867751.23429: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8484 1726867751.23462: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8484 1726867751.23492: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8484 1726867751.23524: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8484 1726867751.23981: variable 'ansible_facts' from source: unknown 8484 1726867751.24229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867751.26018: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867751.26100: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867751.26127: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867751.26157: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867751.26183: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867751.26262: 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) 8484 1726867751.26309: 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) 8484 1726867751.26338: 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) 8484 1726867751.26381: 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) 8484 1726867751.26406: 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) 8484 1726867751.26483: variable '__snapshot_is_ostree' from source: set_fact 8484 1726867751.26487: variable 'omit' from source: magic vars 8484 1726867751.26507: variable 'omit' from source: magic vars 8484 1726867751.26535: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867751.26551: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867751.26580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867751.26592: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867751.26601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867751.26629: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867751.26633: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.26637: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.26840: Set connection var ansible_pipelining to False 8484 1726867751.26845: Set connection var ansible_timeout to 10 8484 1726867751.26847: Set connection var ansible_connection to ssh 8484 1726867751.26849: Set connection var ansible_shell_type to sh 8484 1726867751.26852: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867751.26854: Set connection var ansible_shell_executable to /bin/sh 8484 1726867751.26856: variable 'ansible_shell_executable' from source: unknown 8484 1726867751.26858: variable 'ansible_connection' from source: unknown 8484 1726867751.26860: variable 'ansible_module_compression' from source: unknown 8484 1726867751.26862: variable 'ansible_shell_type' from source: unknown 8484 1726867751.26864: variable 'ansible_shell_executable' from source: unknown 8484 1726867751.26866: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867751.26868: variable 'ansible_pipelining' from source: unknown 8484 1726867751.26893: variable 'ansible_timeout' from source: unknown 8484 1726867751.26896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867751.27083: 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) 8484 1726867751.27087: variable 'omit' from source: magic vars 8484 1726867751.27089: starting attempt loop 8484 1726867751.27092: running the handler 8484 1726867751.27094: variable 'ansible_facts' from source: unknown 8484 1726867751.27096: variable 'ansible_facts' from source: unknown 8484 1726867751.27098: _low_level_execute_command(): starting 8484 1726867751.27138: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867751.27974: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867751.27988: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867751.28000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867751.28017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867751.28029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867751.28069: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867751.28082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.28087: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867751.28090: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867751.28091: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867751.28093: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867751.28192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867751.28207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867751.28210: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867751.28234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867751.28361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867751.30128: stdout chunk (state=3): >>>/root <<< 8484 1726867751.30378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867751.30420: stdout chunk (state=3): >>><<< 8484 1726867751.30423: stderr chunk (state=3): >>><<< 8484 1726867751.30452: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867751.30559: _low_level_execute_command(): starting 8484 1726867751.30564: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494 `" && echo ansible-tmp-1726867751.3045902-11212-205256505125494="` echo /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494 `" ) && sleep 0' 8484 1726867751.31114: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867751.31128: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867751.31187: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.31253: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867751.31281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867751.31302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867751.31474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867751.33469: stdout chunk (state=3): >>>ansible-tmp-1726867751.3045902-11212-205256505125494=/root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494 <<< 8484 1726867751.33584: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867751.33615: stderr chunk (state=3): >>><<< 8484 1726867751.33618: stdout chunk (state=3): >>><<< 8484 1726867751.33635: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867751.3045902-11212-205256505125494=/root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867751.33664: variable 'ansible_module_compression' from source: unknown 8484 1726867751.33711: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8484 1726867751.33745: variable 'ansible_facts' from source: unknown 8484 1726867751.33826: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py 8484 1726867751.33928: Sending initial data 8484 1726867751.33931: Sent initial data (151 bytes) 8484 1726867751.34382: 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 <<< 8484 1726867751.34385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867751.34387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.34390: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867751.34392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.34444: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867751.34447: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867751.34451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867751.34538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867751.36235: 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 <<< 8484 1726867751.36326: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867751.36416: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpgj5w8o0w /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py <<< 8484 1726867751.36420: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py" <<< 8484 1726867751.36525: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpgj5w8o0w" to remote "/root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py" <<< 8484 1726867751.37625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867751.37675: stderr chunk (state=3): >>><<< 8484 1726867751.37679: stdout chunk (state=3): >>><<< 8484 1726867751.37706: done transferring module to remote 8484 1726867751.37718: _low_level_execute_command(): starting 8484 1726867751.37723: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/ /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py && sleep 0' 8484 1726867751.38242: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867751.38248: 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.38250: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867751.38252: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867751.38254: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.38314: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867751.38319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867751.38408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867751.40275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867751.40307: stderr chunk (state=3): >>><<< 8484 1726867751.40311: stdout chunk (state=3): >>><<< 8484 1726867751.40336: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867751.40339: _low_level_execute_command(): starting 8484 1726867751.40344: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/AnsiballZ_dnf.py && sleep 0' 8484 1726867751.40810: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867751.40813: 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 <<< 8484 1726867751.40815: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867751.40817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.40819: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration <<< 8484 1726867751.40821: 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 <<< 8484 1726867751.40824: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867751.40873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867751.40877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867751.40977: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867751.43252: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867751.43282: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867751.43317: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 8484 1726867751.43406: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867751.43412: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867751.43438: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867751.43479: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867751.43516: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867751.43519: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8484 1726867751.43565: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867751.43575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.43583: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867751.43605: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867751.43641: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 8484 1726867751.43649: stdout chunk (state=3): >>> <<< 8484 1726867751.43683: 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 0x7f62e47bc4d0><<< 8484 1726867751.43706: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e478bb00> <<< 8484 1726867751.43745: 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 0x7f62e47bea50> <<< 8484 1726867751.43766: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867751.43805: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 8484 1726867751.43837: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867751.43858: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867751.43940: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867751.43979: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 8484 1726867751.44027: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 8484 1726867751.44063: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867751.44086: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 8484 1726867751.44123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e47cd130> <<< 8484 1726867751.44191: 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 <<< 8484 1726867751.44231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e47ce120> <<< 8484 1726867751.44237: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867751.44267: 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. <<< 8484 1726867751.44556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867751.44563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867751.44590: 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' <<< 8484 1726867751.44605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867751.44653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867751.44697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867751.44731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867751.44751: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45b3f80> # /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' <<< 8484 1726867751.44817: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45c0110> <<< 8484 1726867751.44825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867751.44867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867751.44905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.44946: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867751.44956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867751.44990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45e3980> <<< 8484 1726867751.45004: 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 0x7f62e45e3f50> import '_collections' # <<< 8484 1726867751.45058: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45c3c20> <<< 8484 1726867751.45079: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867751.45101: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45c12e0> <<< 8484 1726867751.45208: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45b1130> <<< 8484 1726867751.45247: 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' <<< 8484 1726867751.45269: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867751.45294: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867751.45330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 8484 1726867751.45355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 8484 1726867751.45367: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4607920> <<< 8484 1726867751.45382: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4606540> <<< 8484 1726867751.45425: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 8484 1726867751.45429: 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 0x7f62e45c2390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4604c80> <<< 8484 1726867751.45475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867751.45492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4634950> <<< 8484 1726867751.45497: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45b03b0> <<< 8484 1726867751.45519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 8484 1726867751.45526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 8484 1726867751.45571: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.45577: 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 0x7f62e4634e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4634cb0> <<< 8484 1726867751.45631: 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' <<< 8484 1726867751.45634: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e46350a0> <<< 8484 1726867751.45639: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45a6ed0> <<< 8484 1726867751.45673: 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' <<< 8484 1726867751.45683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867751.45724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867751.45738: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4635790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4635460> import 'importlib.machinery' # <<< 8484 1726867751.45775: 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' <<< 8484 1726867751.45797: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4636660> <<< 8484 1726867751.45815: stdout chunk (state=3): >>>import 'importlib.util' # <<< 8484 1726867751.45824: stdout chunk (state=3): >>>import 'runpy' # <<< 8484 1726867751.45855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867751.45931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867751.45948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4650890> import 'errno' # <<< 8484 1726867751.45997: 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 0x7f62e4651fd0> <<< 8484 1726867751.46040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867751.46063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4652e70> <<< 8484 1726867751.46100: 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 0x7f62e46534a0> <<< 8484 1726867751.46150: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e46523c0> <<< 8484 1726867751.46153: 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' <<< 8484 1726867751.46191: 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 0x7f62e4653f20> <<< 8484 1726867751.46209: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4653650> <<< 8484 1726867751.46249: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e46366c0> <<< 8484 1726867751.46276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867751.46299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867751.46323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867751.46343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867751.46380: 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 0x7f62e4393dd0> <<< 8484 1726867751.46404: 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' <<< 8484 1726867751.46437: 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 0x7f62e43c0800> <<< 8484 1726867751.46443: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c0560> <<< 8484 1726867751.46472: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.46477: 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 0x7f62e43c0680> <<< 8484 1726867751.46502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 8484 1726867751.46507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 8484 1726867751.46587: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.46727: 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 0x7f62e43c1130> <<< 8484 1726867751.46855: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.46884: 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 0x7f62e43c1b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c09e0> <<< 8484 1726867751.46909: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4391f70> <<< 8484 1726867751.46914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867751.46979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867751.46988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867751.47046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c2ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c0fb0> <<< 8484 1726867751.47049: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4636db0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867751.47127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.47164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867751.47185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867751.47234: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43eb1a0> <<< 8484 1726867751.47273: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867751.47319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.47343: 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' <<< 8484 1726867751.47392: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4413530> <<< 8484 1726867751.47395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867751.47436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867751.47519: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867751.47531: 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 0x7f62e446c320> <<< 8484 1726867751.47556: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867751.47607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867751.47651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867751.47655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867751.47741: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e446ea80> <<< 8484 1726867751.47833: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e446c440> <<< 8484 1726867751.47865: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4439340> <<< 8484 1726867751.47901: 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 0x7f62e3d253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4412330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c3d70> <<< 8484 1726867751.48058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867751.48079: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f62e4412690> <<< 8484 1726867751.48207: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_29qvtngi/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 8484 1726867751.48343: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.48400: 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' <<< 8484 1726867751.48430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867751.48530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867751.48557: 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 0x7f62e3d7f0e0> import '_typing' # <<< 8484 1726867751.48788: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d5d130> # zipimport: zlib available import 'ansible' # <<< 8484 1726867751.48791: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867751.48816: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 8484 1726867751.48834: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.50238: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.51369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 8484 1726867751.51387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d7cf80> <<< 8484 1726867751.51397: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 8484 1726867751.51407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.51428: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867751.51439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867751.51463: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 8484 1726867751.51468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 8484 1726867751.51498: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.51503: 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 0x7f62e3daaab0> <<< 8484 1726867751.51551: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3daa8a0> <<< 8484 1726867751.51579: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3daa1b0> <<< 8484 1726867751.51604: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867751.51609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867751.51659: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3daa900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d7fb00> <<< 8484 1726867751.51672: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867751.51695: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.51700: 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 0x7f62e3dab7d0> <<< 8484 1726867751.51729: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.51732: 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 0x7f62e3dab950> <<< 8484 1726867751.51750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867751.51809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867751.51819: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867751.51868: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3dabe90> <<< 8484 1726867751.51876: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867751.51897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867751.51921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867751.51963: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c11c70> <<< 8484 1726867751.51993: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.52006: 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 0x7f62e3c13890> <<< 8484 1726867751.52016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867751.52031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867751.52072: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c18260> <<< 8484 1726867751.52093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867751.52124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867751.52142: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c19130> <<< 8484 1726867751.52166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867751.52203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867751.52228: 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' <<< 8484 1726867751.52287: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1be30> <<< 8484 1726867751.52329: 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 0x7f62e3d5f1d0> <<< 8484 1726867751.52351: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1a150> <<< 8484 1726867751.52368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867751.52398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867751.52428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 8484 1726867751.52434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 8484 1726867751.52447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867751.52485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867751.52520: 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 0x7f62e3c1fe00> <<< 8484 1726867751.52542: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867751.52614: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1e8d0> <<< 8484 1726867751.52620: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1e630> <<< 8484 1726867751.52641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867751.52646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867751.52724: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1eba0> <<< 8484 1726867751.52756: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1a630> <<< 8484 1726867751.52778: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.52784: 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 0x7f62e3c63ec0> <<< 8484 1726867751.52808: 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 <<< 8484 1726867751.52813: 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 0x7f62e3c641a0> <<< 8484 1726867751.52830: 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 <<< 8484 1726867751.52853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867751.52877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 8484 1726867751.52882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 8484 1726867751.52918: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.52921: 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 0x7f62e3c65c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c65a00> <<< 8484 1726867751.52939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867751.53078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867751.53134: 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 0x7f62e3c680e0> <<< 8484 1726867751.53138: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c662d0> <<< 8484 1726867751.53156: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867751.53203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.53226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867751.53245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867751.53250: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867751.53299: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c6b800> <<< 8484 1726867751.53425: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c68200> <<< 8484 1726867751.53490: 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 0x7f62e3c6c620> <<< 8484 1726867751.53527: 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 0x7f62e3c6ca40> <<< 8484 1726867751.53575: 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'<<< 8484 1726867751.53583: 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 0x7f62e3c6cb30> <<< 8484 1726867751.53590: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c642c0> <<< 8484 1726867751.53614: 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' <<< 8484 1726867751.53636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867751.53661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867751.53695: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.53718: 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 0x7f62e3cf8200> <<< 8484 1726867751.53874: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.53887: 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 0x7f62e3cf95e0> <<< 8484 1726867751.53897: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c6e990> <<< 8484 1726867751.53929: 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 0x7f62e3c6fd40> <<< 8484 1726867751.53932: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c6e5d0> <<< 8484 1726867751.53946: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.53963: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.53967: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 8484 1726867751.53986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.54084: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.54176: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.54192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867751.54205: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.54227: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 8484 1726867751.54240: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.54363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.54486: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.55058: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.55621: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 8484 1726867751.55625: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 8484 1726867751.55627: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867751.55654: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867751.55671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.55736: 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 0x7f62e3cfd7c0> <<< 8484 1726867751.55821: 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' <<< 8484 1726867751.55846: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cfe600> <<< 8484 1726867751.55851: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cf97f0> <<< 8484 1726867751.55911: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867751.55919: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.55944: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.55960: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867751.55971: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.56124: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.56291: 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' <<< 8484 1726867751.56301: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cfe540> <<< 8484 1726867751.56309: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.56781: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57237: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57313: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57402: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867751.57412: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57444: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57487: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 8484 1726867751.57560: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57642: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867751.57653: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57661: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57676: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 8484 1726867751.57681: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57723: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57751: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867751.57772: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.57994: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867751.58286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867751.58304: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867751.58376: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cff7d0> <<< 8484 1726867751.58379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58455: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58531: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867751.58534: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867751.58564: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58602: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58644: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867751.58650: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58697: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58736: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58800: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.58867: 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 <<< 8484 1726867751.58913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.59002: 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' <<< 8484 1726867751.59008: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e3b0a240> <<< 8484 1726867751.59034: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b05a00> <<< 8484 1726867751.59072: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867751.59087: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59142: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59210: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59232: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59280: 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 <<< 8484 1726867751.59291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.59305: 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 <<< 8484 1726867751.59319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867751.59340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867751.59411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867751.59435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867751.59442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867751.59501: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3dfea80> <<< 8484 1726867751.59537: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3de2750> <<< 8484 1726867751.59628: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b0a270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cff230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867751.59636: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59664: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59692: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867751.59749: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867751.59774: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.59778: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 8484 1726867751.59795: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.60380: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.60912: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.61580: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.62246: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 8484 1726867751.62252: 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 0x7f62e3b9c890> <<< 8484 1726867751.62274: 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 0x7f62e3b9caa0> <<< 8484 1726867751.62296: 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' <<< 8484 1726867751.62325: 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' <<< 8484 1726867751.62330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 8484 1726867751.62352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9d1c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9cd40> <<< 8484 1726867751.62378: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 8484 1726867751.62384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 8484 1726867751.62398: 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' <<< 8484 1726867751.62436: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9daf0> <<< 8484 1726867751.62463: 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' <<< 8484 1726867751.62482: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 8484 1726867751.62487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 8484 1726867751.62509: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 8484 1726867751.62521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 8484 1726867751.62542: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 8484 1726867751.62545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 8484 1726867751.62573: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 8484 1726867751.62580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 8484 1726867751.62594: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b898b0> <<< 8484 1726867751.62619: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 8484 1726867751.62626: 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 0x7f62e3b896a0> <<< 8484 1726867751.62648: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 8484 1726867751.62667: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37a66f0> <<< 8484 1726867751.62710: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9f2f0> <<< 8484 1726867751.62730: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 8484 1726867751.62772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867751.62796: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 8484 1726867751.62799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 8484 1726867751.62824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 8484 1726867751.62863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 8484 1726867751.62928: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37b5250> <<< 8484 1726867751.62933: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37a7dd0> <<< 8484 1726867751.62972: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37a7140> <<< 8484 1726867751.62983: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9e780> <<< 8484 1726867751.63002: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 8484 1726867751.63020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 8484 1726867751.63044: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 8484 1726867751.63102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 8484 1726867751.63124: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 8484 1726867751.63150: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3821160> <<< 8484 1726867751.63283: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37d9280> <<< 8484 1726867751.63427: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9ec30> <<< 8484 1726867751.63439: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 8484 1726867751.63453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 8484 1726867751.63469: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 8484 1726867751.63503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 8484 1726867751.63534: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 8484 1726867751.63543: 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 0x7f62e3828c20> <<< 8484 1726867751.63554: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3822f30> <<< 8484 1726867751.63560: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37d8d70> <<< 8484 1726867751.63589: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9e150> <<< 8484 1726867751.63592: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9db80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9d850> <<< 8484 1726867751.63614: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9cad0> <<< 8484 1726867751.63633: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 8484 1726867751.63647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9da60> <<< 8484 1726867751.63661: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 8484 1726867751.63688: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 8484 1726867751.63694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 8484 1726867751.63745: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e38291c0> <<< 8484 1726867751.63748: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9dbe0> <<< 8484 1726867751.63778: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 8484 1726867751.63781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.63849: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e38298e0> <<< 8484 1726867751.63875: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 8484 1726867751.63905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 8484 1726867751.63963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 8484 1726867751.63998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 8484 1726867751.64080: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.64158: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.64163: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e3813fe0> <<< 8484 1726867751.64339: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3811670> <<< 8484 1726867751.64376: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e382a870> <<< 8484 1726867751.64386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 8484 1726867751.64402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 8484 1726867751.64428: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e38110a0> <<< 8484 1726867751.64451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 8484 1726867751.64456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 8484 1726867751.64483: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3846570> <<< 8484 1726867751.64495: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 8484 1726867751.64501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 8484 1726867751.64524: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 8484 1726867751.64530: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3847230> <<< 8484 1726867751.64548: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3846cc0> <<< 8484 1726867751.64567: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 8484 1726867751.64643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 8484 1726867751.64719: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3847710> <<< 8484 1726867751.64737: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 8484 1726867751.64772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 8484 1726867751.64988: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e381bc20> <<< 8484 1726867751.65008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 8484 1726867751.65029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 8484 1726867751.65047: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e373a090> <<< 8484 1726867751.65101: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65205: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 8484 1726867751.65220: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65335: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65476: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 8484 1726867751.65482: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65532: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65582: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 8484 1726867751.65592: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65718: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.65829: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 8484 1726867751.65925: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867751.66408: 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' <<< 8484 1726867751.66435: 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 <<< 8484 1726867751.66440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 8484 1726867751.66469: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 8484 1726867751.66482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 8484 1726867751.66491: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376f050> <<< 8484 1726867751.66502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 8484 1726867751.66540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 8484 1726867751.66703: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376f170> <<< 8484 1726867751.66709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 8484 1726867751.66751: 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' <<< 8484 1726867751.66818: 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 0x7f62e34cf350> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e34ceba0> # 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 0x7f62e34ced80> <<< 8484 1726867751.66860: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376f680> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376e6f0> <<< 8484 1726867751.66902: 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 0x7f62e376ed50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 8484 1726867751.67002: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 8484 1726867751.67027: 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' <<< 8484 1726867751.67094: 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' <<< 8484 1726867751.67185: 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 0x7f62e3548920> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3548500> <<< 8484 1726867751.67217: 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 <<< 8484 1726867751.67305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 8484 1726867751.67313: 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 0x7f62e3570230> <<< 8484 1726867751.67372: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3548a70> <<< 8484 1726867751.67386: 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 <<< 8484 1726867751.67467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 8484 1726867751.68408: 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 0x7f62e2d2f470> <<< 8484 1726867751.68481: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e35704d0> <<< 8484 1726867751.68510: 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 <<< 8484 1726867751.68584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 8484 1726867751.68677: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 8484 1726867751.68681: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e2dacf80> <<< 8484 1726867751.68855: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e2d2f800> <<< 8484 1726867751.68877: 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 <<< 8484 1726867751.68913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867751.68992: 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 0x7f62e2dafef0> <<< 8484 1726867751.69029: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e2dad0a0> <<< 8484 1726867751.69046: 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 <<< 8484 1726867751.69101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867751.69181: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 8484 1726867751.69187: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e16a8110> <<< 8484 1726867751.69217: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e2de8320> <<< 8484 1726867751.69241: 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 <<< 8484 1726867751.69257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 8484 1726867751.69306: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 8484 1726867751.69319: 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 0x7f62e16a92b0> <<< 8484 1726867751.69326: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16a86b0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e34ebf80> <<< 8484 1726867751.69352: 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 <<< 8484 1726867751.69387: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 8484 1726867751.69415: 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 <<< 8484 1726867751.69420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867751.69436: 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 <<< 8484 1726867751.69450: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 8484 1726867751.69487: 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 0x7f62e16c87a0> <<< 8484 1726867751.69531: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16abbf0> <<< 8484 1726867751.69593: 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 <<< 8484 1726867751.69596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 8484 1726867751.69629: 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' # /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 0x7f62e16cae10> <<< 8484 1726867751.69645: 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 <<< 8484 1726867751.69667: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 8484 1726867751.69700: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cbce0> <<< 8484 1726867751.69727: 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' <<< 8484 1726867751.70385: 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 0x7f62e16f85f0> <<< 8484 1726867751.70424: 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' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16f9b20> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cbf20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cad80> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16ca660> # /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 0x7f62e16fb740> <<< 8484 1726867751.70441: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cb200> <<< 8484 1726867751.70517: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16c8ad0> <<< 8484 1726867751.70541: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16ab200> <<< 8484 1726867751.70575: 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' <<< 8484 1726867751.70707: 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 0x7f62e16ab920> <<< 8484 1726867751.70732: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16ab680> <<< 8484 1726867751.70777: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16a9430> # /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 0x7f62e1730e00> <<< 8484 1726867751.70803: 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 <<< 8484 1726867751.70850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 8484 1726867751.70989: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 8484 1726867751.70993: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1733320> <<< 8484 1726867751.70999: 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 0x7f62e1733b00> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1732630> <<< 8484 1726867751.71003: 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 <<< 8484 1726867751.71026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 8484 1726867751.71028: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175c350> <<< 8484 1726867751.71092: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1730dd0> <<< 8484 1726867751.71095: 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 <<< 8484 1726867751.71098: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.71140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 8484 1726867751.71143: 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' <<< 8484 1726867751.71203: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175ddc0> <<< 8484 1726867751.71207: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175d340> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175d160> <<< 8484 1726867751.71210: 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 <<< 8484 1726867751.71237: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.71263: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 8484 1726867751.71304: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 8484 1726867751.71344: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 8484 1726867751.71362: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1788e90> <<< 8484 1726867751.71383: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 8484 1726867751.71433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 8484 1726867751.71445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 8484 1726867751.71509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 8484 1726867751.71540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 8484 1726867751.71558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1052f30> <<< 8484 1726867751.71576: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.71584: 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 0x7f62e1053290> <<< 8484 1726867751.71630: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e178b1a0> <<< 8484 1726867751.71662: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1789340> <<< 8484 1726867751.71677: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1788380> <<< 8484 1726867751.71714: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175e5d0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175e300> <<< 8484 1726867751.71743: 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 <<< 8484 1726867751.71748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 8484 1726867751.71776: 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 <<< 8484 1726867751.71781: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.71824: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 8484 1726867751.71827: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1090d10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1053e60> <<< 8484 1726867751.71871: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175eb10> <<< 8484 1726867751.71898: 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 <<< 8484 1726867751.71901: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 8484 1726867751.71932: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1091400> <<< 8484 1726867751.71951: 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 <<< 8484 1726867751.71960: 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 0x7f62e10917c0> <<< 8484 1726867751.71979: 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 <<< 8484 1726867751.71988: 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 0x7f62e1091880> <<< 8484 1726867751.72006: 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 <<< 8484 1726867751.72014: 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 0x7f62e10919a0> <<< 8484 1726867751.72026: 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 <<< 8484 1726867751.72059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 8484 1726867751.72079: 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 <<< 8484 1726867751.72104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 8484 1726867751.72174: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 8484 1726867751.72188: 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 0x7f62e10ac590> <<< 8484 1726867751.72198: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10926c0> <<< 8484 1726867751.72220: 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 <<< 8484 1726867751.72235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ac6b0> <<< 8484 1726867751.72238: 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 <<< 8484 1726867751.72243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 8484 1726867751.72276: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ac7a0> <<< 8484 1726867751.72285: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10917f0> <<< 8484 1726867751.72306: 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 <<< 8484 1726867751.72317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 8484 1726867751.72324: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ac8c0> <<< 8484 1726867751.72344: 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 <<< 8484 1726867751.72358: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 8484 1726867751.72387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 8484 1726867751.72456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 8484 1726867751.72480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 8484 1726867751.72583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 8484 1726867751.72601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 8484 1726867751.72619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 8484 1726867751.72645: 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 0x7f62e10fc320> <<< 8484 1726867751.72680: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10d7740> <<< 8484 1726867751.72734: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10d61b0> <<< 8484 1726867751.72884: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ae0f0> <<< 8484 1726867751.72887: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ad550> <<< 8484 1726867751.72917: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ae5a0> <<< 8484 1726867751.72939: 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 <<< 8484 1726867751.72957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 8484 1726867751.72966: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cbc80> <<< 8484 1726867751.72986: 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 <<< 8484 1726867751.72989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1118b30> <<< 8484 1726867751.73019: 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' <<< 8484 1726867751.73025: stdout chunk (state=3): >>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1118da0> <<< 8484 1726867751.73050: 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' <<< 8484 1726867751.73109: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e11196d0> <<< 8484 1726867751.73143: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1119160> <<< 8484 1726867751.73184: 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 0x7f62e111a5d0> import 'gc' # <<< 8484 1726867751.73188: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e34cf470> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376e240> <<< 8484 1726867751.73763: 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 <<< 8484 1726867751.73810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 8484 1726867751.73819: 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' <<< 8484 1726867751.73845: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111b170> # /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' <<< 8484 1726867751.73862: 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 <<< 8484 1726867751.73917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 8484 1726867751.73933: 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 <<< 8484 1726867751.74017: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 8484 1726867751.74035: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee7c20> <<< 8484 1726867751.74076: 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' <<< 8484 1726867751.74079: 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 <<< 8484 1726867751.74107: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 8484 1726867751.74139: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 8484 1726867751.74150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.74275: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.74287: stdout chunk (state=3): >>># extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e0f0dca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f0d850> <<< 8484 1726867751.74306: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.74336: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.74355: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e1119010> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f0c710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee7f50> <<< 8484 1726867751.74376: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee4c80> <<< 8484 1726867751.74399: 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 <<< 8484 1726867751.74421: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 8484 1726867751.74440: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee7a10> <<< 8484 1726867751.74465: 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 <<< 8484 1726867751.74488: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867751.74510: 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 <<< 8484 1726867751.74524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 8484 1726867751.74546: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f231d0> <<< 8484 1726867751.74593: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f21d00> <<< 8484 1726867751.74627: 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 <<< 8484 1726867751.74633: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 8484 1726867751.74657: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f489b0> # /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' <<< 8484 1726867751.74703: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f48c80> <<< 8484 1726867751.74730: 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' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f48ef0> <<< 8484 1726867751.74758: 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' <<< 8484 1726867751.74787: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f49190> <<< 8484 1726867751.74806: 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' <<< 8484 1726867751.74826: 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 <<< 8484 1726867751.74849: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 8484 1726867751.74891: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f49880> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f49700> <<< 8484 1726867751.74925: 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' <<< 8484 1726867751.74951: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f4b170> # /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 0x7f62e0f4b2c0> <<< 8484 1726867751.74977: 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 <<< 8484 1726867751.75010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 8484 1726867751.75048: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f4b4d0> <<< 8484 1726867751.75052: 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 <<< 8484 1726867751.75075: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 8484 1726867751.75098: 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 <<< 8484 1726867751.75123: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 8484 1726867751.75164: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f60440> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f4bc80> <<< 8484 1726867751.75174: 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' <<< 8484 1726867751.75223: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f60fe0> # /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' <<< 8484 1726867751.75226: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f61430> <<< 8484 1726867751.75254: 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 <<< 8484 1726867751.75279: stdout chunk (state=3): >>># 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 0x7f62e0f615e0> # /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 <<< 8484 1726867751.75305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 8484 1726867751.75352: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f618b0> <<< 8484 1726867751.75355: 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 <<< 8484 1726867751.75403: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f627b0> # /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 <<< 8484 1726867751.75406: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 8484 1726867751.75444: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f62a20> # /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 <<< 8484 1726867751.75446: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 8484 1726867751.75484: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f62c30> <<< 8484 1726867751.75488: 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 <<< 8484 1726867751.75530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 8484 1726867751.75552: 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 0x7f62e0f63800> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f63350> <<< 8484 1726867751.75577: 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 <<< 8484 1726867751.75596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 8484 1726867751.75637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f886b0> <<< 8484 1726867751.75677: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f63fb0> # /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 <<< 8484 1726867751.75696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f89340> <<< 8484 1726867751.75712: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 8484 1726867751.75741: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 8484 1726867751.75776: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f89640> # /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' <<< 8484 1726867751.75808: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8a5a0> <<< 8484 1726867751.75819: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8a840> <<< 8484 1726867751.75875: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 8484 1726867751.75879: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8a9f0> <<< 8484 1726867751.75924: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111b5c0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111b350> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111a960> <<< 8484 1726867751.75928: 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 <<< 8484 1726867751.75951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 8484 1726867751.75981: 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' <<< 8484 1726867751.76020: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b0e0> <<< 8484 1726867751.76026: 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' <<< 8484 1726867751.76041: 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 <<< 8484 1726867751.76116: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867751.76131: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 8484 1726867751.76177: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 8484 1726867751.76247: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0fb17f0> <<< 8484 1726867751.76251: 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' <<< 8484 1726867751.76349: stdout chunk (state=3): >>># /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' <<< 8484 1726867751.76380: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0fb2f60> <<< 8484 1726867751.76443: 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 0x7f62e0fb2150> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0fb1d00> <<< 8484 1726867751.76480: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 8484 1726867751.76525: 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 0x7f62e0d047d0> <<< 8484 1726867751.76559: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0cebbf0> # /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' <<< 8484 1726867751.76583: 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 <<< 8484 1726867751.76646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 8484 1726867751.76649: stdout chunk (state=3): >>>import 'six.moves' # <<< 8484 1726867751.76709: 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' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d07680> <<< 8484 1726867751.76713: 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 <<< 8484 1726867751.76751: 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 0x7f62e0d07fe0> <<< 8484 1726867751.76765: 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 <<< 8484 1726867751.76790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 8484 1726867751.76835: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d04e60> <<< 8484 1726867751.76847: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d04b30> <<< 8484 1726867751.76889: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b620> <<< 8484 1726867751.76920: 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' <<< 8484 1726867751.76947: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0fb0a40> <<< 8484 1726867751.76991: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b1d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee4350> <<< 8484 1726867751.77008: 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 <<< 8484 1726867751.77028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 8484 1726867751.77058: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d2e240> <<< 8484 1726867751.77079: 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 <<< 8484 1726867751.77131: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 8484 1726867751.77153: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d2eae0> # /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 <<< 8484 1726867751.77197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d2fb00> <<< 8484 1726867751.77205: 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 <<< 8484 1726867751.77266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d581a0> <<< 8484 1726867751.77269: 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' <<< 8484 1726867751.77313: 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' <<< 8484 1726867751.77317: 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' <<< 8484 1726867751.77359: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.77524: 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 0x7f62e0d59850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d59220> <<< 8484 1726867751.77547: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d58ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d58b60> <<< 8484 1726867751.77576: 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 <<< 8484 1726867751.77595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 8484 1726867751.77615: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d59610> <<< 8484 1726867751.77649: 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 <<< 8484 1726867751.77652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 8484 1726867751.77705: 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' <<< 8484 1726867751.77737: 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 0x7f62e0d5b5c0> <<< 8484 1726867751.77774: 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' <<< 8484 1726867751.77777: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5b680> <<< 8484 1726867751.77808: 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' <<< 8484 1726867751.77922: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 8484 1726867751.77953: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f62e0d5bda0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5bc20> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 8484 1726867751.77972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 8484 1726867751.77998: 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 <<< 8484 1726867751.78148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 8484 1726867751.78181: 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 0x7f62e0d8a360> <<< 8484 1726867751.78206: 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' <<< 8484 1726867751.78224: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 8484 1726867751.78276: 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 0x7f62e0d8b560> <<< 8484 1726867751.78280: 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 0x7f62e0d8b7d0> <<< 8484 1726867751.78301: 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' <<< 8484 1726867751.78331: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867751.78375: 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 0x7f62e0d8b950> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8b770> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8b050> <<< 8484 1726867751.78420: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8a4e0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d897c0> <<< 8484 1726867751.78422: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d88d40> <<< 8484 1726867751.78434: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d885c0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5b0b0> <<< 8484 1726867751.78465: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5a5a0> <<< 8484 1726867751.78521: 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' <<< 8484 1726867751.78526: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8b230> <<< 8484 1726867751.78547: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 8484 1726867751.78556: 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 0x7f62e0d8bda0> <<< 8484 1726867751.78601: 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' <<< 8484 1726867751.78627: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0db46b0> <<< 8484 1726867751.78642: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0db4a40> <<< 8484 1726867751.78668: 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 <<< 8484 1726867751.78706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 8484 1726867751.78722: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0db5370> <<< 8484 1726867751.78738: 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 <<< 8484 1726867751.78769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 8484 1726867751.78792: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0db5ee0> <<< 8484 1726867751.92064: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["util-linux-core"], "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}}} <<< 8484 1726867751.93187: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8484 1726867751.93213: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867751.93744: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 8484 1726867751.93748: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 8484 1726867751.93784: 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 <<< 8484 1726867751.93788: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # 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 <<< 8484 1726867751.93817: stdout chunk (state=3): >>># destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre <<< 8484 1726867751.93837: stdout chunk (state=3): >>># cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 8484 1726867751.93841: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # 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 <<< 8484 1726867751.93852: stdout chunk (state=3): >>># cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible <<< 8484 1726867751.93888: stdout chunk (state=3): >>># destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder <<< 8484 1726867751.93892: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 8484 1726867751.93939: 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 <<< 8484 1726867751.93947: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation <<< 8484 1726867751.93950: stdout chunk (state=3): >>># destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # 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 <<< 8484 1726867751.93974: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.93980: 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 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<<< 8484 1726867751.94009: stdout chunk (state=3): >>> # 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 <<< 8484 1726867751.94067: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94117: stdout chunk (state=3): >>># destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue <<< 8484 1726867751.94125: stdout chunk (state=3): >>># 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<<< 8484 1726867751.94134: stdout chunk (state=3): >>> # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc <<< 8484 1726867751.94141: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94150: stdout chunk (state=3): >>># cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor <<< 8484 1726867751.94159: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94165: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94173: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94177: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94203: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94209: stdout chunk (state=3): >>># cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml <<< 8484 1726867751.94231: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.94238: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade <<< 8484 1726867751.94848: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma <<< 8484 1726867751.94879: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 8484 1726867751.94884: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 8484 1726867751.94900: stdout chunk (state=3): >>> # destroy ntpath <<< 8484 1726867751.94915: stdout chunk (state=3): >>># destroy zipimport <<< 8484 1726867751.94926: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 8484 1726867751.94961: stdout chunk (state=3): >>># destroy selinux <<< 8484 1726867751.94978: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 8484 1726867751.94997: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 8484 1726867751.95048: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 8484 1726867751.95052: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser <<< 8484 1726867751.95058: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 8484 1726867751.95095: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 8484 1726867751.95099: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 8484 1726867751.95111: stdout chunk (state=3): >>># destroy _sqlite3 <<< 8484 1726867751.95130: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 8484 1726867751.95139: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 8484 1726867751.95153: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8484 1726867751.95207: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 8484 1726867751.95213: 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 <<< 8484 1726867751.95236: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.95265: stdout chunk (state=3): >>># cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache <<< 8484 1726867751.95271: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.95278: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans<<< 8484 1726867751.95318: stdout chunk (state=3): >>> # 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 <<< 8484 1726867751.95321: stdout chunk (state=3): >>># cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 8484 1726867751.95368: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols<<< 8484 1726867751.95374: stdout chunk (state=3): >>> # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 8484 1726867751.95380: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 8484 1726867751.95454: stdout chunk (state=3): >>># destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata <<< 8484 1726867751.95463: stdout chunk (state=3): >>># cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo <<< 8484 1726867751.95466: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 8484 1726867751.95493: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy <<< 8484 1726867751.95529: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.95638: stdout chunk (state=3): >>># cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 8484 1726867751.95645: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 8484 1726867751.95747: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # 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 <<< 8484 1726867751.95754: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.95761: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess <<< 8484 1726867751.95765: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.95844: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # 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 <<< 8484 1726867751.95849: stdout chunk (state=3): >>># cleanup[3] wiping tempfile <<< 8484 1726867751.95855: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 8484 1726867751.95860: stdout chunk (state=3): >>># cleanup[3] wiping shutil # cleanup[3] wiping zlib <<< 8484 1726867751.95982: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # 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 <<< 8484 1726867751.96033: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat <<< 8484 1726867751.96036: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.96054: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867751.96094: 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 <<< 8484 1726867751.96704: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 8484 1726867751.96729: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 8484 1726867751.96802: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 8484 1726867751.96843: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 8484 1726867751.96886: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 8484 1726867751.96934: 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 <<< 8484 1726867751.96978: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction <<< 8484 1726867751.97002: 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 <<< 8484 1726867751.97060: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 8484 1726867751.97079: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 8484 1726867751.97110: 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 <<< 8484 1726867751.97141: stdout chunk (state=3): >>># destroy rpm <<< 8484 1726867751.97193: stdout chunk (state=3): >>># 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 <<< 8484 1726867751.97283: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 8484 1726867751.97329: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 8484 1726867751.97333: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 8484 1726867751.97386: stdout chunk (state=3): >>># destroy _ssl <<< 8484 1726867751.97476: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867751.97638: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 8484 1726867751.97642: stdout chunk (state=3): >>># destroy re <<< 8484 1726867751.97645: stdout chunk (state=3): >>># destroy _random <<< 8484 1726867751.97697: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 8484 1726867751.98454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867751.98457: stdout chunk (state=3): >>><<< 8484 1726867751.98459: stderr chunk (state=3): >>><<< 8484 1726867751.98687: _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 0x7f62e47bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e478bb00> # /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 0x7f62e47bea50> 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 0x7f62e47cd130> # /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 0x7f62e47ce120> 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 0x7f62e45b3f80> # /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 0x7f62e45c0110> # /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 0x7f62e45e3980> # /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 0x7f62e45e3f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45c3c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45c12e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45b1130> # /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 0x7f62e4607920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4606540> # /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 0x7f62e45c2390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4604c80> # /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 0x7f62e4634950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45b03b0> # /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 0x7f62e4634e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4634cb0> # 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 0x7f62e46350a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e45a6ed0> # /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 0x7f62e4635790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4635460> 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 0x7f62e4636660> 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 0x7f62e4650890> 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 0x7f62e4651fd0> # /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 0x7f62e4652e70> # 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 0x7f62e46534a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e46523c0> # /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 0x7f62e4653f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4653650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e46366c0> # /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 0x7f62e4393dd0> # /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 0x7f62e43c0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c0560> # 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 0x7f62e43c0680> # /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 0x7f62e43c1130> # 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 0x7f62e43c1b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c09e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4391f70> # /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 0x7f62e43c2ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c0fb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4636db0> # /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 0x7f62e43eb1a0> # /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 0x7f62e4413530> # /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 0x7f62e446c320> # /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 0x7f62e446ea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e446c440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4439340> # /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 0x7f62e3d253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e4412330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e43c3d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f62e4412690> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_29qvtngi/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 0x7f62e3d7f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d5dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d5d130> # 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 0x7f62e3d7cf80> # /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 0x7f62e3daaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3daa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3daa1b0> # /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 0x7f62e3daa900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3d7fb00> 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 0x7f62e3dab7d0> # 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 0x7f62e3dab950> # /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 0x7f62e3dabe90> 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 0x7f62e3c11c70> # 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 0x7f62e3c13890> # /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 0x7f62e3c18260> # /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 0x7f62e3c19130> # /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 0x7f62e3c1be30> # 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 0x7f62e3d5f1d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1a150> # /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 0x7f62e3c1fe00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1e630> # /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 0x7f62e3c1eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c1a630> # 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 0x7f62e3c63ec0> # /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 0x7f62e3c641a0> # /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 0x7f62e3c65c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c65a00> # /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 0x7f62e3c680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c662d0> # /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 0x7f62e3c6b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c68200> # 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 0x7f62e3c6c620> # 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 0x7f62e3c6ca40> # 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 0x7f62e3c6cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c642c0> # /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 0x7f62e3cf8200> # 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 0x7f62e3cf95e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c6e990> # 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 0x7f62e3c6fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3c6e5d0> # 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 0x7f62e3cfd7c0> # /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 0x7f62e3cfe600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cf97f0> 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 0x7f62e3cfe540> # 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 0x7f62e3cff7d0> # 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 0x7f62e3b0a240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b05a00> 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 0x7f62e3dfea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3de2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b0a270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3cff230> # 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 0x7f62e3b9c890> # /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 0x7f62e3b9caa0> # /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 0x7f62e3b9d1c0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9cd40> # /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 0x7f62e3b9daf0> # /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 0x7f62e3b898b0> # /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 0x7f62e3b896a0> # /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 0x7f62e37a66f0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9f2f0> # /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 0x7f62e37b5250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37a7dd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37a7140> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9e780> # /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 0x7f62e3821160> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37d9280> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9ec30> # /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 0x7f62e3828c20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3822f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e37d8d70> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9e150> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9db80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9d850> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9cad0> # /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 0x7f62e3b9da60> # /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 0x7f62e38291c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3b9dbe0> # /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 0x7f62e38298e0> # /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 0x7f62e3813fe0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3811670> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e382a870> # /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 0x7f62e38110a0> # /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 0x7f62e3846570> # /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 0x7f62e3847230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3846cc0> # /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 0x7f62e3847710> # /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 0x7f62e381bc20> # /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 0x7f62e373a090> # 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 0x7f62e376f050> # /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 0x7f62e376f170> # /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 0x7f62e34cf350> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e34ceba0> # 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 0x7f62e34ced80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376f680> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376e6f0> # /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 0x7f62e376ed50> # /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 0x7f62e3548920> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3548500> # /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 0x7f62e3570230> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e3548a70> # /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 0x7f62e2d2f470> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e35704d0> # /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 0x7f62e2dacf80> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e2d2f800> # /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 0x7f62e2dafef0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e2dad0a0> # /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 0x7f62e16a8110> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e2de8320> # /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 0x7f62e16a92b0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16a86b0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e34ebf80> # /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 0x7f62e16c87a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16abbf0> # /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 0x7f62e16cae10> # /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 0x7f62e16cbce0> # /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 0x7f62e16f85f0> # /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 0x7f62e16f9b20> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cbf20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cad80> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16ca660> # /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 0x7f62e16fb740> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16cb200> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16c8ad0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16ab200> # /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 0x7f62e16ab920> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16ab680> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e16a9430> # /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 0x7f62e1730e00> # /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 0x7f62e1733320> # /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 0x7f62e1733b00> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1732630> # /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 0x7f62e175c350> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1730dd0> # /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 0x7f62e175ddc0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175d340> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175d160> # /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 0x7f62e1788e90> # /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 0x7f62e1052f30> # 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 0x7f62e1053290> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e178b1a0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1789340> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1788380> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175e5d0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175e300> # /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 0x7f62e1090d10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1053e60> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e175eb10> # /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 0x7f62e1091400> # /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 0x7f62e10917c0> # /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 0x7f62e1091880> # /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 0x7f62e10919a0> # /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 0x7f62e10ac590> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10926c0> # /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 0x7f62e10ac6b0> # /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 0x7f62e10ac7a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10917f0> # /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 0x7f62e10ac8c0> # /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 0x7f62e10fc320> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10d7740> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10d61b0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ae0f0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e10ad550> # /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 0x7f62e10ae5a0> # /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 0x7f62e16cbc80> # /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 0x7f62e1118b30> # /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 0x7f62e1118da0> # /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 0x7f62e11196d0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e1119160> # /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 0x7f62e111a5d0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e34cf470> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e376e240> # /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 0x7f62e111b170> # /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 0x7f62e0ee7c20> # /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 0x7f62e0f0dca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f0d850> # 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 0x7f62e1119010> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f0c710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee7f50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee4c80> # /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 0x7f62e0ee7a10> # /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 0x7f62e0f231d0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f21d00> # /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 0x7f62e0f489b0> # /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 0x7f62e0f48c80> # /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 0x7f62e0f48ef0> # /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 0x7f62e0f49190> # /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 0x7f62e0f49880> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f49700> # /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 0x7f62e0f4b170> # /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 0x7f62e0f4b2c0> # /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 0x7f62e0f4b4d0> # /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 0x7f62e0f60440> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f4bc80> # /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 0x7f62e0f60fe0> # /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 0x7f62e0f61430> # /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 0x7f62e0f615e0> # /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 0x7f62e0f618b0> # /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 0x7f62e0f627b0> # /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 0x7f62e0f62a20> # /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 0x7f62e0f62c30> # /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 0x7f62e0f63800> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f63350> # /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 0x7f62e0f886b0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f63fb0> # /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 0x7f62e0f89340> # /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 0x7f62e0f89640> # /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 0x7f62e0f8a5a0> # /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 0x7f62e0f8a840> # /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 0x7f62e0f8a9f0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111b5c0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111b350> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e111a960> # /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 0x7f62e0f8b380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b0e0> # /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 0x7f62e0fb17f0> # /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 0x7f62e0fb2f60> # 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 0x7f62e0fb2150> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0fb1d00> # /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 0x7f62e0d047d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0cebbf0> # /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 0x7f62e0d07680> # /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 0x7f62e0d07fe0> # /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 0x7f62e0d04e60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d04b30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b620> # /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 0x7f62e0fb0a40> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0f8b1d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0ee4350> # /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 0x7f62e0d2e240> # /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 0x7f62e0d2eae0> # /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 0x7f62e0d2fb00> # /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 0x7f62e0d581a0> # /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 0x7f62e0d59850> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d59220> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d58ec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d58b60> # /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 0x7f62e0d59610> # /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 0x7f62e0d5b5c0> # /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 0x7f62e0d5b680> # /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 0x7f62e0d5bda0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5bc20> # /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 0x7f62e0d8a360> # /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 0x7f62e0d8b560> # /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 0x7f62e0d8b7d0> # /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 0x7f62e0d8b950> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8b770> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8b050> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d8a4e0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d897c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d88d40> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d885c0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5b0b0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f62e0d5a5a0> # /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 0x7f62e0d8b230> # /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 0x7f62e0d8bda0> # /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 0x7f62e0db46b0> # /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 0x7f62e0db4a40> # /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 0x7f62e0db5370> # /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 0x7f62e0db5ee0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["util-linux-core"], "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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867752.00162: done with _execute_module (ansible.legacy.dnf, {'name': ['util-linux-core'], '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-1726867751.3045902-11212-205256505125494/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867752.00166: _low_level_execute_command(): starting 8484 1726867752.00169: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867751.3045902-11212-205256505125494/ > /dev/null 2>&1 && sleep 0' 8484 1726867752.00175: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867752.00177: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867752.00182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867752.00184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867752.00186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867752.00187: stderr chunk (state=3): >>>debug2: match not found <<< 8484 1726867752.00188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.00190: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8484 1726867752.00191: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.42.108 is address <<< 8484 1726867752.00192: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8484 1726867752.00193: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867752.00194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867752.00195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867752.00196: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 <<< 8484 1726867752.00198: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.00199: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867752.00203: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867752.00205: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.00206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.01938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867752.01964: stderr chunk (state=3): >>><<< 8484 1726867752.01968: stdout chunk (state=3): >>><<< 8484 1726867752.01984: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867752.01990: handler run complete 8484 1726867752.02023: attempt loop complete, returning result 8484 1726867752.02026: _execute() done 8484 1726867752.02029: dumping result to json 8484 1726867752.02034: done dumping result, returning 8484 1726867752.02043: done running TaskExecutor() for managed_node3/TASK: Ensure test packages [02e58e3f-6ce9-dbaf-c049-0000000011d4] 8484 1726867752.02046: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d4 8484 1726867752.02144: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d4 8484 1726867752.02147: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8484 1726867752.02213: no more pending results, returning what we have 8484 1726867752.02215: results queue empty 8484 1726867752.02216: checking for any_errors_fatal 8484 1726867752.02223: done checking for any_errors_fatal 8484 1726867752.02223: checking for max_fail_percentage 8484 1726867752.02225: done checking for max_fail_percentage 8484 1726867752.02226: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.02227: done checking to see if all hosts have failed 8484 1726867752.02228: getting the remaining hosts for this loop 8484 1726867752.02229: done getting the remaining hosts for this loop 8484 1726867752.02233: getting the next task for host managed_node3 8484 1726867752.02240: done getting next task for host managed_node3 8484 1726867752.02242: ^ task is: TASK: Find unused disks in the system 8484 1726867752.02245: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867752.02249: getting variables 8484 1726867752.02251: in VariableManager get_vars() 8484 1726867752.02299: Calling all_inventory to load vars for managed_node3 8484 1726867752.02302: Calling groups_inventory to load vars for managed_node3 8484 1726867752.02305: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.02315: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.02318: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.02321: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.02905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.03231: done with get_vars() 8484 1726867752.03242: done getting variables TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:23 Friday 20 September 2024 17:29:12 -0400 (0:00:00.811) 0:01:27.330 ****** 8484 1726867752.03314: entering _queue_task() for managed_node3/find_unused_disk 8484 1726867752.03597: worker is 1 (out of 1 available) 8484 1726867752.03615: exiting _queue_task() for managed_node3/find_unused_disk 8484 1726867752.03629: done queuing things up, now waiting for results queue to drain 8484 1726867752.03631: waiting for pending results... 8484 1726867752.04045: running TaskExecutor() for managed_node3/TASK: Find unused disks in the system 8484 1726867752.04082: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d5 8484 1726867752.04087: variable 'ansible_search_path' from source: unknown 8484 1726867752.04151: calling self._execute() 8484 1726867752.04255: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.04260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.04263: variable 'omit' from source: magic vars 8484 1726867752.04417: variable 'omit' from source: magic vars 8484 1726867752.04445: variable 'omit' from source: magic vars 8484 1726867752.04702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867752.06674: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867752.06726: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867752.06755: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867752.06783: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867752.06804: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867752.06866: 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) 8484 1726867752.06898: 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) 8484 1726867752.06917: 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) 8484 1726867752.06942: 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) 8484 1726867752.06957: 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) 8484 1726867752.07047: variable 'min_size' from source: include params 8484 1726867752.07051: variable 'test_disk_min_size' from source: play vars 8484 1726867752.07107: variable 'test_disk_min_size' from source: play vars 8484 1726867752.07117: variable 'omit' from source: magic vars 8484 1726867752.07193: variable 'omit' from source: magic vars 8484 1726867752.07271: variable 'omit' from source: magic vars 8484 1726867752.07340: variable 'omit' from source: magic vars 8484 1726867752.07354: variable 'omit' from source: magic vars 8484 1726867752.07376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867752.07400: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867752.07416: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867752.07428: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867752.07438: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867752.07463: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867752.07467: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.07469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.07576: Set connection var ansible_pipelining to False 8484 1726867752.07580: Set connection var ansible_timeout to 10 8484 1726867752.07582: Set connection var ansible_connection to ssh 8484 1726867752.07625: Set connection var ansible_shell_type to sh 8484 1726867752.07632: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867752.07636: Set connection var ansible_shell_executable to /bin/sh 8484 1726867752.07639: variable 'ansible_shell_executable' from source: unknown 8484 1726867752.07642: variable 'ansible_connection' from source: unknown 8484 1726867752.07645: variable 'ansible_module_compression' from source: unknown 8484 1726867752.07647: variable 'ansible_shell_type' from source: unknown 8484 1726867752.07649: variable 'ansible_shell_executable' from source: unknown 8484 1726867752.07651: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.07653: variable 'ansible_pipelining' from source: unknown 8484 1726867752.07655: variable 'ansible_timeout' from source: unknown 8484 1726867752.07657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.07798: 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__) 8484 1726867752.07833: variable 'omit' from source: magic vars 8484 1726867752.07837: starting attempt loop 8484 1726867752.07841: running the handler 8484 1726867752.07844: _low_level_execute_command(): starting 8484 1726867752.07847: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8484 1726867752.08418: 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 <<< 8484 1726867752.08422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.08425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867752.08428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.08486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867752.08489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867752.08494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.08595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.10459: stdout chunk (state=3): >>>/root <<< 8484 1726867752.10605: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867752.10638: stderr chunk (state=3): >>><<< 8484 1726867752.10646: stdout chunk (state=3): >>><<< 8484 1726867752.10678: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867752.10689: _low_level_execute_command(): starting 8484 1726867752.10693: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000 `" && echo ansible-tmp-1726867752.1066768-11235-66606861819000="` echo /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000 `" ) && sleep 0' 8484 1726867752.11316: 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 <<< 8484 1726867752.11320: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.11372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.11473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.13454: stdout chunk (state=3): >>>ansible-tmp-1726867752.1066768-11235-66606861819000=/root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000 <<< 8484 1726867752.13559: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867752.13592: stderr chunk (state=3): >>><<< 8484 1726867752.13595: stdout chunk (state=3): >>><<< 8484 1726867752.13610: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867752.1066768-11235-66606861819000=/root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867752.13657: variable 'ansible_module_compression' from source: unknown 8484 1726867752.13693: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-8484t0cjw6c6/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.find_unused_disk-ZIP_DEFLATED 8484 1726867752.13724: variable 'ansible_facts' from source: unknown 8484 1726867752.13786: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py 8484 1726867752.13888: Sending initial data 8484 1726867752.13891: Sent initial data (163 bytes) 8484 1726867752.14375: 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 <<< 8484 1726867752.14378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867752.14381: 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.42.108 is address debug1: re-parsing configuration <<< 8484 1726867752.14383: 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 <<< 8484 1726867752.14385: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.14439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867752.14446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867752.14448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.14536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.16189: 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 <<< 8484 1726867752.16279: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8484 1726867752.16368: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpkoewa95n /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py <<< 8484 1726867752.16376: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py" <<< 8484 1726867752.16462: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-8484t0cjw6c6/tmpkoewa95n" to remote "/root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py" <<< 8484 1726867752.16464: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py" <<< 8484 1726867752.17196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867752.17248: stderr chunk (state=3): >>><<< 8484 1726867752.17252: stdout chunk (state=3): >>><<< 8484 1726867752.17293: done transferring module to remote 8484 1726867752.17305: _low_level_execute_command(): starting 8484 1726867752.17309: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/ /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py && sleep 0' 8484 1726867752.17766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867752.17769: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867752.17783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.17785: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867752.17787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.17828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867752.17832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.17925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.19802: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867752.19836: stderr chunk (state=3): >>><<< 8484 1726867752.19839: stdout chunk (state=3): >>><<< 8484 1726867752.19853: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867752.19856: _low_level_execute_command(): starting 8484 1726867752.19861: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/AnsiballZ_find_unused_disk.py && sleep 0' 8484 1726867752.20309: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867752.20312: 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.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867752.20314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.20317: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867752.20319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.20376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867752.20384: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8484 1726867752.20387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.20480: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.22739: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 8484 1726867752.22762: stdout chunk (state=3): >>>import _imp # builtin <<< 8484 1726867752.22794: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 8484 1726867752.22799: stdout chunk (state=3): >>>import '_weakref' # <<< 8484 1726867752.22872: stdout chunk (state=3): >>>import '_io' # <<< 8484 1726867752.22876: stdout chunk (state=3): >>>import 'marshal' # <<< 8484 1726867752.22899: stdout chunk (state=3): >>>import 'posix' # <<< 8484 1726867752.22931: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 8484 1726867752.22968: stdout chunk (state=3): >>>import 'time' # <<< 8484 1726867752.22974: stdout chunk (state=3): >>>import 'zipimport' # <<< 8484 1726867752.22976: stdout chunk (state=3): >>># installed zipimport hook <<< 8484 1726867752.23020: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 8484 1726867752.23028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.23034: stdout chunk (state=3): >>>import '_codecs' # <<< 8484 1726867752.23059: stdout chunk (state=3): >>>import 'codecs' # <<< 8484 1726867752.23095: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 8484 1726867752.23118: 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 0x7f9d3aae04d0> <<< 8484 1726867752.23132: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3aaafb30> <<< 8484 1726867752.23157: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 8484 1726867752.23160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 8484 1726867752.23163: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3aae2a50> <<< 8484 1726867752.23193: stdout chunk (state=3): >>>import '_signal' # <<< 8484 1726867752.23207: stdout chunk (state=3): >>>import '_abc' # <<< 8484 1726867752.23220: stdout chunk (state=3): >>>import 'abc' # <<< 8484 1726867752.23227: stdout chunk (state=3): >>>import 'io' # <<< 8484 1726867752.23266: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 8484 1726867752.23351: stdout chunk (state=3): >>>import '_collections_abc' # <<< 8484 1726867752.23378: stdout chunk (state=3): >>>import 'genericpath' # <<< 8484 1726867752.23382: stdout chunk (state=3): >>>import 'posixpath' # <<< 8484 1726867752.23406: stdout chunk (state=3): >>>import 'os' # <<< 8484 1726867752.23429: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 8484 1726867752.23441: stdout chunk (state=3): >>>Processing global site-packages <<< 8484 1726867752.23454: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 8484 1726867752.23457: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 8484 1726867752.23469: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 8484 1726867752.23495: 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 <<< 8484 1726867752.23500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 8484 1726867752.23520: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a891130> <<< 8484 1726867752.23581: 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 <<< 8484 1726867752.23584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.23595: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a892120> <<< 8484 1726867752.23623: stdout chunk (state=3): >>>import 'site' # <<< 8484 1726867752.23646: 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. <<< 8484 1726867752.23882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 8484 1726867752.23885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 8484 1726867752.23915: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 8484 1726867752.23918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.23943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 8484 1726867752.23982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 8484 1726867752.23999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 8484 1726867752.24023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 8484 1726867752.24036: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8d7f80> <<< 8484 1726867752.24057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 8484 1726867752.24075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 8484 1726867752.24096: stdout chunk (state=3): >>>import '_operator' # <<< 8484 1726867752.24104: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8e4110> <<< 8484 1726867752.24116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 8484 1726867752.24146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 8484 1726867752.24172: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 8484 1726867752.24222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.24230: stdout chunk (state=3): >>>import 'itertools' # <<< 8484 1726867752.24259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 8484 1726867752.24275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a9079b0> <<< 8484 1726867752.24290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 8484 1726867752.24293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a907f80> <<< 8484 1726867752.24315: stdout chunk (state=3): >>>import '_collections' # <<< 8484 1726867752.24365: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8e7c50> <<< 8484 1726867752.24373: stdout chunk (state=3): >>>import '_functools' # <<< 8484 1726867752.24398: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8e5370> <<< 8484 1726867752.24493: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8d5130> <<< 8484 1726867752.24512: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 8484 1726867752.24535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 8484 1726867752.24542: stdout chunk (state=3): >>>import '_sre' # <<< 8484 1726867752.24568: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 8484 1726867752.24587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 8484 1726867752.24616: 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' <<< 8484 1726867752.24650: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a92b8f0> <<< 8484 1726867752.24660: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a92a510> <<< 8484 1726867752.24695: 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 0x7f9d3a8e6360> <<< 8484 1726867752.24700: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a928d70> <<< 8484 1726867752.24750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 8484 1726867752.24764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 8484 1726867752.24773: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a958950> <<< 8484 1726867752.24776: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8d43b0> <<< 8484 1726867752.24791: 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' <<< 8484 1726867752.24826: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.24831: 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 0x7f9d3a958e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a958cb0> <<< 8484 1726867752.24865: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.24869: 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 0x7f9d3a9590a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8caed0> <<< 8484 1726867752.24908: 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' <<< 8484 1726867752.24931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 8484 1726867752.24953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 8484 1726867752.24977: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a959760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a959460> <<< 8484 1726867752.24984: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 8484 1726867752.25009: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 8484 1726867752.25016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 8484 1726867752.25034: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a95a660> <<< 8484 1726867752.25049: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 8484 1726867752.25076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 8484 1726867752.25105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 8484 1726867752.25130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 8484 1726867752.25145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 8484 1726867752.25150: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a974860> import 'errno' # <<< 8484 1726867752.25185: 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' <<< 8484 1726867752.25190: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d3a975fa0> <<< 8484 1726867752.25214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 8484 1726867752.25224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 8484 1726867752.25243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 8484 1726867752.25255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 8484 1726867752.25267: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a976e10> <<< 8484 1726867752.25299: 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 0x7f9d3a977470> <<< 8484 1726867752.25307: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a976390> <<< 8484 1726867752.25329: 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' <<< 8484 1726867752.25390: 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 0x7f9d3a977ef0> <<< 8484 1726867752.25392: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a977620> <<< 8484 1726867752.25432: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a95a690> <<< 8484 1726867752.25448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 8484 1726867752.25478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 8484 1726867752.25497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 8484 1726867752.25519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 8484 1726867752.25554: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.25575: 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 0x7f9d3a6efda0> <<< 8484 1726867752.25587: 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' <<< 8484 1726867752.25604: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.25613: 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 0x7f9d3a718860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7185c0> <<< 8484 1726867752.25633: 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 0x7f9d3a718890> <<< 8484 1726867752.25663: 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' <<< 8484 1726867752.25739: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.25867: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.25875: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d3a7191c0> <<< 8484 1726867752.25994: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.26006: 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 0x7f9d3a719bb0> <<< 8484 1726867752.26016: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a718a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a6edf40> <<< 8484 1726867752.26039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 8484 1726867752.26060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 8484 1726867752.26085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 8484 1726867752.26098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 8484 1726867752.26103: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a71af90> <<< 8484 1726867752.26122: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a719cd0> <<< 8484 1726867752.26142: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a95ad80> <<< 8484 1726867752.26166: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 8484 1726867752.26229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.26246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 8484 1726867752.26282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 8484 1726867752.26308: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a743290> <<< 8484 1726867752.26366: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 8484 1726867752.26375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.26394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 8484 1726867752.26413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 8484 1726867752.26452: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a76b620> <<< 8484 1726867752.26480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 8484 1726867752.26523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 8484 1726867752.26567: stdout chunk (state=3): >>>import 'ntpath' # <<< 8484 1726867752.26597: 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 0x7f9d3a7c83b0> <<< 8484 1726867752.26617: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 8484 1726867752.26636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 8484 1726867752.26671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 8484 1726867752.26703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 8484 1726867752.26791: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7cab10> <<< 8484 1726867752.26862: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7c84d0> <<< 8484 1726867752.26898: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7893d0> <<< 8484 1726867752.26925: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 8484 1726867752.26931: 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 0x7f9d3a10d490> <<< 8484 1726867752.26947: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a76a420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a71be60> <<< 8484 1726867752.27055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 8484 1726867752.27078: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d3a10d700> <<< 8484 1726867752.27219: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_find_unused_disk_payload_m7c5bw6k/ansible_find_unused_disk_payload.zip' <<< 8484 1726867752.27222: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.27349: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.27384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 8484 1726867752.27388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 8484 1726867752.27433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 8484 1726867752.27519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 8484 1726867752.27555: 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 0x7f9d3a167200> <<< 8484 1726867752.27568: stdout chunk (state=3): >>>import '_typing' # <<< 8484 1726867752.27752: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a1460f0> <<< 8484 1726867752.27764: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a145280> <<< 8484 1726867752.27767: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.27792: stdout chunk (state=3): >>>import 'ansible' # <<< 8484 1726867752.27799: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.27820: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.27831: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.27846: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 8484 1726867752.27864: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.29290: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.30440: 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 0x7f9d3a1650d0> <<< 8484 1726867752.30467: 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' <<< 8484 1726867752.30494: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 8484 1726867752.30499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 8484 1726867752.30529: 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' <<< 8484 1726867752.30568: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.30576: 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 0x7f9d3a18abd0> <<< 8484 1726867752.30613: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a18a960> <<< 8484 1726867752.30653: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a18a270> <<< 8484 1726867752.30676: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 8484 1726867752.30683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 8484 1726867752.30718: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a18a9f0> <<< 8484 1726867752.30721: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a167c20> <<< 8484 1726867752.30733: stdout chunk (state=3): >>>import 'atexit' # <<< 8484 1726867752.30765: 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 0x7f9d3a18b890> <<< 8484 1726867752.30793: 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 0x7f9d3a18ba10> <<< 8484 1726867752.30819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 8484 1726867752.30871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 8484 1726867752.30891: stdout chunk (state=3): >>>import '_locale' # <<< 8484 1726867752.30930: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a18be00> <<< 8484 1726867752.30943: stdout chunk (state=3): >>>import 'pwd' # <<< 8484 1726867752.30963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 8484 1726867752.30995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 8484 1726867752.31028: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39ffdc40> <<< 8484 1726867752.31055: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.31060: 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 0x7f9d39fff860> <<< 8484 1726867752.31090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 8484 1726867752.31095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 8484 1726867752.31139: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a000260> <<< 8484 1726867752.31160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 8484 1726867752.31192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 8484 1726867752.31208: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0013d0> <<< 8484 1726867752.31229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 8484 1726867752.31266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 8484 1726867752.31290: 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' <<< 8484 1726867752.31348: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a003ec0> <<< 8484 1726867752.31388: 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'<<< 8484 1726867752.31396: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d3a8cae70> <<< 8484 1726867752.31410: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0021b0> <<< 8484 1726867752.31435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 8484 1726867752.31459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 8484 1726867752.31485: 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' <<< 8484 1726867752.31513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 8484 1726867752.31539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 8484 1726867752.31568: 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' <<< 8484 1726867752.31587: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a00be00> <<< 8484 1726867752.31590: stdout chunk (state=3): >>>import '_tokenize' # <<< 8484 1726867752.31668: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a00a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a00a660> <<< 8484 1726867752.31692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 8484 1726867752.31699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 8484 1726867752.31780: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a00aba0> <<< 8484 1726867752.31802: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a002630> <<< 8484 1726867752.31831: 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 0x7f9d3a04fa70> <<< 8484 1726867752.31865: 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 0x7f9d3a050170> <<< 8484 1726867752.31890: 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 <<< 8484 1726867752.31905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 8484 1726867752.31930: 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' <<< 8484 1726867752.31979: 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 0x7f9d3a051c40> <<< 8484 1726867752.31991: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a051a00> <<< 8484 1726867752.31998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 8484 1726867752.32132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 8484 1726867752.32183: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.32193: 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 0x7f9d3a054110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a052270> <<< 8484 1726867752.32217: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 8484 1726867752.32254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.32284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 8484 1726867752.32295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 8484 1726867752.32305: stdout chunk (state=3): >>>import '_string' # <<< 8484 1726867752.32342: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0577d0> <<< 8484 1726867752.32638: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0541a0> # 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 0x7f9d3a058590> # 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 0x7f9d3a058800> # 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 0x7f9d3a058170> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a050320> <<< 8484 1726867752.32682: 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' <<< 8484 1726867752.32686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 8484 1726867752.32709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 8484 1726867752.32732: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 8484 1726867752.32768: 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 0x7f9d3a0e40e0> <<< 8484 1726867752.32943: 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' <<< 8484 1726867752.32963: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d3a0e52e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a05a870> <<< 8484 1726867752.33001: 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 0x7f9d3a05bbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a05a480> # zipimport: zlib available <<< 8484 1726867752.33038: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 8484 1726867752.33052: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.33141: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.33246: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.33251: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 8484 1726867752.33291: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 8484 1726867752.33414: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.33533: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.34107: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.34686: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 8484 1726867752.34713: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 8484 1726867752.34745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.34792: 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'<<< 8484 1726867752.34817: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d39eed4c0> <<< 8484 1726867752.34891: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 8484 1726867752.34913: 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 0x7f9d39eee270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0e56a0> <<< 8484 1726867752.34980: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 8484 1726867752.35022: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8484 1726867752.35026: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 8484 1726867752.35043: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.35190: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.35439: 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 0x7f9d39eee390> # zipimport: zlib available <<< 8484 1726867752.35830: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36277: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36342: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36425: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 8484 1726867752.36437: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36467: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36524: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 8484 1726867752.36527: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36579: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36664: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 8484 1726867752.36675: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36699: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 8484 1726867752.36707: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36752: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.36791: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 8484 1726867752.36805: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37036: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 8484 1726867752.37330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 8484 1726867752.37350: stdout chunk (state=3): >>>import '_ast' # <<< 8484 1726867752.37419: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39eef500> <<< 8484 1726867752.37433: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37506: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 8484 1726867752.37596: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 8484 1726867752.37601: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 8484 1726867752.37621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37665: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 8484 1726867752.37719: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37807: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37869: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.37936: 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 <<< 8484 1726867752.37985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 8484 1726867752.38079: 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' <<< 8484 1726867752.38085: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d39ef9f40> <<< 8484 1726867752.38113: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39ef4ec0> <<< 8484 1726867752.38148: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 8484 1726867752.38160: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38228: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38371: 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' <<< 8484 1726867752.38384: 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 <<< 8484 1726867752.38410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 8484 1726867752.38429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 8484 1726867752.38501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 8484 1726867752.38519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 8484 1726867752.38539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 8484 1726867752.38595: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39fee7e0> <<< 8484 1726867752.38641: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a1ca4b0> <<< 8484 1726867752.38719: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39efa060> <<< 8484 1726867752.38728: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a058c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 8484 1726867752.38742: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38773: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38808: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 8484 1726867752.38861: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 8484 1726867752.38880: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38898: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 8484 1726867752.38919: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38928: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38940: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 8484 1726867752.38953: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.38965: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 8484 1726867752.38992: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39003: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39020: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 8484 1726867752.39040: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 8484 1726867752.39062: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39216: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39366: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39381: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39384: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 8484 1726867752.39397: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39415: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 8484 1726867752.39433: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39538: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.39634: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 8484 1726867752.39722: stdout chunk (state=3): >>># zipimport: zlib available <<< 8484 1726867752.44179: stdout chunk (state=3): >>> {"changed": false, "disks": ["sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "1g", "max_return": 10, "max_size": "0", "match_sector_size": false, "with_interface": null}}} <<< 8484 1726867752.44185: stdout chunk (state=3): >>># destroy __main__ <<< 8484 1726867752.44667: 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 <<< 8484 1726867752.44678: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value <<< 8484 1726867752.44720: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 8484 1726867752.44736: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # 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 <<< 8484 1726867752.44752: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset <<< 8484 1726867752.44797: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # 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 <<< 8484 1726867752.44830: stdout chunk (state=3): >>># cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess <<< 8484 1726867752.44837: stdout chunk (state=3): >>># 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<<< 8484 1726867752.44840: stdout chunk (state=3): >>> # 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<<< 8484 1726867752.44865: stdout chunk (state=3): >>> # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader <<< 8484 1726867752.44869: stdout chunk (state=3): >>># cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal <<< 8484 1726867752.44890: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # 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 <<< 8484 1726867752.44894: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing <<< 8484 1726867752.44924: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro <<< 8484 1726867752.44933: stdout chunk (state=3): >>># 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 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 <<< 8484 1726867752.44942: stdout chunk (state=3): >>># cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size <<< 8484 1726867752.45186: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8484 1726867752.45192: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 8484 1726867752.45225: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 8484 1726867752.45236: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 8484 1726867752.45249: stdout chunk (state=3): >>># destroy zipfile._path <<< 8484 1726867752.45264: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 8484 1726867752.45268: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 8484 1726867752.45303: stdout chunk (state=3): >>># destroy ntpath <<< 8484 1726867752.45320: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 8484 1726867752.45332: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8484 1726867752.45340: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 8484 1726867752.45373: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 8484 1726867752.45404: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 8484 1726867752.45413: stdout chunk (state=3): >>># destroy array <<< 8484 1726867752.45433: stdout chunk (state=3): >>># destroy datetime <<< 8484 1726867752.45438: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 8484 1726867752.45455: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 8484 1726867752.45504: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 8484 1726867752.45526: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid<<< 8484 1726867752.45531: 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 <<< 8484 1726867752.45560: 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 <<< 8484 1726867752.45564: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 8484 1726867752.45594: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 8484 1726867752.45601: 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 <<< 8484 1726867752.45640: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 8484 1726867752.45646: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io <<< 8484 1726867752.45649: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8484 1726867752.45665: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 8484 1726867752.45801: stdout chunk (state=3): >>># destroy sys.monitoring <<< 8484 1726867752.45808: stdout chunk (state=3): >>># destroy _socket <<< 8484 1726867752.45826: stdout chunk (state=3): >>># destroy _collections <<< 8484 1726867752.45846: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 8484 1726867752.45852: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 8484 1726867752.45879: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 8484 1726867752.45892: stdout chunk (state=3): >>># destroy _typing <<< 8484 1726867752.45916: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 8484 1726867752.45935: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 8484 1726867752.46031: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 8484 1726867752.46036: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 8484 1726867752.46043: stdout chunk (state=3): >>># destroy time <<< 8484 1726867752.46068: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 8484 1726867752.46075: stdout chunk (state=3): >>># destroy _hashlib <<< 8484 1726867752.46094: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 8484 1726867752.46117: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre <<< 8484 1726867752.46126: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 8484 1726867752.46138: stdout chunk (state=3): >>># clear sys.audit hooks <<< 8484 1726867752.46469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.42.108 closed. <<< 8484 1726867752.46508: stderr chunk (state=3): >>><<< 8484 1726867752.46511: stdout chunk (state=3): >>><<< 8484 1726867752.46582: _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 0x7f9d3aae04d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3aaafb30> # /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 0x7f9d3aae2a50> 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 0x7f9d3a891130> # /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 0x7f9d3a892120> 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 0x7f9d3a8d7f80> # /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 0x7f9d3a8e4110> # /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 0x7f9d3a9079b0> # /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 0x7f9d3a907f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8e7c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8e5370> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8d5130> # /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 0x7f9d3a92b8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a92a510> # /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 0x7f9d3a8e6360> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a928d70> # /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 0x7f9d3a958950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8d43b0> # /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 0x7f9d3a958e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a958cb0> # 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 0x7f9d3a9590a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a8caed0> # /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 0x7f9d3a959760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a959460> 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 0x7f9d3a95a660> 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 0x7f9d3a974860> 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 0x7f9d3a975fa0> # /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 0x7f9d3a976e10> # 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 0x7f9d3a977470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a976390> # /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 0x7f9d3a977ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a977620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a95a690> # /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 0x7f9d3a6efda0> # /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 0x7f9d3a718860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7185c0> # 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 0x7f9d3a718890> # /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 0x7f9d3a7191c0> # 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 0x7f9d3a719bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a718a70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a6edf40> # /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 0x7f9d3a71af90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a719cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a95ad80> # /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 0x7f9d3a743290> # /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 0x7f9d3a76b620> # /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 0x7f9d3a7c83b0> # /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 0x7f9d3a7cab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7c84d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a7893d0> # /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 0x7f9d3a10d490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a76a420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a71be60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d3a10d700> # zipimport: found 37 names in '/tmp/ansible_find_unused_disk_payload_m7c5bw6k/ansible_find_unused_disk_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 0x7f9d3a167200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a1460f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a145280> # 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 0x7f9d3a1650d0> # /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 0x7f9d3a18abd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a18a960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a18a270> # /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 0x7f9d3a18a9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a167c20> 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 0x7f9d3a18b890> # 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 0x7f9d3a18ba10> # /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 0x7f9d3a18be00> 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 0x7f9d39ffdc40> # 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 0x7f9d39fff860> # /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 0x7f9d3a000260> # /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 0x7f9d3a0013d0> # /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 0x7f9d3a003ec0> # 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 0x7f9d3a8cae70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0021b0> # /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 0x7f9d3a00be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a00a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a00a660> # /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 0x7f9d3a00aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a002630> # 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 0x7f9d3a04fa70> # /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 0x7f9d3a050170> # /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 0x7f9d3a051c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a051a00> # /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 0x7f9d3a054110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a052270> # /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 0x7f9d3a0577d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0541a0> # 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 0x7f9d3a058590> # 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 0x7f9d3a058800> # 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 0x7f9d3a058170> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a050320> # /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 0x7f9d3a0e40e0> # 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 0x7f9d3a0e52e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a05a870> # 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 0x7f9d3a05bbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a05a480> # 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 0x7f9d39eed4c0> # /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 0x7f9d39eee270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a0e56a0> 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 0x7f9d39eee390> # 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 0x7f9d39eef500> # 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 0x7f9d39ef9f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39ef4ec0> 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 0x7f9d39fee7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a1ca4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39efa060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3a058c80> # 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 # 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.size' # # zipimport: zlib available {"changed": false, "disks": ["sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "1g", "max_return": 10, "max_size": "0", "match_sector_size": false, "with_interface": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.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 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.size # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # 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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK 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.42.108 closed. 8484 1726867752.47133: done with _execute_module (find_unused_disk, {'min_size': '1g', '_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': 'find_unused_disk', '_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-1726867752.1066768-11235-66606861819000/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8484 1726867752.47137: _low_level_execute_command(): starting 8484 1726867752.47139: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867752.1066768-11235-66606861819000/ > /dev/null 2>&1 && sleep 0' 8484 1726867752.47275: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8484 1726867752.47279: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8484 1726867752.47281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match not found <<< 8484 1726867752.47284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.47286: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8484 1726867752.47291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8484 1726867752.47300: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8484 1726867752.47337: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' <<< 8484 1726867752.47350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8484 1726867752.47449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8484 1726867752.49341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8484 1726867752.49369: stderr chunk (state=3): >>><<< 8484 1726867752.49376: stdout chunk (state=3): >>><<< 8484 1726867752.49389: _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.42.108 originally 10.31.42.108 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.42.108 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.42.108 originally 10.31.42.108 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ea23799723' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8484 1726867752.49395: handler run complete 8484 1726867752.49414: attempt loop complete, returning result 8484 1726867752.49417: _execute() done 8484 1726867752.49420: dumping result to json 8484 1726867752.49422: done dumping result, returning 8484 1726867752.49431: done running TaskExecutor() for managed_node3/TASK: Find unused disks in the system [02e58e3f-6ce9-dbaf-c049-0000000011d5] 8484 1726867752.49434: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d5 8484 1726867752.49533: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d5 8484 1726867752.49536: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdj\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdk\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdl\" TYPE=\"disk\" SIZE=\"1073741824\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } 8484 1726867752.49607: no more pending results, returning what we have 8484 1726867752.49610: results queue empty 8484 1726867752.49613: checking for any_errors_fatal 8484 1726867752.49621: done checking for any_errors_fatal 8484 1726867752.49621: checking for max_fail_percentage 8484 1726867752.49623: done checking for max_fail_percentage 8484 1726867752.49624: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.49625: done checking to see if all hosts have failed 8484 1726867752.49626: getting the remaining hosts for this loop 8484 1726867752.49627: done getting the remaining hosts for this loop 8484 1726867752.49631: getting the next task for host managed_node3 8484 1726867752.49638: done getting next task for host managed_node3 8484 1726867752.49640: ^ task is: TASK: Set unused_disks if necessary 8484 1726867752.49644: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867752.49652: getting variables 8484 1726867752.49653: in VariableManager get_vars() 8484 1726867752.49694: Calling all_inventory to load vars for managed_node3 8484 1726867752.49697: Calling groups_inventory to load vars for managed_node3 8484 1726867752.49700: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.49709: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.49714: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.49717: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.50121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.50473: done with get_vars() 8484 1726867752.50486: done getting variables 8484 1726867752.50531: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:31 Friday 20 September 2024 17:29:12 -0400 (0:00:00.472) 0:01:27.802 ****** 8484 1726867752.50556: entering _queue_task() for managed_node3/set_fact 8484 1726867752.50788: worker is 1 (out of 1 available) 8484 1726867752.50801: exiting _queue_task() for managed_node3/set_fact 8484 1726867752.50816: done queuing things up, now waiting for results queue to drain 8484 1726867752.50817: waiting for pending results... 8484 1726867752.50995: running TaskExecutor() for managed_node3/TASK: Set unused_disks if necessary 8484 1726867752.51075: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d6 8484 1726867752.51086: variable 'ansible_search_path' from source: unknown 8484 1726867752.51117: calling self._execute() 8484 1726867752.51188: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.51192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.51201: variable 'omit' from source: magic vars 8484 1726867752.51495: variable 'unused_disks_return' from source: set_fact 8484 1726867752.51519: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 8484 1726867752.51523: variable 'omit' from source: magic vars 8484 1726867752.51558: variable 'omit' from source: magic vars 8484 1726867752.51635: variable 'unused_disks_return' from source: set_fact 8484 1726867752.51689: variable 'omit' from source: magic vars 8484 1726867752.51722: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867752.51747: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867752.51765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867752.51779: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867752.51789: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867752.51817: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867752.51820: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.51823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.51889: Set connection var ansible_pipelining to False 8484 1726867752.51895: Set connection var ansible_timeout to 10 8484 1726867752.51898: Set connection var ansible_connection to ssh 8484 1726867752.51904: Set connection var ansible_shell_type to sh 8484 1726867752.51918: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867752.51921: Set connection var ansible_shell_executable to /bin/sh 8484 1726867752.51936: variable 'ansible_shell_executable' from source: unknown 8484 1726867752.51939: variable 'ansible_connection' from source: unknown 8484 1726867752.51941: variable 'ansible_module_compression' from source: unknown 8484 1726867752.51944: variable 'ansible_shell_type' from source: unknown 8484 1726867752.51946: variable 'ansible_shell_executable' from source: unknown 8484 1726867752.51948: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.51950: variable 'ansible_pipelining' from source: unknown 8484 1726867752.51952: variable 'ansible_timeout' from source: unknown 8484 1726867752.51957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.52062: 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) 8484 1726867752.52073: variable 'omit' from source: magic vars 8484 1726867752.52078: starting attempt loop 8484 1726867752.52081: running the handler 8484 1726867752.52090: handler run complete 8484 1726867752.52099: attempt loop complete, returning result 8484 1726867752.52101: _execute() done 8484 1726867752.52104: dumping result to json 8484 1726867752.52106: done dumping result, returning 8484 1726867752.52116: done running TaskExecutor() for managed_node3/TASK: Set unused_disks if necessary [02e58e3f-6ce9-dbaf-c049-0000000011d6] 8484 1726867752.52118: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d6 8484 1726867752.52203: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d6 8484 1726867752.52206: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } 8484 1726867752.52290: no more pending results, returning what we have 8484 1726867752.52293: results queue empty 8484 1726867752.52294: checking for any_errors_fatal 8484 1726867752.52301: done checking for any_errors_fatal 8484 1726867752.52302: checking for max_fail_percentage 8484 1726867752.52303: done checking for max_fail_percentage 8484 1726867752.52304: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.52305: done checking to see if all hosts have failed 8484 1726867752.52305: getting the remaining hosts for this loop 8484 1726867752.52307: done getting the remaining hosts for this loop 8484 1726867752.52309: getting the next task for host managed_node3 8484 1726867752.52317: done getting next task for host managed_node3 8484 1726867752.52319: ^ task is: TASK: Print unused disks 8484 1726867752.52323: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=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), did rescue? False, did start at task? False 8484 1726867752.52326: getting variables 8484 1726867752.52327: in VariableManager get_vars() 8484 1726867752.52357: Calling all_inventory to load vars for managed_node3 8484 1726867752.52359: Calling groups_inventory to load vars for managed_node3 8484 1726867752.52362: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.52372: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.52375: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.52377: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.52721: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.53064: done with get_vars() 8484 1726867752.53077: done getting variables 8484 1726867752.53117: 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 [Print unused disks] ****************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:36 Friday 20 September 2024 17:29:12 -0400 (0:00:00.025) 0:01:27.828 ****** 8484 1726867752.53138: entering _queue_task() for managed_node3/debug 8484 1726867752.53342: worker is 1 (out of 1 available) 8484 1726867752.53358: exiting _queue_task() for managed_node3/debug 8484 1726867752.53369: done queuing things up, now waiting for results queue to drain 8484 1726867752.53373: waiting for pending results... 8484 1726867752.53543: running TaskExecutor() for managed_node3/TASK: Print unused disks 8484 1726867752.53628: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d7 8484 1726867752.53639: variable 'ansible_search_path' from source: unknown 8484 1726867752.53665: calling self._execute() 8484 1726867752.53735: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.53738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.53749: variable 'omit' from source: magic vars 8484 1726867752.53824: variable 'omit' from source: magic vars 8484 1726867752.53859: variable 'omit' from source: magic vars 8484 1726867752.53883: variable 'omit' from source: magic vars 8484 1726867752.53917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8484 1726867752.53946: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8484 1726867752.53962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8484 1726867752.53977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867752.53987: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8484 1726867752.54013: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8484 1726867752.54017: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.54019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.54089: Set connection var ansible_pipelining to False 8484 1726867752.54095: Set connection var ansible_timeout to 10 8484 1726867752.54098: Set connection var ansible_connection to ssh 8484 1726867752.54104: Set connection var ansible_shell_type to sh 8484 1726867752.54109: Set connection var ansible_module_compression to ZIP_DEFLATED 8484 1726867752.54114: Set connection var ansible_shell_executable to /bin/sh 8484 1726867752.54131: variable 'ansible_shell_executable' from source: unknown 8484 1726867752.54134: variable 'ansible_connection' from source: unknown 8484 1726867752.54136: variable 'ansible_module_compression' from source: unknown 8484 1726867752.54140: variable 'ansible_shell_type' from source: unknown 8484 1726867752.54143: variable 'ansible_shell_executable' from source: unknown 8484 1726867752.54145: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.54148: variable 'ansible_pipelining' from source: unknown 8484 1726867752.54157: variable 'ansible_timeout' from source: unknown 8484 1726867752.54159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.54265: 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) 8484 1726867752.54274: variable 'omit' from source: magic vars 8484 1726867752.54277: starting attempt loop 8484 1726867752.54280: running the handler 8484 1726867752.54320: variable 'unused_disks' from source: set_fact 8484 1726867752.54455: variable 'unused_disks' from source: set_fact 8484 1726867752.54516: handler run complete 8484 1726867752.54526: attempt loop complete, returning result 8484 1726867752.54529: _execute() done 8484 1726867752.54531: dumping result to json 8484 1726867752.54534: done dumping result, returning 8484 1726867752.54541: done running TaskExecutor() for managed_node3/TASK: Print unused disks [02e58e3f-6ce9-dbaf-c049-0000000011d7] 8484 1726867752.54543: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d7 8484 1726867752.54631: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d7 8484 1726867752.54633: WORKER PROCESS EXITING ok: [managed_node3] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } 8484 1726867752.54690: no more pending results, returning what we have 8484 1726867752.54693: results queue empty 8484 1726867752.54693: checking for any_errors_fatal 8484 1726867752.54697: done checking for any_errors_fatal 8484 1726867752.54698: checking for max_fail_percentage 8484 1726867752.54699: done checking for max_fail_percentage 8484 1726867752.54700: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.54701: done checking to see if all hosts have failed 8484 1726867752.54702: getting the remaining hosts for this loop 8484 1726867752.54703: done getting the remaining hosts for this loop 8484 1726867752.54706: getting the next task for host managed_node3 8484 1726867752.54716: done getting next task for host managed_node3 8484 1726867752.54719: ^ task is: TASK: Print info from find_unused_disk 8484 1726867752.54722: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867752.54725: getting variables 8484 1726867752.54727: in VariableManager get_vars() 8484 1726867752.54763: Calling all_inventory to load vars for managed_node3 8484 1726867752.54766: Calling groups_inventory to load vars for managed_node3 8484 1726867752.54769: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.54779: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.54781: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.54783: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.55121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.55460: done with get_vars() 8484 1726867752.55472: done getting variables 8484 1726867752.55513: 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 [Print info from find_unused_disk] **************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:44 Friday 20 September 2024 17:29:12 -0400 (0:00:00.023) 0:01:27.852 ****** 8484 1726867752.55533: entering _queue_task() for managed_node3/debug 8484 1726867752.55732: worker is 1 (out of 1 available) 8484 1726867752.55746: exiting _queue_task() for managed_node3/debug 8484 1726867752.55757: done queuing things up, now waiting for results queue to drain 8484 1726867752.55759: waiting for pending results... 8484 1726867752.55923: running TaskExecutor() for managed_node3/TASK: Print info from find_unused_disk 8484 1726867752.56000: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011d9 8484 1726867752.56014: variable 'ansible_search_path' from source: unknown 8484 1726867752.56039: calling self._execute() 8484 1726867752.56107: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.56114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.56122: variable 'omit' from source: magic vars 8484 1726867752.56421: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867752.57956: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867752.58015: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867752.58044: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867752.58075: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867752.58093: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867752.58150: 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) 8484 1726867752.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) 8484 1726867752.58195: 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) 8484 1726867752.58222: 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) 8484 1726867752.58233: 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) 8484 1726867752.58269: 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) 8484 1726867752.58293: 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) 8484 1726867752.58307: 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) 8484 1726867752.58333: 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) 8484 1726867752.58343: 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) 8484 1726867752.58456: variable 'unused_disks' from source: set_fact 8484 1726867752.58485: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 8484 1726867752.58490: when evaluation is False, skipping this task 8484 1726867752.58493: _execute() done 8484 1726867752.58495: dumping result to json 8484 1726867752.58497: done dumping result, returning 8484 1726867752.58505: done running TaskExecutor() for managed_node3/TASK: Print info from find_unused_disk [02e58e3f-6ce9-dbaf-c049-0000000011d9] 8484 1726867752.58508: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d9 8484 1726867752.58596: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011d9 8484 1726867752.58599: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } 8484 1726867752.58659: no more pending results, returning what we have 8484 1726867752.58662: results queue empty 8484 1726867752.58663: checking for any_errors_fatal 8484 1726867752.58673: done checking for any_errors_fatal 8484 1726867752.58673: checking for max_fail_percentage 8484 1726867752.58675: done checking for max_fail_percentage 8484 1726867752.58676: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.58677: done checking to see if all hosts have failed 8484 1726867752.58678: getting the remaining hosts for this loop 8484 1726867752.58679: done getting the remaining hosts for this loop 8484 1726867752.58683: getting the next task for host managed_node3 8484 1726867752.58690: done getting next task for host managed_node3 8484 1726867752.58693: ^ task is: TASK: Show disk information 8484 1726867752.58696: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867752.58702: getting variables 8484 1726867752.58703: in VariableManager get_vars() 8484 1726867752.58743: Calling all_inventory to load vars for managed_node3 8484 1726867752.58746: Calling groups_inventory to load vars for managed_node3 8484 1726867752.58749: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.58757: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.58760: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.58762: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.59137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.59484: done with get_vars() 8484 1726867752.59495: done getting variables 8484 1726867752.59540: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Show disk information] *************************************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:49 Friday 20 September 2024 17:29:12 -0400 (0:00:00.040) 0:01:27.892 ****** 8484 1726867752.59564: entering _queue_task() for managed_node3/shell 8484 1726867752.59790: worker is 1 (out of 1 available) 8484 1726867752.59803: exiting _queue_task() for managed_node3/shell 8484 1726867752.59818: done queuing things up, now waiting for results queue to drain 8484 1726867752.59820: waiting for pending results... 8484 1726867752.60002: running TaskExecutor() for managed_node3/TASK: Show disk information 8484 1726867752.60079: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011da 8484 1726867752.60093: variable 'ansible_search_path' from source: unknown 8484 1726867752.60123: calling self._execute() 8484 1726867752.60197: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.60201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.60211: variable 'omit' from source: magic vars 8484 1726867752.60525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867752.62412: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867752.62460: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867752.62489: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867752.62514: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867752.62547: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867752.62607: 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) 8484 1726867752.62630: 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) 8484 1726867752.62648: 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) 8484 1726867752.62680: 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) 8484 1726867752.62690: 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) 8484 1726867752.62727: 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) 8484 1726867752.62743: 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) 8484 1726867752.62759: 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) 8484 1726867752.62790: 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) 8484 1726867752.62800: 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) 8484 1726867752.62901: variable 'unused_disks' from source: set_fact 8484 1726867752.62929: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 8484 1726867752.62933: when evaluation is False, skipping this task 8484 1726867752.62935: _execute() done 8484 1726867752.62947: dumping result to json 8484 1726867752.62950: done dumping result, returning 8484 1726867752.62956: done running TaskExecutor() for managed_node3/TASK: Show disk information [02e58e3f-6ce9-dbaf-c049-0000000011da] 8484 1726867752.62960: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011da 8484 1726867752.63045: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011da 8484 1726867752.63048: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 8484 1726867752.63133: no more pending results, returning what we have 8484 1726867752.63136: results queue empty 8484 1726867752.63136: checking for any_errors_fatal 8484 1726867752.63143: done checking for any_errors_fatal 8484 1726867752.63144: checking for max_fail_percentage 8484 1726867752.63145: done checking for max_fail_percentage 8484 1726867752.63146: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.63147: done checking to see if all hosts have failed 8484 1726867752.63148: getting the remaining hosts for this loop 8484 1726867752.63149: done getting the remaining hosts for this loop 8484 1726867752.63153: getting the next task for host managed_node3 8484 1726867752.63161: done getting next task for host managed_node3 8484 1726867752.63163: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 8484 1726867752.63167: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867752.63172: getting variables 8484 1726867752.63173: in VariableManager get_vars() 8484 1726867752.63206: Calling all_inventory to load vars for managed_node3 8484 1726867752.63209: Calling groups_inventory to load vars for managed_node3 8484 1726867752.63212: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.63221: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.63224: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.63226: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.63593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.63938: done with get_vars() 8484 1726867752.63949: done getting variables 8484 1726867752.63990: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/get_unused_disk.yml:58 Friday 20 September 2024 17:29:12 -0400 (0:00:00.044) 0:01:27.937 ****** 8484 1726867752.64013: entering _queue_task() for managed_node3/fail 8484 1726867752.64224: worker is 1 (out of 1 available) 8484 1726867752.64239: exiting _queue_task() for managed_node3/fail 8484 1726867752.64251: done queuing things up, now waiting for results queue to drain 8484 1726867752.64252: waiting for pending results... 8484 1726867752.64423: running TaskExecutor() for managed_node3/TASK: Exit playbook when there's not enough unused disks in the system 8484 1726867752.64500: in run() - task 02e58e3f-6ce9-dbaf-c049-0000000011db 8484 1726867752.64510: variable 'ansible_search_path' from source: unknown 8484 1726867752.64541: calling self._execute() 8484 1726867752.64611: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.64619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.64629: variable 'omit' from source: magic vars 8484 1726867752.64937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8484 1726867752.66855: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8484 1726867752.66902: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8484 1726867752.66932: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8484 1726867752.66968: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8484 1726867752.66992: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8484 1726867752.67052: 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) 8484 1726867752.67074: 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) 8484 1726867752.67094: 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) 8484 1726867752.67124: 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) 8484 1726867752.67135: 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) 8484 1726867752.67171: 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) 8484 1726867752.67189: 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) 8484 1726867752.67208: 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) 8484 1726867752.67235: 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) 8484 1726867752.67246: 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) 8484 1726867752.67349: variable 'unused_disks' from source: set_fact 8484 1726867752.67378: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 8484 1726867752.67382: when evaluation is False, skipping this task 8484 1726867752.67384: _execute() done 8484 1726867752.67387: dumping result to json 8484 1726867752.67389: done dumping result, returning 8484 1726867752.67397: done running TaskExecutor() for managed_node3/TASK: Exit playbook when there's not enough unused disks in the system [02e58e3f-6ce9-dbaf-c049-0000000011db] 8484 1726867752.67401: sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011db 8484 1726867752.67494: done sending task result for task 02e58e3f-6ce9-dbaf-c049-0000000011db 8484 1726867752.67497: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 8484 1726867752.67566: no more pending results, returning what we have 8484 1726867752.67569: results queue empty 8484 1726867752.67569: checking for any_errors_fatal 8484 1726867752.67577: done checking for any_errors_fatal 8484 1726867752.67578: checking for max_fail_percentage 8484 1726867752.67580: done checking for max_fail_percentage 8484 1726867752.67581: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.67582: done checking to see if all hosts have failed 8484 1726867752.67582: getting the remaining hosts for this loop 8484 1726867752.67584: done getting the remaining hosts for this loop 8484 1726867752.67588: getting the next task for host managed_node3 8484 1726867752.67596: done getting next task for host managed_node3 8484 1726867752.67598: ^ task is: TASK: Debug why list of unused disks has changed 8484 1726867752.67601: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=2, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 8484 1726867752.67606: getting variables 8484 1726867752.67607: in VariableManager get_vars() 8484 1726867752.67649: Calling all_inventory to load vars for managed_node3 8484 1726867752.67652: Calling groups_inventory to load vars for managed_node3 8484 1726867752.67655: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.67664: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.67667: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.67669: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.68256: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.68588: done with get_vars() 8484 1726867752.68598: done getting variables 8484 1726867752.68640: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Debug why list of unused disks has changed] ****************************** task path: /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tasks/cleanup.yml:40 Friday 20 September 2024 17:29:12 -0400 (0:00:00.046) 0:01:27.983 ****** 8484 1726867752.68661: entering _queue_task() for managed_node3/shell 8484 1726867752.68879: worker is 1 (out of 1 available) 8484 1726867752.68894: exiting _queue_task() for managed_node3/shell 8484 1726867752.68905: done queuing things up, now waiting for results queue to drain 8484 1726867752.68907: waiting for pending results... 8484 1726867752.69083: running TaskExecutor() for managed_node3/TASK: Debug why list of unused disks has changed 8484 1726867752.69176: in run() - task 02e58e3f-6ce9-dbaf-c049-000000000eee 8484 1726867752.69187: variable 'ansible_search_path' from source: unknown 8484 1726867752.69191: variable 'ansible_search_path' from source: unknown 8484 1726867752.69222: calling self._execute() 8484 1726867752.69293: variable 'ansible_host' from source: host vars for 'managed_node3' 8484 1726867752.69297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8484 1726867752.69306: variable 'omit' from source: magic vars 8484 1726867752.69601: variable 'unused_disks_before' from source: set_fact 8484 1726867752.69608: variable 'unused_disks_return' from source: set_fact 8484 1726867752.69629: Evaluated conditional (unused_disks_before != unused_disks_return.disks): False 8484 1726867752.69632: when evaluation is False, skipping this task 8484 1726867752.69635: _execute() done 8484 1726867752.69638: dumping result to json 8484 1726867752.69640: done dumping result, returning 8484 1726867752.69647: done running TaskExecutor() for managed_node3/TASK: Debug why list of unused disks has changed [02e58e3f-6ce9-dbaf-c049-000000000eee] 8484 1726867752.69652: sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eee 8484 1726867752.69739: done sending task result for task 02e58e3f-6ce9-dbaf-c049-000000000eee 8484 1726867752.69742: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "unused_disks_before != unused_disks_return.disks", "skip_reason": "Conditional result was False" } 8484 1726867752.69819: no more pending results, returning what we have 8484 1726867752.69822: results queue empty 8484 1726867752.69823: checking for any_errors_fatal 8484 1726867752.69830: done checking for any_errors_fatal 8484 1726867752.69830: checking for max_fail_percentage 8484 1726867752.69832: done checking for max_fail_percentage 8484 1726867752.69833: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.69833: done checking to see if all hosts have failed 8484 1726867752.69834: getting the remaining hosts for this loop 8484 1726867752.69835: done getting the remaining hosts for this loop 8484 1726867752.69838: getting the next task for host managed_node3 8484 1726867752.69844: done getting next task for host managed_node3 8484 1726867752.69846: ^ task is: TASK: meta (flush_handlers) 8484 1726867752.69848: ^ 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 8484 1726867752.69859: getting variables 8484 1726867752.69860: in VariableManager get_vars() 8484 1726867752.69893: Calling all_inventory to load vars for managed_node3 8484 1726867752.69896: Calling groups_inventory to load vars for managed_node3 8484 1726867752.69898: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.69905: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.69906: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.69908: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.70228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.70562: done with get_vars() 8484 1726867752.70574: done getting variables 8484 1726867752.70622: in VariableManager get_vars() 8484 1726867752.70630: Calling all_inventory to load vars for managed_node3 8484 1726867752.70631: Calling groups_inventory to load vars for managed_node3 8484 1726867752.70633: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.70636: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.70637: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.70639: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.70889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.71221: done with get_vars() 8484 1726867752.71235: done queuing things up, now waiting for results queue to drain 8484 1726867752.71237: results queue empty 8484 1726867752.71237: checking for any_errors_fatal 8484 1726867752.71239: done checking for any_errors_fatal 8484 1726867752.71239: checking for max_fail_percentage 8484 1726867752.71240: done checking for max_fail_percentage 8484 1726867752.71240: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.71241: done checking to see if all hosts have failed 8484 1726867752.71241: getting the remaining hosts for this loop 8484 1726867752.71243: done getting the remaining hosts for this loop 8484 1726867752.71245: getting the next task for host managed_node3 8484 1726867752.71247: done getting next task for host managed_node3 8484 1726867752.71248: ^ task is: TASK: meta (flush_handlers) 8484 1726867752.71249: ^ 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 8484 1726867752.71251: getting variables 8484 1726867752.71252: in VariableManager get_vars() 8484 1726867752.71258: Calling all_inventory to load vars for managed_node3 8484 1726867752.71259: Calling groups_inventory to load vars for managed_node3 8484 1726867752.71261: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.71266: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.71268: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.71272: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.71521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.71842: done with get_vars() 8484 1726867752.71850: done getting variables 8484 1726867752.71883: in VariableManager get_vars() 8484 1726867752.71890: Calling all_inventory to load vars for managed_node3 8484 1726867752.71892: Calling groups_inventory to load vars for managed_node3 8484 1726867752.71893: Calling all_plugins_inventory to load vars for managed_node3 8484 1726867752.71896: Calling all_plugins_play to load vars for managed_node3 8484 1726867752.71897: Calling groups_plugins_inventory to load vars for managed_node3 8484 1726867752.71898: Calling groups_plugins_play to load vars for managed_node3 8484 1726867752.72142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8484 1726867752.72475: done with get_vars() 8484 1726867752.72486: done queuing things up, now waiting for results queue to drain 8484 1726867752.72488: results queue empty 8484 1726867752.72488: checking for any_errors_fatal 8484 1726867752.72489: done checking for any_errors_fatal 8484 1726867752.72490: checking for max_fail_percentage 8484 1726867752.72490: done checking for max_fail_percentage 8484 1726867752.72491: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.72491: done checking to see if all hosts have failed 8484 1726867752.72491: getting the remaining hosts for this loop 8484 1726867752.72492: done getting the remaining hosts for this loop 8484 1726867752.72494: getting the next task for host managed_node3 8484 1726867752.72500: done getting next task for host managed_node3 8484 1726867752.72501: ^ task is: None 8484 1726867752.72502: ^ 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 8484 1726867752.72503: done queuing things up, now waiting for results queue to drain 8484 1726867752.72503: results queue empty 8484 1726867752.72504: checking for any_errors_fatal 8484 1726867752.72504: done checking for any_errors_fatal 8484 1726867752.72504: checking for max_fail_percentage 8484 1726867752.72505: done checking for max_fail_percentage 8484 1726867752.72505: checking to see if all hosts have failed and the running result is not ok 8484 1726867752.72506: done checking to see if all hosts have failed 8484 1726867752.72507: getting the next task for host managed_node3 8484 1726867752.72509: done getting next task for host managed_node3 8484 1726867752.72509: ^ task is: None 8484 1726867752.72510: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node3 : ok=127 changed=4 unreachable=0 failed=0 skipped=87 rescued=0 ignored=0 Friday 20 September 2024 17:29:12 -0400 (0:00:00.039) 0:01:28.022 ****** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 12.22s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.41s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 6.08s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot module snapshot ------- 4.09s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.storage : Get service facts ------------------- 3.07s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.snapshot : Run snapshot module extend --------- 2.89s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.snapshot : Run snapshot module check ---------- 2.32s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.snapshot : Run snapshot module extend --------- 2.05s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.storage : Get service facts ------------------- 2.03s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 2.00s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.95s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/tests/snapshot/tests_extend_basic.yml:2 fedora.linux_system_roles.snapshot : Run snapshot module extend --------- 1.88s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.snapshot : Run snapshot module extend --------- 1.74s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:14 fedora.linux_system_roles.storage : Get required packages --------------- 1.43s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.29s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.20s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Update facts ------------------------ 1.08s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.06s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.04s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Get required packages --------------- 0.99s /tmp/collections-4H6/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 8484 1726867752.72623: RUNNING CLEANUP